Improvements to the configure tool, and a few fixes.
This version hopefully fixes the recent issue with wine described in #215 and #216.
thcrap
- Use utf8_to_utf[16/32]_masking as general string conversion function (d7af05b)
- Fix fn_for_build (6b47a26)
thcrap_configure
- Add a --skip-search-games command line switch (7ee615b)
- Remove old command line parsing (66cbcd8)
- Add support for using wrapper instead of shortcuts (48412cf)
- Use thcrap.dll wrappers for thcrap_update.dll (91ba9e6)
- Log crashes with global exception handler (a1b6969)
- Marshal repo ID and title as UTF8 (d3ac24b)
- Add a settings GUI outside the loader (b78ff87)
- Add presets for exception detail (62c8d84)
- Add Remove All button for searching games (abb9b90)
thcrap_tsa
- CFG: Don't do anything if custom.exe is run (dc1d2a3)