43 Commits
Author SHA1 Message Date
Oliver Hamlet c83e127751 Revert "Fixed API compilation."
This reverts commit f270f07c86.
2014-12-20 19:56:20 +00:00
WrinklyNinja f270f07c86 Fixed API compilation. 2014-07-14 10:42:20 +01:00
lpradel ee530bd341 Added German language. 2014-07-05 18:24:46 +02:00
WrinklyNinja 24fa511f96 NULL -> nullptr switch. 2014-06-21 23:45:40 +01:00
WrinklyNinja 75d89eec83 More C++11 changes.
* Made a few standard library replacements missed in the API.
* Swapped in the range syntax with the auto keyword in for loops where
appropriate.
2014-06-21 23:33:44 +01:00
WrinklyNinja 91d74a203f Various C++11-related changes.
* Switched to standard libraries for regex, unordered_map and
unordered_set.
* Switched to using the C++ syntax for C header includes (eg. `cstdint`
rather than `stdint.h`).
* Replaced IntToString with STL's to_string.
2014-06-21 21:06:28 +01:00
3ventic 410d9415cd Add Finnish 2014-06-05 17:22:36 +03:00
WrinklyNinja 8580bde131 Misc compiler warning fixes. 2014-05-10 16:41:08 +01:00
WrinklyNinja 5f8daa2db5 Removed support for parsing BOSS masterlists. 2014-05-08 19:54:20 +01:00
WrinklyNinja c351ef8eea Removed some unnecessary #includes. 2014-03-28 10:44:05 +00:00
WrinklyNinja f1f24423a2 Some minor refactoring of constants.
Moved message types, languages, and game constants to their respective
classes.
2014-03-07 19:24:02 +00:00
WrinklyNinja 3e5c5745fb More BOSS/LOOT search/replace. 2014-03-06 20:24:05 +00:00
WrinklyNinja 1806918010 Lowercase boss->loot in source files. 2014-03-06 20:18:49 +00:00
WrinklyNinja 6970a955f2 Uppercase BOSS->LOOT in source files.
Just search/replace.
2014-03-06 19:52:46 +00:00
WrinklyNinja 7937383d7a Updated copyright tagline in all source files. 2014-03-06 19:47:20 +00:00
WrinklyNinja b593e974ac Added code support for Brazilian Portuguese.
Also fixed language selection broken in last commit, and updated archive
and install scripts.
2014-02-23 17:19:07 +00:00
Luc 1eb4a7892e polish 2014-02-08 15:21:39 +01:00
WrinklyNinja 9bc65c6459 Added Chinese translation by bluesky404. 2014-02-04 20:27:24 +00:00
WrinklyNinja b7b183dcb8 Added support for French translation. 2014-02-03 17:04:36 +00:00
WrinklyNinja 3223531d71 Fixed really dodgy error handling in API. 2014-02-02 15:37:46 +00:00
WrinklyNinja ccfcd42ed2 Merge branch 'master' into api-changes 2014-02-02 13:47:26 +00:00
WrinklyNinja 4f17fa6e7c Updated copyright dates. 2014-02-02 11:04:00 +00:00
WrinklyNinja e0c1e441e9 Merge branch 'master' into api-changes 2014-01-29 17:29:14 +00:00
WrinklyNinja 0e6840dfac This should fix the yaml-cpp crashes.
Issue #94 work.
2014-01-29 15:25:15 +00:00
WrinklyNinja bf93c1353f Corrected poor code in API. 2014-01-27 18:40:36 +00:00