Commit graph

306 commits

Author SHA1 Message Date
9861d7242e made application not fail to compile 2025-08-16 20:36:53 -05:00
8b344d2c53 added nix dev shell 2025-08-16 13:36:43 -05:00
c0795e234a
replaced bash shebang with more portable one 2025-08-16 11:12:06 -05:00
Vhati
85cad4ffbe
Merge pull request #16 from kartoFlane/patch-2
Fixed ModPatchDialog constructor ignoring continueOnSuccess argument
2018-03-08 17:23:42 -05:00
Tomasz Bachmiński
dcec887f17
Update ModPatchDialog.java
Fixed ModPatchDialog constructor ignoring continueOnSuccess argument
2018-03-08 00:20:51 +01:00
Vhati
4bb3a3ddb9
Merge pull request #14 from SagePtr/patch-1
Fixed an exception when using CLI's --patch arg without any mods
2018-03-06 21:45:07 -05:00
Vhati
23dbdc8ab2
Merge pull request #15 from kartoFlane/patch-1
Fixed setDisposeNormally() ignoring the argument
2018-03-06 21:42:03 -05:00
Tomasz Bachmiński
d89e53656e
Fixed setDisposeNormally() ignoring the argument
Calling ManagerFrame.setDisposeNormally() would always set the `disposeNormally` variable to false, regardless of the argument value.
2018-03-06 23:32:26 +01:00
SagePtr
871cbde44a
Update SlipstreamCLI.java
Fixed --patch without parameters (NullPointerException)
2018-03-05 19:32:54 +02:00
Vhati
19233266d0 Fixed ftl.dat parsing when 0-byte resources are present 2018-01-22 03:07:44 -05:00
Vhati
e76b0c67bd Revised mentions of current FTL to 1.6.3 2018-01-17 12:53:29 -05:00
Vhati
4cfd7dd7ef Revised FileFilter description when finding FTL resources 2018-01-11 22:27:34 -05:00
Vhati
ee4c710808 Revised uncaught exception popup to omit the thread name 2018-01-09 16:24:26 -05:00
Vhati
e9cf8bb53f Global default uncaught exception handling 2018-01-09 15:57:17 -05:00
Vhati
636f77409f Added internal padding to field editor text areas 2018-01-09 01:53:09 -05:00
Vhati
535c9735c0 Set current version to 1.9.1 2018-01-07 16:41:39 -05:00
Vhati
4365b3b197 Updated copyright 2018-01-07 16:13:21 -05:00
Vhati
ffc8770d14 Incremented version 2018-01-07 16:02:44 -05:00
Vhati
63f36b31cc Migrated to the Apache HttpComponents library 2018-01-06 10:30:30 -05:00
Vhati
8f55580ed2 Trivial code cleanup 2018-01-05 13:55:34 -05:00
Vhati
ad6d87a4bf Moderate code cleanup 2018-01-05 13:07:19 -05:00
Vhati
7528ec271a Optimized long string literals 2018-01-02 11:58:56 -05:00
Vhati
6f42478850 Moved compiler source/target into project properties 2018-01-02 08:32:22 -05:00
Vhati
baa60a1b57 Moderate code cleanup (via mercutiodesign) 2018-01-02 07:59:02 -05:00
Vhati
bbe58e05a9 Added IdeaJ cruft 2018-01-02 07:57:34 -05:00
Vhati
915ad7863b Continuation of commit a999e1e 2018-01-01 02:26:14 -05:00
Vhati
a999e1e804 Made launcher scripts on OSX find java the recommended way 2017-12-31 15:19:13 -05:00
Vhati
e94d553c22 Fixed deprecated Jackson method calls 2017-12-31 10:04:19 -05:00
Vhati
9d1b354e3e Fixed maven nag about using platform encoding to copy filtered resources 2017-12-31 10:02:27 -05:00
Vhati
4604519de7 Revised readmes and renamed the Steam Verify menu item 2017-12-31 06:34:12 -05:00
Vhati
fa8ac1f6d1 Added an arg to sloppyPrint() so XML escapes can be toggled 2017-12-31 05:53:01 -05:00
Vhati
30840f0480 Added a validate warning about FTL 1.5.13 for *.font files 2017-12-31 05:39:35 -05:00
Vhati
9c30e4180a Added a Validate warning about FTL 1.5.13 for chars outside windows-1252 2017-12-30 11:39:31 -05:00
Vhati
505f57f43e asciiEncoder.reset().canEncode(...) 2017-12-30 09:32:52 -05:00
Vhati
d8c22515a0 Enlarged the text area in progress dialogs 2017-12-30 04:13:39 -05:00
Vhati
91be0845e5 Disabled XML escaping when reencoding to ensure invalid chars cause an error 2017-12-30 03:52:28 -05:00
Vhati
70f49e7e98 Continuation of commit 31143cf 2017-12-27 12:22:49 -05:00
Vhati
31143cfbfb Changed command line parser to picocli 2017-12-27 09:42:47 -05:00
Vhati
cc00cd9c95 Fixed deprecated commons-cli methods 2017-12-27 06:51:56 -05:00
Vhati
5d8dfb1df7 Continuation of commit 80c151a 2017-12-27 05:07:24 -05:00
Vhati
80c151aef8 Changed logging framework to SLF4J/Logback 2017-12-27 04:26:27 -05:00
Vhati
8038ba2f56 Made the comments in boilerplace mod metadata optional 2017-12-26 22:22:46 -05:00
Vhati
1590a70627 Clarified Validate warnings for PNG files 2017-12-19 00:15:37 -05:00
Vhati
cbd1a610ce Added Validate warnings about FTL 1.6.1 for PNG, MP3, and TTF files 2017-12-18 23:13:53 -05:00
Vhati
3aedf9b561 Ensured proper closing when opening the second of two packs throws an exception 2017-12-15 23:05:17 -05:00
Vhati
4d7a3f7e9a Trivial code cleanup 2017-12-15 23:04:05 -05:00
Vhati
8912fec70e Updated the metadata boilerplate to include ship types introduced in FTL 1.5.4 2017-12-13 13:51:02 -05:00
Vhati
91b5fb55b4 Set current version to 1.9 2017-12-12 15:41:24 -05:00
Vhati
528865c83f Fixed corrupted civilian sector music in FTL 1.6.1+ 2017-12-12 15:11:56 -05:00
Vhati
5077d4c7ff Incremented version 2017-12-12 15:09:05 -05:00