Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2020-04-21 | Vector3 in Handlers (#4680) | Mattes D | 1 | -15/+21 | |
Refactored all cBlockHandler and cItemHandler descendants to use Vector3. | |||||
2020-04-16 | Using Super. | Mattes D | 1 | -2/+2 | |
2019-10-16 | Refactored block-to-pickup conversion. (#4417) | Mattes D | 1 | -10/+31 | |
2018-08-29 | Force all headers other than "Globals.h" to be included with relative paths (#4269) | peterbell10 | 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. | |||||
2017-11-20 | cChunkInterface GetBlock, GetBlockMeta, GetBlockTypeMeta use vectors (#4050) | Bond-009 | 1 | -1/+1 | |
2017-08-06 | Removed unneeded includes (#3902) | Lukas Pioch | 1 | -1/+0 | |
2015-07-14 | Improved maps | Tiger Wang | 1 | -4/+6 | |
2015-05-19 | Fixed a lot of warnings | tycho | 1 | -5/+7 | |
2014-12-24 | Refactored all player block placing to go through hooks. | Mattes D | 1 | -11/+0 | |
Fixes #1618. | |||||
2014-09-09 | Moved sound-configs into BlockID.h and fixed/ added loads of sounds | Masy98 | 1 | -6/+0 | |
2014-08-04 | Fixed signs not staying on other signs | Tiger Wang | 1 | -1/+2 | |
2014-07-18 | Normalized code style for both sign handlers. | madmaxoft | 1 | -8/+9 | |
2014-07-18 | Removed cBlockSignPostHandler descend. | Howaner | 1 | -2/+28 | |
2014-07-18 | Added a extra wall sign handler. | Howaner | 1 | -0/+62 | |
Fixes #1119 |