LexManos
ed3f7c14e3
remove useless -Server projects
2012-10-20 00:43:02 -07:00
LexManos
528670d103
Updated the AT config and Marker config for 1.4 obf
2012-10-20 00:36:33 -07:00
LexManos
c106909d91
Updae build to copy files that may decompile differently but are actually the same, and updated for 1.4 values.
2012-10-20 00:06:55 -07:00
LexManos
671892fd32
Update MCP Merge config.
2012-10-19 23:57:49 -07:00
LexManos
7fcdb47edb
Pull in MCP's 1.4 conf files.
2012-10-19 23:57:05 -07:00
LexManos
ecf14df030
Fix error in merging of exec's
2012-10-19 21:14:03 -07:00
LexManos
8ce75c4ab5
Bump version to 4.3, final for 1.3.2
2012-10-19 18:57:24 -07:00
LexManos
1d1251d92a
Remove some test code.
2012-10-19 18:56:56 -07:00
LexManos
34ebfcd978
Added ability for mods to cleanly define and display new creative tabs.
2012-10-19 08:46:39 -07:00
Christian
f3443d3e02
Fix classloading issue preventing JRockit from running forge
2012-10-19 09:30:31 -04:00
Christian
2687a67e73
Forge build change: the universal jar, if installed alongside a server jar file, can be executed to load forge. No server side merging required!
...
Update FML: 989ab3e
989ab3e Update build.xml - add a classpath to the manifest. This means the universal jar is now a server side launche
88f1dc9 Typos!
2012-10-18 21:31:39 -04:00
Christian
9b1375f536
Update build.xml - add a classpath to the manifest. This means the universal jar is now a server side launcher.
2012-10-18 21:07:33 -04:00
Christian
ce138ec571
Typos!
2012-10-18 21:00:58 -04:00
Christian
c440c4b0c1
Update FML: 470a185
...
470a185 Try and avoid an NPE in crash reports
0029518 Fix logging problems- log death messages and re-route the server through FML logs properly.
fe7a832 Fix the test mod
a2bc30b Coremods can be specified via the command line: fml.coreMod.load=<listofcommaseparatedclasses> This will help with developing coremods
bae1f74 Fix classpath for server
887aa27 Add in the ability for a client to throw a custom exception that displays a custom gui instead of the default error message.
e17f267 Update FML internal classpath. Helpful for coremod devs
3b9972a Don't use File to separate the last element of the path. It's a URL, they're always separated by '/'
5c96afe Changed RelauchLibraryManager so that files with different paths on the same baseURL can be implemented in one ILibrarySet.
1bca393 FML as a whole is now subject to transformers.
27cf731 Bonus extra character. thanks randomitter!
94c84cd Merge pull request #116 from Vazkii/patch-1
c2d3195 Add Null check to FMLClientHandler.sendPacket
2012-10-18 20:17:23 -04:00
LexManos
30f74ac44c
Make Item.createEntity only call when its specifically a EntityItem, not a subclass of it.
2012-10-18 16:55:35 -07:00
Christian
5b4de7b2b5
Try and avoid an NPE in crash reports
2012-10-18 14:41:32 -04:00
Christian
3599c11599
Fix logging problems- log death messages and re-route the server through FML logs properly.
2012-10-17 18:05:23 -04:00
Christian
4af51b0cad
Fix the test mod
2012-10-16 13:24:29 -04:00
Christian
4c39831d2b
Coremods can be specified via the command line: fml.coreMod.load=<listofcommaseparatedclasses> This will help with developing coremods
2012-10-16 13:21:10 -04:00
Christian
4aced4ae02
Fix classpath for server
2012-10-16 12:40:01 -04:00
Christian
7327ea75f7
Add in the ability for a client to throw a custom exception that displays a custom gui instead of the default error message.
2012-10-16 12:39:04 -04:00
Christian
a82285964f
Update FML internal classpath. Helpful for coremod devs
2012-10-16 09:47:06 -04:00
Christian
e770c87084
Don't use File to separate the last element of the path. It's a URL, they're always separated by '/'
2012-10-16 09:46:08 -04:00
keepcalm
924425074f
Changed RelauchLibraryManager so that files with different paths on the
...
same baseURL can be implemented in one ILibrarySet.
2012-10-16 09:46:08 -04:00
Christian
c0795e9bee
FML as a whole is now subject to transformers.
2012-10-16 09:20:30 -04:00
Christian
4f0ddca554
Bonus extra character. thanks randomitter!
2012-10-16 09:06:13 -04:00
LexManos
192fb0f10e
Dll files are binary as well.
2012-10-15 15:32:25 -07:00
LexManos
f10073dc45
Ship forgeversion.properties with release zips. Same format as fmlversion.properties.
2012-10-15 15:32:12 -07:00
LexManos
006a27dcd6
New Block hook to determine if it can be destroied by the ender dragon, for PR 199
2012-10-14 20:17:07 -07:00
LexManos
91e88afdbe
Allow hook into GuiSlot for background rendering for PR #203
2012-10-14 20:00:30 -07:00
LexManos
2a749bee2c
Change the Crafting damage check to be the same as the usage damage check. (>= -> >)
2012-10-14 19:59:50 -07:00
LexManos
731107a865
Fill out the .gitattributes to help with line endings how they should be.
2012-10-14 19:59:07 -07:00
Christian
8d5b8a81fe
Reorganize the forced chunks a bit- offload the cost of immutable map building to the mods, rather than the chunk tick
2012-10-14 12:30:33 -04:00
Christian
b89467d101
Remove @SideOnly from removePotionEffect. Hi RichardG!
2012-10-12 14:01:16 +01:00
LexManos
5514bd39c9
Add some accessors to teh ChunkLoader tickets.
2012-10-11 18:27:51 -07:00
LexManos
cd01c30ae2
Merge pull request #198 from iChun/patch-1
...
Fix not passing right render pass to Item class.
2012-10-07 18:10:58 -07:00
cpw
abc651d618
Merge pull request #116 from Vazkii/patch-1
...
Add Null check to FMLClientHandler.sendPacket
2012-10-07 10:45:22 -07:00
Christian
2c8517f4d7
Fix bounds checking on chunkcache. Should fix a bunch of rp2 and maybe other extended tile entity code
2012-10-07 00:28:42 -04:00
Christian
8e92472409
Use weak references to the worlds in our maps. WorldClient would otherwise
...
leak all over the show.
2012-10-06 21:32:41 -04:00
Vazkii
f2e4e20f35
Add Null check to FMLClientHandler.sendPacket
2012-10-05 17:36:52 +02:00
Christian
72c19f335b
Expose RenderGlobal.field_72738_E (breakingBlocks) and fire OnBreak for items broken in itemUseFirst on the server. Both for Elo
2012-10-04 18:05:58 -04:00
Christian
641a7b033f
Fix problem with spawning custom entities in hotloaded dimensions.
2012-10-04 17:35:22 -04:00
iChun
528a295401
Fix not passing right render pass to Item class.
2012-10-05 03:57:52 +08:00
Christian
b82a462f64
Fix a problem with re-entering worlds too quickly- the worlds will now *always* save before the menu re-appears.
2012-10-04 00:07:59 -04:00
Christian
c5f74a8ba0
Update forge to 4.2
2012-10-03 02:00:19 -04:00
Christian
518264eff9
Merge branch 'master' of git://github.com/Chicken-Bones/MinecraftForge into Chicken-Bones-master
2012-10-03 01:57:56 -04:00
Christian
0162519347
Remove dead WorldInfo patch. Tweak dimension code a bit for better naming, and use the new FML world loading facilities
...
Update FML: d0e7c9e
d0e7c9e Update patches *sigh*
f3e1cac Add in a savehandler strategy for reading and writing data to the world save. This service is only available to coremods via the WorldAccessConta
51fb513 Add in some bukkit supporting code. Most of this is unimplemented until the bukkit coremod is complete.
65c9fdd New stuff on the ModLoader! Risu has been busy. Closes #114
c1d4458 Mods can now declare a range of minecraft versions they will run against
2012-10-03 01:54:40 -04:00
Christian
124f47f55c
Update patches *sigh*
2012-10-02 22:04:25 -04:00
Christian
550e622bc7
Add in a savehandler strategy for reading and writing data to the
...
world save. This service is only available to coremods via the
WorldAccessContainer interface on the mod wrapper. This is deliberate
and will not change.
2012-10-02 21:54:47 -04:00
Christian
a554846e57
Add in some bukkit supporting code. Most of this is unimplemented
...
until the bukkit coremod is complete.
2012-10-02 20:26:47 -04:00