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
FixAssaultWeaponReload
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
Jace
a1fda82d3a
Turned the Transform namespace into TransformSystem so it would be able to subscribe to EntityDeleted and clean up after itself
2016-03-13 00:57:00 +01:00
..
Collision.h
Turned the Transform namespace into TransformSystem so it would be able to subscribe to EntityDeleted and clean up after itself
2016-03-13 00:57:00 +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