aboutsummaryrefslogtreecommitdiff
path: root/engines/wintermute/base
AgeCommit message (Expand)Author
2013-01-24WINTERMUTE: Remove commented out code.Einar Johan Trøan Sømåen
2013-01-24WINTERMUTE: Return something from repeatLastDisplayOpEinar Johan Trøan Sømåen
2013-01-24WINTERMUTE: Fix a leak in sound-file loading.Einar Johan Trøan Sømåen
2013-01-24WINTERMUTE: Delete the _dirtyRect-field of BaseRenderOSystem in the destructor.Einar Johan Trøan Sømåen
2013-01-24WINTERMUTE: Delete the renderTickets when deleting BaseRenderOSystemEinar Johan Trøan Sømåen
2013-01-24WINTERMUTE: Don't scale 2Bpp images with code aimed at 4BppEinar Johan Trøan Sømåen
2013-01-24WINTERMUTE: Don't draw tickets instantly.Einar Johan Trøan Sømåen
2013-01-24WINTERMUTE: Further improve UITiledImage-drawing.Einar Johan Trøan Sømåen
2013-01-23WINTERMUTE: Fix double delete of TTFs.Einar Johan Trøan Sømåen
2013-01-23WINTERMUTE: Store savegame-thumbs in game-specific sizes too.Einar Johan Trøan Sømåen
2013-01-23WINTERMUTE: Use FreeSans from ScummModern.zip if the requested font is unavai...Einar Johan Trøan Sømåen
2013-01-23WINTERMUTE: Fix incorrect reversion of code in BaseRenderOSystem::drawLine()Filippos Karapetis
2013-01-23WINTERMUTE: Fix invalid reads and crashes in BaseRenderOSystem::drawSurface()Filippos Karapetis
2013-01-22WINTERMUTE: Use prefix-operators on iterators.Einar Johan Trøan Sømåen
2013-01-22WINTERMUTE: Store larger thumbnails (Bump Savegame-version to 1.2.0.0)Einar Johan Trøan Sømåen
2013-01-22WINTERMUTE: Mark drawLine as unused with dirty-rects.Einar Johan Trøan Sømåen
2013-01-22WINTERMUTE: Guard ConfMan a bit better.Einar Johan Trøan Sømåen
2013-01-22WINTERMUTE: Store MasterVolume in % instead of 0-255 to ConfMan.Einar Johan Trøan Sømåen
2013-01-22WINTERMUTE: Add a hack to skip a single frame after saving/loading. (Fix Bug:...Einar Johan Trøan Sømåen
2013-01-22WINTERMUTE: Remove unneccessary include.Einar Johan Trøan Sømåen
2013-01-22WINTERMUTE: Lie to the scripts about the exact master volume-% to avoid round...Einar Johan Trøan Sømåen
2013-01-22WINTERMUTE: Properly create WAV-substreams, (fix bug #3592165)Einar Johan Trøan Sømåen
2013-01-09WINTERMUTE: Fix const away cast warning.Johannes Schickel
2012-12-16WINTERMUTE: Don't check the entire ticket-queue for every ticket.Einar Johan Trøan Sømåen
2012-12-16WINTERMUTE: Move draw-code to render_ticket.cppEinar Johan Trøan Sømåen
2012-12-13WINTERMUTE: Fix a memory-leak in the thumb-nail loading.Einar Johan Trøan Sømåen
2012-12-13WINTERMUTE: Split renderTicket into a separate file.Einar Johan Trøan Sømåen
2012-12-13WINTERMUTE: Avoid unneccessary alpha-blits when using dirty-rects.Einar Johan Trøan Sømåen
2012-12-13WINTERMUTE: Scale thumbs to kThumbNailWidth/kThumbNailHeightEinar Johan Trøan Sømåen
2012-12-13WINTERMUTE: Implement simple sprite-batching to speed up tileImage-drawing.Einar Johan Trøan Sømåen
2012-12-13WINTERMUTE: Further optimize drawTicket-checking.Einar Johan Trøan Sømåen
2012-12-13WINTERMUTE: Correct the char-code check in BaseKeyboardStateEinar Johan Trøan Sømåen
2012-12-13WINTERMUTE: Check renderTicket-owner before anything else.Einar Johan Trøan Sømåen
2012-12-13WINTERMUTE: Use ascii for detecting printable-characters instead of Keycode.Einar Johan Trøan Sømåen
2012-12-09WINTERMUTE: Fix a gcc warningMatthew Hoops
2012-12-09WINTERMUTE: Mark savedGameExt and localSaveDir for eventual removal.Einar Johan Trøan Sømåen
2012-12-09WINTERMUTE: Remove unused include in BaseGameEinar Johan Trøan Sømåen
2012-12-09WINTERMUTE: Remove code moved in previous commit.Einar Johan Trøan Sømåen
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