Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Removed the obsolete cTracer class. (#4594) | Mattes D | 2020-04-03 | 1 | -452/+0 |
| | |||||
* | 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 | -0/+1 |
| | | | | Add check for number of empty lines between functions and fix the corresponding failures | ||||
* | Use clang-tidy to check more code conventions (#4214) | Bond-009 | 2018-05-06 | 1 | -74/+74 |
| | | | | | | | * Create clang-tidy.sh * Add clang-tidy to circle.yml * Fixed some naming violations Fixes #4164 | ||||
* | Bulk clearing of whitespace | LogicParrot | 2016-02-05 | 1 | -5/+5 |
| | |||||
* | Silenced and fixed many warning messages across multiple files. | Samuel Barney | 2015-07-29 | 1 | -2/+2 |
| | |||||
* | Make -Werror disabling file only | tycho | 2015-05-19 | 1 | -1/+1 |
| | | | | Ad fix a load of warnings | ||||
* | Fixed some Visual Studio warnings | Tiger Wang | 2015-05-09 | 1 | -3/+3 |
| | |||||
* | Tracer::signum function now returns int | Woazboat | 2015-05-08 | 1 | -23/+26 |
| | | | | | | convert c style casts to c++ static casts Changed fabs() to std::abs() | ||||
* | Check for zero length vector in Trace | Woazboat | 2015-05-08 | 1 | -4/+10 |
| | | | | Added hasNonZeroLength member function to Vector3 | ||||
* | Changed Tracer::m_NormalTable to static array | Woazboat | 2015-05-08 | 1 | -7/+20 |
| | | | | Was previously instantiated for every trace | ||||
* | BasicStyle: Added missing braces to control statements. | Mattes D | 2014-12-05 | 1 | -3/+12 |
| | |||||
* | Fixed reported parentheses around comparisons. | Mattes D | 2014-12-05 | 1 | -49/+56 |
| | |||||
* | A few compiler warning fixes | Chris Darnell | 2014-09-23 | 1 | -1/+1 |
| | |||||
* | Made it compile with clang | Chris Darnell | 2014-09-22 | 1 | -1/+1 |
| | |||||
* | Style: Normalized to no spaces before closing parenthesis. | madmaxoft | 2014-07-21 | 1 | -32/+32 |
| | |||||
* | Style: Normalized spaces after if, for and while. | madmaxoft | 2014-07-21 | 1 | -20/+20 |
| | |||||
* | Fixed style: spaces after commas. | madmaxoft | 2014-07-19 | 1 | -3/+3 |
| | |||||
* | Normalized comments. | madmaxoft | 2014-07-17 | 1 | -9/+23 |
| | | | | | 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. | ||||
* | Fixed spaces around single-line comments. | madmaxoft | 2014-07-17 | 1 | -12/+12 |
| | | | | There should be at least two spaces in front and one space after //-style comments. | ||||
* | Some change to Entity.cpp | Tiger Wang | 2014-04-23 | 1 | -1/+5 |
| | | | | * Added comments to BroadcastMovementUpdate() and the collision tracer | ||||
* | Unified Vector classes | andrew | 2014-03-11 | 1 | -4/+0 |
| | |||||
* | g_BlockXXX => cBlockInfo::XXX | andrew | 2014-03-01 | 1 | -1/+1 |
| | |||||
* | Moved source to src | Alexander Harkness | 2013-11-24 | 1 | -0/+398 |