Commit Graph

10 Commits

Author SHA1 Message Date
LexManos 6eb4353b95 Rebase 2012-08-01 17:41:34 -07:00
LexManos a82498a083 Updated some remaining scripts to call there python versions. 2012-07-02 20:05:42 -07:00
LexManos e883645266 Fixed IOException not found error in CovertJaguires pull request. Updated scripts so that build should now be fixed 2012-03-17 19:54:40 -07:00
LexManos e3359fdbd3 Reworked the workspace scripts so the build should fail on compile errors. This build should fail as a test. 2012-03-17 19:49:00 -07:00
LexManos 1242aade3c Lowered the amount of build log spam, and fixed the inject_version script for use on other systems. 2012-02-13 04:01:54 -08:00
LexManos 2ea1775224 Created a Entity tracking ans spawning system.
Mod creators should call MinecraftForge.registerEntity to register a entity.
All entity ID numbers are Mod Unique. Meaning two mods can have Entity #1.
Added client and server side packet handlers for the 'Forge' channel. For use in internal packets such as the new Spawn packet.
Updated the build scripts to copy over unique server source files now that there actually are some.
For modders:
  If you have a entity that used MLMP's 'owner' system, you should have your entity implement IThrowableEntity
  If you have a entity that implments MLMLP's ISpawnable, you should implement ISpawnHandler.
They provide the same functionality, just in a cleaner, more orginized way and will be the method used when we eventually drop MLMP.
2012-02-10 03:06:08 -08:00
LexManos 08195cfc03 Streamlined the Setup, Build and Package scripts:
On windows they no longer need the user to press enter every step
Moved version info out to version.txt, This will only effect the svn. If you update the version do it in version.txt not in ForgeHooks.java.
Introduced the build number into the version string.
Cleaned up some extra echos in scripts.
2012-01-25 07:00:31 +00:00
Space Toad eba740b4ce fixed patch script and added release scripts 2011-07-16 22:32:57 +00:00
Space Toad 987ad5acd2 fixed previous checkin 2011-07-14 11:19:22 +00:00
Space Toad 7385d80298 added basic build script for windows 2011-07-14 11:18:25 +00:00