summaryrefslogtreecommitdiffstats
path: root/src/World.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Unified Vector classesandrew2014-03-111-2/+1
* Merge pull request #768 from Howaner/BlockEntitysTiger Wang2014-03-091-1/+1
|\
| * Merge branch 'master' into BlockEntitysHowaner2014-03-081-1/+1
| |\
| * | Change TNT Fuse to ticksHowaner2014-03-081-1/+1
* | | Merge branch 'master' into ballisticmissilesTiger Wang2014-03-091-5/+20
|\ \ \ | | |/ | |/|
| * | Merge pull request #763 from Howaner/BlockEntitysMattes D2014-03-071-4/+9
| |\|
| | * Add Lua Bindings for FlowerPotEntity.h and add documentation.Howaner2014-03-071-2/+2
| | * Add Flower PotsHowaner2014-03-071-2/+7
| * | Add SendBlockTo to cWorldInterfaceHowaner2014-03-051-1/+1
| |/
| * Fixed previous weather changes.madmaxoft2014-03-031-1/+2
| * Add cancelling to WeatherChanging event.Howaner2014-03-021-0/+3
| * More documentation (thanks to madmaxoft) and use GetBlockTypeMetaHowaner2014-03-021-2/+2
| * Add Trapdoor Functions to cWorld and fix Trapdoor Redstone BugsHowaner2014-03-021-0/+6
* | Implemented ballistic missiles (fireworks)Tiger Wang2014-02-271-1/+1
|/
* Maps: Improvementsandrew2014-02-231-3/+6
* Thread safe cMap managerandrew2014-02-201-2/+3
* Manual merge (Fixed conflicts)andrew2014-02-201-32/+56
|\
| * Merge pull request #697 from Howaner/SkullMattes D2014-02-191-0/+5
| |\
| | * Rename SkullEntity to MobHeadEntityHowaner2014-02-191-4/+4
| | * Add Heads completelyHowaner2014-02-181-0/+5
| * | The cuboid for cWorld::SetAreaBiome() doesn't need sorting.madmaxoft2014-02-181-1/+2
| * | Added cWorld:SetAreaBiome() API function.madmaxoft2014-02-181-1/+19
| * | Added a bit more documentation to cForEachChunkProvider.madmaxoft2014-02-181-4/+7
| |/
| * Removed the unnecessary LoopPlayersAndBroadcastChat() functions.madmaxoft2014-02-151-9/+7
| * Implemented cCompositeChat.madmaxoft2014-02-151-1/+3
| * Merge pull request #677 from mc-server/BroadcastParticleEffectAlexander Harkness2014-02-151-1/+1
| |\
| | * Exported cWorld::BroadcastParticleEffect.STRWarrior2014-02-151-1/+1
| * | Merged branch 'narroo/master'.madmaxoft2014-02-131-1/+14
| |\ \ | | |/ | |/|
| | * Fixed formatting. Moved UnloadUnusedChunks from public to private.narroo2014-02-111-4/+3
| | * Fixed formatting of previous commit.narroo2014-02-111-2/+2
| | * Fixed bug #385. UnloadUnusedChunks now has the same interface asnarroo2014-02-111-1/+15
* | | Send map when selectedandrew2014-02-141-0/+6
* | | IDCount Serializationandrew2014-02-131-0/+11
|/ /
* | More gcc warnings fixed.madmaxoft2014-02-111-1/+2
* | Merge remote-tracking branch 'origin/master' into ChunkStaymadmaxoft2014-02-091-3/+20
|\|
| * Merge remote-tracking branch 'origin/master' into playerimprovementsTiger Wang2014-02-091-0/+3
| |\
| * \ Merge branch 'master' into playerimprovementsTiger Wang2014-02-091-2/+2
| |\ \
| * | | Improved chat messaging functionsTiger Wang2014-02-071-10/+17
| * | | Added more chat functionsTiger Wang2014-02-061-1/+11
* | | | Initial ChunkStay code.madmaxoft2014-02-081-3/+0
| |_|/ |/| |
* | | Renamed cRedstoneManager to cRedstoneSimulator and renamed cRedstoneSimulator to cIncrementalRedstoneSimulator (Might change later).STRWarrior2014-02-071-4/+4
* | | Implemented an easy way of adding new redstone simulators.STRWarrior2014-02-071-3/+6
| |/ |/|
* | Merge pull request #635 from tonibm19/masterMattes D2014-02-041-1/+1
|\ \
| * | Not exporting FindClosestPlayertonibm192014-02-031-1/+1
| * | Exporded World:FindClosestPlayer, Item:IsEnchantable and Monster:MoveToPosition to Lua APItonibm192014-02-031-1/+1
| |/
* / Increased Type safety of BiomesTycho2014-02-031-1/+1
|/
* Changed pointers to referencesTycho2014-02-011-2/+2
* Merge branch 'master' into GeneratingBenchmark2Tycho2014-02-011-0/+3
|\
| * The world can now be configured wether farmers should be able to harvest crops.STRWarrior2014-01-271-0/+3
* | Changed signitures of Several BLockHandler MethodsTycho2014-02-011-1/+1
* | Merge branch 'master' into GeneratingBenchmark2Tycho2014-01-261-1/+11
|\|
| * Merge pull request #575 from worktycho/GeneratingBenchmarkMattes D2014-01-251-3/+4
| |\
| * | Mob bugfixesTiger Wang2014-01-251-1/+1
| * | Command block fixes 2andrew2014-01-231-0/+9
* | | Refactored cBlockHandler::OnUse and dependentsTycho2014-01-261-28/+28
* | | First attempt at Implementing InterfacesTycho2014-01-251-4/+5
| |/ |/|
* | Merge branch 'master' into GeneratingBenchmarkTycho2014-01-221-3/+12
|\|
| * Merge branch 'master' of https://github.com/mc-server/MCServerandrew2014-01-211-130/+146
| |\
| * | Scoreboard protocol supportandrew2014-01-211-1/+4
| * | Basic scoreboard implementationandrew2014-01-191-0/+6
* | | Actually implemented interfacesTycho2014-01-201-0/+1
* | | Merge branch 'ForEachChunkProvider' into GeneratingBenchmarkTycho2014-01-201-6/+6
|\ \ \ | |_|/ |/| |
| * | Seperated BlockArea From WorldTycho2014-01-201-3/+3
* | | Changed the cWorld::ScheduleTask() signature.madmaxoft2014-01-191-130/+146
| |/ |/|
* | Command blocks: Execute()andrew2014-01-181-1/+1
* | Basic command block implementationandrew2014-01-181-6/+10
|/
* Added user setting compression factorTycho2014-01-171-0/+2
* Merge pull request #534 from mc-server/SpawnMinecartMattes D2014-01-171-0/+3
|\
| * Renamed cEmptyMinecart to cRideableMinecartSTRWarrior2014-01-121-1/+1
| * EmptyMinecarts should be able to get a block inside of them.STRWarrior2014-01-121-1/+1
| * Added cWorld::SpawnMinecart.STRWarrior2014-01-121-0/+3
* | added cWorld::ScheduleTask FunctionTycho2014-01-141-0/+24
|/
* Decoupled cChunkGenerator from cWorld and cRoot.madmaxoft2014-01-101-0/+24
* Exported cWorld::BroadcastBlockAction().madmaxoft2014-01-061-1/+1
* fixed warnings in World.cppTycho Bickerstaff2013-12-311-0/+1
* Replaced esCreeper with esMonster.madmaxoft2013-12-231-1/+1
* Implented BroadcastParticleEffectSTRWarrior2013-12-221-0/+1
* Fixed the rest of constructor reorders.madmaxoft2013-12-201-1/+1
* Removed some old cRedstone remnantsTiger Wang2013-12-161-5/+0
* 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
* Redstone data is now loaded on chunk loadTiger Wang2013-12-131-0/+1
* Merge branch 'master' of https://github.com/mc-server/MCServer into fixesnfeaturesTiger Wang2013-12-081-0/+3
|\
| * Added a SpawnFallingBlock function so plugins can make other blocks fall.STRWarrior2013-12-071-0/+3
* | Renamed animation functionTiger Wang2013-12-071-1/+1
* | Fixed duplication glitch with QueueSetBlockTiger Wang2013-12-061-1/+1
|/
* Lava can spawn fire.madmaxoft2013-12-041-0/+3
* Added the real tick duration to the OnWorldTick hook.madmaxoft2013-11-301-1/+1
* Merged master into redstonefixesTiger Wang2013-11-271-1/+5
* Merge remote-tracking branch 'origin/master' into foldermove2Alexander Harkness2013-11-261-0/+3
* Merge remote-tracking branch 'origin/master' into foldermove2Alexander Harkness2013-11-241-2/+8
* Moved source to srcAlexander Harkness2013-11-241-0/+744