summaryrefslogtreecommitdiffstats
path: root/src/Chunk.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fixed compilation in VC2008.madmaxoft2013-12-301-23/+0
| | | | Also removed an unused inline header file (yuck).
* Implented BroadcastParticleEffectSTRWarrior2013-12-221-0/+1
|
* This adds the cWorld::BroadcastEntityEffect and cWorld::BroadcastRemoveEntityEffect functions.STRWarrior2013-12-151-0/+2
|
* Implemented note block playing and fixed wireTiger Wang2013-12-141-1/+5
| | | | Game of Thrones music in Minecraft, here I come!
* Renamed animation functionTiger Wang2013-12-071-1/+1
| | | | | Renamed BroadcastPlayerAnimation to BroadcastEntityAnimation. Not just players can have animations, you know.
* Fixed duplication glitch with QueueSetBlockTiger Wang2013-12-061-3/+4
| | | | | | | If a coordinate was queued, and then the block there was broken, it would reappear: double items! Also now just sets meta if previous and current blocktypes matched.
* Changed cBlockHandler->OnUpdate() to use cChunk directly.madmaxoft2013-11-301-3/+3
|
* Merge remote-tracking branch 'origin/master' into foldermove2Alexander Harkness2013-11-241-0/+9
| | | | | Conflicts: GNUmakefile
* Moved source to srcAlexander Harkness2013-11-241-0/+475