summaryrefslogtreecommitdiffstats
path: root/src/LineBlockTracer.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-09-22Made it compile with clangChris Darnell1-3/+3
2014-09-21Fix crash in cLineBlockTracerTiger Wang1-8/+7
* Fixes #1418
2014-07-20Line tracer invalid chunk fixTiger Wang1-20/+20
* Fixes #1230 * Additionally improved speed in some scenarios
2014-07-16Fixed a bug with bucketsTiger Wang1-8/+9
* Additionally fixed cLineBlockTracer's EntryFace parameter when a block was hit on the first iteration along the projected line
2014-04-26Removed unused assignments.archshift1-1/+0
2014-03-11Unified Vector classesandrew1-1/+1
2014-01-07More MSVC warning fixes.madmaxoft1-1/+1
2013-12-31fixed warnings in LineBlockTracer.cppTycho Bickerstaff1-1/+0
2013-11-24Moved source to srcAlexander Harkness1-0/+0
2013-11-16LineBlockTracer: Using the coord-based block faces.madmaxoft1-3/+3
2013-08-27Implemented basic physics for projectiles.madmaxoft1-5/+6
2013-08-04LineBlockTracer: Fixed initial errorsmadmaxoft1-4/+7
2013-08-04First attempt at implementing a cLineBlockTracer classmadmaxoft1-0/+258
Not yet tested, will probably have lots of bugs, if it is at all usable.