Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revert "Small code cleanup" | worktycho | 2015-05-05 | 1 | -49/+33 |
| | |||||
* | Changed fabs() to std::abs() | Woazboat | 2015-04-29 | 1 | -4/+4 |
| | |||||
* | braces in Tracer::mNormalTable initializer in separate lines | Woazboat | 2015-04-29 | 1 | -2/+4 |
| | |||||
* | Added extra braces to initialization of Tracer::m_NormalTable | Woazboat | 2015-04-29 | 1 | -2/+2 |
| | |||||
* | And another cs fix I overlooked | Woazboat | 2015-04-29 | 1 | -1/+1 |
| | |||||
* | Fixed comments according to cs | Woazboat | 2015-04-29 | 1 | -11/+11 |
| | |||||
* | Fix HasNonZeroLength name | Woazboat | 2015-04-29 | 1 | -2/+2 |
| | | | | now 100% more cs compliant | ||||
* | Changed Tracer::m_NormalTable to static array | Woazboat | 2015-04-29 | 1 | -6/+11 |
| | | | | Was previously instantiated for every trace | ||||
* | Tracer signum function now returns int | Woazboat | 2015-04-28 | 1 | -6/+8 |
| | |||||
* | Check for zero length vector in Trace | Woazboat | 2015-04-28 | 1 | -4/+10 |
| | | | | Added hasNonZeroLength member function to Vector3 | ||||
* | convert c style casts to c++ static casts | Woazboat | 2015-04-28 | 1 | -14/+15 |
| | |||||
* | 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 |