Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2016-02-05 | Bulk clearing of whitespace | LogicParrot | 1 | -5/+5 | |
2015-06-05 | Fixed overshoot in cLineBlockTracer. | Mattes D | 1 | -6/+13 | |
Fixes #2161. | |||||
2015-05-28 | Fix comments | tycho | 1 | -5/+5 | |
2015-05-24 | Made -Weverything an error. | tycho | 1 | -6/+6 | |
2015-01-23 | Fixed defect #43662 in Coverity list. | Kirill Kirilenko | 1 | -1/+17 | |
2014-10-23 | En masse NULL -> nullptr replace | Tiger Wang | 1 | -2/+2 | |
2014-10-20 | En masse NULL -> nullptr replace | Tiger Wang | 1 | -2/+2 | |
2014-09-22 | Made it compile with clang | Chris Darnell | 1 | -3/+3 | |
2014-09-21 | Fix crash in cLineBlockTracer | Tiger Wang | 1 | -8/+7 | |
* Fixes #1418 | |||||
2014-07-20 | Line tracer invalid chunk fix | Tiger Wang | 1 | -20/+20 | |
* Fixes #1230 * Additionally improved speed in some scenarios | |||||
2014-07-16 | Fixed a bug with buckets | Tiger Wang | 1 | -8/+9 | |
* Additionally fixed cLineBlockTracer's EntryFace parameter when a block was hit on the first iteration along the projected line | |||||
2014-04-26 | Removed unused assignments. | archshift | 1 | -1/+0 | |
2014-03-11 | Unified Vector classes | andrew | 1 | -1/+1 | |
2014-01-07 | More MSVC warning fixes. | madmaxoft | 1 | -1/+1 | |
2013-12-31 | fixed warnings in LineBlockTracer.cpp | Tycho Bickerstaff | 1 | -1/+0 | |
2013-11-24 | Moved source to src | Alexander Harkness | 1 | -0/+0 | |
2013-11-16 | LineBlockTracer: Using the coord-based block faces. | madmaxoft | 1 | -3/+3 | |
2013-08-27 | Implemented basic physics for projectiles. | madmaxoft | 1 | -5/+6 | |
2013-08-04 | LineBlockTracer: Fixed initial errors | madmaxoft | 1 | -4/+7 | |
2013-08-04 | First attempt at implementing a cLineBlockTracer class | madmaxoft | 1 | -0/+258 | |
Not yet tested, will probably have lots of bugs, if it is at all usable. |