Commit Graph
3957 Commits
Author SHA1 Message Date
WrinklyNinja b3521cb88c Issue #20 work.
Commented out old Chinese and German installer translations, since those
aren't supported (initially) by BOSS. Sorting error messages are now
translatable.
2013-06-17 10:22:03 +01:00
WrinklyNinja d2e6632956 For some reason that last commit didn't accept the syntax doc being staged... 2013-06-16 23:17:44 +01:00
WrinklyNinja 91f742220b Issue #20 work.
Added support for Russian and Spanish since they have translations in
the Skyrim masterlist already. Implemented language variable 'transform'
functions in helpers.h/cpp and ids.h/cpp so that they (along with
globals.h/cpp) are the only files that would need updating to add new
language support.
2013-06-16 23:17:04 +01:00
WrinklyNinja ea597945e8 Lowercased all global constants' names to avoid #define conflicts. 2013-06-16 20:59:36 +01:00
WrinklyNinja 0350c6f80a Replaced event tables with dynamic binding.
Also added a few error messages and another path global for the l10n
files.
2013-06-16 11:20:57 +01:00
WrinklyNinja 7c49e37c50 Finished updating metadata editor, closing issue #25. 2013-06-16 09:20:05 +01:00
WrinklyNinja 319bd223d9 Fixed userlist path getting scrambled in metadata editor.
Started groundwork for metadata editor UI issue #25 work.
2013-06-14 18:34:23 +01:00
WrinklyNinja f30672ebe0 Implemented issue #24, started work on issue #25.
Metadata Editor not updated to handle the new message structure.
2013-06-14 18:11:18 +01:00
WrinklyNinja d13f47914b Changed message data structure in syntax doc.
Will need to update code to match.
2013-06-13 18:54:58 +01:00
WrinklyNinja bfa964914a Readme updates. 2013-06-13 17:48:48 +01:00
WrinklyNinja 03e89dc973 More error handling, layout tweaks, and updated readme. 2013-06-13 00:25:12 +01:00
WrinklyNinja 203afd6d28 Readme updates, tweak to updater in case URL path is empty. 2013-06-12 17:05:03 +01:00
WrinklyNinja 7544aca77f Bug fixes.
Fixed resource paths in report being wrong, updating masterlist no
longer displays command line window, settings file is now read after
creation if creation is necessary, and fixed some error handling during
sorting.
2013-06-12 15:47:48 +01:00
WrinklyNinja 9947bdf251 Updated installer, closing issue #21.
Translations still need updating as part of issue #20. I decided to get
rid of all handling of previous versions besides calling any uninstaller
present because the changes were just too numerous. I'll add a note to
the readme telling the user to remove previous versions of BOSS.
2013-06-11 22:18:20 +01:00
WrinklyNinja 1d4a5db244 Work on issue #21
No cleanup for user-defined games yet, and don't know what to do with
old userlists.
2013-06-11 18:44:37 +01:00
WrinklyNinja 39fa77af73 Forgot to add file for last commit. 2013-06-11 14:31:21 +01:00
WrinklyNinja 1160f33ce3 Fixed issue #18
Game-specific files, settings.yaml and BOSSDebugLog.txt are now stored
in %LOCALAPPDATA%\BOSS\
2013-06-11 14:27:41 +01:00
WrinklyNinja ca3eae77df Fixed IE8 BOSS report compatibility.
Local storage polyfills won't work with the file:// URL. :( I could
probably implement a system based on a URL hash fragment that passes
defaults from the wxWidgets UI, but that is one-way only and probably
isn't worth the effort.
2013-06-10 22:58:20 +01:00
WrinklyNinja 9928ff1d2f Finished work on issue #8. 2013-06-10 17:12:40 +01:00
WrinklyNinja bbc3551622 Issue #8 work, added some error handling. 2013-06-10 12:24:14 +01:00
WrinklyNinja 9ace5f9062 Started work on issue #8.
Decided to use subversion as otherwise handling version numbers while
updating is tricky. Decided to call subversion binaries instead of using
the API because I tried the API first but found that it was crashing and
the docs being all reference didn't help me figure out what I was doing
wrong. Current implementation is messy and doesn't have error handling.
2013-06-10 03:05:35 +01:00
WrinklyNinja c3be0d7dc4 Implemented issue #22. 2013-06-07 16:37:18 +01:00
WrinklyNinja 8ed863c5da Finished work on issue #12. 2013-06-07 15:52:37 +01:00
WrinklyNinja 526f251906 More work on issue #12.
UI and recording of changes complete - now just need to add setting of
the load order.
2013-06-07 15:46:51 +01:00
WrinklyNinja e16d90f3c1 Started to implement issue #12. 2013-06-07 09:20:03 +01:00