Commit Graph

  • 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 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
  • 35f6c3850e fix: GetTypeData not including base class proprety & fields Syntriax 2025-04-20 23:33:00 +03:00
  • f51d5f342e chore: added a generic converter Syntriax 2025-04-20 20:07:04 +03:00
  • 9c129cefe2 feat: added state enable serialization Syntriax 2025-04-20 01:07:13 +03:00
  • a254bb721b chore: changed entity reference order Syntriax 2025-04-20 01:04:16 +03:00
  • 5fa7420c04 feat: added entity converter Syntriax 2025-04-20 00:43:24 +03:00
  • 5bcc256777 feat: added type container serialization Syntriax 2025-04-20 00:08:08 +03:00
  • 680d718957 chore: moved primitive converters under subfolder Syntriax 2025-04-19 22:42:05 +03:00
  • 20bc6a1adb chore: updated to forked version of YamlDotNet that fixes sequence indentations Syntriax 2025-04-19 22:28:13 +03:00
  • eb454a471c feat: added primitive serialization Syntriax 2025-04-17 22:21:12 +03:00
  • c205e710bc chore: some experimentations with DotNetYaml Syntriax 2025-04-17 22:19:39 +03:00
  • cddb30c631 refactor: optimized & added reload method for type factory Syntriax 2025-04-28 22:26:33 +03:00
  • 29f6c83bf0 chore: removed unnecessary partial keyword Syntriax 2025-04-27 22:28:35 +03:00
  • c20f210b29 refactor: rewritten GetType in a more readable way Syntriax 2025-04-27 22:28:21 +03:00
  • 1ea1844677 fix: Transform2D not raising OnPositionChanged event with correct parameters Syntriax 2025-04-26 14:26:17 +03:00
  • 5b2c13f8bf fix: BehaviourController assigning a new state enable to all newly added behaviours fixed Syntriax 2025-04-26 14:10:40 +03:00
  • c39ee44442 fix: behaviour controller initializing added behaviours when it itself is not initialized Syntriax 2025-04-25 21:54:05 +03:00
  • 4623b4861a fix: behaviour controllers of universe objects not being initialized Syntriax 2025-04-25 21:26:01 +03:00
  • 0a868b82e5 fix: behaviour controller not respecting it's own state enable Syntriax 2025-04-25 21:05:20 +03:00
  • d92d16cfad refactor: IBehaviourController is now an IEntity as well Syntriax 2025-04-22 15:49:34 +03:00
  • 0184d1758c feat: added more methods for TypeFactory Syntriax 2025-04-20 00:06:48 +03:00
  • 6e5b805803 chore: updated core diagram Syntriax 2025-04-15 23:41:07 +03:00
  • 8293c58f9f refactor: removed X.Abstract namespaces and moved StateMachine to under Systems namespace Syntriax 2025-04-15 23:33:58 +03:00
  • 94d01521d4 feat: IUniverse.OnTimeChanged event added Syntriax 2025-04-14 12:19:23 +03:00
  • 5c1c025fe3 chore: forgotten InvokeSafe usage in TweenExtensions Syntriax 2025-04-13 22:23:57 +03:00
  • 1d292a104e chore: removed unnecessary null check Syntriax 2025-04-13 22:23:36 +03:00