aboutsummaryrefslogtreecommitdiff
path: root/engines/wintermute/utils/utils.h
AgeCommit message (Collapse)Author
2012-09-04WINTERMUTE: Convert CRLF to LFWillem Jan Palenstijn
2012-08-13WINTERMUTE: WinterMute -> WintermuteEinar Johan Trøan Sømåen
2012-07-29WINTERMUTE: Remove more unused utils.Einar Johan Trøan Sømåen
2012-07-26WINTERMUTE: More variable/function renaming VarName->varNameEinar Johan Trøan Sømåen
2012-07-23WINTERMUTE: Clean out unused utils.Einar Johan Trøan Sømåen
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-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: 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 references to HWNDEinar 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-06-02WINTERMUTE: Add folders for utils and videoEinar Johan Trøan Sømåen