1
0
Commit Graph

11 Commits

Author SHA1 Message Date
Samuel Barney
5d353fd8f8 Added missing check for a_LineOfSight 2013-11-05 14:13:12 -07:00
Samuel Barney
eefc6d37ef cTracer can now handle mob sight. 2013-11-05 14:11:13 -07:00
Samuel Barney
9d5d74d826 Added more documentation. Changed cTracer::Trace to return a bool instead of an int because it was only returning 1 or 0 anyways. 2013-11-05 14:01:51 -07:00
Samuel Barney
b23047f47b Reworked collision to use g_BlockIsSolid 2013-11-04 20:10:29 -07:00
Samuel Barney
96ef6084ae Flowers, mushrooms and air are no longer collidable. 2013-11-04 17:14:49 -07:00
madmaxoft
f3ab7d1873 Fixed logging in cTracer. 2013-08-24 22:48:19 +02:00
madmaxoft
46a8b77151 cTracer doesn't attempt a trace above the world.
This fixes some crashes with out-of-world entities.
2013-08-24 21:42:11 +02:00
madmaxoft
1a7912744f Moved entities into the Entities subfolder. 2013-08-19 11:39:13 +02:00
madmaxoft@gmail.com
045021e896 Tracer: removed the "start and end in the same block" warning, it is a normal condition.
git-svn-id: http://mc-server.googlecode.com/svn/trunk@1360 0a769ca7-a7f5-676a-18bf-c427514a06d6
2013-04-06 16:12:52 +00:00
madmaxoft@gmail.com
51596c60a9 cTracer: Fixed asserts for invalid coords
git-svn-id: http://mc-server.googlecode.com/svn/trunk@1327 0a769ca7-a7f5-676a-18bf-c427514a06d6
2013-03-30 10:54:05 +00:00
madmaxoft@gmail.com
ecfe6ab65b Source files cleanup: The rest of the files renamed.
git-svn-id: http://mc-server.googlecode.com/svn/trunk@887 0a769ca7-a7f5-676a-18bf-c427514a06d6
2012-09-23 22:09:57 +00:00