This repository was archived by the owner on Jan 19, 2025. It is now read-only.
Commit 8e59c29
Modules and API Revamp (#2779)
* 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 <[email protected]>
Co-authored-by: xNexusACS <[email protected]>1 parent e0385b2 commit 8e59c29
File tree
141 files changed
+5052
-2201
lines changed- .github/workflows
- Exiled.API
- Extensions
- Features
- Attributes
- Core
- Generic
- StateMachine
- Input
- Items
- Pickups
- Roles
- Serialization/CustomConverters
- Spawn
- VirtualAssemblies
- Generics
- Exiled.CustomModules
- API
- Commands
- CustomEscapes
- List
- CustomItem
- CustomRoles
- List
- CustomTeams
- List
- Gamemodes
- List
- Features
- CustomAbilities
- Item
- Pickup
- Player
- Settings
- Types
- CustomEscapes
- CustomGamemodes
- CustomItems
- Generic
- Items
- Armors
- Candies
- Patches
- Explosives
- Firearms
- Pickups
- Ammos
- CustomRoles
- Deserializers
- Inheritables
- Generic
- Inventory
- EventHandlers
- Events/EventArgs
- CustomItems
- Modules
- Patches
- Exiled.Events
- Handlers/Internal
- Exiled.Example
- TestItem
- TestPickup
- TestRole
- Exiled.Loader
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
141 files changed
+5052
-2201
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
268 | 268 | | |
269 | 269 | | |
270 | 270 | | |
271 | | - | |
| 271 | + | |
272 | 272 | | |
273 | 273 | | |
274 | 274 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
11 | 12 | | |
12 | 13 | | |
13 | 14 | | |
14 | | - | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
| 54 | + | |
55 | 55 | | |
56 | | - | |
| 56 | + | |
57 | 57 | | |
58 | | - | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
59 | 61 | | |
60 | 62 | | |
61 | 63 | | |
62 | 64 | | |
63 | 65 | | |
64 | 66 | | |
65 | 67 | | |
66 | | - | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
67 | 144 | | |
68 | 145 | | |
69 | 146 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
95 | 102 | | |
96 | 103 | | |
97 | 104 | | |
| |||
204 | 211 | | |
205 | 212 | | |
206 | 213 | | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
207 | 232 | | |
208 | 233 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
32 | 41 | | |
33 | 42 | | |
34 | 43 | | |
35 | 44 | | |
| 45 | + | |
36 | 46 | | |
37 | 47 | | |
38 | 48 | | |
| |||
46 | 56 | | |
47 | 57 | | |
48 | 58 | | |
49 | | - | |
| 59 | + | |
50 | 60 | | |
51 | 61 | | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
52 | 67 | | |
53 | 68 | | |
0 commit comments