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