Commit Graph

13 Commits

Author SHA1 Message Date
jeffman a30fb35d21 Made endcode appending feature smarter
Particular changes:
- looks for *any* endcode, not just [00 FF] (there are other ones, such
as [80 FF])
- updates the text box if an endcode is appended
- feature disabled when called from the timer event (don't want to
insert endcodes while you're in the middle of working block; should only
happen when you save or navigate away)
- multiple insertions will now stack in the status bar
2015-03-25 17:40:01 -04:00
jeffman 01fcc837df Feature: append missing [00 FF] 2015-03-25 17:19:22 -04:00
jeffman 1b3f0f875a Make writes always happen
I might be crazy, but I think I encountered a situation where I closed
the form and my changes weren't saved, probably because the changesMade
flag wasn't set properly -- disable the check for now until I figure out
the bug
2015-03-25 13:45:52 -04:00
jeffman 38fc3656be Add string previewer 2015-03-25 13:35:12 -04:00
jeffman 341feb8deb Add PSI help refs 2015-03-25 12:20:19 -04:00
jeffman 5c955ac907 Finish item mapping; add item help collection 2015-03-25 11:55:09 -04:00
jeffman 4c883c33e1 Make newline insertion a bit smarter 2015-03-24 22:02:27 -04:00
jeffman 1802ce35d3 Overhaul EB compiler and decompiler 2015-03-22 19:55:34 -04:00
jeffman 5dd4cc9f2a Many GUI tool changes
Added saving (incl. periodic saving); added copying codes button; made
reference navigation much faster
2015-03-21 16:47:30 -04:00
jeffman 037d4f367d Update GUI tool
Add battle actions and general code cleanup
2015-03-21 01:25:21 -04:00
jeffman 115c535298 Update GUI tool 2015-03-20 17:40:43 -04:00
jeffman fd3943dc58 Work on GUI layout 2015-03-20 11:45:34 -04:00
jeffman 9e5918cd30 Add skeleton for GUI tool 2015-03-20 10:41:20 -04:00