aboutsummaryrefslogtreecommitdiff
path: root/engines/wintermute/persistent.cpp
AgeCommit message (Collapse)Author
2012-08-13WINTERMUTE: WinterMute -> WintermuteEinar Johan Trøan Sømåen
2012-07-27WINTERMUTE: Clear out a few warning()sEinar Johan Trøan Sømåen
2012-07-23WINTERMUTE: Clean up a few includes.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: Fix a few Upper_case filenames that got missed in the last commit.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: Cleanup some includes in persistency related classes.Einar Johan Trøan Sømåen
2012-07-19WINTERMUTE: Change all folder-names to lowercase.Einar Johan Trøan Sømåen
2012-07-17WINTERMUTE: Remove SXStore, since it's only usefull on iOS.Einar Johan Trøan Sømåen
2012-07-09WINTERMUTE: Move font & particle emitter-related code to it's own subfolderEinar Johan Trøan Sømåen
2012-06-26WINTERMUTE: Rename FuncName->funcName in the Sys-classes.Einar Johan Trøan Sømåen
2012-06-25WINTERMUTE: Make the ClassRegistry clean up after itself when returning to ↵Einar Johan Trøan Sømåen
launcher
2012-06-22WINTERMUTE: Remove BEvent.Einar Johan Trøan Sømåen
2012-06-22WINTERMUTE: Get rid of the global constructions.Einar Johan Trøan Sømåen