Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-01-24 | WINTERMUTE: Even more formatting fixes. | Einar Johan Trøan Sømåen | |
2013-01-24 | WINTERMUTE: More formatting fixes. | Einar Johan Trøan Sømåen | |
2013-01-24 | JANITORIAL: Fix ){ -> ) { | Einar Johan Trøan Sømåen | |
2013-01-24 | WINTERMUTE: Fix formatting in persistent.h | Einar Johan Trøan Sømåen | |
2012-09-26 | JANITORIAL: Remove trailing whitespaces. | Johannes Schickel | |
Powered by: git ls-files "*.cpp" "*.h" "*.m" "*.mm" | xargs sed -i -e 's/[ \t]*$//' | |||
2012-08-31 | WINTERMUTE: Cleanup the header-guards. | Einar Johan Trøan Sømåen | |
2012-08-13 | WINTERMUTE: WinterMute -> Wintermute | Einar Johan Trøan Sømåen | |
2012-07-27 | WINTERMUTE: Constructor(args): SuperClass(args) -> Constructor(args) : ↵ | Einar Johan Trøan Sømåen | |
SuperClass(args) | |||
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 | |
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-19 | WINTERMUTE: Cleanup some includes in persistency related classes. | 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-18 | WINTERMUTE: Rename ERRORCODE (formerly HRESULT) to bool | 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: Start removing useless Windows-only code, and the ↵ | Einar Johan Trøan Sømåen | |
compiler-references. | |||
2012-06-26 | WINTERMUTE: Rename FuncName->funcName in the Sys-classes. | Einar Johan Trøan Sømåen | |
2012-06-25 | WINTERMUTE: Make the ClassRegistry clean up after itself when returning to ↵ | Einar Johan Trøan Sømåen | |
launcher | |||
2012-06-22 | WINTERMUTE: Rename Persist->persist | Einar Johan Trøan Sømåen | |
2012-06-22 | WINTERMUTE: Get rid of the global constructions. | Einar Johan Trøan Sømåen | |
2012-06-02 | WINTERMUTE: Add subfolders for math, UI, tinyxml and Sys | Einar Johan Trøan Sømåen | |
2012-06-02 | WINTERMUTE: Move the B and Part files into Base/ | Einar Johan Trøan Sømåen | |
2012-06-02 | WINTERMUTE: Run Astyle on code-files to reformat. | Einar Johan Trøan Sømåen | |
2012-06-02 | WINTERMUTE: Mass rename m_FooBar -> _fooBar | Eugene Sandulenko | |
2012-06-02 | WINTERMUTE: Add the files for the rest of the B-classes. | Einar Johan Trøan Sømåen | |
2012-06-02 | WINTERMUTE: Add the script-classes | Einar Johan Trøan Sømåen | |
2012-06-02 | WINTERMUTE: Add BBase and BParser, and make them compile. | Einar Johan Trøan Sømåen | |