aboutsummaryrefslogtreecommitdiff
path: root/engines/wintermute/utils
AgeCommit message (Collapse)Author
2012-07-21WINTERMUTE: Get rid of the C-prefix for class-definitions.Einar Johan Trøan Sømåen
2012-07-21WINTERMUTE: Rename CamelCased filenames to prefixed_under_score-filenamesEinar Johan Trøan Sømåen
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-20WINTERMUTE: Disable ansiToWide for now, as the current implementation was wrong.Einar Johan Trøan Sømåen
An odd side-effect was that the script-function SetHoverCursor in AdItem would rename it's filenames from "folder\subfolder\filename.ext" to "folder'subfolder'filename.ext"
2012-07-20WINTERMUTE: Rename PlatformSDL->platform_osystemEinar Johan Trøan Sømåen
2012-07-19WINTERMUTE: Change all folder-names to lowercase.Einar Johan Trøan Sømåen
2012-07-19WINTERMUTE: Use correct case for Rect32.h includes.Einar Johan Trøan Sømåen
2012-07-09WINTERMUTE: Change usage of Common::Rect to our own 32-bit variant.Einar Johan Trøan Sømåen
2012-07-09WINTERMUTE: Rename VarName->varName in WinterMute::UtilsEinar Johan Trøan Sømåen
2012-07-09WINTERMUTE: Remove the rest of the WIN32-specificsEinar Johan Trøan Sømåen
2012-07-09WINTERMUTE: Cleanup and simplify StringUtil a bit.Einar Johan Trøan Sømåen
2012-07-09WINTERMUTE: Change RECT -> Common::Rect and POINT-> Common::Point, ↵Einar Johan Trøan Sømåen
completing the removal of Windows-specifics in wintypes.h
2012-07-09WINTERMUTE: Remove most of the wintype-definitions.Einar Johan Trøan Sømåen
2012-07-09WINTERMUTE: Remove references to HWNDEinar Johan Trøan Sømåen
2012-07-09WINTERMUTE: Compile ConvertUTF as C++Einar Johan Trøan Sømåen
2012-07-04WINTERMUTE: Rename FuncName->funcName and VarName->varName mainly in AdGame. ↵Einar Johan Trøan Sømåen
(But also all const char* Filename->filename)
2012-07-03WINTERMUTE: Rename FuncName->funcName in utilsEinar Johan Trøan Sømåen
2012-07-03WINTERMUTE: Rename FuncName->funcName in PathUtil and StringUtilEinar Johan Trøan Sømåen
2012-07-03WINTERMUTE: Mass-rename "Value"->"value"Einar Johan Trøan Sømåen
2012-07-02WINTERMUTE: Fix a mistake in StringUtilEinar Johan Trøan Sømåen
toLowerCase was doing toUpperCase.
2012-06-26WINTERMUTE: Fix a few warnings pointed out by [md5]Einar Johan Trøan Sømåen
2012-06-25WINTERMUTE: Remove std::replace from PathUtilEinar Johan Trøan Sømåen
2012-06-22WINTERMUTE: Get rid of a few warningsEinar Johan Trøan Sømåen
2012-06-22WINTERMUTE: Remove AdActorDir and fix buildEinar Johan Trøan Sømåen
2012-06-18WINTERMUTE: Fix StringUtil::StartsWithEinar Johan Trøan Sømåen
2012-06-15WINTERMUTE: Get rid of rand/srand.Einar Johan Trøan Sømåen
2012-06-15WINTERMUTE: Clean out some un-needed headers, and some ↵Einar Johan Trøan Sømåen
FORBIDDEN_SYMBOL_EXCEPTIONs
2012-06-15WINTERMUTE: Clean up the formatting in dctypes a bitEinar Johan Trøan Sømåen
2012-06-14WINTERMUTE: Add Ansi->ISO conversion for \' (quick hack to make ↵Einar Johan Trøan Sømåen
J.U.L.I.A.-demo look right)
2012-06-12WINTERMUTE: Clear out the debug-printing, so that it's actually readable.Einar Johan Trøan Sømåen
2012-06-08WINTERMUTE: Move FORBIDDEN_SYMBOL_EXCEPTION out of the headers and into the ↵Einar Johan Trøan Sømåen
CPP-files that still need it.
2012-06-03WINTERMUTE: Make text-measuring work without FreeType2.Einar Johan Trøan Sømåen
2012-06-02WINTERMUTE: Add folders for utils and videoEinar Johan Trøan Sømåen