Syntriax
Syntriax pushed to development at Syntriax/Syntriax.Engine 2024-01-30 14:09:27 +03:00
07666359f2 feat: FindBehaviour/s
Syntriax pushed to development at Syntriax/Syntriax.Engine 2024-01-30 13:48:04 +03:00
514e5b5762 feat: IBehaviourController.GetBehaviours(List)
Syntriax pushed to development at Syntriax/Syntriax.Engine 2024-01-30 13:43:28 +03:00
e5bda81c5d feat: IBehaviourController.GetBehaviours(List)
Syntriax pushed to main at Syntriax/Engine-Pong 2024-01-30 13:20:35 +03:00
677fec7acc refactor: Pong Reset Key Press Moved Into PongScoreboard
Syntriax pushed to development at Syntriax/Syntriax.Engine 2024-01-30 13:15:09 +03:00
1438b19e35 feat: GameObjects are now Connected to a Single IGameManager
Syntriax pushed to main at Syntriax/Engine-Pong 2024-01-30 13:14:12 +03:00
a9c7b8b660 refactor: Camera Controller
Syntriax pushed to main at Syntriax/Engine-Pong 2024-01-30 12:05:32 +03:00
958a75552f refactor: MonoGameCamera
Syntriax pushed to main at Syntriax/Engine-Pong 2024-01-30 12:01:38 +03:00
3717701171 refactor: Engine.Core ICamera Removal
Syntriax pushed to development at Syntriax/Syntriax.Engine 2024-01-30 11:56:11 +03:00
4000e761a7 Merge branch 'feat/physics2d' into development
9768dbdded refactor(core): Removed ICamera
9853e0af36 feat: IGameManager
0461454793 feat: Math's Abs, Clamp, Max, Min & Sqr Methods Converted to Generics
d7d53e467a fix: Vector2D Normal Debugger Display
Compare 94 commits »
Syntriax pushed to feat/physics2d at Syntriax/Syntriax.Engine 2024-01-30 11:55:50 +03:00
9768dbdded refactor(core): Removed ICamera
Syntriax pushed to feat/physics2d at Syntriax/Syntriax.Engine 2024-01-30 11:49:53 +03:00
9853e0af36 feat: IGameManager
Syntriax pushed to feat/physics2d at Syntriax/Syntriax.Engine 2024-01-30 10:36:52 +03:00
0461454793 feat: Math's Abs, Clamp, Max, Min & Sqr Methods Converted to Generics
Syntriax pushed to feat/physics2d at Syntriax/Syntriax.Engine 2024-01-30 10:33:37 +03:00
658db80dc9 feat: Math's Abs, Clamp, Max, Min & Sqr Methods Converted to Generics
Syntriax pushed to feat/physics2d at Syntriax/Syntriax.Engine 2024-01-30 10:27:59 +03:00
461ce517a7 feat: Math's Abs, Clamp, Max, Min & Sqr Methods Converted to Generics
Syntriax pushed to main at Syntriax/Engine-Pong 2024-01-29 17:56:51 +03:00
4e95a3a420 feat: Ball Bounce Depending on Side Distance
Syntriax pushed to feat/physics2d at Syntriax/Syntriax.Engine 2024-01-29 17:40:01 +03:00
d7d53e467a fix: Vector2D Normal Debugger Display
Syntriax pushed to main at Syntriax/Engine-Pong 2024-01-29 16:15:08 +03:00
ad60412d5f feat: Ball Speed Up Over Time
Syntriax pushed to main at Syntriax/Engine-Pong 2024-01-28 16:24:06 +03:00
0b2158cc7b fix: Ball Not Resetting Position On Reset
Syntriax pushed to main at Syntriax/Engine-Pong 2024-01-28 16:07:14 +03:00
3580469a07 refactor: Removed Shape Center Circles
Syntriax pushed to main at Syntriax/Engine-Pong 2024-01-28 15:53:47 +03:00
a7e8787579 style: Moved Play Area Boxes Further Out