Commit graph

  • f20f79db25 Use a 3-digit version number Kyprus 2012-06-25 13:41:54 -0400
  • c3239ab0ed Bumped the forge version used in the build file. Kyprus 2012-06-25 12:37:27 -0400
  • 29f3d47f44 Fixed a typo in the build script. Kyprus 2012-06-23 11:07:17 -0400
  • d32f719cb6 Reverted accidental change and updated the build script. Kyprus 2012-06-23 10:37:15 -0400
  • 783d0f8c1c Removed the devel files. Kyprus 2012-06-23 10:31:42 -0400
  • d1c686b6c3 Fixed the assembly table laser in SMP. Kyprus 2012-06-23 10:06:43 -0400
  • 5d6031a8b1 Forgot a file. Kyprus 2012-06-23 09:46:22 -0400
  • 427035ae20 Build script now injects the version into the source. Kyprus 2012-06-23 09:45:52 -0400
  • 35f1c754a5 Possible fix for readme formatting. Kyprus 2012-06-19 21:53:16 -0400
  • aa4e694034 Added a README including build instructions. Kyprus 2012-06-19 21:51:15 -0400
  • 530f81921f Updated build script to download mcp and forge automatically. Minecraft files now go in /basedir/jars Kyprus 2012-06-19 21:50:57 -0400
  • c6574d77b6 Fixed assembly table not dropping items Fixes #63 Kyprus 2012-06-19 21:21:41 -0400
  • e193bdbf46 A little enitty code cleanup. Kyprus 2012-06-19 21:13:33 -0400
  • b11d806fd2 Updated build script so you dont need to rename the mcp and forge zips. Kyprus 2012-06-15 16:04:26 -0400
  • a22568790a Merge pull request #58 from psxlover/CleanHead Kyprus 2012-06-15 10:41:54 -0700
  • 0224e57357 Display an error message in the console when a ghost pipe is detected instead of printing the StackTrace. psxlover 2012-06-15 20:34:43 +0300
  • 6ab4ad9044 Prevent addon pipes from becoming permanent ghosts. Now when the addon is used again the pipes should at least display again. psxlover 2012-06-15 20:31:57 +0300
  • 085737117b Couple small tweaks to TileGenericPipe Kyprus 2012-06-15 13:27:45 -0400
  • 7150cbb30f Fixs for the PersistentWorld removal. Thanks psx Kyprus 2012-06-15 13:10:51 -0400
  • f1b9e30d88 Removed PersistentWorld/Tile +LegacyBlock support. Kyprus 2012-06-15 12:23:08 -0400
  • 48064ad07f Removed unused scrips and added an Ant build script. Kyprus 2012-06-15 08:15:11 -0400
  • 1f25b8a457 Fixed a unicode char. Kyprus 2012-06-14 20:57:17 -0400
  • e1d4cf14a8 Merge pull request #57 from psxlover/PathMarkersOptimization SirSengir 2012-06-14 13:20:49 -0700
  • 6540aed3f9 Removed WorldIterator.java and WorldIteratorRadius.java since they are no longer used anywhere else. Also small change and cleanup psxlover 2012-06-14 22:04:29 +0300
  • 90905e38b3 Optimized Path Markers. Connecting should be instant and doesn't iterate all the blocks around the marker like before. Now increasing the max range between the path markers wont increase the load of the cpu and the time to connect. psxlover 2012-06-14 21:53:40 +0300
  • 422e1b048e Corrected a bug where the pathMarkers didn't save properly, that sometimes (depending on the order they were loaded) resulted in "lost" connections after a world load. psxlover 2012-06-14 19:31:41 +0300
  • c72fbbfe41 Fix url in mod meta files. SirSengir 2012-06-12 18:51:15 +0200
  • 416ab6022d Merge branch 'master' of github.com:SirSengir/BuildCraft SirSengir 2012-06-12 18:43:47 +0200
  • f64c1aef5c Attempt to fix lighting issues in advanced gui slots. Fixed mod info files. SirSengir 2012-06-12 18:42:33 +0200
  • cd39bcf4b1 Fixed a couple texture paths. Kyprus 2012-06-11 13:22:42 -0400
  • 8eb78d0e29 Fixed laser texture and jumping TileLaser. Kyprus 2012-06-11 10:19:42 -0400
  • d9a34f0ab1 Merge branch 'EntityRefactor' Kyprus 2012-06-10 19:19:34 -0400
  • 41cfa93e76 Lasers showing in SMP. Kyprus 2012-06-10 19:08:16 -0400
  • 31682c4c7b Fix texture paths Krapht 2012-06-10 21:32:35 +0200
  • b872485663 Removed a couple debug messages. Kyprus 2012-06-10 15:16:04 -0400
  • 3a6e54ca69 Attempt to make a better hopper texture. Krapht 2012-06-10 21:05:08 +0200
  • 8d32860b3a Fix frame decay. Closes #23 Destroys TE when block is destroyed Krapht 2012-06-10 02:57:21 +0200
  • 054c8ed792 Organize imports Krapht 2012-06-09 13:41:28 +0200
  • e1de3ecd1a Moved resources to seperate directory. Fixed a NPE in assembly table on SSP. SirSengir 2012-06-08 11:49:14 +0200
  • c420b80716 Fixed incorrect inheritance. SirSengir 2012-06-08 10:59:48 +0200
  • e78fcf297c Code cleanup attempt #2 Kyprus 2012-06-07 20:13:31 -0400
  • 76ea5f4b91 Added mcmod.info for FML. Small refactoring. SirSengir 2012-06-08 00:58:25 +0200
  • 59ee83677b Fixing conflict resolutions derps. Kyprus 2012-06-07 18:54:28 -0400
  • e984ac27a0 Work on the laser in SMP. Kyprus 2012-06-06 09:48:27 -0400
  • 1c2c729c36 Fix for multiple quarry arms. Kyprus 2012-06-06 09:47:15 -0400
  • 65895a1cfc More entity refactoring Kyprus 2012-06-03 15:20:46 -0400
  • b9959ecd53 Merge pull request #49 from pahimar/master SirSengir 2012-06-07 14:49:47 -0700
  • ba9e457039 Updated MCP mapping pahimar 2012-06-07 16:24:52 -0400
  • f4409810d6 Hopper: Now pushes topleft stack instead of bottom one Does not manipulate client inventory in SMP Code cleanup Closes #47 Krapht 2012-06-06 13:17:33 +0200
  • 8eda6c45d8 Merge pull request #48 from Landrash/master Krapht 2012-06-05 07:58:37 -0700
  • 16cd3a7942 Added translation for new gui items. Corrected gramar and spelling. Landrash 2012-06-05 16:36:10 +0200
  • 707cd3eb9f Updated translation and corrected gramatic errors. Landrash 2012-06-05 16:27:40 +0200
  • d474612978 Code cleanup. SirSengir 2012-06-04 22:48:18 +0200
  • 15d239a6a9 Hopper now drops inventory contents when broken. Closes #46 SirSengir 2012-06-04 22:45:16 +0200
  • 90f3466960 Fixed issues when picking up engines of different types. Closes #42 SirSengir 2012-06-04 22:30:23 +0200
  • 175703ddf2 Added Forestry-style energy ledger to engines. SirSengir 2012-06-03 13:41:41 +0200
  • 6f8d594197 Pipe wires are synched on first connect of client. Wire signal synching is still missing. SirSengir 2012-06-03 11:48:15 +0200
  • 8d75f63255 Fixed non-displaying liquid textures. SirSengir 2012-06-03 10:55:46 +0200
  • 714a6a157f Merge branch 'fmltexturesupport' of https://github.com/cpw/BuildCraft into cpw-fmltexturesupport SirSengir 2012-06-01 20:53:16 +0200
  • 05dfd57a21 Merge pull request #37 from CovertJaguar/patch-1 SirSengir 2012-06-01 02:43:28 -0700
  • 294a3a5008 Should fix black laser beams. CovertJaguar 2012-05-31 04:56:34 -0700
  • 5940f6026d Pickup items after digging Increase pickup range Krapht 2012-05-31 00:40:28 +0200
  • b3afe87210 Bumped the range on sending packets to 128. Kyprus 2012-05-30 14:06:28 -0400
  • 5022848678 Fixed quarry NPE and lasers not showing Kyprus 2012-05-30 10:42:37 -0400
  • 514039b92b Improved gate selection display client side. SirSengir 2012-05-30 14:04:01 +0200
  • 9077e9dedf Improved diamond pipe client synch. SirSengir 2012-05-30 12:27:30 +0200
  • f4a018c286 Made the robot build again. Kyprus 2012-05-30 01:56:39 -0400
  • 9dc2c768fa Starting refactor of the robot and laser entites. Kyprus 2012-05-30 01:50:44 -0400
  • 44973bc2b1 Fix gate sync to server Fix gate values to client Krapht 2012-05-28 02:39:39 +0200
  • 92f2ab1d1e Merge pull request #32 from Kyprus/master Krapht 2012-05-27 13:00:42 -0700
  • 73506ba153 Revert "Merge branch 'TransportSecure'" Kyprus 2012-05-27 15:53:52 -0400
  • 999d26eb23 Fixed previous commit. SirSengir 2012-05-27 11:26:27 +0200
  • a6872c5053 Merge branch 'TransportSecure' SirSengir 2012-05-27 11:20:17 +0200
  • ff20f682fc Suppress pipe stripping client side. SirSengir 2012-05-27 11:19:11 +0200
  • 50a4fa1ea0 A exception that was already being caught. psxlover 2012-05-27 01:56:33 +0300
  • 37cac720e6 Fixed filler respawning striped tape after it gets destroyed. psxlover 2012-05-27 01:36:01 +0300
  • 6ccc3c9e36 Removed some compilation warnings. psxlover 2012-05-26 22:44:51 +0300
  • 7836986f04 Fix a localization issue. psxlover 2012-05-26 22:42:40 +0300
  • 82fd2f651b NPE in Refinery GUI https://github.com/SirSengir/BuildCraft/issues/10 psxlover 2012-05-26 20:54:03 +0300
  • 5a307cd0fe Revert "Used getEntitiesWithinAABB instead of getting all the players of the world for sendToPlayers." psxlover 2012-05-26 20:43:59 +0300
  • 7e00bd6a7f Add NPE protection Krapht 2012-05-26 17:49:26 +0200
  • 117b1fa6da Merge branch 'master' into TransportSecure SirSengir 2012-05-27 09:54:08 +0200
  • 64b9fdd460 Fixed compile error. SirSengir 2012-05-27 09:45:02 +0200
  • cd9cd11134 Merge pull request #28 from psxlover/master SirSengir 2012-05-27 00:39:14 -0700
  • f445024282 A exception that was already being caught. psxlover 2012-05-27 01:56:33 +0300
  • eb44f8fab1 Fixed filler respawning striped tape after it gets destroyed. psxlover 2012-05-27 01:36:01 +0300
  • e5e1ec40ee Removed some compilation warnings. psxlover 2012-05-26 22:44:51 +0300
  • f1cfcaaae6 Fix a localization issue. psxlover 2012-05-26 22:42:40 +0300
  • 031035bd7d NPE in Refinery GUI https://github.com/SirSengir/BuildCraft/issues/10 psxlover 2012-05-26 20:54:03 +0300
  • 03752e43d9 Revert "Used getEntitiesWithinAABB instead of getting all the players of the world for sendToPlayers." psxlover 2012-05-26 20:43:59 +0300
  • 4d3851ca28 Add NPE protection Krapht 2012-05-26 17:49:26 +0200
  • 9d30299a91 Fixed tile assembly table on SMP. SirSengir 2012-05-26 15:40:32 +0200
  • 1162025f98 Merge branch 'master' into TransportSecure SirSengir 2012-05-26 15:32:12 +0200
  • fac800c8d2 Fixed tile assembly table on SMP. SirSengir 2012-05-26 15:25:42 +0200
  • 1916435724 Merge branch 'master' of github.com:SirSengir/BuildCraft Krapht 2012-05-26 02:15:19 +0200
  • 1ab3c3e2d5 Added recipe for the Hopper Krapht 2012-05-26 02:14:36 +0200
  • 81b90ed54d Fix flowing oil too.. Christian Weeks 2012-05-25 12:26:07 -0400
  • 7518eb0212 Update for FML mod texture Christian Weeks 2012-05-25 11:41:55 -0400
  • 052b304797 Merge pull request #11 from mistaqur/master SirSengir 2012-05-22 02:12:34 -0700
  • 08683fd7dd Fixed several localization issues. mistaqur 2012-05-22 01:31:30 +0400