aboutsummaryrefslogtreecommitdiff
path: root/engines/wintermute
AgeCommit message (Expand)Author
2012-07-20WINTERMUTE: Rename PlatformSDL->platform_osystemEinar Johan Trøan Sømåen
2012-07-19WINTERMUTE: Add a few missed path-changes (lowercasing folders)Einar Johan Trøan Sømåen
2012-07-19WINTERMUTE: Cleanup some includes in persistency related classes.Einar Johan Trøan Sømåen
2012-07-19WINTERMUTE: Change all folder-names to lowercase.Einar Johan Trøan Sømåen
2012-07-19WINTERMUTE: Move all the gfx-related files to a subfolder, and rename SDL->OS...Einar Johan Trøan Sømåen
2012-07-19WINTERMUTE: Replace a few non-persistent CBArrays with Common::ArrayEinar Johan Trøan Sømåen
2012-07-19WINTERMUTE: Correct 2 savegame-issuesEinar Johan Trøan Sømåen
2012-07-19WINTERMUTE: Remove SXStore from module.mkEinar Johan Trøan Sømåen
2012-07-19WINTERMUTE: Use correct case for Rect32.h includes.Einar Johan Trøan Sømåen
2012-07-18WINTERMUTE: Move a few noisy warnings over to debug-channels.Einar Johan Trøan Sømåen
2012-07-18WINTERMUTE: Use saveFileMan for removing saveFiles.Einar Johan Trøan Sømåen
2012-07-18WINTERMUTE: Make savegames use targetName as prefix.Einar Johan Trøan Sømåen
2012-07-18WINTERMUTE: Remove some useless spaces.Einar Johan Trøan Sømåen
2012-07-18WINTERMUTE: Rename the variables in BGame::LastClickInfoEinar Johan Trøan Sømåen
2012-07-18WINTERMUTE: Rename ERRORCODE (formerly HRESULT) to boolEinar Johan Trøan Sømåen
2012-07-18WINTERMUTE: Rename _dEBUG_ -> _debugEinar Johan Trøan Sømåen
2012-07-18WINTERMUTE: Rename the Game-variable to _gameRef/gameRefEinar Johan Trøan Sømåen
2012-07-18WINTERMUTE: Add detection for Reversion, Dead City and East Side Story (demo)Einar Johan Trøan Sømåen
2012-07-18WINTERMUTE: Disable dirty rects for now.Einar Johan Trøan Sømåen
2012-07-18WINTERMUTE: Add detection for The BoxEinar Johan Trøan Sømåen
2012-07-18WINTERMUTE: Add detection for Hamlet or the last game without MMORPS features...Einar Johan Trøan Sømåen
2012-07-18WINTERMUTE: Make Image-decoder-selection case-insensitiveEinar Johan Trøan Sømåen
2012-07-18WINTERMUTE: Alphabetize detection-tables.Einar Johan Trøan Sømåen
2012-07-18WINTERMUTE: Add detection for Actual Destination, Mirage and Ghost in the She...Einar Johan Trøan Sømåen
2012-07-18WINTERMUTE: Use proper gameids in detection.Einar Johan Trøan Sømåen
2012-07-18WINTERMUTE: Select PixelFormat for BFonTT depending on if we actually have a ...Einar Johan Trøan Sømåen
2012-07-18WINTERMUTE: Decrement the following tickets when removing an unused ticket.Einar Johan Trøan Sømåen
2012-07-18WINTERMUTE: Put some useable data in the BMP-headers used in saves, so the co...Einar Johan Trøan Sømåen
2012-07-17WINTERMUTE: Fix a VarName->varName in BFileManagerEinar Johan Trøan Sømåen
2012-07-17WINTERMUTE: Remove TSeek enumEinar Johan Trøan Sømåen
2012-07-17WINTERMUTE: Remove/comment out all ifdef __IPHONE occurencesEinar Johan Trøan Sømåen
2012-07-17WINTERMUTE: Remove SXStore, since it's only usefull on iOS.Einar Johan Trøan Sømåen
2012-07-17WINTERMUTE: Atleast stub SXFile to avoid using FORBIDDEN_SYMBOL_EXCEPTIONs.Einar Johan Trøan Sømåen
2012-07-17WINTERMUTE: Fix a few warnings from the past 2 commits.Einar Johan Trøan Sømåen
2012-07-17WINTERMUTE: Remove old unused function from BFileManagerEinar Johan Trøan Sømåen
2012-07-17WINTERMUTE: Revamp the sound-system, adding WAV-support and following the Scu...Einar Johan Trøan Sømåen
2012-07-17WINTERMUTE: Put in the VKEYs necessary to complete the white chamber.Einar Johan Trøan Sømåen
2012-07-16WINTERMUTE: Fix a regression with sprite-mirroring.Einar Johan Trøan Sømåen
2012-07-16WINTERMUTE: Fix a few issues with the renderTicket-solution, and enable it by...Einar Johan Trøan Sømåen
2012-07-16WINTERMUTE: Default to 1x ScalerEinar Johan Trøan Sømåen
2012-07-16WINTERMUTE: Make dirty-rect code do partial screen-updates instead of a singl...Einar Johan Trøan Sømåen
2012-07-16WINTERMUTE: Readd const to transparentSurface-shifts, and remove branches for...Einar Johan Trøan Sømåen
2012-07-16WINTERMUTE: Use 32bpp surfaces for drawing TTF-fonts.Einar Johan Trøan Sømåen
2012-07-10WINTERMUTE: Add detection for J.U.L.I.A.Einar Johan Trøan Sømåen
2012-07-09WINTERMUTE: Move font & particle emitter-related code to it's own subfolderEinar Johan Trøan Sømåen
2012-07-09WINTERMUTE: Rename a few missed VarName->varNames in AdInventoryBoxEinar Johan Trøan Sømåen
2012-07-09WINTERMUTE: Change usage of Common::Rect to our own 32-bit variant.Einar Johan Trøan Sømåen
2012-07-09WINTERMUTE: Reduce the includes and visibility in BGame a bit.Einar Johan Trøan Sømåen
2012-07-09WINTERMUTE: Use correct logic in drawFromTicketEinar Johan Trøan Sømåen
2012-07-09WINTERMUTE: Clean out some commented code in BSurfaceSDLEinar Johan Trøan Sømåen