Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ChunkMap: do not wantonly make empty chunks | Tiger Wang | 2020-08-28 | 1 | -6/+3 |
| | | | | | | - Removed calls that constructed an empty chunk, found it was invalid, and did nothing with said chunk Partially addresses #2324 | ||||
* | Use Vector3 for cLineBlockTracer and cBlockTracer (#4715) | mBornand | 2020-05-08 | 1 | -85/+56 |
| | | | * cLineBlockTracer uses Vector | ||||
* | Using Super. | Mattes D | 2020-04-16 | 1 | -1/+1 |
| | |||||
* | Pulled the BlockID and BlockInfo headers from Globals.h. (#4591) | Mattes D | 2020-04-03 | 1 | -0/+1 |
| | | | | | | | | | The BlockID.h file was removed from Globals.h and renamed to BlockType.h (main change) The BlockInfo.h file was removed from Globals.h (main change) The ENUM_BLOCK_ID and ENUM_ITEM_ID enum names were replaced with ENUM_BLOCK_TYPE and ENUM_ITEM_TYPE (cosmetics) The various enums, such as eDimension, eDamageType and eExplosionSource were moved from BlockType.h to Defines.h, together with the helper functions for converting between them and strings (StringToDimension et al.) (minor) Many inline functions were moved from headers to their respective cpp files, so that BlockType.h could be included only into the cpp file, rather than the header. That broke our tests a bit, since they pick bits and pieces out of the main code and provide stubs for the rest; they had to be re-stubbed and re-verified. eMonsterType values are no longer tied to E_ITEM_SPAWN_EGG_META_* values | ||||
* | CheckBasicStyle: Check number of empty lines between functions (#4267) | peterbell10 | 2018-07-26 | 1 | -1/+0 |
| | | | | Add check for number of empty lines between functions and fix the corresponding failures | ||||
* | Replace ItemCallbacks with lambdas (#3993) | peterbell10 | 2017-09-11 | 1 | -3/+3 |
| | |||||
* | Revert "Replace ItemCallbacks with lambdas (#3948)" | LogicParrot | 2017-09-02 | 1 | -3/+3 |
| | | | | This reverts commit 496c337cdfa593654018c171f6a74c28272265b5. | ||||
* | Replace ItemCallbacks with lambdas (#3948) | peterbell10 | 2017-09-01 | 1 | -3/+3 |
| | |||||
* | Remove double includes part 2 (#3890) | peterbell10 | 2017-08-03 | 1 | -1/+0 |
| | |||||
* | LineBlockTracer: Fixed a math rounding error failure. | Mattes D | 2017-05-28 | 1 | -1/+5 |
| | |||||
* | Tracer replacement (#3704) | Mattes D | 2017-05-11 | 1 | -1/+93 |
| | | | | | | * Replaced cTracer usage with cLineBlockTracer. * Exported new cLineBlockTracer utility functions to Lua API. | ||||
* | Bulk clearing of whitespace | LogicParrot | 2016-02-05 | 1 | -5/+5 |
| | |||||
* | Fixed overshoot in cLineBlockTracer. | Mattes D | 2015-06-05 | 1 | -6/+13 |
| | | | | Fixes #2161. | ||||
* | Fix comments | tycho | 2015-05-28 | 1 | -5/+5 |
| | |||||
* | Made -Weverything an error. | tycho | 2015-05-24 | 1 | -6/+6 |
| | |||||
* | Fixed defect #43662 in Coverity list. | Kirill Kirilenko | 2015-01-23 | 1 | -1/+17 |
| | |||||
* | En masse NULL -> nullptr replace | Tiger Wang | 2014-10-23 | 1 | -2/+2 |
| | |||||
* | Made it compile with clang | Chris Darnell | 2014-09-22 | 1 | -3/+3 |
| | |||||
* | Fix crash in cLineBlockTracer | Tiger Wang | 2014-09-21 | 1 | -8/+7 |
| | | | * Fixes #1418 | ||||
* | Line tracer invalid chunk fix | Tiger Wang | 2014-07-20 | 1 | -20/+20 |
| | | | | | * Fixes #1230 * Additionally improved speed in some scenarios | ||||
* | Fixed a bug with buckets | Tiger Wang | 2014-07-16 | 1 | -8/+9 |
| | | | | | * Additionally fixed cLineBlockTracer's EntryFace parameter when a block was hit on the first iteration along the projected line | ||||
* | Removed unused assignments. | archshift | 2014-04-26 | 1 | -1/+0 |
| | |||||
* | Unified Vector classes | andrew | 2014-03-11 | 1 | -1/+1 |
| | |||||
* | More MSVC warning fixes. | madmaxoft | 2014-01-07 | 1 | -1/+1 |
| | |||||
* | fixed warnings in LineBlockTracer.cpp | Tycho Bickerstaff | 2013-12-31 | 1 | -1/+0 |
| | |||||
* | Moved source to src | Alexander Harkness | 2013-11-24 | 1 | -0/+262 |