Syntriax
Syntriax pushed to development at Syntriax/Syntriax.Engine 2024-11-29 21:40:13 +03:00
cdfe655ac4 refactor: Added IButtonInput Events for Any Button
Syntriax pushed to development at Syntriax/Syntriax.Engine 2024-11-26 23:05:45 +03:00
b4659def55 chore: Removed Unused Editor Config
Syntriax pushed to development at Syntriax/Syntriax.Engine 2024-11-24 22:19:03 +03:00
58a9ada345 refactor: IBehaviourController & Sorted Collector
Syntriax pushed to development at Syntriax/Syntriax.Engine 2024-11-24 21:42:46 +03:00
eb5345dc77 refactor: CreateCoroutine to StartCoroutine
Syntriax pushed to development at Syntriax/Syntriax.Engine 2024-11-24 11:32:49 +03:00
4416f64287 refactor: IBehaviourController.TryGetBehaviour to Extension Method
Syntriax pushed to development at Syntriax/Syntriax.Engine 2024-11-24 11:18:26 +03:00
1b3f40be5f refactor: Removed Duplicate Interface Declaration
Syntriax pushed to development at Syntriax/Syntriax.Engine 2024-11-23 23:13:31 +03:00
e725a4e89c refactor: Renamed Delegate Declarations as EventHandler
Syntriax pushed to development at Syntriax/Syntriax.Engine 2024-11-23 22:24:26 +03:00
981db0190f feat: GetOrAddBehaviour Extension for IBehaviourController
Syntriax pushed to development at Syntriax/Syntriax.Engine 2024-11-17 22:04:47 +03:00
c0c48c7d51 refactor: IHierarchyObject Nullable IGameManager to Non-Nullable
Syntriax pushed to development at Syntriax/Syntriax.Engine 2024-11-17 21:57:08 +03:00
11f4e8a14a refactor: IHierarchyObject Nullable IGameManager to Non-Nullable
Syntriax pushed to development at Syntriax/Syntriax.Engine 2024-11-16 22:43:27 +03:00
cc4068fa2e refactor: Removed IEnumerable<GameObjects> from IGameManager
Syntriax pushed to development at Syntriax/Syntriax.Engine 2024-11-13 15:29:15 +03:00
4d59dcb9ab fix: IBehaviour.GetBehaviours<T>(List)
Syntriax pushed to main at Syntriax/Syntriax.Engine 2024-11-13 13:46:23 +03:00
Syntriax pushed to main at Syntriax/Syntriax.Engine 2024-11-13 13:45:46 +03:00
1545291942 fix: Issues With Behaviours Entering / Leaving the Hierarchy Callbacks Not Firing
81625abd25 refactor: Improved & Fixed Issues with Transforms with Parents
ea94bed00d fix: Transform Rotation Miscalculation
12cb144688 feat: Math.Sin & Math.Cos
85f0555c59 fix: Duplicate Values on Behaviour Collector
Compare 49 commits »
Syntriax pushed to development at Syntriax/Syntriax.Engine 2024-11-10 20:34:00 +03:00
1b3b999a95 chore: .editorconfig file for Code Style
Syntriax pushed to development at Syntriax/Syntriax.Engine 2024-11-10 20:20:54 +03:00
1545291942 fix: Issues With Behaviours Entering / Leaving the Hierarchy Callbacks Not Firing
Syntriax pushed to development at Syntriax/Syntriax.Engine 2024-11-10 19:17:43 +03:00
81625abd25 refactor: Improved & Fixed Issues with Transforms with Parents
Syntriax pushed to development at Syntriax/Syntriax.Engine 2024-11-09 17:14:48 +03:00
ea94bed00d fix: Transform Rotation Miscalculation
Syntriax pushed to development at Syntriax/Syntriax.Engine 2024-11-06 22:59:05 +03:00
12cb144688 feat: Math.Sin & Math.Cos
Syntriax pushed to development at Syntriax/Syntriax.Engine 2024-11-03 21:29:14 +03:00
85f0555c59 fix: Duplicate Values on Behaviour Collector