summaryrefslogtreecommitdiffstats
path: root/src/Chunk.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Update Minecraft Wiki links to new domain (#5532)Spongecade2023-09-271-2/+2
* Implement slime chunks. (#5484)Michal Havlíček2023-04-081-0/+9
* Chunk: Optimise idle tickingTiger Wang2022-11-031-15/+0
* Valid Height is now checked by vector.x12xx12x2022-04-201-8/+8
* Updated protocol functions to Vector3xx12xx12x2022-04-201-1/+1
* ItemHandler initialisation is a constant expression (#5344)x12xx12x2021-12-021-1/+1
* Don't flush ClientHandle data multiple timesTiger Wang2021-06-281-6/+0
* Chest, weather, crash, and miscellaneous fixes (#5215)Tiger Wang2021-04-301-59/+58
* Implement random ticks more faithfullyTiger Wang2021-04-121-13/+21
* Fix improper destruction of BEs on /regenTiger Wang2021-04-121-12/+19
* Move some redstone implementations into the source fileTiger Wang2021-03-281-0/+1
* Fix chunk block changes being sent out of order (#5169)Tiger Wang2021-03-281-39/+49
* Do not fake a tool when converting to pickups (#5170)Tiger Wang2021-03-281-3/+2
* Unify DoWithBlockEntity (#5168)Tiger Wang2021-03-281-350/+48
* Properly deprecate more XYZ parameter'd functions (#5147)Tiger Wang2021-03-151-2/+1
* Some emplace_back replacements (#5149)12xx122021-03-071-2/+2
* Prepare ChunkData for BlockState storage (#5105)Tiger Wang2021-03-051-52/+27
* Fix debug macro situation (#5114)Tiger Wang2021-01-261-2/+2
* cChunk: don't inherit from cChunkDef (#5106)Tiger Wang2021-01-181-56/+33
* Clarify cClientHandle, cPlayer ownership semanticsTiger Wang2021-01-121-10/+16
* Convert most calls to blocking GetHeight/GetBiomeAt to direct chunk accessesTiger Wang2021-01-111-7/+51
* zlib -> libdeflate (#5085)Tiger Wang2021-01-111-1/+0
* Fix potential destruction crashes (#5095)Tiger Wang2021-01-021-0/+9
* Make SetAllData's MarkDirty() the chunk's responsibilityTiger Wang2020-12-261-1/+6
* Avoid a gratuitous dirty when loading chunks with entitiesTiger Wang2020-12-261-0/+22
* unique_ptr<cChunkMap> to plain memberTiger Wang2020-12-221-2/+2
* Warnings improvementsTiger Wang2020-12-181-2/+9
* Add correct implementation of crops (#4802)0ddlyoko2020-11-061-1/+3
* Do not call into things we don't own in destructorsTiger Wang2020-09-251-16/+21
* Unify block entity pickup conversionTiger Wang2020-09-251-14/+28
* BlockHandler initialisation is a constant expression (#4891)Tiger Wang2020-09-201-12/+5
* Reverse order of ChunkSender priorities (#4858)Tiger Wang2020-09-121-2/+2
* Use tracing for explosions (#4845)Tiger Wang2020-09-121-0/+1
* Save enderchest block entities to storageTiger Wang2020-08-281-52/+6
* Clean up pickup collection to use ForEachEntityInBoxTiger Wang2020-08-281-36/+0
* Simplify MoveEntityToNewChunkTiger Wang2020-08-281-7/+3
* Clean up GenerateChunk/TouchChunkTiger Wang2020-08-281-19/+2
* Remove unneeded MarkDirty, SendToClients parameters of SetMetaTiger Wang2020-08-281-9/+6
* Remove level of indirection in cChunk storageTiger Wang2020-08-211-18/+19
* const-ify some Chunk functionsTiger Wang2020-08-081-4/+4
* WakeUpSimulators correct Y computationTiger Wang2020-08-051-6/+7
* Code cleanup in cChunk.PlaceBlock() for checking if BlockEntity should be spawned (#4812)12xx122020-08-041-27/+4
* Corrected wakeup sequencesTiger Wang2020-08-041-2/+2
* OnBroken/OnPlaced are for entity actionsTiger Wang2020-08-041-30/+3
* Use std::queue for the block tick queueTiger Wang2020-08-021-10/+8
* Remove unused block tick related cChunk functionsTiger Wang2020-08-021-45/+14
* Always use relative coordinates in AddBlockTiger Wang2020-08-021-34/+6
* Do not impose redstone wakup penalty for all blocksTiger Wang2020-08-021-19/+6
* Delegate simulator wakeup to cChunkTiger Wang2020-08-021-0/+4
* Reduce unnecessary wakeupsTiger Wang2020-07-251-7/+22
* Use relative vectors in cChunk::DoWithTiger Wang2020-07-251-32/+32
* Send entities in cChunkSender (#4532)Mat2020-06-241-13/+0
* Enable some more clang-tidy linter checks (#4738)peterbell102020-05-151-2/+0
* Add cEntity::GetBoundingBox, and use where appropriate. (#4711)Alexander Harkness2020-05-031-3/+2
* Modify pickup collection behaviour to correspond to vanilla.Alexander Harkness2020-05-031-16/+4
* Get biome at world coords on mob spawn (#4692)Mat2020-04-251-3/+4
* More Vector3 in cBlockHandler (#4644)Mattes D2020-04-171-34/+15
* Manage block entity lifetime with unique_ptr (#4080)peterbell102020-04-031-21/+10
* Pulled the BlockID and BlockInfo headers from Globals.h. (#4591)Mattes D2020-04-031-0/+1
* Lock hopper when powered by redstone (#4347)Bond-0092020-03-271-0/+11
* Fixed unloading of chunks that contain player entities (#4508)Max Luchterhand2020-03-181-0/+16
* Blocks only drop pickups when using correct tool (#4505)Max Luchterhand2020-03-181-1/+7
* Moved growing from cWorld / cChunk to cBlockHandler descendants.Mattes D2019-10-281-301/+75
* Refactored block-to-pickup conversion. (#4417)Mattes D2019-10-161-59/+59
* Refactored more of Entities and BlockEntities to use Vector3. (#4403)Mattes D2019-09-291-6/+6
* Cactus can now grow and will be dropped if there is no place to grow.Lukas Pioch2019-09-291-4/+17
* Fixed MSVC warnings (#4400)Mattes D2019-09-271-6/+6
* Separated chunk generator from world / plugin interfaces.Mattes D2019-09-061-18/+1
* Add a formatting function for Vector3 (#4282)peterbell102018-09-241-5/+5
* CheckBasicStyle: Check number of empty lines between functions (#4267)peterbell102018-07-261-1/+8
* Broadcast refactor (#4264)peterbell102018-07-241-401/+1
* Optimise chunk set (#4260)peterbell102018-07-231-89/+70
* Prefer static_cast to reinterpret_cast (#4223)peterbell102018-05-021-3/+3
* cChunk and cChunkData: Use vectors for block get and set functions (#4172)peterbell102018-02-041-20/+11
* Fix explosion interaction with block entities. (#4052)peterbell102017-09-271-3/+4
* BroadcastBlockBreakAnimation and BroadcastBlockEntity use vectors (#4038)Bond-0092017-09-251-6/+6
* Changed BroadcastSoundEffect, SendSoundEffect, and CastThunderbolt parameters to vectors (#3959)Lane Kolbly2017-09-191-6/+6
* Replace ItemCallbacks with lambdas (#3993)peterbell102017-09-111-49/+34
* cBlockArea: change MakeIndex to return size_tpeterbell102017-09-111-1/+1
* Revert "Replace ItemCallbacks with lambdas (#3948)"LogicParrot2017-09-021-35/+50
* Replace ItemCallbacks with lambdas (#3948)peterbell102017-09-011-50/+35
* Snow only generates on blocks with a block light level of 10 or less (#3931)Bond-0092017-08-211-1/+7
* Fully implemented leashes (#3798)Pablo Beltrán2017-08-211-0/+22
* Merge pull request #3918 from peterbell10/GetBlockEntityTiger Wang2017-08-181-7/+11
|\
| * cChunk: Don't assume GetBlockEntity coords are validpeterbell102017-08-101-7/+11
* | Merge pull request #3489 from cuberite/EntityOwnershipTiger Wang2017-08-181-50/+77
|\ \
| * | Changed entity ownership model to use smart pointersTiger Wang2017-08-071-50/+77
| |/
* / Changed int parameters to vector parameters in cCuboid and simulators (#3874)Lane Kolbly2017-08-171-4/+7
|/
* Break the cactus block when it grows next to a block. (#3851)Bond-0092017-07-181-4/+31
* Simulators: Added area-based wakeup.Mattes D2017-07-161-1/+0
* BigFlower fixes (#3826)peterbell102017-07-071-1/+1
* Added bed entity (#3823)Lukas Pioch2017-07-071-0/+12
* cBlockArea supports block entities. (#3795)Mattes D2017-06-241-7/+51
* Generated tall flowers have flower type meta in both blockspeterbell102017-06-191-1/+1
* Remove sign conversionpeterbell102017-06-161-1/+1
* FastRandom rewrite (#3754)peterbell102017-06-131-12/+19
* Store cChunk::m_BlockEntities in a map (#3717)peterbell102017-05-221-476/+183
* Removed asserts about chunk queued.Mattes D2017-01-191-1/+0
* Initial support for the 1.11 protocol.Mattes D2016-12-161-2/+2
* Spectators added (#2852)bibo382016-10-121-1/+10
* cChunk::SetAlwaysTicked implies cChunk::stay (#3361)LogicParrot2016-10-091-0/+2
* Configurable dirty unused chunk cap to avoid RAM overuse (#3359)LogicParrot2016-09-031-0/+13
* Makes tall grass and large flowers bonemealableQUSpilPrgm2016-06-031-0/+31
* Update Dispensers and let them act more like in VanillaQUSpilPrgm2016-06-031-8/+11
* 1.9 / 1.9.2 / 1.9.3 / 1.9.4 protocol support (#3135)Pokechu222016-05-141-1/+13
* Out of world blocks are now always considered air blocksLogicParrot2016-04-231-10/+0
* Reduced unnecessary block updatesLogicParrot2016-04-221-10/+12
* Revert "Move mob tick code to cChunk"LogicParrot2016-04-061-40/+10
* Move mob tick code to cChunkLogicParrot2016-04-061-10/+40
* Improved player freeze codeLogicParrot2016-04-051-2/+13
* Players never fall through unloaded chunks or end up inside solids on teleportLogicParrot2016-03-311-1/+1
* Entities are never lostLogicParrot2016-03-301-3/+2
* Fix #3030Alexander Harkness2016-02-201-9/+1
* Proper entity destruction in non-ticking chunksLogicParrot2016-02-191-48/+34
* cMonster::m_Target safety across worldsLogicParrot2016-02-031-1/+9
* Fixed cChunk::m_Entities corruption upon world travelLogicParrot2016-02-021-1/+28
* Updated old forum linksMathias2016-01-311-1/+1
* Spiders now friendly at daylight, new cChunk functionsLogicParrot2016-01-211-69/+94
* Reorganised the redstone simulatorTiger Wang2015-12-181-96/+0
* allow use failures to propagate from the entity/block to the playerGargaj2015-12-131-2/+3
* Add enum for Sound and Particle EffectsDave Tucker2015-11-241-1/+1
* Adjusted height validation using cChunkDef::IsValidHeight()Julian Laubstein2015-11-231-9/+9
* Implemented brewingLukas Pioch2015-11-031-0/+53
* Maked it compileable for clang-3.7Lukas Pioch2015-09-251-1/+1
* Fixed wrong assumtion regarding RemoveClienttycho2015-09-191-1/+5
* Fixed erasetycho2015-09-191-1/+1
* Removed a significant performance issue.tycho2015-09-181-78/+62
* Unified the doxy-comment format.Mattes D2015-07-311-1/+0
* Silenced and fixed many warning messages across multiple files.Samuel Barney2015-07-291-25/+25
* Merge pull request #2224 from cuberite/ChunkQueueCollapsingworktycho2015-07-041-16/+0
|\
| * Reinstate "Chunk queue collapsing"Tiger Wang2015-06-101-16/+0
* | Added neighbor specification in the OnNeighborChanged() block callback.Mattes D2015-07-011-1/+1
* | BlockArea: Fixed a crash with areas higher than chunk height.Mattes D2015-06-301-1/+1
* | Call Neighbour changed handlers when a melon is createdtycho2015-06-231-0/+3
* | Fixed melon metadata when growing from stem.Mattes D2015-06-231-6/+9
|/
* Implemented nether portal scanning code.Lane Kolbly2015-06-101-1/+1
* Revert "Chunk queue collapsing"worktycho2015-06-071-0/+16
* Moved Chunk Broadcasts over to the regular queuetycho2015-06-051-16/+0
* Make -Werror disabling file onlytycho2015-05-191-2/+2
* Merge remote-tracking branch 'origin/master' into warningsTiger Wang2015-05-101-12/+12
|\
| * CheckBasicStyle: checks spaces around * and &.Mattes D2015-05-091-9/+9
| * More style checking.Mattes D2015-05-091-3/+3
* | Fixed some Visual Studio warningsTiger Wang2015-05-091-1/+1
|/
* Merge pull request #1826 from mc-server/UnifyPacketizerMattes D2015-03-241-4/+4
|\
| * Fixed signedness warnings in Protocol.Mattes D2015-03-211-2/+2
| * Changed cEntity::m_UniqueID to UInt32.Mattes D2015-03-211-2/+2
* | Correct world height validations.Tommy Santerre2015-03-201-3/+3
|/
* Fixed client kick/crash if many block changes happendHowaner2015-03-091-3/+15
* Weather: Snow starts forming when the top block is at the right height or higherSTRWarrior2015-02-251-66/+57
* Fixed flowing water turning into ice when snowingSTRWarrior2015-02-251-1/+1
* fix logic bug in cChunk::FastSetBlock filtering out leaves meta changesRaekye2015-01-261-7/+9
* filter out leaves meta changes from being sent to the clientRaekye2015-01-261-0/+4
* Initial convertion of a_Dt to std::chronoTycho2015-01-111-1/+1
* Refactored all player block placing to go through hooks.Mattes D2014-12-241-8/+8
* cChunk: Fixed missing initialization.Mattes D2014-12-211-0/+2
* Merge branch 'master' into redstoneTiger Wang2014-12-131-9/+11
|\
| * Merged branch 'origin/master' into c++11.Mattes D2014-12-041-7/+10
| |\
| | * Merge branch 'master' into MobSpawnerHowaner2014-11-291-6/+6
| | |\
| | | * Chunk: Fixed same-name iterators.Mattes D2014-11-271-5/+5
| | * | Merge branch 'master' into MobSpawnerHowaner2014-11-181-60/+60
| | |\ \
| | * \ \ Merge branch 'master' into MobSpawnerHowaner2014-09-261-5/+9
| | |\ \ \
| | * | | | Implemented mob spawner.Howaner2014-09-191-2/+5
| * | | | | Merge remote-tracking branch 'origin/master' into c++11Tiger Wang2014-11-231-1/+1
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| | * | | | Moved all Noise-related files into a separate folder.Mattes D2014-11-181-1/+1
| | | |_|/ | | |/| |
| * | | | Merged branch 'master' into c++11.Mattes D2014-10-241-1/+1
| |\| | |
| * | | | En masse NULL -> nullptr replaceTiger Wang2014-10-201-51/+51
| * | | | Merge branch 'master' of https://github.com/mc-server/MCServerTiger Wang2014-10-201-1/+1
| |\ \ \ \
| * | | | | Migrated random generators to std::randomTiger Wang2014-10-191-1/+0
* | | | | | Cleaned up simulatorsTiger Wang2014-10-251-3/+3
| |_|/ / / |/| | | |
* | | | | Use 3 priorities.Howaner2014-10-231-1/+1
* | | | | Merge branch 'master' into ChunkLoaderHowaner2014-10-231-51/+51
|\ \ \ \ \
| * | | | | En masse NULL -> nullptr replaceTiger Wang2014-10-231-51/+51
| | |/ / / | |/| | |
* | | | | Use two lists and 2 chunk send prioritys.Howaner2014-10-211-1/+1
* | | | | Merge branch 'master' into ChunkLoaderHowaner2014-10-211-7/+7
|\| | | |
| * | | | Fixed error with non-const functionJulian Laubstein2014-10-191-1/+1
| |/ / /
| * | | Merge pull request #1502 from mc-server/furnacesTiger Wang2014-10-181-1/+1
| |\ \ \
| | * | | Furnaces now update their block entity typeTiger Wang2014-10-181-1/+1
| | * | | Improved furnacesTiger Wang2014-10-031-1/+1
| * | | | Functions in cPluginManager get references instead of pointers.Mattes D2014-10-151-5/+5
| |/ / /
* / / / Stream 4 chunks per tick. Added priority.Howaner2014-10-061-1/+1
|/ / /
* | | Update Chunk.cppworktycho2014-09-281-1/+1
* | | Use factory method to construct redstone simulator dataTycho2014-09-281-1/+1
| |/ |/|
* | Merge branch 'master' of https://github.com/mc-server/MCServerTycho2014-09-261-0/+3
|\ \
| * | Fixed issue with castingtycho2014-09-261-0/+3
* | | Removed more unessicary includesTycho2014-09-261-0/+1
|/ /
* | Merge branch 'master' into redstoneTestsTycho2014-09-251-2/+2
|\ \
| * | Merge branch 'master' into 1.8-ProtocolHowaner2014-09-121-1/+1
| |\|
| * | 1.8: Added ParticleEffect packet.Howaner2014-09-111-2/+2
* | | Merge branch 'master' into redstoneTestsTycho2014-09-171-1/+1
|\ \ \ | | |/ | |/|
| * | Fixed a redstone sim failure with droppers.Mattes D2014-09-111-1/+1
| |/
* / Possibly decoupled IncrementalRedstoneSimulator from the rest of the serverTycho2014-09-111-3/+3
|/
* Removed chunk's unused Y coord.Mattes D2014-09-061-3/+3
* Rewritten chunk status to specify whether the chunk is in queue.Mattes D2014-09-051-12/+38
* Merge remote-tracking branch 'origin/master' into EntitiesInBoxmadmaxoft2014-09-041-4/+3
|\
| * Merge pull request #1351 from LO1ZB/remove-a_RelYMattes D2014-09-031-4/+3
| |\
| | * remove y-coord from chunksLO1ZB2014-08-281-4/+3
* | | Added cWorld::ForEachEntityInBox()madmaxoft2014-09-031-0/+25
|/ /
* / Rewritten block entity loading.Mattes D2014-08-291-0/+10
|/
* Code formatting fixes.Howaner2014-08-191-0/+1
* CheckBasicStyle checks the src folder as well.madmaxoft2014-08-141-10/+16
* Fixed style issuesTycho2014-08-061-3/+3
* Removed dependecy of redstone simulator on NoteBlockTycho2014-08-051-0/+1
* Refactored Redstone simulator not to depend on TNTEntity or DropSpenserENtity DirectlyTycho2014-08-051-0/+34
* Exported the beacon.Howaner2014-07-301-0/+33
* Merge branch 'master' into portalsTiger Wang2014-07-291-23/+17
|\
| * Added a queue for setting chunk data.madmaxoft2014-07-241-23/+17
* | Speed improvements, crash fixes, & self-suggestionsTiger Wang2014-07-221-12/+7
* | Merge remote-tracking branch 'origin/master' into portalsTiger Wang2014-07-221-46/+47
|\|
| * Style: Normalized to no spaces before closing parenthesis.madmaxoft2014-07-211-43/+43
| * Style: Normalized spaces after if, for and while.madmaxoft2014-07-211-2/+3
| * Fixed style: spaces after commas.madmaxoft2014-07-191-3/+3
* | SuggestionsTiger Wang2014-07-211-3/+3
* | Bug and crash fixesTiger Wang2014-07-201-3/+2
* | Merge branch 'master' into portalsTiger Wang2014-07-181-94/+125
|\|
| * Normalized comments.madmaxoft2014-07-171-2/+2
| * Fixed spaces around single-line comments.madmaxoft2014-07-171-11/+11
| * Fixed basic whitespace problems.madmaxoft2014-07-171-14/+14
| * Changed BroadcastSoundEffect function to take floating pos.Howaner2014-07-131-2/+2
| * Merge pull request #1154 from mc-server/trappedchestsTiger Wang2014-07-131-3/+5
| |\
| | * Suggestions and bug fixTiger Wang2014-07-121-1/+1
| | * Implemented trapped chests & othersTiger Wang2014-07-071-3/+5
| * | Fixed style consistency.madmaxoft2014-07-101-59/+62
| * | Implemented support for forced chunk ticking.madmaxoft2014-07-101-2/+28
| |/
| * Added generic entity-collecting.Mattes D2014-06-271-2/+2
* | Merge branch 'master' of https://github.com/mc-server/MCServer into portalsTiger Wang2014-06-241-0/+6
|\|
| * Added asserts for cChunk::GetBlockEntity() coords.Mattes D2014-06-241-0/+6
* | Merge branch 'master' into portalsTiger Wang2014-06-211-2/+7
|\|
| * Nullify deleted pointers.archshift2014-06-191-0/+4
| * Merge branch 'master' of github.com:mc-server/MCServerTycho2014-06-161-1/+3
* | Fixed invalid iteratorsTiger Wang2014-06-211-23/+10
* | Fixed order of initalisationTycho2014-06-121-2/+2
* | Removed unnessicary indirection from Entity iterator listTycho2014-06-121-5/+5
* | Portals animate and delay correctlyTiger Wang2014-06-121-41/+33
* | Merge branch 'master' into portalsTiger Wang2014-06-101-0/+1
|\|
| * Redstone fixes and improvements [SEE DESC]Tiger Wang2014-06-051-0/+1
* | Portal improvements and suggestionsTiger Wang2014-06-101-1/+14
* | SuggestionsTiger Wang2014-06-051-2/+5
* | Removed use of autoTiger Wang2014-06-041-1/+1
* | Merge remote-tracking branch 'origin/master' into portalsTiger Wang2014-06-041-163/+52
|\|
| * Merge remote-tracking branch 'origin/pistonfixes'Tiger Wang2014-06-021-14/+16
| |\
| | * Suggestions twoTiger Wang2014-06-011-7/+9
| | * More comments!Tiger Wang2014-05-291-5/+4
| | * Hopefully fixed piston duplication issuesTiger Wang2014-05-251-5/+6
| * | Added comments, reformatted code.madmaxoft2014-05-291-3/+3
| * | Implemented style changesTycho2014-05-241-2/+2
| * | Fixed stylistic issuesTycho2014-05-211-2/+2
| * | Renamed cChunkBuffer to cChunkDataTycho2014-05-211-19/+19
| * | Fixed minor style issuesTycho2014-05-211-4/+4
| * | Fixed bug in setting metasTycho2014-05-101-18/+0
| * | Merge branch 'master' into chunksparsing/structsTycho2014-05-101-1/+19
| |\|
| * | Fixed bad mergeTycho2014-04-271-13/+9
| * | Merge branch 'master' into chunksparsing/structsTycho2014-04-271-14/+19
| |\ \
| * | | Implemented Chunk Sparsing with segmentsTycho2014-04-261-153/+33
* | | | Implemented end and nether portalsTiger Wang2014-05-311-36/+38
* | | | Cauldrons fillTiger Wang2014-05-291-1/+0
| |_|/ |/| |
* | | Merge branch 'master' into redstoneimprovementsTiger Wang2014-05-041-2/+2
|\ \ \
| * | | Fixed a buffer overflow in cChunk:SetLight().madmaxoft2014-05-021-2/+2
| | |/ | |/|
* / | Redstone simulator now directly accesses cChunkTiger Wang2014-04-271-1/+19
|/ /
* | Merge pull request #863 from mc-server/chunkysparsingMattes D2014-04-261-33/+97
|\ \
| * | Implemented commentsTiger Wang2014-04-251-6/+6
| * | Fixed indentTiger Wang2014-04-241-1/+1
| * | Another small speed improvement?Tiger Wang2014-04-241-12/+2
| * | Implemented suggestionsTiger Wang2014-04-241-22/+6
| |/
| * Replaced all the .data() calls so the code compiles in VS2008Tycho2014-04-101-5/+5
| * Maybe speed improvements?Tiger Wang2014-04-071-47/+28
| * Attempt to fix errorsTiger Wang2014-04-071-2/+2
| * Blocklight and skylight now compressedTiger Wang2014-04-071-24/+82
| * Nibbletypes are compressedTiger Wang2014-04-051-15/+34
| * Speed and memory improvementsTiger Wang2014-04-041-61/+14
| * Merge remote-tracking branch 'origin/master' into chunkysparsingTiger Wang2014-04-031-1/+12
| |\
| * | Fixed some bugsTiger Wang2014-04-031-3/+5
| * | Performance improvements and chunk flipping fixedTiger Wang2014-04-021-30/+32
| * | Sort of implementation of chunk sparsingTiger Wang2014-03-231-17/+92
* | | Merge pull request #909 from jfhumann/fixesMattes D2014-04-221-2/+2
|\ \ \
| * | | Did some static analysis, fixed some bugs and optimized a lot of codejfhumann2014-04-181-2/+2
* | | | Implemented the skeleton code for the beacon.STRWarrior2014-04-121-0/+2
|/ / /
* | / 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