aboutsummaryrefslogtreecommitdiff
path: root/engines
AgeCommit message (Expand)Author
2008-08-08Hopefully allow quiting at any stage AGOS engines games again.Travis Howell
2008-08-07fix for bug #2040484: TOUCHE: Graphic glitch with long answer optionsGregory Montoir
2008-08-07fix for bug #2040311: TOUCHE: Missing characters in the spanish versionGregory Montoir
2008-08-07Implemented game speed changing by pressing - or + to e.g. ease testing.Kari Salminen
2008-08-07Added precautionary tests to background scrolling function in Operation Steal...Kari Salminen
2008-08-07Made drawPlainBox handle border cases so it won't corrupt memory so easily. T...Kari Salminen
2008-08-07Fix for popup boxes sometimes blocking animation when they shouldn't in Opera...Kari Salminen
2008-08-07Initialise the _sound object. Otherwise, ScummVM crashes for me if I use a na...Torbjörn Andersson
2008-08-07smartphone-specific code not needed anymoreKostas Nakos
2008-08-06HACK: In Operation Stealth after the first arcade sequence jump player's posi...Kari Salminen
2008-08-06Tiny comment update to loadCt-opcodes: Load collision table data.Kari Salminen
2008-08-06Renamed page3Raw to collisionPage so it's more apparent what it does.Kari Salminen
2008-08-06Add 320x200 screen bounds checking to Operation Stealth's checkCollision func...Kari Salminen
2008-08-06HACK: Force oxygen to maximum during Operation Stealth's first arcade sequence.Kari Salminen
2008-08-06Do not query savestates which obviously do not exist (to shut up bogus consol...Max Horn
2008-08-06Workaround for bug #2016521 (DOTT: Bernard impersonating LaVerne)Max Horn
2008-08-06SCUMM: Renamed inventoryScript -> inventoryScriptIndy3MacMax Horn
2008-08-05Workaround for missing player character animation when exiting the airport in...Kari Salminen
2008-08-05Made rest of resource loading functions used in loadResource return -1 on error.Kari Salminen
2008-08-05Add detection entry for a previously unrecognized 16 color PC version of Oper...Kari Salminen
2008-08-05SCUMM: cleanup SaveLoadChooser::updateInfos codeMax Horn
2008-08-05SCUMM: Don't try to load metadata for slot -1 (i.e. don't try to load metadat...Max Horn
2008-08-05Fix prompt updating regression introduced in r32257:Kari Salminen
2008-08-05Output errors on (some) missing files.Johannes Schickel
2008-08-05Changed implementation parameters/return values to match definition.Johannes Schickel
2008-08-04Fix for misplaced objects in mouse object selection (Operation Stealth specif...Kari Salminen
2008-08-04Added Italian translation for the load confirmation window in IHNMFilippos Karapetis
2008-08-04SCUMM: Only try to load savefile metadata from slots >= 0Max Horn
2008-08-04Turned InSaveFile & OutSaveFile into simple typedefsMax Horn
2008-08-04Remove debug left over.Travis Howell
2008-08-03fix last commit (invalid kyra.dat game features for HOFCD)Florian Kagerer
2008-08-03Added detection entries for kyra2 cd italian fan translation (see fr#2003504 ...Johannes Schickel
2008-08-03add support for HOF Italian fan translation to kyra.datFlorian Kagerer
2008-08-03Fix bug #2011470: "DRASCULA: slowdown when you hold mouse buttons"Eugene Sandulenko
2008-08-03Fix bug #2017432: "DRASCULA: Typing is slow when you save a game"Eugene Sandulenko
2008-08-03Fixed bug #1995033 ("BASS: BG Sound stopped on opening item list"). ApparentlyTorbjörn Andersson
2008-08-03Fixed bug #1995022 ("BASS: wrong displayed 2 line text").Torbjörn Andersson
2008-08-03Fixed bug that prevented upper-case letters from being used in savegame names.Torbjörn Andersson
2008-08-03Shut up MSVC warning about mgY being an unreferenced local variable.Kari Salminen
2008-08-03Fixed #2021902 ("DRASCULA: Can't adjust the volume inside the game"). I can'tTorbjörn Andersson
2008-08-02add non-interactive lol demoFlorian Kagerer
2008-08-02Renamed Tinsel v1->v0 (used in the demo only), and v2->v1, to avoid confusion...Max Horn
2008-08-02Fix for bug #1945335: "SCUMM: Invalid charset id can be stored".Eugene Sandulenko
2008-08-02Fix bug #1879606: "MANIACNES: Crash when game ends"Eugene Sandulenko
2008-08-02Fix bug #2023727: "MONKEY2: Misplaced Text"Eugene Sandulenko
2008-08-02Fix bug #2007170: "DRASCULA: No Spaces in SaveGames Names"Eugene Sandulenko
2008-08-02Fix crash when drascula.dat file is missingEugene Sandulenko
2008-08-02Made loadResourcesFromSave internally use the loadResource-function.Kari Salminen
2008-08-02- Combined loadAbs and loadResource into one function.Kari Salminen
2008-08-02Added a member function loadSoundFile to Sound which accepts a filename strin...Johannes Schickel