index
:
scummvm-rg350
trimui-s
scummvm with trimui support. Forked from https://github.com/salvacam/scummvm-rg350
neonloop
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
engines
/
wintermute
/
utils
Age
Commit message (
Expand
)
Author
2015-11-07
WINTERMUTE: C++'ify code
Eugene Sandulenko
2014-08-29
WINTERMUTE: Remove unused Sqr-function.
Einar Johan Trøan Sømåen
2014-02-18
WINTERMUTE: Make GPL headers consistent in themselves.
Johannes Schickel
2013-11-23
WINTERMUTE: Switch WideString to U32String.
Johannes Schickel
2013-11-08
WINTERMUTE: Move the isAscii() string changing code to another function
Filippos Karapetis
2013-11-08
WINTERMUTE: Allow utf8ToWide() and wideToUtf8() work with ASCII strings
Filippos Karapetis
2013-08-20
WINTERMUTE: Replace CP1252-symbol ... with 3 full stops.
Einar Johan Trøan Sømåen
2013-08-04
WINTERMUTE: Fix end of namespace comments.
Johannes Schickel
2013-01-26
WINTERMUTE: Replace all NULLs with nullptr.
Einar Johan Trøan Sømåen
2013-01-22
WINTERMUTE: Silence a warning.
Einar Johan Trøan Sømåen
2013-01-22
WINTERMUTE: Guard ConfMan a bit better.
Einar Johan Trøan Sømåen
2012-10-23
WINTERMUTE: Convert ' correctly from CP1252
Einar Johan Trøan Sømåen
2012-09-04
WINTERMUTE: Convert CRLF to LF
Willem Jan Palenstijn
2012-08-31
WINTERMUTE: Use tabs in enums
Einar Johan Trøan Sømåen
2012-08-31
WINTERMUTE: Cleanup the header-guards.
Einar Johan Trøan Sømåen
2012-08-31
WINTERMUTE: Add namespacing to the UTF-conversion code
Einar Johan Trøan Sømåen
2012-08-13
WINTERMUTE: WinterMute -> Wintermute
Einar Johan Trøan Sømåen
2012-08-11
WINTERMUTE: Get rid of strncpy+manual termination.
Einar Johan Trøan Sømåen
2012-08-07
WINTERMUTE: Save the random-seed as well.
Einar Johan Trøan Sømåen
2012-07-29
WINTERMUTE: Remove statics and silence spam in debug console.
Einar Johan Trøan Sømåen
2012-07-29
WINTERMUTE: Remove unused functions from StringUtil::
Einar Johan Trøan Sømåen
2012-07-29
WINTERMUTE: Replace BaseRegistry with ConfMan
Einar Johan Trøan Sømåen
2012-07-29
WINTERMUTE: Remove more unused utils.
Einar Johan Trøan Sømåen
2012-07-27
WINTERMUTE: Hardcode the Game.SaveDirectory return value in-engine for now.
Einar Johan Trøan Sømåen
2012-07-27
WINTERMUTE: Move settings-files to save-dir (gzipped xml now)
Einar Johan Trøan Sømåen
2012-07-27
WINTERMUTE: Remove all unneccessary #if 0 blocks
Einar Johan Trøan Sømåen
2012-07-27
WINTERMUTE: Fix a Clang-warning
Einar Johan Trøan Sømåen
2012-07-27
WINTERMUTE: Get rid of almost all LLVM GCC 4.2 warnings.
Einar Johan Trøan Sømåen
2012-07-26
WINTERMUTE: More variable/function renaming VarName->varName
Einar Johan Trøan Sømåen
2012-07-26
WINTERMUTE: var_name -> varName
Einar Johan Trøan Sømåen
2012-07-26
WINTERMUTE: Run Astyle with add-braces to break one-line statements into easi...
Einar Johan Trøan Sømåen
2012-07-26
WINTERMUTE: AStyle-formatting.
Einar Johan Trøan Sømåen
2012-07-25
WINTERMUTE: "delete []" -> "delete[]"
Einar Johan Trøan Sømåen
2012-07-23
WINTERMUTE: Remove dcgf.h from almost all includes.
Einar Johan Trøan Sømåen
2012-07-23
WINTERMUTE: Clean out unused utils.
Einar Johan Trøan Sømåen
2012-07-22
WINTERMUTE: Fix a few issues in PathUtil, mainly getFileNameWithoutExtension ...
Einar Johan Trøan Sømåen
2012-07-21
WINTERMUTE: Get rid of the C-prefix for class-definitions.
Einar Johan Trøan Sømåen
2012-07-21
WINTERMUTE: Rename CamelCased filenames to prefixed_under_score-filenames
Einar Johan Trøan Sømåen
2012-07-20
WINTERMUTE: Disable ansiToWide for now, as the current implementation was wrong.
Einar Johan Trøan Sømåen
2012-07-20
WINTERMUTE: Rename PlatformSDL->platform_osystem
Einar Johan Trøan Sømåen
2012-07-19
WINTERMUTE: Change all folder-names to lowercase.
Einar Johan Trøan Sømåen
2012-07-19
WINTERMUTE: Use correct case for Rect32.h includes.
Einar Johan Trøan Sømåen
2012-07-09
WINTERMUTE: Change usage of Common::Rect to our own 32-bit variant.
Einar Johan Trøan Sømåen
2012-07-09
WINTERMUTE: Rename VarName->varName in WinterMute::Utils
Einar Johan Trøan Sømåen
2012-07-09
WINTERMUTE: Remove the rest of the WIN32-specifics
Einar Johan Trøan Sømåen
2012-07-09
WINTERMUTE: Cleanup and simplify StringUtil a bit.
Einar Johan Trøan Sømåen
2012-07-09
WINTERMUTE: Change RECT -> Common::Rect and POINT-> Common::Point, completing...
Einar Johan Trøan Sømåen
2012-07-09
WINTERMUTE: Remove most of the wintype-definitions.
Einar Johan Trøan Sømåen
2012-07-09
WINTERMUTE: Remove references to HWND
Einar Johan Trøan Sømåen
2012-07-09
WINTERMUTE: Compile ConvertUTF as C++
Einar Johan Trøan Sømåen
[next]