Commit Graph

  • 5315db0077 refactor!: renamed Math.PI to Math.Pi development Syntriax 2025-06-27 14:44:20 +03:00
  • 026f343d43 docs: removed unnecessary comment lines from math constants Syntriax 2025-06-27 14:42:25 +03:00
  • da5f31f9d7 refactor: made equality operators consistent in primitives & added missing ones Syntriax 2025-06-27 12:00:46 +03:00
  • fa1614f238 feat: added approximately equals methods to projection 1D and ray 2D Syntriax 2025-06-27 11:44:52 +03:00
  • 0c096d39db docs: line equation XML comments updated Syntriax 2025-06-27 11:43:44 +03:00
  • dae6549bad refactor: Equals methods to use equality operators on primitives Syntriax 2025-06-27 11:37:20 +03:00
  • 767fc28488 refactor: file logger relative path to full path conversion Syntriax 2025-06-21 00:26:42 +03:00
  • c3be8f60b7 feat: added logger wrapper class Syntriax 2025-06-18 17:39:23 +03:00
  • 33cb44bf36 fix: file logger ensure directory exists Syntriax 2025-06-18 17:39:11 +03:00
  • 4c1018ddec feat: added logger container behaviour Syntriax 2025-06-18 17:18:08 +03:00
  • cf7061fd58 fix: shape2D triangulation order changed Syntriax 2025-06-15 15:14:06 +03:00
  • e6b7b9953f feat: ensured all primitives have ToString, GetHashCode & Equals methods Syntriax 2025-06-15 14:44:50 +03:00
  • 4a3775a0de perf: double copy in shape collider's world shape field Syntriax 2025-06-15 14:34:52 +03:00
  • 4d353662a1 feat: xna color to engine color rgba extension method Syntriax 2025-06-15 13:32:02 +03:00
  • ca0b2de917 docs: fixed typo on Shape2D parameter Syntriax 2025-06-15 13:29:53 +03:00
  • 2335c3ec62 docs: added ray 2d comments Syntriax 2025-06-13 22:17:39 +03:00
  • 30ccab1b93 refactor: list pool initial count and capacity parameters added Syntriax 2025-06-09 20:36:39 +03:00
  • f56d6a7fc8 chore: standalone physics engine not having pooled lists fixed Syntriax 2025-06-09 20:27:29 +03:00
  • 29a7f5880f feat: transform up, down, left & right properties added main Syntriax 2025-06-09 18:59:15 +03:00
  • eee3056614 fix: events not having default parameterless constructor Syntriax 2025-06-09 18:34:20 +03:00
  • 152b0e93db feat: added list pools Syntriax 2025-06-09 18:28:54 +03:00
  • 3f914fe46f refactor: extracted interface from pool and added events Syntriax 2025-06-09 18:19:32 +03:00
  • 62b54ee836 feat: event listener counts as constructor parameters Syntriax 2025-06-09 18:19:08 +03:00
  • 6a41407005 feat: added raycasting support for physics engine 2D Syntriax 2025-06-09 18:11:20 +03:00
  • adfa6c6ba0 feat: Vector2D.Reversed property added Syntriax 2025-06-09 18:04:41 +03:00
  • a53766f472 fix: forgotten extension method for Line2D.IntersectionPoint Syntriax 2025-06-09 17:51:34 +03:00
  • 40735c713a feat: added basic pool helper Syntriax 2025-06-09 17:51:06 +03:00
  • 2054ae3a35 feat: added Ray2D primitive Syntriax 2025-06-09 16:45:12 +03:00
  • 9066e11c12 perf: simplified Line2D.ClosestPointTo method Syntriax 2025-06-08 23:37:50 +03:00
  • f16a7e55c9 chore: fixed record struct arguments' naming Syntriax 2025-06-08 21:12:16 +03:00
  • e3b32b3c4a chore: removed unused variables Syntriax 2025-06-08 21:11:47 +03:00
  • a02584f3b6 chore: removed DelegateExtensions.InvokeSafe Syntriax 2025-06-07 18:19:56 +03:00
  • 45524e474e refactor: updated systems to use the update interfaces Syntriax 2025-06-06 20:15:05 +03:00
  • fbdea47dc7 docs: updated physics interface delta parameter comment Syntriax 2025-06-05 23:17:45 +03:00
  • f5fbd4e5ef feat: IPhysicsIteration interface added Syntriax 2025-06-05 23:17:17 +03:00
  • c7f63dc638 refactor: rewritten MonoGameWindow to take in a universe as a constructor parameter Syntriax 2025-06-04 20:13:01 +03:00
  • beecefec1c refactor: switched from universe objects to behaviours on all managers like update, draw & physics etc. Syntriax 2025-06-03 23:59:40 +03:00
  • 24d1a1d764 feat: ISpriteBatch added for MonoGame integration Syntriax 2025-06-03 23:38:25 +03:00
  • 9edf3b0aa6 feat: one time listeners for events added Syntriax 2025-06-03 11:43:46 +03:00
  • 8d49fb467c fix: sprite batcher not collecting drawables Syntriax 2025-06-01 18:36:20 +03:00
  • 2caa042317 feat: basic MonoGame integration implementations added Syntriax 2025-06-01 15:02:25 +03:00
  • fe8bde855d fix: draw and update call orders being reverted Syntriax 2025-06-01 14:45:28 +03:00
  • ac620264b1 refactor: removed unnecessary overrides from Behaviour class Syntriax 2025-06-01 14:31:05 +03:00
  • f31b84f519 refactor: renamed sort comparer names to be more readable Syntriax 2025-06-01 14:18:50 +03:00
  • efb7cc7452 refactor: moved behaviour shortcut properties to base Syntriax 2025-06-01 14:18:03 +03:00
  • 7a3202a053 chore: simplified type names on physics engine 2D Syntriax 2025-06-01 10:26:38 +03:00
  • 86c9ed2ba9 feat: parameterless Event type Syntriax 2025-05-31 20:24:45 +03:00
  • 56321864fb fix: tween manager not returning the cancelled tweens back into the pool Syntriax 2025-05-31 12:10:57 +03:00
  • 6adc002f1a chore: renamed tween manager queue to pool for better readability Syntriax 2025-05-31 12:08:44 +03:00
  • 1acc8bdb8f perf!: improved sorted behaviour collector by using binary insertion to reduce performance impact Syntriax 2025-05-31 12:00:32 +03:00
  • 61e2761580 perf!: events refactored throughout all the project to use Event<> class Syntriax 2025-05-31 00:14:43 +03:00
  • 996e61d0ad perf: tween manager pooling Syntriax 2025-05-30 23:50:06 +03:00
  • ce3cc895f4 fix: tween reset caused issues perf/event-memory-allocations Syntriax 2025-05-30 21:15:18 +03:00
  • 76ad60fad3 perf: tween pooling Syntriax 2025-05-30 20:55:09 +03:00
  • 1b123a3cc0 chore: get init to only get for events Syntriax 2025-05-30 20:13:32 +03:00
  • 0d61735ae5 fix: button input methods having wrong signatures Syntriax 2025-05-30 19:57:37 +03:00
  • b5140a94de Amend Me Syntriax 2025-05-30 16:05:49 +03:00
  • 846aa75dd5 perf: regular events to custom events Syntriax 2025-05-30 12:58:08 +03:00
  • b1b5af94d3 perf!: behaviour controller memory allocation issues fixed by removing the enumerable interface Syntriax 2025-05-30 12:12:27 +03:00
  • b0f8b0dad6 refactor: behaviour collector Count and indexer accessors added Syntriax 2025-05-29 23:16:10 +03:00
  • 67d7f401b8 refactor: memory leaks caused by behaviour collectors fixed Syntriax 2025-05-29 22:34:01 +03:00
  • 9bf17cc191 perf: physics engine memory leaks fixed Syntriax 2025-05-29 22:33:47 +03:00
  • bf8fbebae3 perf: DelegateExtensions.InvokeSafe marked obsolete for memory allocation reasons, soon to be removed Syntriax 2025-05-29 21:48:08 +03:00
  • 1b0f25e854 perf: update manager list precache Syntriax 2025-05-29 10:30:30 +03:00
  • 61a7f685c1 perf: delegate InvokeSafe method allocations are lowered Syntriax 2025-05-29 00:16:00 +03:00
  • feb2a05aa3 feat: additive transform tweens added Syntriax 2025-05-28 16:55:48 +03:00
  • cd30047e4a feat: GetOrAddBehaviour with fallback type added Syntriax 2025-05-28 16:55:38 +03:00
  • a3b03efd47 feat: IPhysicsEngine2D.StepIndividual method for individual object simulation Syntriax 2025-05-27 15:54:07 +03:00
  • 4213b3f8b5 fix: fixed an issue where when there is an inactive collider in the universe messing up the physics engine Syntriax 2025-05-27 13:52:53 +03:00
  • d3fb612904 feat: extension methods for parent & children behaviour list search Syntriax 2025-05-27 13:36:42 +03:00
  • 8f8558a262 docs: added performance warnings to find methods Syntriax 2025-05-25 13:56:59 +03:00
  • 2df41e1881 docs: added universe and universe object extension documentation comments Syntriax 2025-05-25 13:28:27 +03:00
  • 114fa82b9d feat: Find & FindRequired for general type search Syntriax 2025-05-25 12:59:37 +03:00
  • bcce427376 feat: added GetUniverseObject/InChildren/InParent to UniverseObjectExtensions Syntriax 2025-05-25 12:20:37 +03:00
  • 6a750f8ce0 refactor: organized extension methods Syntriax 2025-05-25 12:05:02 +03:00
  • 3e02ee7b6f refactor: changed concrete list arguments to interface list arguments Syntriax 2025-05-25 11:43:05 +03:00
  • 6b9020bd24 fix: update manager not calling first frame methods once Syntriax 2025-05-24 19:56:22 +03:00
  • 832514ba7d docs: added documentation to draw & update interfaces Syntriax 2025-05-24 13:38:39 +03:00
  • 877a004a13 refactor: added pre, regular & post physics update interfaces Syntriax 2025-05-24 13:29:21 +03:00
  • b1970d93f9 refactor: draw & update managers to use active & sorted by priority collector Syntriax 2025-05-23 22:39:32 +03:00
  • e7bd924494 refactor: update & draw calls have been refactored into systems Syntriax 2025-05-22 23:51:08 +03:00
  • 37b87f0f85 feat: added post, regular & post events for Update and Draw Syntriax 2025-05-22 23:10:47 +03:00
  • 3b6a93d37a refactor: behaviour factory universe object parameter removed Syntriax 2025-05-18 00:38:49 +03:00
  • 0215f8ef1f chore: debumped .NET Core version to 8 net8 Syntriax 2025-05-07 19:30:15 +03:00
  • 0bf38234c6 feat: async serializer methods Syntriax 2025-05-04 19:00:54 +03:00
  • ed6969c16a feat: progression trackers added Syntriax 2025-05-04 18:57:26 +03:00
  • b0b421151f refactor: TypeFactory ReloadTypes made multithread friendly Syntriax 2025-05-04 18:57:01 +03:00
  • 41c5def097 refactor: renamed DelegateHelpers to DelegateExtensions Syntriax 2025-05-04 18:52:47 +03:00
  • fbbdfb07fa chore: bumped .netcore version to 9 Syntriax 2025-05-04 18:46:21 +03:00
  • bf283d804c chore: updated Shape2D tween to look more aesthetic by choosing more linearly distributed vertices instead of the last vertex Syntriax 2025-05-03 23:31:06 +03:00
  • 063ea08707 feat: added RoundToInt RoundMode for midway values Syntriax 2025-05-03 23:30:02 +03:00
  • fd11a94ddf refactor: easings have a singleton base so we don't create an unnecessary instance or cache everytime Syntriax 2025-05-03 22:38:40 +03:00
  • be2295b92d feat: added engine member tween extensions Syntriax 2025-05-03 22:23:52 +03:00
  • a93e55619c refactor: extracted interface from TweenManager Syntriax 2025-05-03 22:23:28 +03:00
  • 48ae24af47 chore: added safeguard value clamps for color operations Syntriax 2025-05-03 22:21:58 +03:00
  • 1366a417f1 feat: added Math.OneMinus method Syntriax 2025-05-03 22:16:14 +03:00
  • 4bfe98852c refactor: tween extensions method spacings fixed Syntriax 2025-05-03 20:46:20 +03:00
  • 98edbe1af5 chore: disabled all ImplicitUsings Syntriax 2025-05-03 20:41:26 +03:00
  • 3725a3b0fd feat: added preserver class & method to preserve assembly loading Syntriax 2025-05-03 20:22:35 +03:00
  • f43ab36742 feat: added loggers Syntriax 2025-05-03 15:38:09 +03:00