summaryrefslogtreecommitdiffstats
path: root/src/Tracer.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Style: Normalized to no spaces before closing parenthesis.madmaxoft2014-07-211-32/+32
|
* Style: Normalized spaces after if, for and while.madmaxoft2014-07-211-20/+20
|
* Fixed style: spaces after commas.madmaxoft2014-07-191-3/+3
|
* Normalized comments.madmaxoft2014-07-171-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.madmaxoft2014-07-171-12/+12
| | | | There should be at least two spaces in front and one space after //-style comments.
* Some change to Entity.cppTiger Wang2014-04-231-1/+5
| | | | * Added comments to BroadcastMovementUpdate() and the collision tracer
* Unified Vector classesandrew2014-03-111-4/+0
|
* g_BlockXXX => cBlockInfo::XXXandrew2014-03-011-1/+1
|
* Moved source to srcAlexander Harkness2013-11-241-0/+398