summaryrefslogtreecommitdiffstats
path: root/src/Blocks/ChunkInterface.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Moved growing from cWorld / cChunk to cBlockHandler descendants.Mattes D2019-10-281-18/+6
|
* Refactored block-to-pickup conversion. (#4417)Mattes D2019-10-161-10/+24
|
* Force all headers other than "Globals.h" to be included with relative paths (#4269)peterbell102018-08-291-1/+1
| | | | | | | Closes #4236 CMake now creates a header file in the build directory under the path "include/Globals.h" which just includes "src/Globals.h" with an absolute path. Then instead of adding "src/" to the include directories, it adds "include/". #include "Globals.h" still works by including the build generated file and any other src-relative path will not work.
* CheckBasicStyle: Check number of empty lines between functions (#4267)peterbell102018-07-261-7/+0
| | | | Add check for number of empty lines between functions and fix the corresponding failures
* cChunkInterface GetBlock, GetBlockMeta, GetBlockTypeMeta use vectors (#4050)Bond-0092017-11-201-17/+7
|
* Updated cChunk::SetMeta, fixed grass growth, reduced markDirty/setMeta usageLogicParrot2016-04-161-5/+2
|
* Reorganised the redstone simulatorTiger Wang2015-12-181-10/+0
| | | | | | -> Many thanks to @worktycho for the idea, and @Haxi52 for the implementation plan! * Uses classes and inheritance now * Speed should be improved
* allow use failures to propagate from the entity/block to the playerGargaj2015-12-131-2/+2
|
* Fixed minor style issues.madmaxoft2014-09-271-1/+1
|
* Removed more unessicary includesTycho2014-09-261-0/+1
|
* Fixed styleTycho2014-09-251-0/+66
|
* Merge branch 'master' into redstoneTestsTycho2014-09-171-2/+2
|\ | | | | | | | | Conflicts: src/Blocks/ChunkInterface.h
* | Added first test to show the object can be createdTycho2014-09-171-0/+66
|/
* cBlockInfo now manages the respective cBlockHandlerandrew2014-03-021-1/+1
|
* Added missing filesTycho2014-02-021-0/+12