Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Force all headers other than "Globals.h" to be included with relative paths (#4269) | peterbell10 | 2018-08-29 | 1 | -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) | peterbell10 | 2018-07-26 | 1 | -7/+0 |
| | | | | Add check for number of empty lines between functions and fix the corresponding failures | ||||
* | cChunkInterface GetBlock, GetBlockMeta, GetBlockTypeMeta use vectors (#4050) | Bond-009 | 2017-11-20 | 1 | -17/+7 |
| | |||||
* | Updated cChunk::SetMeta, fixed grass growth, reduced markDirty/setMeta usage | LogicParrot | 2016-04-16 | 1 | -5/+2 |
| | |||||
* | Reorganised the redstone simulator | Tiger Wang | 2015-12-18 | 1 | -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 player | Gargaj | 2015-12-13 | 1 | -2/+2 |
| | |||||
* | Fixed minor style issues. | madmaxoft | 2014-09-27 | 1 | -1/+1 |
| | |||||
* | Removed more unessicary includes | Tycho | 2014-09-26 | 1 | -0/+1 |
| | |||||
* | Fixed style | Tycho | 2014-09-25 | 1 | -0/+66 |
| | |||||
* | Merge branch 'master' into redstoneTests | Tycho | 2014-09-17 | 1 | -2/+2 |
|\ | | | | | | | | | Conflicts: src/Blocks/ChunkInterface.h | ||||
* | | Added first test to show the object can be created | Tycho | 2014-09-17 | 1 | -0/+66 |
|/ | |||||
* | cBlockInfo now manages the respective cBlockHandler | andrew | 2014-03-02 | 1 | -1/+1 |
| | |||||
* | Added missing files | Tycho | 2014-02-02 | 1 | -0/+12 |