Commit Graph

  • fbdea47dc7 docs: updated physics interface delta parameter comment development 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
  • c7aafd85bc refactor: renamed assert helper and moved to Debug subfolder Syntriax 2025-05-03 15:37:52 +03:00
  • 5de08b8fe4 refactor: primitives now use Core.Math for math Syntriax 2025-05-02 18:57:42 +03:00
  • 16e4077d40 chore: HSV hue is normalized between 0 and 1 Syntriax 2025-05-02 18:53:44 +03:00
  • fc3c1ed1f9 refactor: Shape2D converted into a class as it has a reference type Syntriax 2025-05-02 12:46:23 +03:00
  • b100b5c2fe feat: added color primitives Syntriax 2025-05-02 00:51:53 +03:00
  • 5e28ba8814 chore: updated README.md main Syntriax 2025-05-02 00:14:58 +03:00
  • 4c235e3230 feat: added basic math operations as Math methods Syntriax 2025-05-02 00:14:41 +03:00
  • 131203d578 refactor: Yaml serialization moved from Core to own project Syntriax 2025-05-01 17:51:21 +03:00
  • bd5eb432b7 feat: serialized state machine & states Syntriax 2025-04-30 19:20:45 +03:00
  • d2ca85568f feat: entity register for serialized entity references Syntriax 2025-04-30 19:18:12 +03:00
  • 4c41870732 perf: made SerializedClass private and public fields optional Syntriax 2025-04-29 12:25:04 +03:00
  • f77afa3632 chore: removed forgotten removed project reference Syntriax 2025-04-29 12:06:02 +03:00
  • eb61598489 chore: reordered UniverserObjectSerializer fields for better readable yaml output Syntriax 2025-04-29 12:05:06 +03:00
  • efe51b491d chore: universe serializer filters in only the root universe objects Syntriax 2025-04-28 23:15:46 +03:00
  • fa3a4d1e0d feat: added universe serializer Syntriax 2025-04-27 22:27:01 +03:00
  • 6e7a0993f5 refactor: renamed converters to serializers Syntriax 2025-04-27 18:35:02 +03:00
  • d70bee2c6b feat: serializable Transform2D Syntriax 2025-04-27 18:28:49 +03:00
  • 5812f43117 refactor: moved type container one directory up Syntriax 2025-04-25 23:01:37 +03:00
  • d102c5471d feat: type container added back for field/property serialization Syntriax 2025-04-25 22:56:25 +03:00
  • fb363970fc refactor: moved serialization into core project Syntriax 2025-04-25 22:20:27 +03:00
  • 791349686b chore: removed unused classes Syntriax 2025-04-25 22:00:09 +03:00
  • 3a0942ff46 fix: ignore serialization objects being included in serialization fixed Syntriax 2025-04-25 21:59:56 +03:00
  • b002dd469a feat: behaviour & behaviour controller converters added Syntriax 2025-04-25 21:23:31 +03:00
  • f92f36442c feat: state enable converted added Syntriax 2025-04-25 20:57:35 +03:00
  • bb934b59f3 feat: wip universe object converter added Syntriax 2025-04-25 20:53:23 +03:00
  • c704173183 feat: serialize all attribute Syntriax 2025-04-24 22:59:32 +03:00
  • c3876add1e chore: added serialized entity class Syntriax 2025-04-24 12:31:39 +03:00
  • 35a75d993b chore: experimentations Syntriax 2025-04-23 23:20:00 +03:00
  • 2637f99456 fix: fixed fields/properties like behaviour controllers not being explored by entity finder Syntriax 2025-04-23 14:58:25 +03:00
  • 9581f5aa54 refactor: removed unnecessary logs Syntriax 2025-04-22 21:43:36 +03:00
  • 82cc25a9ef feat: entity finder added Syntriax 2025-04-22 21:08:56 +03:00
  • 336e7e16e7 chore: memberInfo.HasAttribute method added Syntriax 2025-04-22 21:08:46 +03:00
  • a3a8fb4e84 chore: depth limit for debugging Syntriax 2025-04-20 23:39:16 +03:00