Commit graph

4633 commits

Author SHA1 Message Date
Kyprus f20f79db25 Use a 3-digit version number 2012-06-25 13:41:54 -04:00
Kyprus c3239ab0ed Bumped the forge version used in the build file. 2012-06-25 12:37:27 -04:00
Kyprus 29f3d47f44 Fixed a typo in the build script. 2012-06-23 11:07:17 -04:00
Kyprus d32f719cb6 Reverted accidental change and updated the build script. 2012-06-23 10:37:15 -04:00
Kyprus 783d0f8c1c Removed the devel files. 2012-06-23 10:31:42 -04:00
Kyprus d1c686b6c3 Fixed the assembly table laser in SMP. 2012-06-23 10:06:43 -04:00
Kyprus 5d6031a8b1 Forgot a file. 2012-06-23 09:46:22 -04:00
Kyprus 427035ae20 Build script now injects the version into the source. 2012-06-23 09:45:52 -04:00
Kyprus 35f1c754a5 Possible fix for readme formatting. 2012-06-19 21:53:16 -04:00
Kyprus aa4e694034 Added a README including build instructions. 2012-06-19 21:51:37 -04:00
Kyprus 530f81921f Updated build script to download mcp and forge automatically. Minecraft files now go in /basedir/jars 2012-06-19 21:50:57 -04:00
Kyprus c6574d77b6 Fixed assembly table not dropping items Fixes #63 2012-06-19 21:21:41 -04:00
Kyprus e193bdbf46 A little enitty code cleanup. 2012-06-19 21:13:33 -04:00
Kyprus b11d806fd2 Updated build script so you dont need to rename the mcp and forge zips. 2012-06-15 16:05:02 -04:00
Kyprus a22568790a Merge pull request #58 from psxlover/CleanHead
Small enchancements
2012-06-15 10:41:54 -07:00
psxlover 0224e57357 Display an error message in the console when a ghost pipe is detected instead of printing the StackTrace. 2012-06-15 20:34:43 +03:00
psxlover 6ab4ad9044 Prevent addon pipes from becoming permanent ghosts. Now when the addon is used again the pipes should at least display again. 2012-06-15 20:31:57 +03:00
Kyprus 085737117b Couple small tweaks to TileGenericPipe 2012-06-15 13:27:45 -04:00
Kyprus 7150cbb30f Fixs for the PersistentWorld removal. Thanks psx 2012-06-15 13:10:51 -04:00
Kyprus f1b9e30d88 Removed PersistentWorld/Tile +LegacyBlock support. 2012-06-15 12:23:08 -04:00
Kyprus 48064ad07f Removed unused scrips and added an Ant build script. 2012-06-15 08:15:11 -04:00
Kyprus 1f25b8a457 Fixed a unicode char. 2012-06-14 20:57:17 -04:00
SirSengir e1d4cf14a8 Merge pull request #57 from psxlover/PathMarkersOptimization
Path markers optimization
2012-06-14 13:20:49 -07:00
psxlover 6540aed3f9 Removed WorldIterator.java and WorldIteratorRadius.java since they are no longer used anywhere else.
Also small change and cleanup
2012-06-14 22:04:29 +03:00
psxlover 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.
2012-06-14 21:53:40 +03:00
psxlover 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. 2012-06-14 19:31:41 +03:00
SirSengir c72fbbfe41 Fix url in mod meta files. 2012-06-12 18:51:15 +02:00
SirSengir 416ab6022d Merge branch 'master' of github.com:SirSengir/BuildCraft 2012-06-12 18:43:47 +02:00
SirSengir f64c1aef5c Attempt to fix lighting issues in advanced gui slots.
Fixed mod info files.
2012-06-12 18:42:33 +02:00
Kyprus cd39bcf4b1 Fixed a couple texture paths. 2012-06-11 13:22:42 -04:00
Kyprus 8eb78d0e29 Fixed laser texture and jumping TileLaser. 2012-06-11 10:19:42 -04:00
Kyprus d9a34f0ab1 Merge branch 'EntityRefactor'
Conflicts:
	buildcraft_client/net/minecraft/src/buildcraft/core/RenderLaser.java
	common/net/minecraft/src/BuildCraftCore.java
	common/net/minecraft/src/buildcraft/builders/TileBuilder.java
	common/net/minecraft/src/buildcraft/builders/TilePathMarker.java
	common/net/minecraft/src/buildcraft/core/EntityEnergyLaser.java
	common/net/minecraft/src/buildcraft/core/EntityLaser.java
	common/net/minecraft/src/buildcraft/core/EntityRobot.java
	common/net/minecraft/src/buildcraft/factory/EntityMechanicalArm.java
	common/net/minecraft/src/buildcraft/factory/TileQuarry.java
	common/net/minecraft/src/buildcraft/silicon/TileLaser.java
2012-06-10 19:19:34 -04:00
Kyprus 41cfa93e76 Lasers showing in SMP. 2012-06-10 19:08:16 -04:00
Krapht 31682c4c7b Fix texture paths 2012-06-10 21:32:35 +02:00
Kyprus b872485663 Removed a couple debug messages. 2012-06-10 15:16:04 -04:00
Krapht 3a6e54ca69 Attempt to make a better hopper texture. 2012-06-10 21:05:08 +02:00
Krapht 8d32860b3a Fix frame decay. Closes #23
Destroys TE when block is destroyed
2012-06-10 02:57:21 +02:00
Krapht 054c8ed792 Organize imports 2012-06-09 13:41:28 +02:00
SirSengir e1de3ecd1a Moved resources to seperate directory.
Fixed a NPE in assembly table on SSP.
2012-06-08 11:49:14 +02:00
SirSengir c420b80716 Fixed incorrect inheritance. 2012-06-08 10:59:48 +02:00
Kyprus e78fcf297c Code cleanup attempt #2 2012-06-07 20:17:08 -04:00
SirSengir 76ea5f4b91 Added mcmod.info for FML.
Small refactoring.
2012-06-08 00:58:25 +02:00
Kyprus 59ee83677b Fixing conflict resolutions derps. 2012-06-07 18:54:28 -04:00
Kyprus e984ac27a0 Work on the laser in SMP. 2012-06-07 18:51:16 -04:00
Kyprus 1c2c729c36 Fix for multiple quarry arms. 2012-06-07 18:26:16 -04:00
Kyprus 65895a1cfc More entity refactoring 2012-06-07 18:24:37 -04:00
SirSengir b9959ecd53 Merge pull request #49 from pahimar/master
MCP mapping update
2012-06-07 14:49:47 -07:00
pahimar ba9e457039 Updated MCP mapping 2012-06-07 16:24:52 -04:00
Krapht f4409810d6 Hopper:
Now pushes topleft stack instead of bottom one
Does not manipulate client inventory in SMP
Code cleanup
Closes #47
2012-06-06 13:17:33 +02:00
Krapht 8eda6c45d8 Merge pull request #48 from Landrash/master
Added translation for new gui items. Corrected grammar and spelling.
2012-06-05 07:58:37 -07:00