Commit Graph

1294 Commits

Author SHA1 Message Date
LexManos 62cb053d5f Add config toggle to atempt to remove TileEntities and Entities that error during there update without fully crashing the server, use at your own risk. Closes #424 2013-03-13 12:20:57 -07:00
Christian 981310c5a3 Updated FML:
MinecraftForge/FML@8f2dbf7046 Fix up stupid derp in IMC code: actually reset the IMC list after each delivery. Fixes a bunch of mods. Sorry everyone.
2013-03-13 15:11:07 -04:00
LexManos 95a7ec3f08 Merge pull request #449 from iChun/patch-5
[Bugfix] One should not assume an item would use the item spritesheet.
2013-03-13 11:53:50 -07:00
LexManos 58ad89ca90 Fix for nether quartz not generating in the nether, Closes #454 2013-03-13 11:51:36 -07:00
LexManos 81c00a89c5 Fix RedstoneBlock power issues, Closes #452 2013-03-13 11:49:10 -07:00
LexManos 3b40687f55 Fix bug with rendering one too many passes for ItemEntities Closes #450 2013-03-13 11:48:39 -07:00
LexManos c471a9a557 Deprecation Sweep in DungeonHooks and fixed wildcard in ChestGenHooks remove function. 2013-03-13 10:55:08 -07:00
iChun 44e690b8de [Bugfix] One should not assume an item would use the item spritesheet.
Item class has a func to return an int to use terrain.png or items.png. This makes forge take account of it.
2013-03-13 20:36:32 +08:00
LexManos ff0340f5b4 Fix missed wildcard change in OreDictionary closes #448 2013-03-12 19:44:47 -07:00
LexManos 3e1949fc1c Add call to EntityLiving when counting entities for Spawning Cap. Closes #447 2013-03-12 19:41:51 -07:00
LexManos 2cd9382bfc Move the RenderWorldLastEvent back to before renderHand like it was in 1.4 Closes #444 2013-03-12 19:14:41 -07:00
LexManos 48e95f3d44 Fix RenderItem to work with items that use the terrain texture map that aren't in the block ID range. Close #443 2013-03-12 19:02:18 -07:00
LexManos 31b908473d Fix crash when EnumHelper can't find $VALUES field, log info, and return gracefully. 2013-03-12 18:42:43 -07:00
Christian 40e7798d1e Updated FML:
MinecraftForge/FML@23ea835fa7 Pass obfuscation status to coremods
2013-03-12 21:07:25 -04:00
Christian 546ceaa9d8 Updated FML:
MinecraftForge/FML@d88db6c0cf Fix up deep tree deobfuscation
2013-03-12 21:06:07 -04:00
Christian 83d4be5a05 Some tweaks to the liquid dictionary, to allow for canonical liquid stacks for things like rendering 2013-03-12 20:33:50 -04:00
LexManos ce2ebc1d04 Updated FML:
MinecraftForge/FML@7b722bfcd6 Update MCP for latest PR silent update.
MinecraftForge/FML@c6dab815f4 Missed joined.exc, must fix scripts.
2013-03-12 15:21:49 -07:00
LexManos ee1460d8c4 Removed get/setTextureFile from Block, nolonger used. 2013-03-12 14:47:05 -07:00
LexManos dfdef18d35 Updated FML:
MinecraftForge/FML@a90504315e Readjust size of mods button when Minecraft Realms button is enabled.
2013-03-11 16:28:19 -07:00
Christian 529062d73f Fix the oredictionary for the new recipe wildcard value of Short.MAX_VALUE. 2013-03-11 17:43:23 -04:00
Christian 4d6c135182 Updated FML:
MinecraftForge/FML@3765ceb02d Update MCP, fixes the "broken texture packs" problem.
2013-03-11 16:37:53 -04:00
Christian 94a0203882 Updated FML:
MinecraftForge/FML@dab22f5b74 Fix "0 mods" display when installed in forge.
2013-03-10 12:14:40 -04:00
Christian 811c53e518 Updated FML:
MinecraftForge/FML@179c504746 Simplify logic in tick start/end
MinecraftForge/FML@29edd242cd Fix coremods without a manifest crashing the game. Closes #181
MinecraftForge/FML@ac16845fc4 Fix demo mode crash. Closes #187
MinecraftForge/FML@984291cee9 Fix supertype parsing to handle null superclass (Hi Object!). Closes #160
MinecraftForge/FML@f647929993 Merge branch 'master' of github.com:Uristqwerty/FML
MinecraftForge/FML@b301e8e4c1 Change type of connection queue to a concurrent linked queue. Much more efficient, hopefully. Closes #189
2013-03-10 01:34:45 -05:00
Christian 4175d2f306 Updated FML:
MinecraftForge/FML@591e65fa1a Revert "Use the reobfuscation maps in the reflection helper for field lookups: should help some reflection cases with the deobf."
MinecraftForge/FML@2a779ec328 Try a different way of remapping the fields. Should work because it's userspace, not relauncher space
MinecraftForge/FML@ca2d8bd834 Fix reflection helper: it needs to unmap the classname to find the field maps.
2013-03-09 17:59:21 -05:00
Christian d5edaea88f Updated FML:
MinecraftForge/FML@485db6be2e Use the reobfuscation maps in the reflection helper for field lookups: should help some reflection cases with the deobf.
2013-03-09 17:21:13 -05:00
Christian c9f6412392 Updated FML:
MinecraftForge/FML@25f3fcad46 Fix up some relauncher stuff: the vanilla applet works now, as do other applets. Deobf data is resolveable for them too.
2013-03-09 15:30:32 -05:00
LexManos 4a0393f613 Updated FML:
MinecraftForge/FML@6bf7c9878c Fixed srg name of minecraftDir for runtime deobf.
2013-03-09 11:57:13 -08:00
Christian d12554a3e2 Updated FML:
MinecraftForge/FML@95d0ff18cd Fix runtime deobfuscation for remapped inner classes
2013-03-09 14:15:14 -05:00
Christian 170d22e5ac Refresh patch 2013-03-09 13:39:12 -05:00
LexManos 3d8b247884 Updated FML:
MinecraftForge/FML@86a9c7d359 Fixup reobfusication of server code if present.
MinecraftForge/FML@8e7956397d Just enable server side compile, and warn not to complain tous.
MinecraftForge/FML@889efc1c0a Fixes GameRegistry.registerBlock
MinecraftForge/FML@fe1623a36a Merge pull request #195 from RainWarrior/snapshot15
MinecraftForge/FML@62f5adf8e2 Revert "Fix modlist to use the new texture binding functions, i think"
MinecraftForge/FML@58ee06ea8e Some fixes for the snapshot
MinecraftForge/FML@368a2245ef Merge branch 'snapshot15'
MinecraftForge/FML@1eba1dfdc0 Fix accidental commands.patch overwrite
MinecraftForge/FML@ebdb166ec8 Merge branch 'snapshot15'
MinecraftForge/FML@450dd8313c Fix up some small things, merging into mainline
MinecraftForge/FML@1642bad402 Fix Multi-part entity children ID issue, mobs with custom spawning must deal with child ids themselves.
2013-03-09 10:10:22 -08:00
LexManos 14c362196e Merge remote-tracking branch 'origin/snapshot15' 2013-03-09 09:53:43 -08:00
LexManos 4945bd9d0f Fix reobf call. 2013-03-09 01:00:52 -08:00
LexManos 9a72d50dec Early define CrashReport classes to combat invalid crash details. 2013-03-08 20:31:37 -08:00
LexManos 025d4f8f25 Updated FML:
MinecraftForge/FML@f1c6bdd57d Support the MCP format of partial reobfuscation for portability. Ensure modloader-like compatibility
MinecraftForge/FML@0419b9d975 Update MCP info for latest
2013-03-08 20:16:35 -08:00
LexManos a91a50cd9d Deprecated Forge's ISidedInventroy, there is a vanilla solution. Added temporary config option to legacy furnace slot orientation. 2013-03-08 19:16:48 -08:00
LexManos 9f8a07f7d8 Fix typos. 2013-03-08 18:57:00 -08:00
LexManos 2488ad2826 Updated to 1.5 Pre-release
Updated FML:
MinecraftForge/FML@2d98835db8 Scala support! It's still primitive, I hope that people will like it. I do :)
MinecraftForge/FML@5bfaf7c170 Global object registry, also, support the new itemblockwithmetadata constructor
MinecraftForge/FML@80a40c03e6 Update to MCP 1.5 and minecraft 1.5.
MinecraftForge/FML@b3e854a15d Update for new MCP with srg reobf.
2013-03-08 18:48:52 -08:00
Christian 667fda257a Updated FML:
MinecraftForge/FML@e9ff699c2d Refresh the renderengine after modloading is complete. Should fix issues with out-of-place texture registration by mods.
MinecraftForge/FML@a723aa6860 Refresh copyright notices on everything
MinecraftForge/FML@c42a210140 Strip deprecated code
MinecraftForge/FML@6eeae8c49f Fix up state transition derp when the server crashes with an error- it shouldn't double-derp
MinecraftForge/FML@81c6421f84 Tweak license text- any osi licensed project can use the asm transformer code
2013-03-07 19:45:32 -05:00
Christian 88c7b12ba3 Clean up Access Transformer mapping data 2013-03-07 19:44:26 -05:00
LexManos e7f7c6417f Make release quit on compile error. 2013-03-06 20:45:40 -08:00
LexManos 2c07b18e1a Fix compile error, forget to flush to disc. 2013-03-06 19:26:29 -08:00
LexManos 6b5a086be3 Readd second render pass to TileEntities and Entities, patches were missed when merging in master branch. As note, CB can DIAF. 2013-03-06 19:18:26 -08:00
Christian e5913fb29f Add an Icon to the LiquidStack, for rendering the liquid in various ways 2013-03-06 20:54:24 -05:00
Christian b0e42ebcea Updated FML:
MinecraftForge/FML@abe4f73a9a FIX massive performance issue with FML. Thanks to @sfPlayer1 for finding this epic derp on my part!
2013-03-06 14:07:06 -05:00
Christian f5ba66068a let's do it right this time. Hmmm 2013-03-06 13:32:34 -05:00
Christian 101ae36f57 Call stitcher for non-existent textures as well. Probably allows
for generated textures. Hmmm
2013-03-06 10:29:25 -05:00
LexManos 5ff9983772 Updated FML:
MinecraftForge/FML@debbdc00be Capture Minecraft logs into FML logging
MinecraftForge/FML@74fffc6fdc Update next render to 40
2013-03-05 15:46:26 -08:00
LexManos c2b610d335 Fix ItemSeedFood respecting custom soils. 2013-03-05 15:44:31 -08:00
LexManos 43a1bf1425 Removed erroring imports and update build function to die on errors. 2013-03-04 20:57:42 -08:00
LexManos 20db933cee New world event for controlling potential entity spawnlists. For #430 2013-03-04 20:29:05 -08:00