aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2012-07-09WINTERMUTE: Delay Image-load until the data is needed.Einar Johan Trøan Sømåen
2012-07-09WINTERMUTE: Rename a few missed VarNames -> varNames in BFileManagerEinar Johan Trøan Sømåen
2012-07-09WINTERMUTE: Rename FuncName->funcName in coll_templ.hEinar Johan Trøan Sømåen
2012-07-09WINTERMUTE: Rename VarName->varName in WinterMute::UtilsEinar Johan Trøan Sømåen
2012-07-09WINTERMUTE: Remove the rest of the WIN32-specificsEinar Johan Trøan Sømåen
2012-07-09WINTERMUTE: Cleanup and simplify StringUtil a bit.Einar Johan Trøan Sømåen
2012-07-09WINTERMUTE: Change RECT -> Common::Rect and POINT-> Common::Point, completing...Einar Johan Trøan Sømåen