Commit graph

  • 3afd52ac9d Ignore stuff Christian Weeks 2012-03-30 11:35:35 -0400
  • efa8cf41b2 We're Forge Mod Loader, not Forge ModLoader Christian Weeks 2012-03-30 11:35:04 -0400
  • b71f486837 Tweak license to refer to github Christian Weeks 2012-03-30 10:16:36 -0400
  • 2edeba5af4 Add licenses reorganize code Christian Weeks 2012-03-30 10:11:13 -0400
  • 7b3fb203fc Starting to get somewhere Christian Weeks 2012-03-30 01:12:59 -0400
  • 62cca5a4b7 Thoughts on how to do the modloading properly Christian Weeks 2012-03-28 16:44:36 -0400
  • 0cc2bc1923 Tab cleanup Christian Weeks 2012-03-28 13:29:23 -0400
  • 7c30c12f9f Initial commit Christian Weeks 2012-03-28 12:53:08 -0400
  • 116e078db7 Fixed camelcasing in IConnectionHandler, ment to do during first upgrade. LexManos 2012-03-27 07:27:04 -0700
  • 114c534db4 Changed update_patches script to use python for the bulk, Prevents making 1800 temporary useless files. LexManos 2012-03-27 07:26:39 -0700
  • aa83f571c2 Fixed typo bug in MinecraftForge.getEntityTrackerInfo LexManos 2012-03-27 01:00:43 -0700
  • 66b3c827cc Updated to MC: 1.2.4 MLMP: 1.2.4 v1 Removed all code that was marked as deprecated, IE: ICustomItemRenderer, and the functions in Configuration LexManos 2012-03-27 00:39:23 -0700
  • 2230ca7c54 Reworked EntityPlayerMP.openGui to hopefully be more compatible with PlayerAPI LexManos 2012-03-26 04:27:34 -0700
  • dd17ebd009 Cleanup the EffectRenderer patches, Allows custom food items to have the proper particals. Cleaned up special case class in favor of basic java generics. LexManos 2012-03-26 02:48:58 -0700
  • 9153ded16f Added rider sit pull request. LexManos 2012-03-25 23:28:32 -0700
  • 06eb9de126 Fixed a couple of bugs in the Configuration categories pull request. Added helper functions to Property for standard int/boolean usage. LexManos 2012-03-25 23:26:01 -0700
  • dec539f6f9 Merge pull request #22 from CovertJaguar/patch-5 LexManos 2012-03-25 22:24:08 -0700
  • 3f0232223d Updated MCP mapings LexManos 2012-03-25 22:02:13 -0700
  • 353885bc94 Removed createCategory() function and changed it to create categories as they are encountered. CovertJaguar 2012-03-23 11:41:16 -0700
  • 1067a66c06 Added the ability to define custom categories for config files. CovertJaguar 2012-03-23 09:43:48 -0700
  • 65b3742636 Added MinecraftForge.isClient() function that returns true if you are in the Minecraft Client, (As defined as net.minecraft.client.Minecraft existing) false otherwise. Fixed a typo on PacketEntitySpawn that caused speed to be assigned improperly. A little code cleanup. LexManos 2012-03-22 19:46:36 -0700
  • 96b698dc85 Implemented Pheenixm pull request allowing for more control over the camera. LexManos 2012-03-22 19:44:12 -0700
  • 55780422ae Changed logic in Configuration to allow for extended block ID mods easier access to change that. Just use reflection to change Configuration.configBlocks to whatever length you want. LexManos 2012-03-22 19:39:15 -0700
  • be1dd4934a Fixed NPE on CustomPayload packets with 0 data LexManos 2012-03-22 19:30:59 -0700
  • 43ac9d6799 Fixed a few typos that CovertJaguire found in The Forge entity handeling code. And re-wrote the connection sequance so that clients get a list of mod ids before anything else. LexManos 2012-03-20 22:04:58 -0700
  • 7c7b6d8f46 Readded the deprecated interface ICustomItemRenderer. Added method to enforce deprecation cross Minecraft versions. LexManos 2012-03-20 06:43:05 -0700
  • 5d057ea49a Bumped version number to 1.4.1 LexManos 2012-03-19 22:36:40 -0700
  • 952fb54a44 Merge pull request #15 from newthead/master LexManos 2012-03-19 22:19:41 -0700
  • 93fa20952e Merge pull request #16 from CovertJaguar/patch-3 LexManos 2012-03-19 21:21:14 -0700
  • 5a0df1f17f Fixed dyes showing twice in creative list LexManos 2012-03-19 21:20:08 -0700
  • bd49c3dcdb Reverted vanilla texture binding to an explicit if() statement based on item ID newthead 2012-03-19 11:52:24 -0700
  • be07279984 Changed render hook checks to all use ItemStack instead of itemID newthead 2012-03-19 11:37:51 -0700
  • 34ea120258 Fixed tile entities not properly being removed for blocks that do not extend BlockContainer, or override BlockContainer.onBlockRemoval LexManos 2012-03-19 10:30:21 -0700
  • 6a1cdc8e0c Fix for network code. CovertJaguar 2012-03-19 08:09:00 -0700
  • ff37b70e03 Fixed a class to a deprecated method to fix tool effectiveness. LexManos 2012-03-18 23:38:03 -0700
  • 29a65efd77 Fixed excessive need for user interaction in the install script. LexManos 2012-03-18 23:37:32 -0700
  • 0597c30ac2 Merged item rendering interfaces into a single IItemRenderer newthead 2012-03-17 11:21:08 -0700
  • e883645266 Fixed IOException not found error in CovertJaguires pull request. Updated scripts so that build should now be fixed LexManos 2012-03-17 19:54:40 -0700
  • e3359fdbd3 Reworked the workspace scripts so the build should fail on compile errors. This build should fail as a test. LexManos 2012-03-17 19:49:00 -0700
  • e2dc4d595e Modified patches to use new item render hooks newthead 2012-03-17 11:48:54 -0700
  • 4cf001c644 Updated render hooks and registration to use the IItemRenderer interface newthead 2012-03-17 11:46:15 -0700
  • 4366929c9b Merged item rendering interfaces into a single IItemRenderer newthead 2012-03-17 11:21:08 -0700
  • 10ee3b9e92 Merge pull request #14 from CovertJaguar/patch-2 LexManos 2012-03-17 01:09:33 -0700
  • 230a4188f8 Fixed onTakenFromCrafting hooks to be called once per stack taken. Sadly due to how shift-click is handled, the passed in item stack is not garenteed to be the stack that the result was added to. LexManos 2012-03-17 01:08:53 -0700
  • 2e24491707 Added additional flag for rendering entity item bobbing newthead 2012-03-17 00:17:57 -0700
  • 8e92edb4b7 Cleanup/fix item render hooks newthead 2012-03-16 23:57:59 -0700
  • d7cbbfb3d2 Added render code for inventory items and entity items. newthead 2012-03-16 21:28:08 -0700
  • 391fbbd42b Added remaining item render hooks, and fixed a static method access newthead 2012-03-16 21:27:05 -0700
  • 7efd97399f Clarified render option for inventory items newthead 2012-03-15 23:47:58 -0700
  • dc0fc67412 Added hook for rendering equipped items newthead 2012-03-15 23:47:28 -0700
  • 2524cf273b Added new item render interfaces to Forge client newthead 2012-03-15 21:26:09 -0700
  • a3345c6d57 Added throws clause to ISpawnHandler functions to keep the functions consistent with similar functions and increase ease of use. Exceptions are already being caught everywhere these functions are called, so no further changes required. CovertJaguar 2012-03-15 03:34:42 -0700
  • c0bf315876 Made BlockStairs, BlockFarmland, and BlockStep have proper sided-solidity. Can now place torches on any solid side of those blocks. LexManos 2012-03-14 16:50:43 -0700
  • dda4d3c93c Proper fix for SDK's invalid bit shifts of parameters for chunk population LexManos 2012-03-14 16:49:53 -0700
  • ba285c455c Fixed type on patch conversion messing up tile entities LexManos 2012-03-14 16:49:02 -0700
  • 29556e6170 Fixed sides of grass not getting biome colors LexManos 2012-03-14 16:48:33 -0700
  • 0c39a7cbfd New EntityInteract hook for handeling player vs entity interaction on the global level vs the item level. LexManos 2012-03-14 16:47:15 -0700
  • 09725ae326 Fixed forgotten type identifier in clean_src LexManos 2012-03-14 16:46:03 -0700
  • 2a8a89ee14 Merge pull request #12 from cpw/fixworldgen Eloraam 2012-03-14 11:52:41 -0700
  • 8a8875a180 Fix worldgen doubleshifting in ModLoaderMP until SDK fixes it. Christian Weeks 2012-03-13 19:22:55 -0400
  • 91ab9d0e1b New script to fix decompile differences between windows and linux/osx. Removed the MLProp special case, no longer needed as MLProp decompiles fine. Updated patches to work on all systems. Added warning and exit if the user does not say yes to the cleanup. LexManos 2012-03-12 16:55:59 -0700
  • 9acdb5b620 Fixed a merge error. Eloraam 2012-03-12 15:51:11 -0400
  • 340eede26c MCP Update. Fixed a few small bugs in the linux scripts. Eloraam 2012-03-12 15:38:09 -0400
  • 249ba1248d Custom dimensions should now honor the canRespawnHere function for respawning. LexManos 2012-03-12 12:19:20 -0700
  • 02b3c0042d Fixed a wrong argument for dimensions, should fix entity tracking. LexManos 2012-03-12 12:18:42 -0700
  • 6c6d4a7ed9 Fixed the inverted logic in the missing mod check. LexManos 2012-03-12 12:18:16 -0700
  • b23798f67a Fix up Configuration ids to only work for 256 ids until Jeb finishes the 4096 conversion. LexManos 2012-03-10 17:08:34 -0800
  • b56e414b98 Merge remote-tracking branch 'origin/master' LexManos 2012-03-09 18:55:13 -0800
  • e32cb4eeb6 Fixed a bug where vines were not shearable. LexManos 2012-03-09 18:54:39 -0800
  • cea259fab0 Merge pull request #11 from CovertJaguar/patch-1 LexManos 2012-03-09 17:22:26 -0800
  • 3847292ef7 Fixed a minor bug with the Minecart Dictionary. CovertJaguar 2012-03-09 17:10:50 -0800
  • 7db6897fa3 1.4.0 official release. LexManos 2012-03-09 13:54:50 -0800
  • e49564d0e8 Updated to MLMPv3 LexManos 2012-03-09 10:42:39 -0800
  • 5946d70ebf Implemented ChickenBone's Chunk handler LexManos 2012-03-08 22:21:38 -0800
  • c3d7bb6b7d Hack-fix for players getting stuck during logins. Detailed fix when bug is actually tracked down. LexManos 2012-03-08 22:21:06 -0800
  • 168fd92099 Updated to latest MCP LexManos 2012-03-07 09:45:31 -0800
  • 924cc290dd Fixed client side bonemeal on grass only making flowers LexManos 2012-03-07 09:45:13 -0800
  • e5d2de03ab Removed improper tile entity negation LexManos 2012-03-06 22:44:29 -0800
  • 45910043c3 Fixed a generic tile entity line i missed on the server side. LexManos 2012-03-06 22:44:04 -0800
  • e3c149c246 Fixed MLMP thinking Network mods need a client side when they dont. LexManos 2012-03-06 22:43:35 -0800
  • 50390a305d Updated to SDK MLMP v2 LexManos 2012-03-06 18:47:54 -0800
  • b69e492343 Fixed missing double array in MLMP's packet server side. Also, fixed the creative code again, brain failed. LexManos 2012-03-06 15:04:40 -0800
  • 7cfd984093 Updated to SDK's 1.2.3 MLMP, Mush cleaner, no longer supporting Flan's. LexManos 2012-03-06 14:12:55 -0800
  • 74a33759fd Got my comparitor turned around LexManos 2012-03-06 14:12:20 -0800
  • eb06a63222 Updated gitignore, fixed digging particles, fixed creative container showing to many blocks, fixed wrong argument for custom renderers. LexManos 2012-03-06 12:11:24 -0800
  • 885484f75f ItemBlock now implements ITextureProvider so that blocks with custom textures will showup properly when being held. LexManos 2012-03-06 00:28:12 -0800
  • f847e37119 Updated MCP's patch files. Fixes hangs on running MC as applet. LexManos 2012-03-06 00:26:51 -0800
  • 72357310ae Cleanup of ModLoaderMP and proper update to the latest version of ModLoader LexManos 2012-03-05 20:02:07 -0800
  • 1c77b62704 Fixed directory issues in the setup script LexManos 2012-03-05 20:01:04 -0800
  • 66cac8ea7d Fixed NPE in the login handler LexManos 2012-03-05 19:57:50 -0800
  • d1acfd94a6 Updated MCP mapings files LexManos 2012-03-05 15:07:33 -0800
  • b77075367e No longer mark forge packets as chunk packets. LexManos 2012-03-05 15:07:18 -0800
  • 2405761461 Fixed missing space in linux scripts LexManos 2012-03-05 15:06:54 -0800
  • 3d53e59d73 Updated for MLMP 1.2.3 v1 LexManos 2012-03-05 13:20:03 -0800
  • 5f7d00e6ba Made the scripts forge updating md5s/mcp/names LexManos 2012-03-05 12:44:00 -0800
  • bef2f96597 Missed damageCarryover on the server LexManos 2012-03-04 20:59:10 -0800
  • 5f1d4524f9 Small imports cleanup LexManos 2012-03-04 20:46:50 -0800
  • 5a0e798102 First push of server side patch updates for 1.2.3. MLMP is still not updated so it does not include those changes, and will not compile. LexManos 2012-03-04 20:46:15 -0800
  • 70388dd607 Deleted unneeded server side patches, Packet250 bug was fixed. And the others got moved to AnvilSaveHandler LexManos 2012-03-04 20:45:15 -0800
  • 9d626d9e5e Couple of things I missed client side LexManos 2012-03-04 20:43:30 -0800