This website requires JavaScript.
Explore
Help
Sign In
BTH
/
axyz
Watch
1
Star
0
Fork
0
You've already forked axyz
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
Files
22664848dc44ab481a3dbe601c70132202262edf
axyz
/
include
/
Engine
/
Collision
T
History
William Moberg
22664848dc
You should not be able to fall through ground or dash thru walls. Very thin objects may still be possible to go through, e.g. the grid border walls in GameMap.xml.
2016-02-19 14:16:22 +01:00
..
Collision.h
Fixed EntityFirstHitByRay not returning outDistance properly
2016-02-11 20:01:23 +01:00
CollisionSystem.h
You should not be able to fall through ground or dash thru walls. Very thin objects may still be possible to go through, e.g. the grid border walls in GameMap.xml.
2016-02-19 14:16:22 +01:00
EntityAABB.h
Made TriggerSystem make use of Octree
2016-01-27 13:35:16 +01:00
ETrigger.h
Made TriggerSystem make use of Octree
2016-01-27 13:35:16 +01:00
FillFrustumOctreeSystem.h
Merge remote-tracking branch 'origin/master' into WeaponSystem
2016-02-10 17:02:00 +01:00
FillOctreeSystem.h
Merge remote-tracking branch 'origin/master' into WeaponSystem
2016-02-10 17:02:00 +01:00
TriggerSystem.h
Refactored System constructor to take a struct instead of a bunch of parameters to reduce future pain and to be able to extend it with IsClient and IsServer flags.
2016-02-08 13:33:55 +01:00