Commit graph

117 commits

Author SHA1 Message Date
Vhati
0aa6cc434d Added Preferences dialog 2013-09-16 06:57:58 -04:00
Vhati
e7c3276541 Improved sloppy parser exception handling 2013-09-15 19:33:50 -04:00
Vhati
2bf3860cbc Added '--global-panic' commandline arg 2013-09-15 01:31:48 -04:00
Vhati
60971d4abe Fixed advanced selector tag not narrowing results when it had a value 2013-09-14 22:13:55 -04:00
Vhati
9de8677cc1 Fixed advanced find tags' panic arg 2013-09-14 22:11:50 -04:00
Vhati
eeb9587657 Fixed perpetually-green Update button 2013-09-14 22:08:35 -04:00
Vhati
6ea9e8b783 Added 'notice' string to auto-update info 2013-09-14 22:06:15 -04:00
Vhati
b5f02cbcc7 Fixed hash for 'Engi Scrap Advantage' 2013-09-08 20:33:06 -04:00
Vhati
52b6d6ebbc Changed url of auto_update.json 2013-09-08 19:02:16 -04:00
Vhati
9364334d4f Fixed typos in 'Engi Scrap Advantage' 2013-09-08 14:47:46 -04:00
Vhati
09b01f3365 Fixed exitApp() not triggering windowClosing() 2013-09-08 14:36:41 -04:00
Vhati
667e0ee1eb Fixed 'unchecked conversion' warnings 2013-09-08 14:35:07 -04:00
Vhati
3f49bd0203 Trivial cleanup 2013-09-08 06:34:42 -04:00
Vhati
573446a9fa Changed normalized line endings for text areas to LF 2013-09-08 06:20:08 -04:00
Vhati
1a0bb938ac Added 'Engi Scrap Advantage' example mod and incremented version 2013-09-08 05:49:39 -04:00
Vhati
724a40c5a2 Continuation of commit f3825d3 2013-09-08 04:06:02 -04:00
Vhati
b070c65845 Added sloppy parser patterns to recognize empty XML comments and CDATA 2013-09-08 04:03:50 -04:00
Vhati
f3825d3bd8 Added workaround regexes for sloppyPrint()'s inconsistent line endings inside comments 2013-09-08 04:02:31 -04:00
Vhati
78704d2377 Fixed corruption during patching caused by commit 975fe00 2013-09-08 04:00:18 -04:00
Vhati
d5b157e35c Mentioned CLI in the readmes' Usage section 2013-09-07 05:00:15 -04:00
Vhati
af96e2eec6 Trivial cleanup 2013-09-07 04:41:21 -04:00
Vhati
975fe00071 Added rebuildXMLFile() to repair non-append xml in mods during patching 2013-09-07 04:26:37 -04:00
Vhati
661efc2dc6 Sync'd with forum 2013-09-07 03:56:03 -04:00
Vhati
90d84d2a79 Updated the wrapper during strict mod validation to declare namespaces for the advanced modding tags 2013-09-07 01:58:23 -04:00
Vhati
22bf3b0e76 Made the 'patching complete' dialog stay open, when the game cannot or should not be run 2013-09-07 01:29:39 -04:00
Vhati
30a2b05483 The sloppy parser reports line/col to the JDOMFactory for element start tags 2013-09-07 00:22:40 -04:00
Vhati
572d5610f2 Added FTL launching on Linux 2013-09-06 14:39:04 -04:00
Vhati
0bd9d9e9b9 Fixed data corruption in InputStreams returned by FTLDat 2013-09-06 14:37:51 -04:00
Vhati
97c54d26e3 Patching now converts all text to windows-1252, because FTL expects that apparently 2013-09-05 20:34:44 -04:00
Vhati
3d109f1b20 Sloppy XML parse exceptions now complain about the nearest upcoming non-whitespace character 2013-09-05 19:36:50 -04:00
Vhati
0c324fa558 Made the update button green when enabled 2013-09-05 13:58:15 -04:00
Vhati
08f4921ca2 Filled in changelog 2013-09-05 02:20:20 -04:00
Vhati
ff6f5b70bc Added checking for new releases 2013-09-05 02:14:44 -04:00
Vhati
40c522ec8f Added urls to statusbar when hovering over links 2013-09-05 02:10:33 -04:00
Vhati
4b325093e3 Continuation of commit 56cfd2a 2013-09-04 23:31:33 -04:00
Vhati
6325fc70b5 Continuation of commit 56cfd2a 2013-09-04 23:29:17 -04:00
Vhati
56cfd2a581 Added metadata for automatic app updates 2013-09-04 23:24:50 -04:00
Vhati
11cd5cca61 GrognakCatalogFetcher became URLFetcher 2013-09-04 19:53:36 -04:00
Vhati
cd040e6ecc Added a config arg to opt out of window geometry saving 2013-09-04 19:50:38 -04:00
Vhati
6cefc144eb Trivial code cleanup 2013-09-04 01:42:23 -04:00
Vhati
3e34dee416 Fixed Sandbox message area word wrapping 2013-09-04 01:39:14 -04:00
Vhati
c6f9b0d89b Fixed small textarea font size 2013-09-04 01:09:03 -04:00
Vhati
35ae7bacac Added saved window geometry 2013-09-03 23:38:02 -04:00
Vhati
c88ecf0bc8 Made XML Sandbox non-modal, using a glass pane 2013-09-03 19:01:56 -04:00
Vhati
376299dddd Added javadoc warning to FolderPack about directories 2013-09-03 16:40:12 -04:00
Vhati
ef276e421f Made comment tags that contain a start-comment bracket into two comments 2013-09-03 16:21:57 -04:00
Vhati
e41a4fdd75 Added panic= arg to find tags 2013-09-03 16:19:21 -04:00
Vhati
3572850586 Incorporated strict-then-sloppy XML parsing into the patch process 2013-09-03 02:10:11 -04:00
Vhati
459474323c Added unescaping of XML entities and char refs 2013-09-03 02:06:38 -04:00
Vhati
f752a883f1 Explicitly used CR-LF for printed XML 2013-09-03 02:05:41 -04:00