Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2021-10-03 | Prevent placing of hangables on illegal blocks and break when support block broken (#5301) | Ethan Jones | 1 | -0/+43 | |
+ Prevent placing of hangables on illegal items and break when support block is broken Co-authored-by: Tiger Wang <ziwei.tiger@outlook.com> | |||||
2021-04-12 | Update entity sizes | Tiger Wang | 1 | -1/+1 | |
2020-04-16 | Using Super. | Mattes D | 1 | -1/+1 | |
2019-09-29 | Refactored more of Entities and BlockEntities to use Vector3. (#4403) | Mattes D | 1 | -2/+2 | |
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. | |||||
2015-03-14 | cPainting saving implemented | Tiger Wang | 1 | -2/+0 | |
Additionally, it now inherits from cHangingEntity. | |||||
2015-03-13 | Fixed confusion over Item Frame directions | Tiger Wang | 1 | -52/+3 | |
2014-10-21 | Properly exported cItemFrame and cHangingEntity to Lua. | Mattes D | 1 | -11/+19 | |
2014-09-25 | Fixed hanging direction bugs. | Howaner | 1 | -0/+15 | |
2014-09-25 | HangingEntity: Silenced a crash. | madmaxoft | 1 | -2/+8 | |
Vanilla worlds sometimes contain data that this was asserting upon. Changed into a log. | |||||
2014-08-04 | CheckBasicStyle: multi-level indent change. | madmaxoft | 1 | -1/+1 | |
2014-07-17 | Fixed tabs used for alignment. | madmaxoft | 1 | -1/+1 | |
2014-07-17 | Normalized comments. | madmaxoft | 1 | -2/+2 | |
This was mostly done automatically and then visually inspected for obvious errors. All //-style comments should have a 2-space separation from the code, and 1 space after the comment sign. | |||||
2014-03-15 | Add item frame saving. | Howaner | 1 | -0/+53 | |