summaryrefslogtreecommitdiffstats
path: root/src/ChunkDef.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Added cChunkCoords fmtlib formatter.Mattes D2023-05-261-0/+17
* Removed all Printf-family functions from StringUtils.Mattes D2023-05-161-1/+1
* Valid Height is now checked by vector.x12xx12x2022-04-201-8/+3
* Updated protocol functions to Vector3xx12xx12x2022-04-201-0/+5
* Chest, weather, crash, and miscellaneous fixes (#5215)Tiger Wang2021-04-301-48/+10
* Unify DoWithBlockEntity (#5168)Tiger Wang2021-03-281-27/+0
* Prepare ChunkData for BlockState storage (#5105)Tiger Wang2021-03-051-108/+12
* Chunk: use FAST_FLOOR_DIVTiger Wang2020-12-211-13/+4
* Deleted BiomeDef.h and ChunkDef.h from Globals.h (#4885)KingCol132020-09-251-1/+1
* WorldStorage: Removed unused callback parametersTiger Wang2020-08-281-21/+0
* Vector3 in Handlers (#4680)Mattes D2020-04-211-2/+11
* Manage block entity lifetime with unique_ptr (#4080)peterbell102020-04-031-1/+0
* Improved large jungle and acacia tree generation (#4413)NiLSPACE2019-12-221-0/+5
* Moved growing from cWorld / cChunk to cBlockHandler descendants.Mattes D2019-10-281-5/+43
* Refactored more of Entities and BlockEntities to use Vector3. (#4403)Mattes D2019-09-291-0/+27
* Fixed MSVC warnings (#4400)Mattes D2019-09-271-3/+3
* BiomeGen: Changed to use cChunkCoords params.Mattes D2019-09-081-0/+5
* Separated chunk generator from world / plugin interfaces.Mattes D2019-09-061-2/+16
* Add a formatting function for Vector3 (#4282)peterbell102018-09-241-1/+1
* Broadcast refactor (#4264)peterbell102018-07-241-0/+27
* Optimise chunk set (#4260)peterbell102018-07-231-7/+7
* cChunk and cChunkData: Use vectors for block get and set functions (#4172)peterbell102018-02-041-0/+10
* cChunkInterface GetBlock, GetBlockMeta, GetBlockTypeMeta use vectors (#4050)Bond-0092017-11-201-5/+4
* Merge pull request #3489 from cuberite/EntityOwnershipTiger Wang2017-08-181-1/+2
|\
| * Changed entity ownership model to use smart pointersTiger Wang2017-08-071-1/+2
* | Changed int parameters to vector parameters in cCuboid and simulators (#3874)Lane Kolbly2017-08-171-26/+38
|/
* Remove double includes part 2 (#3890)peterbell102017-08-031-3/+0
* Check for intersection between placed blocks and entities. (#3850)Lane Kolbly2017-07-281-0/+3
* Store cChunk::m_BlockEntities in a map (#3717)peterbell102017-05-221-2/+2
* Bulk clearing of whitespaceLogicParrot2016-02-051-1/+1
* Added cChunkDef::IsValidWidth()Julian Laubstein2015-11-231-1/+6
* Added cChunkDef::IsValidHeight()Julian Laubstein2015-11-101-0/+6
* Fixed a race condition between chunk loader and generator.Mattes D2015-10-041-1/+2
* Namechange to CuberiteMattes D2015-09-251-2/+2
* Unified the doxy-comment format.Mattes D2015-07-311-17/+20
* Changed appropriate containers to unordered_mapTiger Wang2015-06-061-29/+0
* Redstone wire and trapdoor fixesTiger Wang2015-06-061-0/+13
* ComparatorsTiger Wang2015-06-061-0/+6
* Fixed a lot of warningstycho2015-05-191-2/+2
* Replaced a std::hash specialization with explicit type.Mattes D2014-12-241-7/+3
* gcc compilation fix.Mattes D2014-12-241-1/+6
* Refactored all player block placing to go through hooks.Mattes D2014-12-241-12/+36
* Added a cWorld:PrepareChunk function.Mattes D2014-12-101-1/+22
* Merged branch 'master' of git://github.com/sriehl/MCServerMattes D2014-10-211-34/+30
|\
| * convert old style casts to fix warningsSteven Riehl2014-10-121-34/+30
|/
* Merge pull request #1351 from LO1ZB/remove-a_RelYMattes D2014-09-031-8/+23
|\
| * re-add the missing "s" too cChunkCoordsWithBoolListLO1ZB2014-09-031-1/+1
| * hopefully the last commit for removing y-coord from chunks. :)LO1ZB2014-09-031-0/+21
| * remove orphaned comment.LO1ZB2014-08-301-4/+0
| * remove y-coord from chunksLO1ZB2014-08-281-4/+2
* | Fixed off-by-one errors in cChunkDef asserts.madmaxoft2014-09-011-8/+8
|/
* Added initializers for class members.Mattes D2014-08-211-1/+1
* Style: Normalized to no spaces before closing parenthesis.madmaxoft2014-07-211-4/+4
* Fixed spaces around single-line comments.madmaxoft2014-07-171-2/+2
* Fixed basic whitespace problems.madmaxoft2014-07-171-13/+13
* Fixed issue with types not being defined for an unused parameterTycho2014-05-181-40/+0
* Merge branch 'master' into chunksparsing/structsTycho2014-05-011-9/+9
|\
| * Hopefully fixed repeated clang warnings.madmaxoft2014-04-281-9/+9
* | Merge branch 'master' into chunksparsing/structsTycho2014-04-271-78/+40
|\|
| * Implemented commentsTiger Wang2014-04-251-23/+42
| * Implemented suggestionsTiger Wang2014-04-241-67/+10
* | Implemented Chunk Sparsing with segmentsTycho2014-04-261-95/+5
|/
* Attempt to fix errorsTiger Wang2014-04-071-10/+10
* Blocklight and skylight now compressedTiger Wang2014-04-071-4/+4
* Nibbletypes are compressedTiger Wang2014-04-051-2/+75
* Merge branch 'master' into WerrorTycho2014-03-121-1/+1
|\
| * Unified Vector classesandrew2014-03-111-1/+1
* | Fixed Chunkdef warningsTycho2014-03-111-2/+2
* | Merge branch 'master' into WerrorTycho2014-03-111-16/+12
|\|
| * ChunkDef: Replaced enums with static const ints.madmaxoft2014-03-091-10/+6
* | Fixed xofts issuesTycho2014-03-101-18/+8
* | Globals.h is now warnings free again.Tycho2014-03-091-8/+24
* | Fixed some warningsTycho2014-03-091-7/+10
|/
* fixed globals.h warningsTycho2014-02-231-0/+1
* Initial ChunkStay code.madmaxoft2014-02-081-0/+1
* Merge pull request #602 from mc-server/improvementsandfixesMattes D2014-02-031-3/+31
|\
| * Split cCoord template into one and two data typesTiger Wang2014-02-011-10/+32
| * Fixed redstone simulator crash found in #570Tiger Wang2014-01-291-5/+11
* | Refactored cBlockHandler::OnUse and dependentsTycho2014-01-261-1/+0
|/
* Merge pull request #529 from mc-server/derpstonerefactorAlexander Harkness2014-01-121-0/+2
|\
| * Major refactoring of redstoneTiger Wang2014-01-101-0/+2
* | Include Biome enum in ChunkDefBill Derouin2014-01-101-2/+1
* | Move biome definition to separate filesBill Derouin2014-01-091-91/+2
|/
* Fixed compilation in VC2008.madmaxoft2013-12-301-1/+1
* converted commneted paramater names to the unused macroTycho Bickerstaff2013-12-221-1/+2
* ChunkSender is now warnings cleanTycho Bickerstaff2013-12-211-1/+1
* Attempt at fixing cChunkDef::Height signedness.madmaxoft2013-12-201-12/+12
* Moved source to srcAlexander Harkness2013-11-241-0/+617