Commit Graph
6106 Commits
Author SHA1 Message Date
Pieter-Jan BriersandGitHub de8c2c14bb Replace Lidgren encryption stuff with Libsodium (#2646) 2022-04-02 16:24:04 +02:00
mirrorcultandGitHub baebfff321 Merge pull request #2673 from ElectroJr/fix-description 2022-04-01 17:02:43 -07:00
Paul 24191404aa version 0.8.86 v0.8.86 2022-04-02 01:28:12 +02:00
Paul RitterandGitHub 990842f5c2 fixes pvs dirty crash (#2674) 2022-04-02 06:09:14 +11:00
ElectroJr 2c2bd3f330 Version: 0.8.85 v0.8.85 2022-04-02 00:38:07 +13:00
Leon FriedrichandGitHub 1ae14c4bfa Add error tolerance to physics map (#2672) 2022-04-01 22:07:27 +11:00
metalgearslothandGitHub 61a1701dc9 Fix PVS take 3 (#2671) 2022-04-01 22:04:30 +11:00
ElectroJr c6ea11346e fix entity description proxy method. 2022-04-02 00:02:58 +13:00
mirrorcultandGitHub ad7c871e28 Make effects properly clean up after itself (#2670) 2022-04-01 13:00:54 +11:00
metalgearsloth c77b3f8022 Version: 0.8.84 v0.8.84 2022-04-01 10:10:20 +11:00
b263f4a1df Fix PVS crash 2 (#2668)
Co-authored-by: Paul <ritter.paul1@googlemail.com>
2022-04-01 10:09:31 +11:00
Paul 1a11d41bba disable benchmarks workflow 2022-03-31 17:06:48 +02:00
Leon FriedrichandGitHub 14d0a77644 Make directional sprite matrices static (#2661) 2022-04-01 00:11:17 +11:00
ElectroJr b75045ce1a Version: 0.8.83 v0.8.83 2022-03-31 15:25:31 +13:00
Leon FriedrichandGitHub 1d8a8e15ef Add a is-In-container metadata flag. (#2585) 2022-03-31 13:23:33 +11:00
Leon FriedrichandGitHub 28a087c267 Add GetEntitiesIntersectingBody (#2641) 2022-03-31 11:52:35 +11:00
Jane LewisandGitHub 8dc849b6bb Cache Sprite AABBs (#2622) 2022-03-31 11:52:00 +11:00
mirrorcultandGitHub 7e56f46f35 Remove network component messages (#2659) 2022-03-31 10:24:27 +11:00
metalgearsloth 4453a23069 Version: 0.8.82 v0.8.82 2022-03-30 23:34:50 +11:00
metalgearslothandGitHub 57be0bc845 Fix nullability (#2658) 2022-03-30 23:34:31 +11:00
Paul RitterandGitHub 430910ff36 sudo the benchmarks to elevate them to high prio 2022-03-30 14:10:13 +02:00
Paul RitterandGitHub 4c95807e2d how 2022-03-30 14:08:53 +02:00
metalgearsloth 92fd04552d Version: 0.8.81 v0.8.81 2022-03-30 22:58:42 +11:00
Leon FriedrichandGitHub 9c7e244821 ECS collision wake (#2656) 2022-03-30 22:57:57 +11:00
Vera Aguilera PuertoandGitHub 41f64b5c3c Add overload to IntersectRayWithPredicate. (#2650) 2022-03-30 22:57:40 +11:00
4003003580 caching trees in pvs (#2652)
Co-authored-by: metalgearsloth <comedian_vs_clown@hotmail.com>
2022-03-30 22:57:31 +11:00
Paul RitterandGitHub f49341b53c im a dummy 2022-03-30 11:16:09 +02:00
Leon FriedrichandGitHub 61d9d9a832 Make the UI System TryGet functions not log failed resolves (#2657) 2022-03-30 16:37:34 +11:00
Paul c0b7dd053f working on benchmarks workflow 2022-03-30 00:31:51 +02:00
Paul f642e10acc versionbump to test benchmarks v0.8.80 2022-03-30 00:25:50 +02:00
Paul RitterandGitHub 2fb64480db benchmark workflow & storing it in db (#2653) 2022-03-29 21:43:32 +02:00
metalgearslothandGitHub 075b5ec203 Kill local comp messages (#2648) 2022-03-29 23:37:58 +11:00
metalgearslothandGitHub 21f2fe6b1b Minor spawn opt (#2651) 2022-03-29 12:34:42 +02:00
metalgearsloth 89080ef7c7 Version: 0.8.79 v0.8.79 2022-03-29 18:40:32 +11:00
metalgearslothandGitHub f5d36dc9ca Fix physics parenting bug (#2654) 2022-03-29 18:39:49 +11:00
ef87610b36 Map loader saving change (#2638)
Co-authored-by: metalgearsloth <comedian_vs_clown@hotmail.com>
2022-03-28 16:56:16 +11:00
c89f1e4d31 Paramless ctor for joints (#2647)
Co-authored-by: metalgearsloth <comedian_vs_clown@hotmail.com>
2022-03-28 16:31:04 +11:00
metalgearsloth c4805d89e0 Version: 0.8.78 v0.8.78 2022-03-27 17:34:43 +11:00
Vera Aguilera Puerto 659ffb028a Dispose of SequencerEvents in MidiRenderer.
Oops!
2022-03-27 00:03:07 +01:00
a14c956ccc Nuke EntMapIdChangedMessage (#2621)
Co-authored-by: metalgearsloth <metalgearsloth@gmail.com>
2022-03-26 18:14:56 +01:00
metalgearslothandGitHub facb3914a4 Fix joints crash (#2609) 2022-03-26 18:13:56 +01:00
Vera Aguilera PuertoandGitHub aab8f7876b Benchmarks for EntityManager (#2578) 2022-03-26 17:55:00 +01:00
Pieter-Jan Briers 1f199ea71c Add ITaskManager.BlockWaitOnTask()
Smugleaf needed this.

Also changed RobustSynchronizationContext to use channels instead of ConcurrentQueue internally.
2022-03-26 17:02:05 +01:00
metalgearslothandGitHub 00b557b77a Struct enumerator for anchored entities (#2626) 2022-03-26 12:53:25 +01:00
metalgearslothandGitHub eac536cffe overlay allocs (#2642) 2022-03-26 12:48:11 +01:00
DrSmugleafandGitHub bf75c6f247 Add IEntitySystemManager.GetEntitySystemOrNull (#2643) 2022-03-26 16:35:09 +11:00
metalgearslothandGitHub 1518c79291 Struct enumerator for GetAllGrids (#2624) 2022-03-26 03:17:42 +11:00
metalgearslothandGitHub aae2f72d1a PVS pooling 4 (#2640) 2022-03-25 11:51:59 +01:00
Jane LewisandGitHub 273aa3d6ea Show player rotation in debug overlay (#2631) 2022-03-25 18:12:53 +11:00
metalgearslothandGitHub 756c4510eb Reduce prediction alloc (#2639) 2022-03-25 18:10:31 +11:00