aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2005-03-13Use same length as original, as the string is split across 2 lines it ↵Joost Peters
doesn't matter anyway. this way we won't have to create a temporary buffer. svn-id: r17122
2005-03-13mention BASS bugfixJoost Peters
svn-id: r17121
2005-03-13Rename sprite flags/functionsTravis Howell
svn-id: r17119
2005-03-13Fix/workaround for bug #1151924 - datafiles for the floppy version contain ↵Joost Peters
'broken' string when using spanish text. svn-id: r17117
2005-03-13Rename sprite flags/functionsTravis Howell
svn-id: r17116
2005-03-13Correct sprite flags mistake.Travis Howell
svn-id: r17115
2005-03-13Update HE game todo and where they are needed.Travis Howell
svn-id: r17114
2005-03-13Fix spyozon regressionTravis Howell
svn-id: r17113
2005-03-13Don't apply to HE100, it breaks credits in pajama.Travis Howell
svn-id: r17112
2005-03-13Scripts flags difference in HE100 needed in a few more opcodes.Travis Howell
svn-id: r17111
2005-03-13A few extra bitsTravis Howell
svn-id: r17110
2005-03-12Add missing case for getObjectDataTravis Howell
svn-id: r17109
2005-03-12rand() -> _rnd.getRandomNumber() in SAGA code.Eugene Sandulenko
svn-id: r17108
2005-03-12Simplified SoundHandle implementationMax Horn
svn-id: r17107
2005-03-12PlayingSoundHandle -> SoundHandle; also, turned the handle activity check ↵Max Horn
into a mixer method svn-id: r17106
2005-03-12some experimental changesPaweł Kołodziejski
svn-id: r17105
2005-03-12clean upMax Horn
svn-id: r17104
2005-03-12Forgot to remove thisMax Horn
svn-id: r17103
2005-03-12mouse cursor palette better fits into the 'mouse' category than in the ↵Max Horn
'graphics' category (IMO) svn-id: r17102
2005-03-12Add some paranoia checksMax Horn
svn-id: r17101
2005-03-12backport fix from residual imusePaweł Kołodziejski
svn-id: r17100
2005-03-12Fix popup widget in scaled GUI modeMax Horn
svn-id: r17099
2005-03-12Fix crash that occured when disabling the GUI scaling codeMax Horn
svn-id: r17098
2005-03-12Off by one.Travis Howell
svn-id: r17097
2005-03-12LeftoversTravis Howell
svn-id: r17094
2005-03-12Slighy modified patch #1161756 "Patch for external / non-volatile GMIDI ↵Eugene Sandulenko
synths". Thanks, __tom. svn-id: r17091
2005-03-12Broke HE music loopingTravis Howell
svn-id: r17089
2005-03-12Seems to work now, maybe fixed by script cycles?Travis Howell
svn-id: r17088
2005-03-12Missing popTravis Howell
svn-id: r17087
2005-03-12Missing popTravis Howell
svn-id: r17086
2005-03-12OoopsTravis Howell
svn-id: r17085
2005-03-12Missed fileTravis Howell
svn-id: r17084
2005-03-12UpdateTravis Howell
svn-id: r17083
2005-03-12Add key to toggle speech/subtitlesTravis Howell
svn-id: r17082
2005-03-11Renamed variables in the MPEG animation classes to better conform withTorbjörn Andersson
ScummVM standard. It seems the 8-bit version of the code had decayed slightly, but I believe it's working again now. svn-id: r17081
2005-03-11CleanupChris Apers
svn-id: r17080
2005-03-11PalmOS : ARM optimized OPL driverChris Apers
svn-id: r17079
2005-03-11Not needed any moreChris Apers
svn-id: r17078
2005-03-11PalmOS : ARM optimized unpackerChris Apers
svn-id: r17077
2005-03-11Not needed any moreChris Apers
svn-id: r17076
2005-03-11PalmOS : move MD5 table to a database too save memory and data segment spaceChris Apers
svn-id: r17075
2005-03-11PalmOS and windows CE need to convert mouse coordinates with mouse buttons tooChris Apers
svn-id: r17074
2005-03-11PalmOS tooChris Apers
svn-id: r17073
2005-03-11Better and faster macrosChris Apers
svn-id: r17072
2005-03-11Correct quit/restartTravis Howell
svn-id: r17071
2005-03-11Check for negative valueTravis Howell
svn-id: r17070
2005-03-11Add English HE100 versions of freddi2/mazeTravis Howell
svn-id: r17069
2005-03-11Mass-renamed all variables of Actor object according to our current codeEugene Sandulenko
formatting standards. Earlier we had half of vars named with leading underscore and half without it. Now code in actor.cpp is considerably more readable. svn-id: r17068
2005-03-10Add --force-1x-overlay command line option as discussed in bugreportEugene Sandulenko
#1160454 "ALL: Failed assertion when using 1x scaler" svn-id: r17067
2005-03-10Fix bug #1160454 "ALL: Failed assertion when using 1x scaler"Eugene Sandulenko
svn-id: r17066