Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2020-05-08 | Use Vector3 for cLineBlockTracer and cBlockTracer (#4715) | mBornand | 1 | -15/+9 | |
* cLineBlockTracer uses Vector | |||||
2017-05-11 | Tracer replacement (#3704) | Mattes D | 1 | -1/+7 | |
* Replaced cTracer usage with cLineBlockTracer. * Exported new cLineBlockTracer utility functions to Lua API. | |||||
2016-02-05 | Bulk clearing of whitespace | LogicParrot | 1 | -14/+14 | |
2015-07-31 | Unified the doxy-comment format. | Mattes D | 1 | -5/+5 | |
2014-07-17 | Fixed basic whitespace problems. | madmaxoft | 1 | -8/+8 | |
Indenting by spaces and alignment by spaces, as well as trailing whitespace on non-empty lines. | |||||
2014-04-02 | Fixed more virtual destructors for interfaces. | madmaxoft | 1 | -0/+3 | |
2013-12-31 | fixed warnings in World.cpp | Tycho Bickerstaff | 1 | -3/+22 | |
2013-11-24 | Moved source to src | Alexander Harkness | 1 | -0/+0 | |
2013-08-27 | Implemented basic physics for projectiles. | madmaxoft | 1 | -2/+2 | |
2013-08-04 | LineBlockTracer: Fixed initial errors | madmaxoft | 1 | -3/+3 | |
2013-08-04 | First attempt at implementing a cLineBlockTracer class | madmaxoft | 1 | -0/+104 | |
Not yet tested, will probably have lots of bugs, if it is at all usable. |