index
:
anonymous/cuberite
1.14
BlockFixes
BoundingBox
CArrays
Certificates
ChannelManagement
ComponentRewrite
FastNBTTest
FixItemCountFormat
InfoDumpParams
InteractRewrite
LuaNoCpp
LuaStateParamsRead
LuaWebControllers
Megumin
MultiLuaStack
Pickups
PieceGenClosurePieces
ProtocolRefactor
SeeBackup
Sponge
VillagerTrading
WarningsFixes
alwaysTicked
apidump-vscode
biomal-bedrock-shape
books
callbacks
daylightgrowth
dumpinfo-plugin-folder
endgen
fixes
fixesandfeatures
formattingcodes
ghastsounds
infodump-dependencies
issue4106
itemsinicleanup
master
mobs2
serverTick
spawning
threading
A lightweight, fast and extensible game server for Minecraft
mirror
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
Tracer.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2014-03-11
Unified Vector classes
andrew
1
-4
/
+0
2014-03-01
g_BlockXXX => cBlockInfo::XXX
andrew
1
-1
/
+1
2013-11-24
Moved source to src
Alexander Harkness
1
-0
/
+0
2013-11-05
Added missing check for a_LineOfSight
Samuel Barney
1
-1
/
+1
2013-11-05
cTracer can now handle mob sight.
Samuel Barney
1
-3
/
+4
2013-11-05
Added more documentation. Changed cTracer::Trace to return a bool instead of an int because it was only returning 1 or 0 anyways.
Samuel Barney
1
-4
/
+4
2013-11-05
Reworked collision to use g_BlockIsSolid
Samuel Barney
1
-15
/
+6
2013-11-05
Flowers, mushrooms and air are no longer collidable.
Samuel Barney
1
-6
/
+15
2013-08-24
Fixed logging in cTracer.
madmaxoft
1
-1
/
+1
2013-08-24
cTracer doesn't attempt a trace above the world.
madmaxoft
1
-2
/
+2
2013-08-19
Moved entities into the Entities subfolder.
madmaxoft
1
-4
/
+1
2013-04-06
Tracer: removed the "start and end in the same block" warning, it is a normal condition.
madmaxoft@gmail.com
1
-29
/
+59
2013-03-30
cTracer: Fixed asserts for invalid coords
madmaxoft@gmail.com
1
-6
/
+26
2012-09-24
Source files cleanup: The rest of the files renamed.
madmaxoft@gmail.com
1
-3
/
+3
2012-06-14
Attempt to bring sanity to newlines across systems.
cedeel@gmail.com
1
-350
/
+350
2012-02-15
No longer using pointers for Vector3(f/d/i) in cEntity's and cTracer
faketruth
1
-88
/
+56
2012-01-29
VC2008 / VC2010: Enabled precompiled header through Globals.h; the header included in every module in the project. Compilation optimization.
madmaxoft@gmail.com
1
-2
/
+4
2011-12-22
Fixes:
lapayo94@gmail.com
1
-2
/
+5
2011-10-03
MCServer c++ source files
faketruth
1
-0
/
+377