Age | Commit message (Collapse) | Author |
|
Resolves #742
|
|
|
|
|
|
|
|
|
|
|
|
instructions
Fixes #580
|
|
Fixes #540
|
|
A compilation of suggestions from the discord that don't deserve
separate commits and are not questionable at all™.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
things like Azalea's Slowpokes, not just items and trees)
|
|
|
|
|
|
|
|
|
|
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
|
|
colon; remove trailing whitespace; globally correct line endings to UNIX style
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|