aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2006-01-14Switch warning to debug message.Travis Howell
svn-id: r20014
2006-01-14Fix detection of Maniac Mansion V1 demo.Travis Howell
svn-id: r20013
2006-01-14HE99+ games may run an additional script during main loop.Travis Howell
Fixes the missing magnifying glass in puttcircus. svn-id: r20012
2006-01-14Correct HE version for several Germans demos.Travis Howell
svn-id: r20011
2006-01-14A few fixes for sound opcodes in HE games.Travis Howell
svn-id: r20010
2006-01-14Correct HE version for several Germans versions.Travis Howell
svn-id: r20009
2006-01-14Missed one.Travis Howell
svn-id: r20008
2006-01-14Add Spanish versions of Simon the Sorcerer 1 (DOS Floppy) && Simon the ↵Travis Howell
Sorcerer 2 (DOS CD). svn-id: r20007
2006-01-13Reorganized the sound code a bit and fixed bug # 1404414 (Missing speech ↵Johannes Schickel
patterns). svn-id: r20006
2006-01-13Correct HE version for several Germans versions.Travis Howell
svn-id: r20005
2006-01-13Committed patch # 1404734 (KYRA: kyra/kyra.cpp small build warning fix)Johannes Schickel
svn-id: r20004
2006-01-13implement IHNM verb mapperAndrew Kurushin
svn-id: r20003
2006-01-13Hopefully fixed IHNM sprite clipping. (IHNM sprites are upside downTorbjörn Andersson
compared to ITE sprites, so to simplify things they are now flipped after they are decoded.) svn-id: r20002
2006-01-13fix IHNM walk limitAndrew Kurushin
svn-id: r20001
2006-01-13Add German version of Putt-Putt Travels Through Time demo.Travis Howell
svn-id: r19998
2006-01-13Add German version of Pajama Sam 2 demo.Travis Howell
svn-id: r19997
2006-01-13Add German version of Spy Fox 1 demo.Travis Howell
svn-id: r19996
2006-01-13Add German version of Freddi Fish 3 demo.Travis Howell
svn-id: r19995
2006-01-13OoopsTravis Howell
svn-id: r19994
2006-01-13Add German version of Pajama Sam 1.Travis Howell
svn-id: r19993
2006-01-13Implemented a few drawing functions used by the menu, corrected a few incorrectOystein Eftevaag
opcode debug messages, and blocked unnecessary sprite anim script looping. svn-id: r19992
2006-01-12Fixing bug #1402511 ("Invalid reads during startup")Sven Hesse
svn-id: r19991
2006-01-12Fixed some issues with fading sound.Johannes Schickel
svn-id: r19990
2006-01-12Fixed sound while loading games and fixed bug # 1403370.Johannes Schickel
svn-id: r19989
2006-01-12Implemented 'ingame' sound handling, and named the unknown opcodes from the ↵Johannes Schickel
cd version and 'implemented' them. svn-id: r19988
2006-01-12Minor changes for FF.Travis Howell
svn-id: r19987
2006-01-11Fix warnings.Eugene Sandulenko
svn-id: r19986
2006-01-11Checked all ActorFrameIds against disassemblyEugene Sandulenko
svn-id: r19985
2006-01-11IHNM actor frame WIPAndrew Kurushin
svn-id: r19984
2006-01-11Fixed bug # 1401416.Johannes Schickel
svn-id: r19983
2006-01-11Fixed for bug report # 1401360.Johannes Schickel
Also added some delay calls while waiting in some script functions. svn-id: r19982
2006-01-11Cleanup FF sound.Travis Howell
svn-id: r19981
2006-01-11A few FF fixes.Travis Howell
svn-id: r19980
2006-01-11Fix FF crash.Travis Howell
svn-id: r19979
2006-01-11Free _storedFlObjectsTravis Howell
svn-id: r19978
2006-01-10Get rid of unused variables and removed them from the save data ; ↵Gregory Montoir
FloodFill.unk1C and _curExecScript. Concerning _curExecScript, I checked several interpreters (even one with windex compiled in), the only function where it's used is runAllScripts. svn-id: r19977
2006-01-10Minor cleanup.Gregory Montoir
svn-id: r19976
2006-01-10Free the palette before re-using a 'cached cursor' slot.Gregory Montoir
svn-id: r19975
2006-01-10Preliminary implementation of cmd_restoreBrandonsMovementDelay, to fix the ↵Oystein Eftevaag
walking speed issue reported on the forums svn-id: r19974
2006-01-10Fixes debug call of cmd_resetScaleMode.Johannes Schickel
svn-id: r19973
2006-01-10This should fix bug # 1401295.Johannes Schickel
svn-id: r19972
2006-01-10Fix for bug #1401319, decreased width of backed up region when text is ↵Oystein Eftevaag
displayed. svn-id: r19971
2006-01-10Small correction.Travis Howell
svn-id: r19970
2006-01-10Moved Goblin::interFunc() to Inter_v1::o1_goblinFunc(), converting its ↵Sven Hesse
switch() into an array of function pointers + lookup table svn-id: r19969
2006-01-10Add French version of Simon the Sorcerer 1 (DOS Floppy).Travis Howell
svn-id: r19968
2006-01-10Add fix for glitch in some versions.Travis Howell
svn-id: r19967
2006-01-10Set _language, before checking value.Travis Howell
svn-id: r19966
2006-01-10Reset sound flags for HE100 games.Travis Howell
svn-id: r19965
2006-01-10Correct HE sound flags in HE100 games.Travis Howell
svn-id: r19964
2006-01-10Rearranging kyra credits, I put in the wrong alphabetical order last time.Oystein Eftevaag
svn-id: r19963