forked from akiver/cs-demo-manager
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: remove UI thread dispatcher calls from demo analyzers
- Will allow to analyze demos from programs without windows - The UI now have partial live update during analyzing but it leads to faster analyzes - Adding an headless mode without this refactor is possible but leads to hacky workaround to access the console output, it's better to create a new project for the CLI - The core project still relies on `ObservableObject` from the `MvvmLight` lib. The modern way is to use the one from the "Windows Community Toolkit" but it's Win 10+ only - The field "most_damaging_weapon" has been added in the JSON export
- Loading branch information
Showing
12 changed files
with
462 additions
and
711 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.