summaryrefslogtreecommitdiffstats
path: root/src/Tracer.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Revert "Small code cleanup"worktycho2015-05-051-49/+33
* Changed fabs() to std::abs()Woazboat2015-04-291-4/+4
* braces in Tracer::mNormalTable initializer in separate linesWoazboat2015-04-291-2/+4
* Added extra braces to initialization of Tracer::m_NormalTableWoazboat2015-04-291-2/+2
* And another cs fix I overlookedWoazboat2015-04-291-1/+1
* Fixed comments according to csWoazboat2015-04-291-11/+11
* Fix HasNonZeroLength nameWoazboat2015-04-291-2/+2
* Changed Tracer::m_NormalTable to static arrayWoazboat2015-04-291-6/+11
* Tracer signum function now returns intWoazboat2015-04-281-6/+8
* Check for zero length vector in TraceWoazboat2015-04-281-4/+10
* convert c style casts to c++ static castsWoazboat2015-04-281-14/+15
* BasicStyle: Added missing braces to control statements.Mattes D2014-12-051-3/+12
* Fixed reported parentheses around comparisons.Mattes D2014-12-051-49/+56
* A few compiler warning fixesChris Darnell2014-09-231-1/+1
* Made it compile with clangChris Darnell2014-09-221-1/+1
* 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
* Fixed spaces around single-line comments.madmaxoft2014-07-171-12/+12
* Some change to Entity.cppTiger Wang2014-04-231-1/+5
* Unified Vector classesandrew2014-03-111-4/+0
* g_BlockXXX => cBlockInfo::XXXandrew2014-03-011-1/+1
* Moved source to srcAlexander Harkness2013-11-241-0/+398