 Leon FriedrichandGitHub
|
d5c4981648
|
Partial MapManager refactor (#5042)
* MapManager rejig
* Update Tests
* A
|
2024-04-18 14:05:02 +10:00 |
|
 DrSmugleafandGitHub
|
ed5223b592
|
Remove by-refness subscription test (#4499)
|
2023-10-19 02:04:32 -07:00 |
|
 DrSmugleafandGitHub
|
66239d23ea
|
Refactor serialization copying to use source generators (#4286)
|
2023-08-22 17:37:13 -07:00 |
|
 
|
e71f1cc8a5
|
Warning fixes (#4160)
Co-authored-by: metalgearsloth <comedian_vs_clown@hotmail.com>
|
2023-07-01 22:02:12 +10:00 |
|
 DrSmugleafandGitHub
|
6e6c18e31c
|
Add by-ref event analyzer (#3795)
* Create ByRefEventAnalyzer.cs
* Implement ByRefEventAnalyzer for subscribe and raise
|
2023-02-21 09:24:08 -06:00 |
|
 metalgearslothandGitHub
|
62a24a320c
|
Make raiselocalevent not broadcast by default (#2972)
* Make raiselocalevent not broadcast by default
* I forgor to commit
|
2022-06-22 09:52:50 +10:00 |
|
  
|
de4d255841
|
Analyzer to enforce classes to be either [Virtual], abstract, or sealed. (#2469)
Co-authored-by: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com>
Co-authored-by: metalgearsloth <comedian_vs_clown@hotmail.com>
|
2022-02-05 19:31:58 +01:00 |
|
 wrexbeandGitHub
|
d1e0f2cd94
|
Automatic Component Names (Alternate ending) (#2389)
|
2022-01-25 14:10:08 +01:00 |
|
 Vera Aguilera PuertoandGitHub
|
a54283e637
|
ByRefEvent attribute for events. (#2375)
|
2021-12-27 17:59:32 +01:00 |
|
Vera Aguilera Puerto
|
7a06db60cf
|
Inline UID
|
2021-12-03 15:53:10 +01:00 |
|
Vera Aguilera Puerto
|
19f50d60c9
|
Inline AddComponent
|
2021-12-03 11:33:40 +01:00 |
|
 
|
e5013d9e3f
|
Add support for struct directed events, add by-ref directed/broadcast events. (#1931)
* Add support for struct directed events.
- Turn transform events into readonly structs
* TransformComponent events have readonly fields.
* Reduce boxing allocations, add DirectedRegistration readonly struct.
* Use typeof in a few places instead of GetType
* Add overloads to allow passing directed events by ref.
* Raise transform events by ref.
* Fix occluder AnchorStateChangedEvent subscription
* Fix broadphase subscriptions
* Fix bug oops
* Fix transform system raising moveevents by value
* Don't reflect the test entity systems.
* Directed EventBus uses ref everywhere, internally
Deduplicates a bunch of code. Whoo!
* Add broadcast by-ref events
* Fix by-ref events bug using Unsafe, add new tests for sorted by-ref events.
* Port broadcast events to by-ref.
* Speed, more correctness, reduce generics bloat.
* Clean up subscription code some.
* Remove bad test.
Co-authored-by: Pieter-Jan Briers <pieterjan.briers+git@gmail.com>
|
2021-08-21 11:37:02 +02:00 |
|