summaryrefslogtreecommitdiffstats
path: root/source/cChunk.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fixed bug in cChunk.cpp not calculating RedstoneCircuits at the correct positions. Also, forgot to mention you can now place colored wool.admin@omencraft.com2011-11-081-2/+2
* Updated redstone and pistons some mode. If you break an extended piston the piston extension will now also break. When a redstone device is broken by something other than a person the redstone circuit should now update.admin@omencraft.com2011-11-071-4/+21
* Patch with diff file created by Sebi (implemented some stuff like lava physics, drops are deleted when in lava, water is now slower, lava gives actual damage etc.). Pistons now work mostly as they should. They do not yet show the motion animation and do not emit sound. They do extend, push, and retract as they should though. Right now the only way to activate a piston is to light redstone wire adjacent to it with a redstone torch.admin@omencraft.com2011-11-061-10/+10
* Change SetBlock to FastSetBlock in cRedstone.cpp and grass will now grow if any one hit block is above it.admin@omencraft.com2011-11-051-6/+11
* Fixed some "Entity was not found in any chunk!" warningsfaketruth2011-11-021-10/+18
* fixed player spawning in the ground.admin@omencraft.com2011-11-011-1/+1
* Prepared some parts of the code for multi world support, I created lots of TODO'sfaketruth2011-10-311-33/+32
* Using SSE instructions for noise (terrain generation)faketruth2011-10-251-9/+9
* Compiles for linuxfaketruth2011-10-211-6/+9
* MCServer c++ source filesfaketruth2011-10-031-0/+1388