DrSmugleaf
e7eb23a9b0
Fix some of the build ( #2894 )
...
* THIS TIME FOR REAL
* Fix build
* Bring back old power code
* Remove debugger break
Co-authored-by: AJCM <AJCM@tutanota.com >
2021-01-05 15:36:25 +11:00
py01
135a65f030
ApcNet code improvements ( #2876 )
...
* Removes per-frame setting of PowerReceiverComponent.Powered
* PowerReceiver.SetLoad
Co-authored-by: py01 <pyronetics01@gmail.com >
2021-01-01 18:21:18 +01:00
DrSmugleaf
5c0cf1b1a0
Use 'new' expression in places where the type is evident for content ( #2590 )
...
* Content.Client
* Content.Benchmarks
* Content.IntegrationTests
* Content.Server
* Content.Server.Database
* Content.Shared
* Content.Tests
* Merge fixes
Co-authored-by: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com >
2020-11-27 21:00:49 +11:00
metalgearsloth
71eea91f1b
Bonk power allocations ( #2392 )
...
linq bad.
Last one on my hit list is PVS but that needs a full rewrite.
Co-authored-by: Metal Gear Sloth <metalgearsloth@gmail.com >
2020-10-26 10:31:41 +01:00
py01
2e5838bb62
Disabled PowerConsumers do not use Apc power ( #2064 )
...
Co-authored-by: py01 <pyronetics01@gmail.com >
2020-09-13 14:08:23 +02:00
Metal Gear Sloth
363bfb595f
Reduce power allocations
...
It was the 2nd and 3rd highest traffic for memory allocs.
2020-09-03 19:35:09 +10:00
DrSmugleaf
b9196d0a10
Add a test that puts all components on an entity and checks for no exceptions ( #1815 )
...
* Add test that puts all components on an entity and checks for no exceptions
Also fix all the exceptions that happened because of this
* Add comments to the test
* Fix nullable errors
* Fix more nullable errors
* More nullable error fixes
* Unignore basic actor component
* Fix more nullable errors
* NULLABLE ERROR
* Add string interpolation
* Merge if checks
* Remove redundant pragma warning disable 649
* Address reviews
* Remove null wrappers around TryGetComponent
* Merge conflict fixes
* APC battery component error fix
* Fix power test
* Fix atmos mapgrid usages
2020-08-22 22:29:20 +02:00
DrSmugleaf
4a8ed41e3a
Fix namespaces and optimize imports ( #1651 )
...
* Fix namespaces and optimize imports
* Cleanup fixes
* Merge conflict fixes
* Merge conflict fixes
* Merge conflict fixes
2020-08-13 14:40:27 +02:00
py01
23cc6b1d4e
Power Rework ( #863 )
...
Co-authored-by: py01 <pyronetics01@gmail.com >
2020-06-28 17:23:26 +02:00