Johannes Schickel
fc5ef58fff
WINTERMUTE: Make GPL headers consistent in themselves.
2014-02-18 02:39:40 +01:00
Johannes Schickel
a6fff7a805
WINTERMUTE: Switch WideString to U32String.
2013-11-23 21:34:54 +01:00
Filippos Karapetis
4af998b96c
WINTERMUTE: Move the isAscii() string changing code to another function
2013-11-08 12:17:48 +02:00
Filippos Karapetis
492cefacb6
WINTERMUTE: Allow utf8ToWide() and wideToUtf8() work with ASCII strings
...
This is needed for English versions of multilingual games, which use
UTF-8 strings, but we can treat them as plain ASCII, since wide and
UTF-8 strings are not yet supported in Wintermute. This allows at least
the English versions of these games to run.
This allows Reversion 2 and Shaban to start
2013-11-08 12:04:07 +02:00
Einar Johan Trøan Sømåen
2049f53621
WINTERMUTE: Replace CP1252-symbol ... with 3 full stops.
2013-08-20 18:31:45 +02:00
Johannes Schickel
1ce54c217a
WINTERMUTE: Fix end of namespace comments.
2013-08-04 00:51:09 +02:00
Einar Johan Trøan Sømåen
980dc4a456
WINTERMUTE: Replace all NULLs with nullptr.
2013-01-26 18:07:07 +01:00
Einar Johan Trøan Sømåen
4095b76939
WINTERMUTE: Silence a warning.
2013-01-22 20:58:23 +01:00
Einar Johan Trøan Sømåen
d322592037
WINTERMUTE: Guard ConfMan a bit better.
2013-01-22 19:18:29 +01:00
Einar Johan Trøan Sømåen
228785eda2
WINTERMUTE: Convert ' correctly from CP1252
2012-10-23 03:05:17 +02:00
Willem Jan Palenstijn
b4090ead4d
WINTERMUTE: Convert CRLF to LF
2012-09-04 22:17:23 +02:00
Einar Johan Trøan Sømåen
fed19cb66a
WINTERMUTE: WinterMute -> Wintermute
2012-08-13 03:42:30 +02:00
Einar Johan Trøan Sømåen
6b07218eb2
WINTERMUTE: Remove statics and silence spam in debug console.
2012-07-29 18:24:08 +02:00
Einar Johan Trøan Sømåen
20e2ec4ff4
WINTERMUTE: Remove unused functions from StringUtil::
2012-07-29 18:00:15 +02:00
Einar Johan Trøan Sømåen
2e7d21fc52
WINTERMUTE: Replace BaseRegistry with ConfMan
2012-07-29 17:53:44 +02:00
Einar Johan Trøan Sømåen
3a49f2bad4
WINTERMUTE: More variable/function renaming VarName->varName
2012-07-26 22:20:55 +02:00
Einar Johan Trøan Sømåen
ef11f9d0c5
WINTERMUTE: Run Astyle with add-braces to break one-line statements into easier-to-read-code.
2012-07-26 15:59:26 +02:00
Einar Johan Trøan Sømåen
38507fa989
WINTERMUTE: AStyle-formatting.
2012-07-26 04:12:58 +02:00
Einar Johan Trøan Sømåen
fa96c9ea18
WINTERMUTE: "delete []" -> "delete[]"
2012-07-25 21:05:03 +02:00
Einar Johan Trøan Sømåen
7a818009b4
WINTERMUTE: Clean out unused utils.
2012-07-23 02:23:14 +02:00
Einar Johan Trøan Sømåen
5683f07633
WINTERMUTE: Rename CamelCased filenames to prefixed_under_score-filenames
...
This is mostly a lead-up to namespacing the Ad/Base folders, and then
possibly removing the prefixes from the files, it also has the added
benefit of getting rid of the odd case-typos that makes for issues
on platforms that don't ignore case.
2012-07-21 19:15:33 +02:00