View Issue Details
ID | Project | Category | Date Submitted | Last Update | |
---|---|---|---|---|---|
0025918 | AI War 2 | Gameplay Issue | Dec 14, 2021 4:57 pm | Dec 15, 2021 10:33 pm | |
Reporter | Chris_McElligottPark | Assigned To | Chris_McElligottPark | ||
Status | resolved | Resolution | fixed | ||
Fixed in Version | Beta 3.766 The Red Harvest | ||||
Summary | 0025918: For xml auto-reload logic, using reflection make it handle dictionaries and lists directly. | ||||
Description | Right now, anything that tries to set itself to be "the default value as on initial start" is probably having issues if it's a collection. This is something that I can have handled directly, and I had some notes about doing that. | ||||
Tags | No tags attached. | ||||
related to | 0025912 | resolved | Chris_McElligottPark | Figure out why the game breaks (what is different?) after trying to reload xml (changing mods or DLCs) |
child of | 0025884 | resolved | Chris_McElligottPark | Parent: Todo prior to beta exit |
|
This was already partly done, but it works even better now. * Fixed an issue with my ArcenTypeAnalyzer where it was incorrectly resetting arrays during xml reloads. ** There's now a subset of the ApplyDefaults code that explicitly handles arrays. * Fixed another issue with ArcenTypeAnalyzer where if something was a list but initially null, it was not being handled quite right, either. |
Date Modified | Username | Field | Change |
---|---|---|---|
Dec 14, 2021 4:57 pm | Chris_McElligottPark | New Issue | |
Dec 14, 2021 4:57 pm | Chris_McElligottPark | Relationship added | related to 0025912 |
Dec 14, 2021 4:57 pm | Chris_McElligottPark | Relationship added | child of 0025884 |
Dec 15, 2021 10:33 pm | Chris_McElligottPark | Assigned To | => Chris_McElligottPark |
Dec 15, 2021 10:33 pm | Chris_McElligottPark | Status | new => resolved |
Dec 15, 2021 10:33 pm | Chris_McElligottPark | Resolution | open => fixed |
Dec 15, 2021 10:33 pm | Chris_McElligottPark | Fixed in Version | => Beta 3.766 The Red Harvest |
Dec 15, 2021 10:33 pm | Chris_McElligottPark | Note Added: 0063470 |