Add original-name attributes to everything#872
Add original-name attributes to everything#872quietust wants to merge 2 commits intoDFHack:masterfrom
Conversation
11361c0 to
0022caf
Compare
|
Required DFHack change: |
|
Required script fixes: history_event vmethod changes (2 new bool arguments "true, false"): relationship_event_supplement changes (occasion_type -> circumstance, site -> circumstance_id): |
0022caf to
d5713d2
Compare
|
The sizes of the following types have changed in this pull request. Please verify that this is intentional. Note that renamed types are not currently detected and will also be listed here.
This is an automated comment. Please leave a reply if you think that the above information is incorrect. |
2dc8312 to
45f5b5b
Compare
8c51b60 to
7a04fd3
Compare
|
As I've been analyzing version 52.05, I've encountered a handful of transcription errors in this update and have been pushing fixes. To reduce clutter, I'm going to batch up all remaining changes locally - let me know before you plan to merge and I'll squash them in. |
And fix a handful of other errors I encountered along the way.
7a04fd3 to
1e2cee2
Compare
changelog.txt
Outdated
| - specific changes: changed ``dance_form`` field ``entity`` to ``event`` (now referring to at a ``history_event``) | ||
| - specific changes: changed ``dance_form_section`` field ``acts_out_civ`` to ``acts_out_event`` (now referring to a ``history_event``) | ||
| - specific changes: changed ``entity_burial_request`` field ``civ`` to ``hfid`` (now referring to a ``historical_figure``) | ||
| - specific changes: changed ``entity_pop_specifierst`` field ``squad_id`` to `squad_enid`` (now referring to a ``historical_entity``) |
changelog.txt
Outdated
| - specific changes: renamed ``poetic_form_action`` enum member "MakeConsession" to "MakeConcession" | ||
| - specific changes: renamed ``simple_action_type`` enum member "performe_horrible_experiments" to "performed_horrible_experiments" | ||
| - specific changes: renamed ``stair_graphics_flag_material`` enum member "FOZEN" to "FROZEN" | ||
| - specific changes: renamed ``timbre_type`` enum member "PURE_" to "PURE" |
There was a problem hiding this comment.
the underscore needs to be escaped here (with a backslash)
and fix an error I found in building_other in the meantime
temporary - replace with case flow_type::NONE after DFHack/df-structures#872 is merged
temporary - replace with case flow_type::NONE after DFHack/df-structures#872 is merged
|
This is ready to merge but I want to get the script changes staged before I actually merge it. This will take place later today or tomorrow depending on my time availability. |
And fix a handful of other errors I encountered along the way.
Added NONE entries to enums (may affect C++ code):
Structure reorganization changes (shouldn't affect user scripts):
Layout fixes (shouldn't affect user scripts):
Cosmetic changes:
Type changes:
VMethod changes:
Compound changes: