Commit Graph

173 Commits

Author SHA1 Message Date
jeffman 4350f35be2 Added an item names listing for EB 2015-05-06 21:15:02 -04:00
jeffman 78a2aa2969 Fixed bug when config is missing 2015-05-06 21:14:42 -04:00
jeffman 882e5a5b51 Added config file 2015-05-04 14:50:53 -04:00
jeffman f40e9b221b Be consistent with now-decimal JSON files 2015-05-04 14:49:53 -04:00
jeffman dbeaee4243 Updated todo 2015-04-21 11:56:46 -04:00
jeffman fe468370c2 Worked on item help and battle text 2015-04-21 11:54:05 -04:00
jeffman 307de75a4f Updated todo 2015-04-21 11:53:39 -04:00
jeffman 2a2b7c03eb Converted to valid JSON
Because Github's syntax error highlighting is annoying as hell. I maintain that whoever was responsible for not supporting hex literals in the design of JSON needs to be jettisoned into orbit
2015-04-13 15:03:37 -04:00
jeffman 2612b2cef2 Worked on item help text 2015-04-10 16:40:16 -04:00
jeffman 62b687cf2c Fixed orange backgrounds for reference list navigation 2015-04-10 16:39:32 -04:00
jeffman b33f2ac2ca Stupid item guide was wrong 2015-04-01 12:39:12 -04:00
jeffman a98c0522ee Worked on some item help text 2015-04-01 11:27:08 -04:00
jeffman 50f19188c7 Cleaned up some code 2015-04-01 11:26:54 -04:00
jeffman fcbbc4f2fe Added prev/next navigation buttons 2015-04-01 11:26:13 -04:00
jeffman a341898d7e Added completion check menu 2015-04-01 11:20:46 -04:00
jeffman bc72d04117 Huge refactoring
- A bunch of movement labels were invalid, so they have been removed and the labels in all m12strings files have been updated
- Copied all control-code-only text blocks to the translated version (doors now work!)
2015-03-30 12:49:51 -04:00
jeffman 4eb369ceac Fixed compiler bug 2015-03-30 12:49:32 -04:00
jeffman eed7db92d1 Fixed PSI menu redrawing 2015-03-30 00:31:24 -04:00
jeffman 4722976202 Fix drawing five-letter character names 2015-03-28 14:53:52 -04:00
jeffman 41d764b7b2 Redraw status window numbers after exiting PSI menu 2015-03-28 00:44:46 -04:00
jeffman b29da50ba9 Fixed X-reset issue 2015-03-28 00:03:26 -04:00
jeffman 8b242bcc81 Finished PSI help text; started battle text 2015-03-27 17:02:36 -04:00
jeffman d14f27db1c Fixed max preview width for battle text 2015-03-27 17:02:02 -04:00
jeffman fab6c8d903 Added raw label groups 2015-03-27 10:13:01 -04:00
jeffman 582c0826d8 Updated TODO 2015-03-27 01:25:21 -04:00
jeffman d53b4d5436 Fixed dirty flags for PSI help text 2015-03-27 01:23:40 -04:00
jeffman 762e6f21a1 Fixed missing jumps in PSI Flash beta help text 2015-03-27 01:22:48 -04:00
jeffman 89308b52d8 Add VWF for character names (main windows) 2015-03-26 22:56:28 -04:00
jeffman eac4e0fbb6 Fixed corrupt commit
On the previous commit (bb91e30d), GitHub for Windows decided to only commit my line deletions and not the additions! Not only that, but it didn't become apparent in the GUI until *after* pushing the change to GitHub. So now there's a blemish in my commit history.

Pretend that commit bb91e30d doesn't exist.
2015-03-26 18:26:22 -04:00
jeffman 8c66059bbe Refined program logic
Coupled each group with a collection more closely
2015-03-26 16:30:53 -04:00
jeffman bb91e30d14 Refine program logic
- each group should be more tightly coupled with its parent collection
- remove matchedGroups list (only need matchedCollections now)
2015-03-26 16:29:16 -04:00
jeffman 6c01f253f2 Add M12-only group constructor 2015-03-26 16:27:58 -04:00
jeffman 0a0b58be73 Fixed navigation bug
A group should only be auto-selected outside of selector events (i.e.,
the back button or clicking a reference)
2015-03-26 16:06:12 -04:00
jeffman de4b062c98 Eliminated redundant parameter 2015-03-26 16:02:49 -04:00
jeffman 1d8cdd2e24 Periodic script backup 2015-03-26 00:35:30 -04:00
jeffman 3791f2dc39 Feature: remove duplicate labels 2015-03-26 00:11:49 -04:00
jeffman 62e14ad3d9 Update misc text binaries 2015-03-25 20:49:05 -04:00
jeffman 3182b73c22 Fixed compiler bugs
- M12ControlCode.IsValid() was wrong
- Was using old filenames in the CLI program
2015-03-25 20:48:58 -04:00
jeffman 8a953bfad5 Fixed Starstorm help text
Also removed duplicate labels
2015-03-25 20:48:00 -04:00
jeffman f8bd150c58 Rename TODO file 2015-03-25 18:51:54 -04:00
jeffman a51329a478 Update TODO 2015-03-25 18:49:07 -04:00
jeffman a4296aebcf Prevent line breaks in translated text
Line breaks are dangerous because they'll be saved on separate lines,
which would cause every line after the first one to not show up next
time you load the program. Will implement a more elegant solution later.
2015-03-25 18:43:23 -04:00
jeffman 75ad30bc16 Add screenshot for tool 2015-03-25 18:41:52 -04:00
jeffman 6d477143e8 Added README 2015-03-25 18:30:30 -04:00
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 334ae97781 More work on PSI help text 2015-03-25 15:08:21 -04:00
jeffman 43431f3d1a Handle the null control code case 2015-03-25 15:07:04 -04:00
jeffman 800ae858a5 Using a font that's easier for text selection 2015-03-25 15:06:43 -04:00
jeffman ef1966d1b7 Start working on TPT 2015-03-25 13:46:30 -04:00