summaryrefslogtreecommitdiffstats
path: root/src/LineBlockTracer.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2022-01-14eblockfaceTiger Wang1-1/+1
2022-01-14fixed compile error in jenkins and more warningsx12xx12x1-1/+1
2020-08-28ChunkMap: do not wantonly make empty chunksTiger Wang1-6/+3
2020-05-08Use Vector3 for cLineBlockTracer and cBlockTracer (#4715)mBornand1-85/+56
2020-04-16Using Super.Mattes D1-1/+1
2020-04-03Pulled the BlockID and BlockInfo headers from Globals.h. (#4591)Mattes D1-0/+1
2018-07-26CheckBasicStyle: Check number of empty lines between functions (#4267)peterbell101-1/+0
2017-09-11Replace ItemCallbacks with lambdas (#3993)peterbell101-3/+3
2017-09-02Revert "Replace ItemCallbacks with lambdas (#3948)"LogicParrot1-3/+3
2017-09-01Replace ItemCallbacks with lambdas (#3948)peterbell101-3/+3
2017-08-03Remove double includes part 2 (#3890)peterbell101-1/+0
2017-05-28LineBlockTracer: Fixed a math rounding error failure.Mattes D1-1/+5
2017-05-11Tracer replacement (#3704)Mattes D1-1/+93
2016-02-05Bulk clearing of whitespaceLogicParrot1-5/+5
2015-06-05Fixed overshoot in cLineBlockTracer.Mattes D1-6/+13
2015-05-28Fix commentstycho1-5/+5
2015-05-24Made -Weverything an error.tycho1-6/+6
2015-01-23Fixed defect #43662 in Coverity list.Kirill Kirilenko1-1/+17
2014-10-23En masse NULL -> nullptr replaceTiger Wang1-2/+2
2014-10-20En masse NULL -> nullptr replaceTiger Wang1-2/+2
2014-09-22Made it compile with clangChris Darnell1-3/+3
2014-09-21Fix crash in cLineBlockTracerTiger Wang1-8/+7
2014-07-20Line tracer invalid chunk fixTiger Wang1-20/+20
2014-07-16Fixed a bug with bucketsTiger Wang1-8/+9
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