aboutsummaryrefslogtreecommitdiff
path: root/engines/wintermute/AdItem.h
AgeCommit message (Collapse)Author
2012-06-02WINTERMUTE: Solve some const-char related warnings.Einar Johan Trøan Sømåen
2012-06-02WINTERMUTE: Unify license-headers, and header-guards.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: Add const to even more char* (Possibly the last ones)Einar Johan Trøan Sømåen
2012-06-02WINTERMUTE: Add const to even more char-pointers.Einar Johan Trøan Sømåen
2012-06-02WINTERMUTE: Add const to almost all char *Filename instances.Einar Johan Trøan Sømåen
Although done semi-automatically, almost all of these accesses don't need write-access to the string, this simplifies debugging a bit, and opens the possibility of adding in Common::String as a replacement down the line. This DOES change quite a bit of code, and has regressions wrt drawing, probably some super-classes don't fully match their sub-classes wrt virtual functions any more.
2012-06-02WINTERMUTE: Mass rename m_FooBar -> _fooBarEugene Sandulenko
2012-06-02WINTERMUTE: Add the AD-classfilesEinar Johan Trøan Sømåen