Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
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. |