summaryrefslogtreecommitdiffstats
path: root/src/LineBlockTracer.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2017-09-11Replace ItemCallbacks with lambdas (#3993)peterbell101-8/+2
2017-09-02Revert "Replace ItemCallbacks with lambdas (#3948)"LogicParrot1-2/+8
This reverts commit 496c337cdfa593654018c171f6a74c28272265b5.
2017-09-01Replace ItemCallbacks with lambdas (#3948)peterbell101-8/+2
2017-05-11Tracer replacement (#3704)Mattes D1-1/+32
* Replaced cTracer usage with cLineBlockTracer. * Exported new cLineBlockTracer utility functions to Lua API.
2016-02-05Bulk clearing of whitespaceLogicParrot1-13/+13
2015-07-31Unified the doxy-comment format.Mattes D1-13/+14
2013-11-24Moved source to srcAlexander Harkness1-0/+0
2013-08-27Implemented basic physics for projectiles.madmaxoft1-0/+3
2013-08-04First attempt at implementing a cLineBlockTracer classmadmaxoft1-0/+84
Not yet tested, will probably have lots of bugs, if it is at all usable.