summaryrefslogtreecommitdiffstats
path: root/src/Chunk.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fixed missing - that caused all neighbour lookups to go to the chunkmapTycho2014-04-081-1/+1
* Merge pull request #838 from mc-server/lilypadsworktycho2014-03-301-1/+1
|\
| * Fixed a potential crashTiger Wang2014-03-281-1/+1
* | Fixed chunk neighbor-getting for long distances.madmaxoft2014-03-271-0/+11
|/
* Add Lua Bindings for FlowerPotEntity.h and add documentation.Howaner2014-03-071-1/+1
* Add Flower PotsHowaner2014-03-071-0/+35
* g_BlockXXX => cBlockInfo::XXXandrew2014-03-011-5/+5
* Removed an unused member variable from cChunk.madmaxoft2014-02-241-7/+0
* Merge pull request #697 from Howaner/SkullMattes D2014-02-191-0/+35
|\
| * Rename SkullEntity to MobHeadEntityHowaner2014-02-191-3/+3
| * Add Heads completelyHowaner2014-02-181-0/+33
| * Add Skulls/HeadsHowaner2014-02-171-0/+2
* | Added cWorld:SetAreaBiome() API function.madmaxoft2014-02-181-0/+32
|/
* Initial ChunkStay code.madmaxoft2014-02-081-1/+0
* Changed Signiture of OnUpdateTycho2014-02-021-4/+10
* Changed pointers to referencesTycho2014-02-011-1/+1
* Changed signitures of Several BLockHandler MethodsTycho2014-02-011-2/+4
* Basic command block implementationandrew2014-01-181-0/+34
* Disabled excessive entity-related logging in Debug mode.madmaxoft2014-01-161-2/+15
* fixed bad mergeTycho Bickerstaff2013-12-221-4/+0
* merged in changesTycho Bickerstaff2013-12-221-0/+9
|\
| * Merge branch 'master' of github.com:mc-server/MCServerTycho Bickerstaff2013-12-221-0/+16
| |\
| * | Chunk is now warnings cleanTycho Bickerstaff2013-12-211-3/+2
* | | merged in warnings changesTycho Bickerstaff2013-12-221-11/+4
| |/ |/|
* | Implented BroadcastParticleEffectSTRWarrior2013-12-221-0/+16
|/
* Fixed the rest of constructor reorders.madmaxoft2013-12-201-20/+21
* Attempt at fixing cChunkDef::Height signedness.madmaxoft2013-12-201-6/+1
* This adds the cWorld::BroadcastEntityEffect and cWorld::BroadcastRemoveEntityEffect functions.STRWarrior2013-12-151-0/+32
* Implemented note block playing and fixed wireTiger Wang2013-12-141-0/+32
* Improved redstone loading performanceTiger Wang2013-12-131-2/+10
* Fixed QueueSetBlock not sending to client changesTiger Wang2013-12-131-2/+1
* Redstone data is now loaded on chunk loadTiger Wang2013-12-131-0/+6
* Fixed warning unchecked enum value at Chunk.cpp line 841worktycho2013-12-091-2/+4
* Merge branch 'master' of https://github.com/mc-server/MCServer into fixesnfeaturesTiger Wang2013-12-081-1/+1
|\
| * Moved bindings-related to a Bindings subfolder.madmaxoft2013-12-081-1/+1
* | Added basic ender chestsTiger Wang2013-12-071-0/+2
* | Renamed animation functionTiger Wang2013-12-071-2/+2
* | Fixed duplication glitch with QueueSetBlockTiger Wang2013-12-061-5/+26
|/
* Fixed an error in cChunk's block ticking.madmaxoft2013-12-041-2/+2
* Changed cBlockHandler->OnUpdate() to use cChunk directly.madmaxoft2013-11-301-1/+18
* Fixed VC2008 compilation, normalized include paths.madmaxoft2013-11-271-1/+1
* Fixed some of tiger's derpyness.Alexander Harkness2013-11-271-1/+1
* Fixed loads more of them.Alexander Harkness2013-11-261-1/+1
* Attempt to fix compilationTiger Wang2013-11-241-2/+2
* Merge remote-tracking branch 'origin/master' into foldermove2Alexander Harkness2013-11-241-7/+51
* Moved source to srcAlexander Harkness2013-11-241-0/+2732