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
Dirtybit-imon
axyz
/
include
/
Engine
/
Collision
T
Add File
New File
Upload File
Apply Patch
Copy Permalink
Download directory as ZIP
Download directory as TAR.GZ
Delete Directory
History
William Moberg
89d0d5753f
Fix for player teleporting to (0,0,0). Saves player previous position in CollisionSystem instead of Physics component so it won't be saved when editing Players.
2016-02-25 16:16:24 +01:00
..
Collision.h
Cannot respawn inside other players, unless all are blocked.
2016-02-17 14:54:59 +01:00
CollisionSystem.h
Fix for player teleporting to (0,0,0). Saves player previous position in CollisionSystem instead of Physics component so it won't be saved when editing Players.
2016-02-25 16:16:24 +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