aboutsummaryrefslogtreecommitdiff
path: root/engines/saga
AgeCommit message (Expand)Author
2008-12-07Disabled more debug codeFilippos Karapetis
2008-12-06- Prevented direct reference to the back buffer in many cases (apart from a f...Filippos Karapetis
2008-12-06CleanupFilippos Karapetis
2008-12-06Fixed compilation when SAGA_DEBUG is definedFilippos Karapetis
2008-12-06Also remove explicit surface passing to IsoMap::draw()Filippos Karapetis
2008-12-06All the screen drawing functions draw to the back buffer, so there is no poin...Filippos Karapetis
2008-12-06CleanupFilippos Karapetis
2008-12-05Removed unused variableFilippos Karapetis
2008-12-05Removed more unneeded test codeFilippos Karapetis
2008-12-04CleanupFilippos Karapetis
2008-12-04Do not redraw the whole scene if an overlay is drawn above itFilippos Karapetis
2008-12-04Removed more test code and performed some cleanupFilippos Karapetis
2008-12-04Disabled all the test functions in SAGA. They can be enabled again by definin...Filippos Karapetis
2008-12-03Fix compiler warningMax Horn
2008-11-29Remove warnings from NDS build.Robin Watts
2008-11-23Corrected wrong extended characters provided in the translated hardcoded stri...Filippos Karapetis
2008-11-18CleanupFilippos Karapetis
2008-11-16Fixed various g++ warnings ("format not a string literal and no format argume...Johannes Schickel
2008-11-14Committed my patch #2123680 "SDL: Backend transaction / rollback support".Johannes Schickel
2008-11-14Some corrections, based on observations from bug report #2284298 - "SAGA: Com...Filippos Karapetis
2008-11-14Reverted change I accidentally made to the SAGA engine when committing the SCUMMTorbjörn Andersson
2008-11-14Committed my own patch #2278665 ("SCUMM: Font data in old SCUMM games") to getTorbjörn Andersson
2008-11-14Fixing compilationSven Hesse
2008-11-14Cleanup and simplification of the resource loading codeFilippos Karapetis
2008-11-13Fix for bug #2277597 - "ITE: Classic Mac alternate md5sums / Voices not detec...Filippos Karapetis
2008-11-13Fixed crash when returning to launcher from the GMMFilippos Karapetis
2008-11-13Added better checks for the current music status in pauseEngineIntern()Filippos Karapetis
2008-11-11Fixed warning. (GCC doesn't like the variable 'isPaused' because there alread...Torbjörn Andersson
2008-11-11Implemented pauseEngineIntern() for the SAGA engineFilippos Karapetis
2008-11-10CleanupFilippos Karapetis
2008-11-10SAGA save games now contain thumbnails and creation date/time (visible from ...Filippos Karapetis
2008-11-10Limit places where saving from the GMM is permittedFilippos Karapetis
2008-11-09- The GMM save dialog is now working for all engines which support the approp...Filippos Karapetis
2008-11-07Saving a game from GMM is now working for the SAGA engine, though the descrip...Filippos Karapetis
2008-11-06Switched various Engine APIs to use Common::ErrorMax Horn
2008-11-05Got rid of the unused 'filename' attribute in SaveStateDescriptorMax Horn
2008-11-04Fixed the EngineFeature vs. MetaEngineFeature mess, clarified some EngineFeat...Max Horn
2008-11-03Patch #2122869: ALL: Common load dialogMax Horn
2008-10-27Removed FIXME and reverted commit #34855, as it's now possible to add a subfo...Filippos Karapetis
2008-10-26Using getChild() with getChild() throws an assertion (a regression of the lat...Filippos Karapetis
2008-10-26Renamed engine feature kSupportsDirectLoad to kSupportsLoadingDuringStartup, ...Filippos Karapetis
2008-10-06Added new type Engine::Feature; pushed down some #include dependenciesMax Horn
2008-10-02Engine class changed:Max Horn
2008-09-30Fix crash when starting ITE, a regression from commit #34705Filippos Karapetis
2008-09-30Fixed crash when starting IHNM, a regression from commit #34693Filippos Karapetis
2008-09-30SAGA: Some code cleanupMax Horn
2008-09-30Renamed Engine::quit to Engine::shouldQuit (previously, it was easily confuse...Max Horn
2008-09-30Added multiple new open() methods to Common::File, which make it possible to ...Max Horn
2008-09-30SAGA: Forgot to commit saga.hMax Horn
2008-09-30SAGA: Removed patchesCount from SAGAGameDescriptionMax Horn