Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-06-02 | WINTERMUTE: Solve some const-char related warnings. | Einar Johan Trøan Sømåen | |
2012-06-02 | WINTERMUTE: Remove a few of the __WIN32__ macros. | Einar Johan Trøan Sømåen | |
2012-06-02 | WINTERMUTE: Handle a few more forbidden symbols. | 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 even more char-pointers. | 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: Comment out Mac OS X specific code. | 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: Cleanup the debug-warnings a bit. | Einar Johan Trøan Sømåen | |
2012-06-02 | WINTERMUTE: Correct assumptions about PathUtil::GetExtension | Einar Johan Trøan Sømåen | |
This puts it in line with Common::lastPathComponent, i.e. not including the '.' | |||
2012-06-02 | WINTERMUTE: Make BPkgFile use zlib-streams and substreams. | Einar Johan Trøan Sømåen | |
Note that there is still much that could be simplified here by using substreams more extensively, instead of the specific WinterMute-solutions that are currently in place for dcp-files. | |||
2012-06-02 | WINTERMUTE: Mass rename m_FooBar -> _fooBar | Eugene Sandulenko | |
2012-06-02 | WINTERMUTE: Add in the Particle-stuff, now everything links, and the ↵ | Einar Johan Trøan Sømåen | |
AdGame-constructor starts. | |||
2012-06-02 | WINTERMUTE: One big and ugly commit that resolves most of the forbidden-symbols. | Einar Johan Trøan Sømåen | |
The StringUtils aren't complete or tested, and the SysClasses are a hack, and there are a few "FORBIDDEN_SYMBOL_EXCEPTIONS". Expect this commit to need a bunch of cleanup going forwards. | |||
2012-06-02 | WINTERMUTE: Add most of the missing classes to the 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 | |