Oliver Hamlet
9eb7d264d8
Update changelogs
2016-12-02 18:02:26 +00:00
Oliver Hamlet
c80d1eb5f7
Remove ICO file from repository
...
Instead generate it as a pre-build step. It can't be generated as part
of the CMake build process because MSVC changes the PATH so that another
convert.exe conflicts with imagemagick's.
2016-12-01 19:03:12 +00:00
Oliver Hamlet
cc88428151
Remove duplicate section in docs
2016-11-23 08:03:37 +00:00
Oliver Hamlet
769f3dd313
Add --loot-data-path parameter to LOOT
...
It sets the path used for LOOT's local application data storage,
overriding the default (%LOCALAPPDATA%\LOOT on Windows).
Closes #700 .
2016-11-19 12:00:28 +00:00
Oliver Hamlet
d8f8dc43ea
Set v0.10.1 release date
2016-11-12 09:38:15 +00:00
Oliver Hamlet
4667ab7202
Update changelogs
2016-11-12 09:20:26 +00:00
Oliver Hamlet
7b97241d7d
Set v0.10.0 release date
2016-11-06 08:33:38 +00:00
Oliver Hamlet
6a77000839
Update API changelog
2016-11-06 08:33:22 +00:00
Oliver Hamlet
8269f8c887
Update readme screenshots
2016-11-05 23:03:59 +00:00
Oliver Hamlet
eb5b6312ec
Update changelog
2016-11-05 23:03:59 +00:00
Oliver Hamlet
e08b8c56ac
Enable Redate Plugins for Skyrim Special Edition
...
Its creation kit still uses timestamps for reading load order...
2016-11-04 07:55:47 +00:00
Oliver Hamlet
874f46d4ec
Update changelog
2016-11-03 07:02:27 +00:00
Oliver Hamlet
6bb90c2b8a
Revert util -> utility in cleaning metadata structure
2016-10-29 20:30:02 +01:00
Oliver Hamlet
b48d05cab7
Update changelogs
2016-10-29 16:12:38 +01:00
Oliver Hamlet
9013cb2c81
Add support for Skyrim Special Edition
2016-10-29 16:12:30 +01:00
Oliver Hamlet
49580f9a0c
Update changelogs
2016-10-16 18:49:17 +01:00
Oliver Hamlet
50957faeaf
Add support for Swedish translation
2016-10-15 13:27:25 +01:00
Oliver Hamlet
00be5fd206
Remove obsolete Error class
2016-10-08 12:21:08 +01:00
Oliver Hamlet
9ea5e31cdf
Replace path_* error codes
...
path_write_fail, path_read_fail and path_not_found are replaced by the
new FileAccessError exception class
2016-10-08 12:21:07 +01:00
Oliver Hamlet
51a2efb129
Add ConditionSyntaxError exception type
...
Thrown when there's a syntax error when parsing a condition.
2016-10-08 12:21:07 +01:00
Oliver Hamlet
a9ddd12e80
Replace no_game_detected error code
...
With a new GameDetectionError exception class.
2016-10-08 12:21:07 +01:00
Oliver Hamlet
2d28e04b36
Replace git_error error code
...
With a new GitStateError exception class.
2016-10-08 12:21:06 +01:00
Oliver Hamlet
1d147aee02
Replace sorting_error error code
...
With a new CyclicInteractionError exception class
2016-10-08 12:21:06 +01:00
Oliver Hamlet
711ba9b59d
Preserve libgit2 error codes
...
Throw a system_error with a libgit2_category error category for errors
that propagate from libgit2.
2016-10-08 12:10:21 +01:00
Oliver Hamlet
5cf7ae14e4
Remove liblo_error error code
...
Instead define a libloadorder_category error category to identify
libloadorder errors. This allows the libloadorder error code to be
preserved, and is more standard-c++-like.
2016-10-08 12:10:21 +01:00