Syntriax
Syntriax pushed to feat/physics2d at Syntriax/Syntriax.Engine 2024-01-27 20:30:05 +03:00
affd2bb8c4 feat: ICollider.OnTriggered
Syntriax pushed to feat/physics2d at Syntriax/Syntriax.Engine 2024-01-27 20:18:42 +03:00
15788f2eca refactor: Improved Shape & Circle Code Readability
Syntriax pushed to feat/physics2d at Syntriax/Syntriax.Engine 2024-01-27 20:18:06 +03:00
ab2489f6cf feat: Shape & Circle Collider Constructors
Syntriax pushed to feat/physics2d at Syntriax/Syntriax.Engine 2024-01-27 20:17:11 +03:00
574104c224 feat: ICollider IsTrigger
Syntriax pushed to feat/physics2d at Syntriax/Syntriax.Engine 2024-01-27 20:15:58 +03:00
0d4c96a2fc fix: Forgotten Build Errors on Collider2DBehaviourBase Actions
Syntriax pushed to feat/physics2d at Syntriax/Syntriax.Engine 2024-01-27 20:15:23 +03:00
d10ab5aa8e fix: Forgotten Build Errors on Collider2DBehaviourBase Actions
Syntriax pushed to feat/physics2d at Syntriax/Syntriax.Engine 2024-01-27 20:13:06 +03:00
5620f2f1eb feat: Circle.UnitCircle
Syntriax pushed to feat/physics2d at Syntriax/Syntriax.Engine 2024-01-27 20:06:30 +03:00
a3c4afb223 refactor: Basic Collision Resolver
Syntriax pushed to feat/physics2d at Syntriax/Syntriax.Engine 2024-01-27 19:57:43 +03:00
4d9121118d refactor: Renamed OnCollisionPreResolve to OnCollisionDetected
05d88f7ca2 refactor: Renamed ICollisionDetector to ICollisionDetector2D
Compare 2 commits »
Syntriax pushed to feat/physics2d at Syntriax/Syntriax.Engine 2024-01-27 19:56:44 +03:00
9cf5cbcd41 refactor: Renamed ICollisionDetector to ICollisionDetector2D
Syntriax pushed to feat/physics2d at Syntriax/Syntriax.Engine 2024-01-27 19:21:14 +03:00
309c8db6e1 feat: ICollider2D Action Calls
Syntriax pushed to feat/physics2d at Syntriax/Syntriax.Engine 2024-01-27 19:19:31 +03:00
0ba6913a61 fix: Static Rigidbodies Moving When Velocity or AngularVelocity Assigned
Syntriax pushed to feat/physics2d at Syntriax/Syntriax.Engine 2024-01-27 15:05:50 +03:00
9556be6f17 feat: Static & Mass Consideration For Rigidbodies
Syntriax pushed to feat/physics2d at Syntriax/Syntriax.Engine 2024-01-27 15:05:23 +03:00
bd43d39367 fix: Circles Not Colliding Accurately Fixed
Syntriax pushed to feat/physics2d at Syntriax/Syntriax.Engine 2024-01-27 14:57:08 +03:00
32e2a6e7d3 feat: Rigidbody Mass Restriction
Syntriax pushed to feat/physics2d at Syntriax/Syntriax.Engine 2024-01-27 14:52:58 +03:00
b7fd943660 feat: Rigidbody Mass Restriction
Syntriax pushed to physics at Syntriax/Engine-Pong 2024-01-27 14:45:41 +03:00
7ed6c1e050 fix: RotatableBehaviour Not Assigning KeyboardInputsBehaviour when It's Missing
Syntriax pushed to feat/physics2d at Syntriax/Syntriax.Engine 2024-01-27 00:49:48 +03:00
7b47703ba0 refactor: DebuggerDisplays For Basic Types
Syntriax pushed to feat/physics2d at Syntriax/Syntriax.Engine 2024-01-27 00:33:29 +03:00
b14d10db0c perf: Drastically Improved Memory Usage
Syntriax pushed to feat/physics2d at Syntriax/Syntriax.Engine 2024-01-27 00:21:07 +03:00
25ae975615 perf: Drastically Improved Memory Usage