aboutsummaryrefslogtreecommitdiff
path: root/engines/wintermute/base
AgeCommit message (Expand)Author
2012-12-09WINTERMUTE: Move "GetSoundLength" to BaseGameMusicEinar Johan Trøan Sømåen
2012-12-09WINTERMUTE: Split out the music-related functionality of BaseGame to a separa...Einar Johan Trøan Sømåen
2012-12-09WINTERMUTE: Only warn about drawLine once.Einar Johan Trøan Sømåen
2012-12-09WINTERMUTE: Fix the rest of the Common:sort comparators.Einar Johan Trøan Sømåen
2012-12-09WINTERMUTE: Use uint32 to fix warning in drawTickets()Einar Johan Trøan Sømåen
2012-12-09WINTERMUTE: Fix Object-sorting in scenes.Einar Johan Trøan Sømåen
2012-12-03WINTERMUTE: Enable dirty rects by default.Einar Johan Trøan Sømåen
2012-12-03WINTERMUTE: Const-ify member-functions that obviously should be const.Einar Johan Trøan Sømåen
2012-12-03WINTERMUTE: Privatize members in BaseKeyboardStateEinar Johan Trøan Sømåen
2012-12-02WINTERMUTE: Avoid including script_ext_math.h in base_game.cppEinar Johan Trøan Sømåen
2012-12-02WINTERMUTE: Fix a warning from buildbot.Einar Johan Trøan Sømåen
2012-12-02WINTERMUTE: Correct wrong logic in last commit.Einar Johan Trøan Sømåen
2012-12-02WINTERMUTE: Make dirty rect-rendering available in config-file.Einar Johan Trøan Sømåen
2012-12-02WINTERMUTE: Fix a warning.Einar Johan Trøan Sømåen
2012-12-02WINTERMUTE: Draw invalid tickets too (as they must have become invalid AFTER ...Einar Johan Trøan Sømåen
2012-12-02WINTERMUTE: Reset renderTicket-system on SaveGame-loadEinar Johan Trøan Sømåen
2012-12-02WINTERMUTE: Reset _wantsDraw when no part of the screen is dirty.Einar Johan Trøan Sømåen
2012-12-02WINTERMUTE: Make the TTF-cache actually use LRU.Einar Johan Trøan Sømåen
2012-10-23WINTERMUTE: Convert ' correctly from CP1252Einar Johan Trøan Sømåen
2012-10-22WINTERMUTE: Avoid using __DATE__ and __TIME__ in-engineEinar Johan Trøan Sømåen
2012-09-29WINTERMUTE: Make scGetProperty use Common::String& instead of const char*Einar Johan Trøan Sømåen
2012-09-28WINTERMUTE: Privatize variables in BaseQuickMsgEinar Johan Trøan Sømåen
2012-09-28WINTERMUTE: Privatize variables in BaseRegion and BaseSubFrameEinar Johan Trøan Sømåen
2012-09-28WINTERMUTE: Privatize variables in BaseFrame and BaseSpriteEinar Johan Trøan Sømåen
2012-09-28WINTERMUTE: Privatize variables in BaseFaderEinar Johan Trøan Sømåen
2012-09-28WINTERMUTE: Privatise member-variables in BaseDynamicBufferEinar Johan Trøan Sømåen
2012-09-26JANITORIAL: Remove trailing whitespaces.Johannes Schickel
2012-09-24WINTERMUTE: Fix leakWillem Jan Palenstijn
2012-09-15WINTERMUTE: Disable aspect-ratio correction for now.Einar Johan Trøan Sømåen
2012-09-11WINTERMUTE: Remove a few more unused includes.Einar Johan Trøan Sømåen
2012-09-11WINTERMUTE: Remove unneccessary includes of base_file.hEinar Johan Trøan Sømåen
2012-09-11WINTERMUTE: Only include base_renderer.h where neededEinar Johan Trøan Sømåen
2012-09-04WINTERMUTE: Convert CRLF to LFWillem Jan Palenstijn
2012-09-04Revert "WINTERMUTE: Fix compilation when vorbis isn't available"Johannes Schickel
2012-09-04Revert "WINTERMUTE: Remove extra semicolon."Johannes Schickel
2012-09-04WINTERMUTE: Replace VKeyCodes constant names.Johannes Schickel
2012-09-04WINTERMUTE: Remove extra semicolon.Johannes Schickel
2012-09-04WINTERMUTE: Fix compilation when vorbis isn't availableFilippos Karapetis
2012-09-04WINTERMUTE: Fix a warning with MSVCFilippos Karapetis
2012-09-01WINTERMUTE: Fix various comments.Einar Johan Trøan Sømåen
2012-08-31WINTERMUTE: Use tabs in enumsEinar Johan Trøan Sømåen
2012-08-31WINTERMUTE: Even more fixes to header-guards.Einar Johan Trøan Sømåen
2012-08-31WINTERMUTE: Fix a type in the header-guard-fix for base_active_rect.hEinar Johan Trøan Sømåen
2012-08-31WINTERMUTE: Fix warningsEinar Johan Trøan Sømåen
2012-08-31WINTERMUTE: Use ++it instead of it++Einar Johan Trøan Sømåen
2012-08-31WINTERMUTE: General cleanupEinar Johan Trøan Sømåen
2012-08-31WINTERMUTE: Cleanup the header-guards.Einar Johan Trøan Sømåen
2012-08-31WINTERMUTE: Replace col_templ's getSize with Common::Array::size()Einar Johan Trøan Sømåen
2012-08-31WINTERMUTE: Use <math.h> instead of <cmath>Einar Johan Trøan Sømåen
2012-08-31WINTERMUTE: Replace qsort with Common::sortEinar Johan Trøan Sømåen