aboutsummaryrefslogtreecommitdiff
path: root/engines/wintermute/BParser.cpp
AgeCommit message (Collapse)Author
2012-06-02WINTERMUTE: Fix Windows build under MSVC2010Einar 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: Mass rename m_FooBar -> _fooBarEugene Sandulenko
2012-06-02WINTERMUTE: 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-02WINTERMUTE: Add BBase and BParser, and make them compile.Einar Johan Trøan Sømåen