summaryrefslogtreecommitdiffstats
path: root/src/ChunkMap.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add Lua Bindings for FlowerPotEntity.h and add documentation.Howaner2014-03-071-2/+2
|
* Add Flower PotsHowaner2014-03-071-0/+5
|
* Merge pull request #697 from Howaner/SkullMattes D2014-02-191-0/+5
|\ | | | | Add Skulls/Heads to MCServer
| * Rename SkullEntity to MobHeadEntityHowaner2014-02-191-4/+4
| |
| * Add Heads completelyHowaner2014-02-181-0/+5
| |
* | Added cWorld:SetAreaBiome() API function.madmaxoft2014-02-181-0/+9
|/ | | | Fixes #675.
* Initial ChunkStay code.madmaxoft2014-02-081-110/+89
|
* Changed pointers to referencesTycho2014-02-011-1/+1
|
* Refactored cBlockHandler::OnUse and dependentsTycho2014-01-261-1/+8
|
* Basic command block implementationandrew2014-01-181-9/+14
|
* 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-0/+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-1/+1
| | | | | | | 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-0/+3
|
* Merge remote-tracking branch 'origin/master' into foldermove2Alexander Harkness2013-11-241-2/+9
| | | | | Conflicts: GNUmakefile
* Moved source to srcAlexander Harkness2013-11-241-0/+432