aboutsummaryrefslogtreecommitdiff
path: root/engines/wintermute/BSurfaceSDL.cpp
AgeCommit message (Collapse)Author
2012-06-02WINTERMUTE: Make Sprites draw again.Einar 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: 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: Remove a few SDL-includes.Einar Johan Trøan Sømåen
2012-06-02WINTERMUTE: Make the messiest warnings warn just once.Einar Johan Trøan Sømåen
2012-06-02WINTERMUTE: Make the engine atleast draw something.Einar Johan Trøan Sømåen
2012-06-02WINTERMUTE: Cleanup the debug-warnings a bit.Einar Johan Trøan Sømåen
2012-06-02WINTERMUTE: Make BSurfaceSDL init its filename again.Einar Johan Trøan Sømåen
2012-06-02WINTERMUTE: Mass rename m_FooBar -> _fooBarEugene Sandulenko
2012-06-02WINTERMUTE: Add BSurfaceSDL to buildEinar Johan Trøan Sømåen
2012-06-02WINTERMUTE: Add the files for the rest of the B-classes.Einar Johan Trøan Sømåen