aboutsummaryrefslogtreecommitdiff
path: root/engines/wintermute/base
AgeCommit message (Expand)Author
2019-07-16WINTERMUTE: Fix File.WriteText methodlolbot-iichan
2019-07-16WINTERMUTE: Implement loading files using SavefileManagerlolbot-iichan
2019-07-16WINTERMUTE: Implement saving files using SavefileManagerlolbot-iichan
2019-07-16WINTERMUTE: Fix assertion in Hamlet gamelolbot-iichan
2019-07-16WINTERMUTE: Add dummy implementation of Directory global objectlolbot-iichan
2019-07-14WINTERMUTE: Huge update of detection tables (#1748)lolbot-iichan
2019-07-02WINTERMUTE: Fix slider bugs in several gameslolbot-iichan
2019-06-30COMMON & WINTERMUTE: Use non-1252 for 125X games (PR 1698)lolbot-iichan
2019-06-27WINTERMUTE: Do not optimize out alpha blits on rotationlolbot-iichan
2019-06-26WINTERMUTE: Implement Game.OpenDocument() methodlolbot-iichan
2019-06-25WINTERMUTE: Add lots of entries to detection table and refactor handling of l...lolbot-iichan
2019-06-25WINTERMUTE: Add workaround for sprite glitch at Rosemary gamelolbot-iichan
2019-06-25WINTERMUTE: Add comments + warning() for IsKeyDown() methodlolbot-iichan
2019-06-25WINTERMUTE: Add more details in openDiskFile() commentlolbot-iichan
2019-06-25WINTERMUTE: Add debugN + comment for getNumScripts()lolbot-iichan
2019-06-25WINTERMUTE: Support even more keycodes at IsKeyDown()lolbot-iichan
2019-06-25WINTERMUTE: Handle enum in GetNumScriptslolbot-iichan
2019-06-25WINTERMUTE: Fix IsKeyDown to work with ASCIIlolbot-iichan
2019-06-25WINTERMUTE: Hardcode known path prefix for tanya2lolbot-iichan
2019-06-18WINTERMUTE: Fix Split() method of ext_stringlolbot-iichan
2019-06-06WINTERMUTE: Show warning on running 2.5D gameslolbot-iichan
2019-05-18WINTERMUTE: Fix fill rect area on endSaveLoad()lolbot-iichan
2018-12-25WINTERMUTE: Attempt to load fallback fonts from fonts.datCameron Cawley
2018-09-16WINTERMUTE: Flush ConfMan to disk on every change (#1314)lolbot-iichan
2018-08-23WINTERMUTE: Check keyboard state array indexlolbot-iichan
2018-08-23WINTERMUTE: Support more key codes for mappinglolbot-iichan
2018-08-23WINTERMUTE: Fix printable flag for keyboard statelolbot-iichan
2018-07-03WINTERMUTE: Use degree conversion common math funcsDavid Fioramonti
2018-05-20WINTERMUTE: Update deg2rad usageDavid Fioramonti
2018-05-19WINTERMUTE: Properly fix handling of Ogg Vorbis resourcesAdrian Frühwirth
2018-05-19WINTERMUTE: Fix loading Vorbis filesCameron Cawley
2018-05-17WINTERMUTE: Add flag for games using low-spec resources.JenniBee
2018-05-01WINTERMUTE: Push down the AD includesBastien Bouclet
2018-04-19JANITORIAL: Fix whitespaceAdrian Frühwirth
2018-04-15JANITORIAL: Indent GFXTransaction code blocksAdrian Frühwirth
2017-07-10Revert "COMMON: Change way the Singleton instances are instantiated"Eugene Sandulenko
2017-07-10COMMON: Change way the Singleton instances are instantiatedThierry Crozat
2016-12-26WINTERMUTE: Fix references to TransparentSurface templatesEugene Sandulenko
2016-12-26Merge pull request #874 from tobiatesan/fix_getfilename_cr5Eugene Sandulenko
2016-12-26WINTERMUTE: Use PathUtil::normalizeFileName in correctSlashesTobia Tesan
2016-12-26WINTERMUTE: Don't mix different path separators.Ryper_Zsolt
2016-12-26WINTERMUTE: Call BILINEAR/NEAREST rotoscale and scale according to game optionTobia Tesan
2016-12-26WINTERMUTE: Add _bilinearFiltering attribute to BaseGameTobia Tesan
2016-11-12Merge pull request #732 from tobiatesan/fix_6594Eugene Sandulenko
2016-10-07WINTERMUTE: Change in-engine thumbnail-defaults.Einar Johan Trøan Sømåen
2016-08-22WINTERMUTE: Fix compilation with MSVCFilippos Karapetis
2016-07-24WINTERMUTE: Fix compilationEugene Sandulenko
2016-07-24Merge pull request #687 from tobiatesan/wme_debugger_rewriteEugene Sandulenko
2016-05-08WINTERMUTE: Add missing parameterEugene Sandulenko
2016-04-23Merge pull request #728 from tobiatesan/fix_oggEinar Johan Trøan Sømåen