Christian
94f834d5d7
Fix up directory injection of log file locations
2012-08-17 09:25:04 -04:00
Christian
30d6970e77
Refer to FMLLog, not FMLRelaunchLog
2012-08-17 09:25:04 -04:00
Christian
8408f58fb1
Tidy up server launch - reflection not required anymore
2012-08-17 09:25:04 -04:00
Christian
0fab4eca7b
Also, log what the directory discoverer finds for mcmod.info
2012-08-17 09:25:04 -04:00
Christian
549969ade6
And log the exception if it has a problem reading the jar file
2012-08-17 09:25:04 -04:00
Christian
26bb005731
Fix jar loader failing to inject any metadata at all if mcmod.info is not found.
2012-08-17 09:25:04 -04:00
LexManos
8444fa6d3c
Change install.cmd to install.bat, why, cuz people are .... Updated readme to mention needing server and client.
2012-08-16 22:57:11 -07:00
Christian
4297a348db
Update FML to include some ML compatibility fixes. Minimap should run, assuming he
...
recompiles against standard ML interfaces.
This updates to official MCP 7.2, so you'll need to rebuild your workspace (some
small but important patches to MCP went in)
2012-08-16 14:30:14 -04:00
Christian
11c1cae8b0
Some compatibility fixes for Rei's minimap, and tidy up a couple of things
2012-08-16 13:55:42 -04:00
Christian
4d87779d39
Fix Forge branding string call
2012-08-16 13:01:48 -04:00
Christian
1cc6778038
Update FML for mcp 72 final, change download location for FML files, and make the stop button work.
...
Hello is NOT going to go away :)
2012-08-16 12:22:56 -04:00
LexManos
e31b6c0be4
Allow white space in the property name.
2012-08-16 09:11:04 -07:00
Christian
e4a9cf4993
Update FML, make the .sh scripts executable
2012-08-16 08:46:52 -04:00
Christian
a7a1f55091
Fix critical bug in FML load controller that complains about injected mod containers
2012-08-16 08:34:12 -04:00
LexManos
4682cc2753
Update FML to 285
2012-08-16 03:13:52 -07:00
Christian
e1fd0b1d7b
Handle the case where a mod tries to do something stateful during constructor phase, and log a big
...
fat message about it. Don't do it!
2012-08-15 20:05:12 -04:00
Christian
81512c3458
Small fixes, including showing the FULL name of Forge Mod Loader
2012-08-15 19:54:56 -04:00
Christian
fcf6fd57ee
Fix up null array in keybinding handler
2012-08-15 19:17:21 -04:00
Christian
7988323073
Actually add in the system property for the minecraft home, should fix multimc too
2012-08-15 19:16:36 -04:00
LexManos
db6ac47689
Merge pull request #121 from Draake/master-pr1
...
Added additional sound events to allow for low level information.
2012-08-15 16:03:01 -07:00
Draake
bd78b40bcd
Removed SoundSetListenerEvent implementation.
2012-08-15 14:46:35 -07:00
Christian
ba902537ca
Add in support for setting the home dir via the applet launch, also a system property for forcing the home dir
2012-08-15 17:18:11 -04:00
LexManos
7ad090b5f1
Whops
2012-08-15 04:38:10 -07:00
LexManos
bed6c410b6
Fix potential index exception in ForgeDirection
2012-08-15 04:37:45 -07:00
LexManos
fc430243d1
Rename Orientation to ForgeDirection {Damn MCP naming a class Direction already}
2012-08-15 04:28:09 -07:00
LexManos
035328496c
Update FML again for mod screen blending fix.
2012-08-15 03:15:41 -07:00
LexManos
96b78514a8
Cleanup fml.py a little, should fix double printing of 'patching file'
2012-08-15 03:10:45 -07:00
LexManos
e0cb8cd503
Wrap mod description rendering in BLEND calls https://github.com/MinecraftForge/MinecraftForge/issues/96
2012-08-15 02:52:29 -07:00
LexManos
06aaa9e9a4
Add render distance property to TileEntity.
2012-08-15 02:18:23 -07:00
LexManos
4967683c9c
Fix issue with default getContainerItemStack
2012-08-15 02:09:21 -07:00
LexManos
d9423a4f25
New Command event.
2012-08-15 02:01:38 -07:00
LexManos
60a9655602
Seperated block placmenet logic in ItemBlock as immibis requested: https://github.com/MinecraftForge/MinecraftForge/pull/110
2012-08-15 01:48:34 -07:00
LexManos
57441b8678
Fix ItemBlock placement, should fix RP Deployers placing blocks 1 tile down.
2012-08-15 01:32:05 -07:00
LexManos
e6b61cb33d
Updated Orientation with new helper functionality.
2012-08-15 01:31:02 -07:00
LexManos
50e6b39a29
Updated FML, should fix the new included eclipse workspace.
2012-08-15 00:55:01 -07:00
LexManos
022b3e57dc
Made getmodifiedsrc noop for server.
2012-08-15 00:50:40 -07:00
LexManos
9ad520cb2a
Fix new eclipse workspace to load the project properly from start.
2012-08-15 00:50:16 -07:00
LexManos
393852920c
Fixed bug in DimensionManager that would cause Index error for custom dimensions, also made WorldProviders aware of what dimension they are.
2012-08-14 23:59:15 -07:00
LexManos
57dcfc5dd0
Updated patches to 1.3.2
2012-08-14 23:58:32 -07:00
LexManos
9aa5d69679
Cleaned up forge scripts, and updated AT config for 1.3.2, deleted any reference to server specific code.
2012-08-14 23:57:16 -07:00
LexManos
77fd7add11
Update FML to 278, MC 1.3.2
2012-08-14 23:55:24 -07:00
LexManos
41333e001f
Cleanup repo, delete old code
2012-08-14 23:19:36 -07:00
Christian
c1e0cbb7f1
Merge branch 'minecraft132'
...
Yes, we are already on 1.3.2
2012-08-14 22:33:28 -04:00
Christian
071caee228
KeyBinding handler change: a handler now takes an array of keys and calls back with the
...
activated key. Sorry for the inconvenience but this improves the usability of this
API a lot
2012-08-14 22:32:19 -04:00
Christian
352df9cc30
Fix renderer's not getting the rendermanager set on them at registration time
2012-08-14 22:32:19 -04:00
LexManos
eef3303dfe
Finished update to MCP 7.2, MC 1.3.2 pre.
2012-08-14 19:24:49 -07:00
Christian
75fb35b240
KeyBinding handler change: a handler now takes an array of keys and calls back with the
...
activated key. Sorry for the inconvenience but this improves the usability of this
API a lot
2012-08-14 22:06:49 -04:00
Christian
04fc1c6c59
Fix renderer's not getting the rendermanager set on them at registration time
2012-08-14 21:59:47 -04:00
LexManos
646a0b4fc4
Fixup included workspace to have single project with client/server launches.
2012-08-14 17:42:40 -07:00
Christian
3d0bd2bc7a
Start working on MC 1.3.2
2012-08-14 20:09:24 -04:00