Age | Commit message (Collapse) | Author |
|
|
|
Resolves #742
|
|
|
|
|
|
|
|
|
|
|
|
* objectface -> turnobject (c834bda)
|
|
|
|
|
|
|
|
pattern)
|
|
(Two common patterns: 0=default event and 1=nothing; and 0=nothing and 1=some event)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
map scripts
|
|
|
|
|
|
- MapTriggers / maptrigger → SceneScripts / scene_script
- XYTriggers / xy_trigger → CoordEvents / coord_event
- Signposts / signpost → BGEvents / bg_event
- PersonEvents / person_event → ObjectEvents / object_event
|
|
|
|
|
|
|
|
.MapTriggers and .MapCallbacks lists are formatted consistently with .Warps, .XYTriggers, .Signposts, and .PersonEvents
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Updated macros that rely on the GROUP_, MAP_ constants to use the map macro
Added GROUP_NONE and MAP_NONE for the sake of compatibility with this new scheme
Added new macro elevfloor to simplify the definition of elevators under this new scheme
|
|
|
|
|
|
Interpretation of the Decoration Attributes table is complete.
Other changes include some more event flag and function naming, as well as a minor tweak to the person_events of every map.
|