Commit Graph

28 Commits

Author SHA1 Message Date
Einar Johan Trøan Sømåen
839c16e848 WINTERMUTE: Let TMEMBER_INT take int32, not int. 2013-04-20 17:16:56 +02:00
Einar Johan Trøan Sømåen
72d0affe01 WINTERMUTE: Rename transfer(void *) to transferPtr(void *) to avoid overload-misses. 2013-04-19 17:17:53 +02:00
Einar Johan Trøan Sømåen
454542eba1 WINTERMUTE: Even more formatting fixes. 2013-01-24 20:27:03 +01:00
Einar Johan Trøan Sømåen
c239b868da WINTERMUTE: More formatting fixes. 2013-01-24 20:17:17 +01:00
Einar Johan Trøan Sømåen
5d4d65d6d9 JANITORIAL: Fix ){ -> ) { 2013-01-24 20:15:13 +01:00
Einar Johan Trøan Sømåen
2507b5db8d WINTERMUTE: Fix formatting in persistent.h 2013-01-24 18:46:32 +01:00
Johannes Schickel
89abab97e3 JANITORIAL: Remove trailing whitespaces.
Powered by:
git ls-files "*.cpp" "*.h" "*.m" "*.mm" | xargs sed -i -e 's/[ \t]*$//'
2012-09-26 04:17:55 +02:00
Einar Johan Trøan Sømåen
07c27b775c WINTERMUTE: Cleanup the header-guards. 2012-08-31 20:00:32 +02:00
Einar Johan Trøan Sømåen
fed19cb66a WINTERMUTE: WinterMute -> Wintermute 2012-08-13 03:42:30 +02:00
Einar Johan Trøan Sømåen
8ed71a99f6 WINTERMUTE: Constructor(args): SuperClass(args) -> Constructor(args) : SuperClass(args) 2012-07-27 19:37:14 +02:00
Einar Johan Trøan Sømåen
b5a07fef8e WINTERMUTE: Get rid of the C-prefix for class-definitions. 2012-07-21 21:01:47 +02:00
Einar Johan Trøan Sømåen
5683f07633 WINTERMUTE: Rename CamelCased filenames to prefixed_under_score-filenames
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-21 19:15:33 +02:00
Einar Johan Trøan Sømåen
2292318026 WINTERMUTE: Cleanup some includes in persistency related classes. 2012-07-19 19:40:18 +02:00
Einar Johan Trøan Sømåen
113961fd2a WINTERMUTE: Change all folder-names to lowercase. 2012-07-19 19:29:15 +02:00
Einar Johan Trøan Sømåen
136ae9857f WINTERMUTE: Rename ERRORCODE (formerly HRESULT) to bool 2012-07-18 18:31:56 +02:00
Einar Johan Trøan Sømåen
1eea9ad1a3 WINTERMUTE: Remove most of the wintype-definitions. 2012-07-09 03:27:21 +02:00
Einar Johan Trøan Sømåen
c4fac37bd0 WINTERMUTE: Start removing useless Windows-only code, and the compiler-references. 2012-07-09 01:23:20 +02:00
Einar Johan Trøan Sømåen
3f9ff1791a WINTERMUTE: Rename FuncName->funcName in the Sys-classes. 2012-06-26 14:28:53 +02:00
Einar Johan Trøan Sømåen
e68ab9b572 WINTERMUTE: Make the ClassRegistry clean up after itself when returning to launcher 2012-06-25 15:13:34 +02:00
Einar Johan Trøan Sømåen
9f2c5385ba WINTERMUTE: Rename Persist->persist 2012-06-22 20:06:12 +02:00
Einar Johan Trøan Sømåen
2e34a25040 WINTERMUTE: Get rid of the global constructions. 2012-06-22 18:56:10 +02:00
Einar Johan Trøan Sømåen
221490a93d WINTERMUTE: Add subfolders for math, UI, tinyxml and Sys 2012-06-02 13:09:34 +02:00
Einar Johan Trøan Sømåen
e6729615ea WINTERMUTE: Move the B and Part files into Base/ 2012-06-02 13:09:24 +02:00
Einar Johan Trøan Sømåen
ba6a2ac66e WINTERMUTE: Run Astyle on code-files to reformat. 2012-06-02 13:01:15 +02:00
Eugene Sandulenko
28c78b956d WINTERMUTE: Mass rename m_FooBar -> _fooBar 2012-06-02 12:42:08 +02:00
Einar Johan Trøan Sømåen
b602b51160 WINTERMUTE: Add the files for the rest of the B-classes. 2012-06-02 12:12:22 +02:00
Einar Johan Trøan Sømåen
72a44cdc7b WINTERMUTE: Add the script-classes 2012-06-02 12:12:20 +02:00
Einar Johan Trøan Sømåen
997c5df430 WINTERMUTE: Add BBase and BParser, and make them compile. 2012-06-02 12:12:18 +02:00