aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2003-10-25fix bug #828222: Adlib music stops during browsing the inventoryRobert Göffringmann
svn-id: r10963
2003-10-25Changed the behaviour of the page up/down buttons in the save/load dialog.Torbjörn Andersson
LavosSpawn tells me that the previous behaviour was, in fact, what the original did, but agreed that it was confusing. The new behaviour is consistent with how BS2 does it, by the way. svn-id: r10962
2003-10-25cleanup Graphics / populate BobSlotGregory Montoir
svn-id: r10961
2003-10-25added GameSettings class + FIND_VERB implementationGregory Montoir
svn-id: r10960
2003-10-25whateverJoost Peters
svn-id: r10959
2003-10-24added extra flag to mixer so we don't use free() on new'd pointersJoost Peters
svn-id: r10958
2003-10-24Added sound and input modulesJamieson Christian
svn-id: r10957
2003-10-24Fixed typo and added FIXME comment for the DotMatrix scaler.Torbjörn Andersson
svn-id: r10956
2003-10-24Only free _logic once.Torbjörn Andersson
svn-id: r10955
2003-10-24misc fixes/tweaksGregory Montoir
svn-id: r10954
2003-10-24VC warningsTravis Howell
svn-id: r10953
2003-10-23Make it possible to quit cutaways!David Eriksson
svn-id: r10952
2003-10-23move state related methods to specific class + minor changesGregory Montoir
svn-id: r10951
2003-10-23forgot theseGregory Montoir
svn-id: r10950
2003-10-23minor changes for future Command classGregory Montoir
svn-id: r10949
2003-10-23updatePaweł Kołodziejski
svn-id: r10948
2003-10-23Stop messing with _fastMode in delay().David Eriksson
svn-id: r10947
2003-10-23Include scummsys.hDavid Eriksson
svn-id: r10946
2003-10-23Corrected/clarified some debug messages/commentsTorbjörn Andersson
svn-id: r10945
2003-10-23Initial version of the Input class. Some things still missing.David Eriksson
svn-id: r10944
2003-10-23Don't attempt to play sound in simon2mac if file doesn't exist.Travis Howell
Add fixme for simon2mac, freeing voice at this point which causes crashes. svn-id: r10943
2003-10-22fix gcc 3.3.2 warningOliver Kiehl
svn-id: r10942
2003-10-22Remove commentsTravis Howell
svn-id: r10941
2003-10-22Add load/save game failture messages from original games.Travis Howell
svn-id: r10940
2003-10-22Moved a few remaining pieces of the script interpreter into the Logic classTorbjörn Andersson
svn-id: r10939
2003-10-21updatePaweł Kołodziejski
svn-id: r10938
2003-10-21(better ?) scrolling timingGregory Montoir
svn-id: r10937
2003-10-21- Add some missing speechDavid Eriksson
- Disable debug messages svn-id: r10936
2003-10-21Disable debug messageDavid Eriksson
svn-id: r10935
2003-10-21forgot to commit thisJoost Peters
svn-id: r10934
2003-10-21add Sound class + call it from Talk::speakSegmentJoost Peters
svn-id: r10933
2003-10-21- Better handling of complex animationsDavid Eriksson
- Special action: scale title svn-id: r10932
2003-10-21Correct string animation.David Eriksson
svn-id: r10931
2003-10-21Missed oneTravis Howell
svn-id: r10930
2003-10-21Correctly reanem var this time.Travis Howell
svn-id: r10929
2003-10-21Rename a few varsTravis Howell
svn-id: r10928
2003-10-21Rename a few varsTravis Howell
svn-id: r10927
2003-10-21Rename functionTravis Howell
svn-id: r10926
2003-10-21fix shadow'd variable, the single letter variable names in the simon code ↵Jonathan Gray
are rather scary.... svn-id: r10925
2003-10-21WALK, GRAB_JOE, GRAB_DIR, USE_UNDERWEAR, USE_DRESS and USE_CLOTHES ↵Gregory Montoir
implementations svn-id: r10924
2003-10-21Moved some more stuff into the Logic class.Torbjörn Andersson
svn-id: r10923
2003-10-21Fix text spacing when backspace key is used when entering save game name in ↵Travis Howell
Hebrew version. Need to pass along last character printed, so correct spacing can be used. svn-id: r10922
2003-10-21Stop garbage been left behind with backspace key when entering save game ↵Travis Howell
name, in non-English versions. svn-id: r10921
2003-10-20fix compile when using dynamic plugin supportOliver Kiehl
svn-id: r10920
2003-10-20scrolling timing (copy/paste from SkyEngine)Gregory Montoir
svn-id: r10919
2003-10-20usage string has to be updated (as I explained in various commit messages ↵Max Horn
and in #scummv, but it seems not everybody saw that :-) svn-id: r10918
2003-10-20allow loading of rebuilt/compressed datafileJoost Peters
svn-id: r10917
2003-10-20cross reference update / cleanupGregory Montoir
svn-id: r10916
2003-10-20- Disable debug messagesDavid Eriksson
- Write text at correct position svn-id: r10915
2003-10-20fix missing thugs & Hugh during intro + smoother scrolling + flashspecial (sm37)Gregory Montoir
svn-id: r10914