aboutsummaryrefslogtreecommitdiff
path: root/engines/wintermute/PartEmitter.cpp
AgeCommit message (Collapse)Author
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 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 in the Particle-stuff, now everything links, and the ↵Einar Johan Trøan Sømåen
AdGame-constructor starts.