f5a7077570
perf: improved garbage created by tweens slightly
...
They still do generate a lot of garbage but with boxed value pools I made the boxes reusable, it still does generate garbage through the delegate creation, gotta find a solution for them later
2025-08-14 20:31:46 +03:00
746d29fb7a
refactor: shortened IButtonInputs event declaration
2025-08-10 14:42:47 +03:00
cf68f6ca6f
fix: first frame updates not calling first, they are now set to be a high priority
2025-08-09 22:29:44 +03:00
a4b83679b1
chore: added todo for a rare bug
2025-08-09 21:41:24 +03:00
a31b39fd1d
fix: universe finalize not working properly
2025-08-09 21:36:28 +03:00
0205354202
fix: universe entrance manager using the wrong reference on universe exit
2025-08-09 21:09:36 +03:00
949dfeb3d9
fix: universe reverse for loop index doesn't start with count - 1
2025-08-09 21:03:45 +03:00
620ef911fa
fix: parameter name typo
2025-08-09 21:01:25 +03:00
efed24de20
feat: rotating file logger added
2025-08-08 16:28:22 +03:00
3912706d27
chore: force .log extension to log files
2025-08-08 16:27:57 +03:00
d78c42a653
feat: update manager now calls last frames listeners on process exit as well
2025-08-05 20:57:03 +03:00
b04e0f81cd
fix: triangle batch not drawing shapes because not setting rasterizer state properly
2025-08-05 20:43:54 +03:00
65dcb0c564
BREAKING CHANGE: moved yaml serialization from Engine.Serialization to Engine.Integration
2025-08-05 20:10:30 +03:00
3d183b21cd
BREAKING CHANGE: renamed namespace & assembly names
2025-08-05 19:41:35 +03:00
1644a751bb
feat: added LiteNetLib networking integration
2025-08-05 19:27:47 +03:00
6631cae7b0
feat: added networking system
2025-08-05 19:27:27 +03:00
3452194941
BREAKING CHANGE: removed IUniverseObject.SetParent and made Parent property settable
2025-08-05 10:46:25 +03:00
11612ff0db
feat: removed IEnumerable from IUniverseObject for intellisense clarity
...
Use IUniverseObject.Children to access children
2025-08-05 09:11:46 +03:00
63bc94c7a6
fix: some factories not assigning fields correctly
2025-08-04 22:02:48 +03:00
e00319d7ff
fix: active checks on behaviour base and universe object not working properly
2025-08-04 22:01:16 +03:00
11719440dc
fix: behaviour controller extensions not null checking in case of uninitialized state
2025-08-04 20:26:45 +03:00
f246d68aa7
fix: remove behaviour not starting the reverse for loop from count - 1
2025-08-04 14:56:43 +03:00
6e87c67096
fix: wrong assert messages are corrected
2025-08-04 14:45:00 +03:00
b8217f2106
feat: last active frame interface
2025-08-03 09:43:18 +03:00
9824980cbf
chore!: behaviour collector now removes behaviours on pre unregister
2025-08-03 09:23:30 +03:00
93a79cd075
feat: universe pre register and unregister events
2025-08-03 09:22:22 +03:00
f6e52abcc1
feat: testing universe entrance manager
2025-08-02 23:24:59 +03:00
03232f72e8
fix: LogTrace not having an optional stack trace parameter
2025-07-27 19:01:50 +03:00
37aca44e45
feat: monogame premultiplied color extension method added
2025-07-26 12:03:28 +03:00
9f4d95a57b
perf: removed unnecessary operations on hsv colors
2025-07-26 11:59:36 +03:00
65eac57fce
fix: color lerp methods fixed
2025-07-26 11:59:04 +03:00
08311acc9a
chore!: removed FromTo methods from colors
2025-07-26 11:58:23 +03:00
f8fbae6130
feat: added HSVA
2025-07-26 11:56:58 +03:00
df06e8d134
feat: ticker is decoupled from stopwatch and added timer and stopwatch tickers
2025-07-25 23:24:08 +03:00
ad365dc722
feat: monogame content loader interface added
2025-07-25 21:40:57 +03:00
200e8ae7da
feat: ILogger WrapWith extension method added
2025-07-21 10:25:33 +03:00
65cfaf1b4a
feat: ILogger.Shared for global access
2025-07-21 10:18:00 +03:00
83b155fc5e
feat: trace log level added
2025-07-12 18:31:35 +03:00
7db56e7f3e
refactor: moved event log calls to a shared method
2025-07-12 17:34:56 +03:00
42064875a0
chore: added extra line for LoggerExtensions.LogException for better clarity
2025-07-12 17:34:23 +03:00
41245c0c1c
refactor: added class restriction to generic type for event senders
2025-07-12 17:05:18 +03:00
0e5cc8f898
feat: added loggers to event classes
2025-07-12 16:53:12 +03:00
c8bb991865
refactor!: removed noise from class names
...
Renamed classes with names XBehaviour to X
2025-07-09 22:20:42 +03:00
bc1c76d746
feat: added priorities to events
2025-07-06 22:22:57 +03:00
8f03628bd6
fix: invocation loop inversed
2025-07-06 22:21:20 +03:00
a1feb0bad3
docs: added documentation for events
2025-07-06 21:04:22 +03:00
978cba96c8
refactor!: event methods renamed for better clarity
2025-07-06 20:39:45 +03:00
7212094a3d
chore: updated misleading comment
2025-06-28 14:15:58 +03:00
14843ddeba
refactor: removed unnecessary linq call
2025-06-28 12:50:03 +03:00
5315db0077
refactor!: renamed Math.PI to Math.Pi
2025-06-27 14:44:20 +03:00