Commit Graph

12 Commits

Author SHA1 Message Date
AdAstra-LD
48d9ebfe69 Update ScriptFile.cs
- relative offsets are now signed
- fixed a problem with commands that had "return" in their name fucking up the script file
2021-02-10 04:51:28 +01:00
AdAstra-LD
16d932b524 Fixed critical offset problem with scriptfile [typo] 2021-02-09 23:09:58 +01:00
AdAstra-LD
f679b9deaa Complete rewrite of Overworld Sprite finder
Also minor refactor
2021-02-09 19:33:45 +01:00
AdAstra-LD
df2831e83c Some fixes and code readability improvements
- changed some var names to more intuitive ones
- fixed worldmap coordinates not updating
2021-02-09 04:50:22 +01:00
AdAstra-LD
6cdfea8abc fixed bugs with bgs importer
also minor ui changes [command database window]
2021-02-08 12:03:20 +01:00
AdAstra-LD
17707fcd68 Fixed command entries [ID typos] and section marker detection (----- @Script_# -----)
commands are now case insensitive
2021-02-08 14:32:15 +01:00
AdAstra-LD
71a52affe4 Minor update
Fixed minor bug with OW IDs [event editor]
added two more movements to dictionary
improved accuracy of error detection [script editor]
2021-02-07 05:05:31 +01:00
AdAstra-LD
832da0f49f Major script editor update + other stuff
- Separated Script Commands and Scipt Actions (new class)
- minor code refactor
- fixed menu buttons
- proceeded with script editor rewrite
- script editor identifies errors and reports them
- fixed minor issue with decimals ( buildings updown value box )
2021-02-06 21:17:34 +01:00
AdAstra-LD
a81295b1dd More HGSS commands and fixes 2021-02-05 19:06:02 +01:00
AdAstra-LD
da4d8a5d92 Fixed script editor expanding functions even when there's no need to
(UseScript_#X)
2021-02-05 16:55:29 +01:00
AdAstra-LD
a7880588ff Fixed "function undeclared message" appearing repeatedly 2021-02-05 13:35:58 +01:00
AdAstra-LD
2fba5d6d8b Reorganized files 2021-02-05 04:24:40 +01:00