summaryrefslogtreecommitdiffstats
path: root/src/World.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* More gcc warnings fixed.madmaxoft2014-02-111-3/+3
* Merge remote-tracking branch 'origin/master' into ChunkStaymadmaxoft2014-02-091-6/+9
|\
| * Fixed compile and some warnings in MSVSTiger Wang2014-02-091-2/+0
| * Merge remote-tracking branch 'origin/master' into playerimprovementsTiger Wang2014-02-091-4/+36
| |\
| * \ Merge branch 'master' into playerimprovementsTiger Wang2014-02-091-3/+3
| |\ \
| * | | Moved Gamemode setting into General root tagTiger Wang2014-02-071-1/+1
| * | | Added sender name to PM if prefixes disabledTiger Wang2014-02-071-1/+1
| * | | Improved chat messaging functionsTiger Wang2014-02-071-4/+7
* | | | Initial ChunkStay code.madmaxoft2014-02-081-12/+0
| |_|/ |/| |
* | | Fixed comment.STRWarrior2014-02-081-1/+1
* | | Renamed cRedstoneManager to cRedstoneSimulator and renamed cRedstoneSimulator to cIncrementalRedstoneSimulator (Might change later).STRWarrior2014-02-071-12/+8
* | | Implemented an easy way of adding new redstone simulators.STRWarrior2014-02-071-3/+37
* | | Merge pull request #646 from worktycho/warningfixesAlexander Harkness2014-02-051-2/+2
|\ \ \ | |_|/ |/| |
| * | Fixed most of the reordering warningsTycho2014-02-051-2/+2
* | | Merge pull request #635 from tonibm19/masterMattes D2014-02-041-1/+1
|\ \ \ | |/ / |/| |
| * | Exporded World:FindClosestPlayer, Item:IsEnchantable and Monster:MoveToPosition to Lua APItonibm192014-02-031-1/+1
| |/
* / Increased Type safety of BiomesTycho2014-02-031-2/+2
|/
* Merge pull request #602 from mc-server/improvementsandfixesMattes D2014-02-031-3/+3
|\
| * Added IsBlockWaterOrIce()Tiger Wang2014-02-021-1/+1
| * Revert "Added LOGREPLACELINE for line replacement"Tiger Wang2014-02-021-5/+5
| * Revert "Improved code"Tiger Wang2014-02-021-2/+0
| * Possibly fixed #618Tiger Wang2014-02-021-2/+2
| * Added checks for ice into IsBlockWater()Tiger Wang2014-02-011-1/+1
| * Improved codeTiger Wang2014-01-311-0/+2
| * Added LOGREPLACELINE for line replacementTiger Wang2014-01-291-5/+5
* | Changed pointers to referencesTycho2014-02-011-4/+3
* | Merge branch 'master' into GeneratingBenchmark2Tycho2014-02-011-2/+2
|\ \
| * | Attempt at implementing #563tonibm192014-01-301-2/+1
| |/
| * The world can now be configured wether farmers should be able to harvest crops.STRWarrior2014-01-271-0/+1
* | Merge branch 'master' into GeneratingBenchmark2Tycho2014-01-261-3/+37
|\|
| * Did what xoft recommendedTiger Wang2014-01-251-1/+1
| * Mob bugfixesTiger Wang2014-01-251-2/+11
| * Command block fixes 2andrew2014-01-231-1/+26
* | Refactored cBlockHandler::OnUse and dependentsTycho2014-01-261-88/+5
|/
* cWorld now saves/loads the scoreboardandrew2014-01-221-0/+9
* Merge branch 'master' of https://github.com/mc-server/MCServerandrew2014-01-211-15/+21
|\
| * Changed the cWorld::ScheduleTask() signature.madmaxoft2014-01-191-11/+21
| * Merge pull request #551 from worktycho/schedularMattes D2014-01-191-6/+2
| |\
| | * Fixed iterators bugTycho2014-01-181-2/+1
| | * switched to using m_WorldAge rather than m_TickIDTycho2014-01-181-6/+3
| | * Increased tick count to longTycho2014-01-171-2/+2
| | * Implemented xsofts suggestion for a saturating counter in the schedulerTycho2014-01-171-5/+5
* | | Scoreboard protocol supportandrew2014-01-211-1/+56
|/ /
* | Merge pull request #559 from mc-server/SpawnMobParticlesMattes D2014-01-191-3/+0
|\ \
| * | Removed the particles when a mob spawns.STRWarrior2014-01-181-3/+0
* | | Basic command block implementationandrew2014-01-181-0/+9
|/ /
* / Added user setting compression factorTycho2014-01-171-1/+3
|/
* Merge pull request #534 from mc-server/SpawnMinecartMattes D2014-01-171-0/+24
|\
| * Renamed cEmptyMinecart to cRideableMinecartSTRWarrior2014-01-121-2/+2
| * EmptyMinecarts should be able to get a block inside of them.STRWarrior2014-01-121-3/+3
| * Added cWorld::SpawnMinecart.STRWarrior2014-01-121-0/+24
* | added cWorld::ScheduleTask FunctionTycho2014-01-141-0/+39
|/
* Decoupled cChunkGenerator from cWorld and cRoot.madmaxoft2014-01-101-1/+77
* rewrote queue not to use promises for waitsTycho Bickerstaff2014-01-021-1/+4
* fixed warnings in World.cppTycho Bickerstaff2013-12-311-1/+3
* Implented BroadcastParticleEffectSTRWarrior2013-12-221-0/+9
* Fixed the rest of constructor reorders.madmaxoft2013-12-201-6/+6
* Removed some old cRedstone remnantsTiger Wang2013-12-161-24/+0
* This adds the cWorld::BroadcastEntityEffect and cWorld::BroadcastRemoveEntityEffect functions.STRWarrior2013-12-151-0/+18
* Implemented note block playing and fixed wireTiger Wang2013-12-141-0/+9
* Improved pickups spawning speed againTiger Wang2013-12-101-4/+4
* Merge pull request #408 from mc-server/SpawnPoint_FixMattes D2013-12-081-1/+1
|\
| * Now spawn points will not be in deep oceans or rivers etc.STRWarrior2013-12-081-1/+1
* | Merge branch 'master' of https://github.com/mc-server/MCServer into fixesnfeaturesTiger Wang2013-12-081-2/+13
|\|
| * Moved bindings-related to a Bindings subfolder.madmaxoft2013-12-081-2/+1
| * Added a SpawnFallingBlock function so plugins can make other blocks fall.STRWarrior2013-12-071-0/+12
* | Bonemeal has particles, fixes #393Tiger Wang2013-12-081-0/+6
* | Renamed animation functionTiger Wang2013-12-071-2/+2
* | Fixed duplication glitch with QueueSetBlockTiger Wang2013-12-061-2/+2
* | Added pickup invalid item checkTiger Wang2013-12-061-0/+11
|/
* Lava can spawn fire.madmaxoft2013-12-041-0/+1
* Changed cBlockHandler->OnUpdate() to use cChunk directly.madmaxoft2013-11-301-2/+2
* Explicitly set spawnpoint fixes.madmaxoft2013-11-301-20/+11
* Added the real tick duration to the OnWorldTick hook.madmaxoft2013-11-301-9/+10
* Made TNT pickups spawning chance 25%Tiger Wang2013-11-271-1/+1
* Merged master into redstonefixesTiger Wang2013-11-271-11/+73
* Merge remote-tracking branch 'origin/master' into foldermove2Alexander Harkness2013-11-261-0/+12
* Fixed another one.Alexander Harkness2013-11-261-1/+1
* Attempt to fix compilationTiger Wang2013-11-241-1/+1
* Merge remote-tracking branch 'origin/master' into foldermove2Alexander Harkness2013-11-241-0/+18
* Moved source to srcAlexander Harkness2013-11-241-0/+2715