-
Notifications
You must be signed in to change notification settings - Fork 179
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* fix docs typos * remote debugging * Call me god bb (breaking changes lmao) * Probably fixed null refs on CI * Initialize all dispatchers * Fixed and changed all the tracking logic and structure * Items and Pickups are ready to use. Added `TrackablesGC` and fixed Tracker. * Fixed custom roles and role assigners. * Commands fixes and adjustments * fixed typos * Update programs.yml * Fixed all configs related issues * stylecop fixes * Added `DynamicTypeGenerator` * Fix stylecop * Improved `ConfigSubsystem`, implemented by `ConfigManager::LoadConfigSubsystem`, adding standalone configs, adding support for multiple individual configs in the same path with other configs, such as `ModulePointer` and module configs. * Useless code * Removed unused using directive * Optimized attachments generation * Added more methods to type generator * `ConfigSubsystem` revamp and improvements, implemented new configs for `PlayerState` objects. Configs will rely on classes marked as `ConfigAttribute`, if a class doesn't exist or the `PlayerState::Config` is null or not initialized and no suitable class is found, a dynamic type will be generated along with the relative configuration file named as the type of the `PlayerState` + a "-Config" suffix, placed in the CustomModule's instance config directory, and will be (de)serialized by generating the relative dynamic time each time until the `PlayerState::Config` gets initialized from the user/dev. This adds support for uninitialized configs and handles the exception in the best manner. * stylecop brr * I was kidding * Removed useless warnings * Removed debug log * And another one * Added more descriptions to serializable properties. * More descriptions added * [Trackables Fix] Custom Modules Commands (#2780) * Starting New Custom Modules commands * Finish all gamemode commands * Starting Custom Teams * Custom Team Commands finished * Custom Escape Commands * Parent Commands Desc Change * Fixed `ImplementConfigs` and `ApplyConfig` methods. Made some adjustments to modules commands. * bump --------- Co-authored-by: NaoUnderscore <github@naounderscore.dev> Co-authored-by: xNexusACS <83370388+xNexusACS@users.noreply.github.com>
- Loading branch information
1 parent
e0385b2
commit 8e59c29
Showing
141 changed files
with
5,052 additions
and
2,201 deletions.
There are no files selected for viewing
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
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
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
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
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
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.