aboutsummaryrefslogtreecommitdiff
path: root/engines/wintermute/coll_templ.h
AgeCommit message (Expand)Author
2014-02-18WINTERMUTE: Make GPL headers consistent in themselves.Johannes Schickel
2013-11-05WINTERMUTE: Transfer Const Char* explicitly when saving/loading.Einar Johan Trøan Sømåen
2013-11-05WINTERMUTE: Transfer Char* explicitly when saving/loading.Einar Johan Trøan Sømåen
2013-11-05WINTERMUTE: Transfer Sint32s explicitly when saving/loading.Einar Johan Trøan Sømåen
2013-08-04WINTERMUTE: Fix end of namespace comments.Johannes Schickel
2013-04-20WINTERMUTE: Use int32 in coll_templ.hEinar Johan Trøan Sømåen
2013-04-19WINTERMUTE: Rename transfer(void *) to transferPtr(void *) to avoid overload-...Einar Johan Trøan Sømåen
2012-09-04WINTERMUTE: Convert CRLF to LFWillem Jan Palenstijn
2012-08-31WINTERMUTE: Use ++it instead of it++Einar Johan Trøan Sømåen
2012-08-31WINTERMUTE: Cleanup the header-guards.Einar Johan Trøan Sømåen
2012-08-31WINTERMUTE: Replace col_templ's getSize with Common::Array::size()Einar Johan Trøan Sømåen
2012-08-31WINTERMUTE: Correct some endif-comments.Einar Johan Trøan Sømåen
2012-08-31WINTERMUTE: Replace qsort with Common::sortEinar Johan Trøan Sømåen
2012-08-13WINTERMUTE: WinterMute -> WintermuteEinar Johan Trøan Sømåen
2012-07-26WINTERMUTE: Replace BaseArray with a templated subclass of Common::Array.Einar Johan Trøan Sømåen
2012-07-23WINTERMUTE: Encapsulate and distance BasePersistenceManager from Base.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
2012-07-19WINTERMUTE: Change all folder-names to lowercase.Einar Johan Trøan Sømåen
2012-07-18WINTERMUTE: Rename ERRORCODE (formerly HRESULT) to boolEinar Johan Trøan Sømåen
2012-07-09WINTERMUTE: Rename FuncName->funcName in coll_templ.hEinar Johan Trøan Sømåen
2012-07-09WINTERMUTE: Remove most of the wintype-definitions.Einar Johan Trøan Sømåen
2012-06-22WINTERMUTE: Rename Persist->persistEinar Johan Trøan Sømåen
2012-06-22WINTERMUTE: Rename the functions and arguments in BPersistMgrEinar Johan Trøan Sømåen
2012-06-02WINTERMUTE: Move the B and Part files into Base/Einar Johan Trøan Sømåen
2012-06-02WINTERMUTE: Remove a few defines from wintypes.hEinar Johan Trøan Sømåen
2012-06-02WINTERMUTE: Remove a few warnings.Einar Johan Trøan Sømåen
2012-06-02WINTERMUTE: Run Astyle on code-files to reformat.Einar Johan Trøan Sømåen
2012-06-02WINTERMUTE: Mass rename m_FooBar -> _fooBarEugene Sandulenko
2012-06-02WINTERMUTE: Add BBase and BParser, and make them compile.Einar Johan Trøan Sømåen