Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-03-05 | WINTERMUTE: Return Common::String in getGameTargetName() | Tobia Tesan | |
2014-11-04 | WINTERMUTE: Introduce WMEGameDescription | Tobia Tesan | |
I aped what has been done with AGS: in engines/agi/detection.cpp, adding a struct that includes ADGameDescription at the beginning. This is also recommended in advancedDetector.h | |||
2014-02-18 | WINTERMUTE: Make GPL headers consistent in themselves. | Johannes Schickel | |
2013-08-04 | WINTERMUTE: Fix end of namespace comments. | Johannes Schickel | |
2013-07-31 | WINTERMUTE: Let engine know both gameid and language of target as well as ↵ | Einar Johan Trøan Sømåen | |
targetname. | |||
2013-04-18 | WINTERMUTE: Avoid including BaseGame in BaseFader. | Einar Johan Trøan Sømåen | |
2013-04-18 | WINTERMUTE: Split the timers from BaseGame into a separate class. | Einar Johan Trøan Sømåen | |
2013-04-18 | WINTERMUTE: Avoid including BaseGame in BaseViewport. | Einar Johan Trøan Sømåen | |
2013-04-18 | WINTERMUTE: Avoid including BaseGame in BaseFrame. | Einar Johan Trøan Sømåen | |
2013-01-24 | JANITORIAL: Fix ){ -> ) { | Einar Johan Trøan Sømåen | |
2012-09-26 | JANITORIAL: Remove trailing whitespaces. | Johannes Schickel | |
Powered by: git ls-files "*.cpp" "*.h" "*.m" "*.mm" | xargs sed -i -e 's/[ \t]*$//' | |||
2012-08-13 | WINTERMUTE: Add language-filtering for Czech, Italian, Polish and Russian. | Einar Johan Trøan Sømåen | |
No detection-support is added for those languages at this point though. | |||
2012-08-13 | WINTERMUTE: WinterMute -> Wintermute | Einar Johan Trøan Sømåen | |
2012-08-07 | WINTERMUTE: Remove g_wintermute. | Einar Johan Trøan Sømåen | |
2012-08-07 | WINTERMUTE: Save the random-seed as well. | Einar Johan Trøan Sømåen | |
2012-07-29 | WINTERMUTE: Add header-guards to BaseEngine | Einar Johan Trøan Sømåen | |
2012-07-29 | WINTERMUTE: Replace BaseRegistry with ConfMan | Einar Johan Trøan Sømåen | |
2012-07-29 | WINTERMUTE: Make the BaseEngine-singleton use Common::Singleton as super-class | Einar Johan Trøan Sømåen | |
2012-07-29 | WINTERMUTE: Introduce a Singleton-class for holding registry/filemanager. | Einar Johan Trøan Sømåen | |