pulsar/ObservatoryCore
Repository files (latest commit first)
Filename Latest commit message Latest commit date
F K 7d56a2b91b
Fix file ordering assumptions which were broken by U11 (#66)
* Fix file ordering assumptions which were broken by U11

With U11's new filename format for journal files, files don't sort right anymore and so the incorrect context was read during pre-reading, journals were read out-of-order during read-all or the wrong file was poked by JournalPoke for real-time. It seems that real-time still worked well enough (presumably the game client flushes journals semi reliably?)

Either way, ordering can be better guaranteed now.

* Update ObservatoryCore/LogMonitor.cs

Co-authored-by: Jonathan Miller <jmiller@xjph.net>
2022-03-16 08:50:39 -02:30
..
Assets improve icon handling 2021-09-06 18:27:19 -02:30
NativeNotification Fix a couple of invalid thread exceptions in NativePopup notifications (#43) 2021-12-18 15:16:57 -03:30
PluginManagement Revert PluginCore use of event listening for current LogMonitor state (#64) 2022-03-15 11:14:20 -02:30
Properties New feature: Monitor on start (#42) 2021-12-18 12:21:07 -03:30
UI Add event-based LogMonitor state changes to better handle batch reads (#59) 2022-03-03 16:39:49 -03:30
ErrorReporter.cs observatory herald (#30) 2021-11-15 10:57:46 -03:30
JournalReader.cs Add project files. 2021-06-03 22:25:32 -02:30
LogMonitor.cs Fix file ordering assumptions which were broken by U11 (#66) 2022-03-16 08:50:39 -02:30
ObservatoryCore.cs Add top level error logging. (#55) 2022-02-22 12:00:01 -05:00
ObservatoryCore.csproj Forgot the journal poker 2022-03-15 13:20:44 -02:30
ObservatoryCore.sln Reorganize all observatory core projects into monorepo (#25) 2021-10-21 19:31:32 -02:30