Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-10-11 | Avoid possible regressions | Travis Howell | |
svn-id: r24278 | |||
2006-10-11 | Add opcode for Elvira 1 | Travis Howell | |
svn-id: r24277 | |||
2006-10-11 | Add support for clearWindow and cleanup | Travis Howell | |
svn-id: r24272 | |||
2006-10-11 | Fix palette display of lower part of screne in Elvira 1 | Travis Howell | |
svn-id: r24271 | |||
2006-10-11 | Increase buffer size for Elvira 1 | Travis Howell | |
svn-id: r24270 | |||
2006-10-10 | Ooops, remove debug left overs | Travis Howell | |
svn-id: r24265 | |||
2006-10-10 | now SmushPlayer is class created once same as SmushMixer while scumm engine ↵ | Paweł Kołodziejski | |
creation. this allow finish play smush audio track finished to the end instead immediately stopped as it was happen before svn-id: r24263 | |||
2006-10-10 | Fix and remove duplicate opcode for Elvira 1 | Travis Howell | |
svn-id: r24262 | |||
2006-10-10 | Fix guard response in Elvira 1 | Travis Howell | |
svn-id: r24261 | |||
2006-10-10 | Fix movement in Elvira 1 | Travis Howell | |
svn-id: r24260 | |||
2006-10-09 | Casting 'buffer' to uint32 makes absolutely no sense to me. As far as I can | Torbjörn Andersson | |
tell, we just want to add an offset to a byte pointer. svn-id: r24254 | |||
2006-10-09 | Use correct video window values for each game and minor cleanup | Travis Howell | |
svn-id: r24253 | |||
2006-10-09 | Enable convert code for Amiga CD32 version of Simon1 too | Travis Howell | |
svn-id: r24251 | |||
2006-10-09 | Add Amiga ECS verison of Simon the Sorcerer 1 | Travis Howell | |
svn-id: r24250 | |||
2006-10-09 | Fix the display of backgrounds in Amiga disk versions of Simon1 | Travis Howell | |
svn-id: r24247 | |||
2006-10-09 | Fix invalid reads during conversion | Travis Howell | |
svn-id: r24246 | |||
2006-10-09 | Minor cleanup | Travis Howell | |
svn-id: r24245 | |||
2006-10-09 | Update comment | Travis Howell | |
svn-id: r24244 | |||
2006-10-09 | Add conversion for planar graphics in Amiga version of Elvira 1/2 and Waxworks | Travis Howell | |
svn-id: r24243 | |||
2006-10-09 | Add conversion for planar graphics in Amiga version of Elvira 1/2 and Waxworks | Travis Howell | |
svn-id: r24242 | |||
2006-10-08 | removed not needed anymore time measures in smush code | Paweł Kołodziejski | |
svn-id: r24226 | |||
2006-10-08 | re-add missing break; removed by mistake | Paweł Kołodziejski | |
svn-id: r24225 | |||
2006-10-08 | remove handleSkip code, SKIP chunk is only used by INSANE code and exist ↵ | Paweł Kołodziejski | |
only in 4 SAN files: minedriv, toranch, tovista1, tovista2 svn-id: r24221 | |||
2006-10-08 | small unify handleIACT function | Paweł Kołodziejski | |
svn-id: r24214 | |||
2006-10-08 | Initial commit of the wince-gcc re-port | Kostas Nakos | |
svn-id: r24212 | |||
2006-10-08 | fixed potentially uninitialized local variable 'x' | Paweł Kołodziejski | |
svn-id: r24209 | |||
2006-10-08 | commit "fixed regression in BASS adlib music." from 0-9-0 branch to trunk | Joost Peters | |
svn-id: r24204 | |||
2006-10-08 | Correct x position, when printing stasticsin Elvira 1 | Travis Howell | |
svn-id: r24198 | |||
2006-10-08 | Fixed regression in non-Elvira games. | Torbjörn Andersson | |
svn-id: r24197 | |||
2006-10-08 | Whitespace. | Torbjörn Andersson | |
svn-id: r24196 | |||
2006-10-08 | Add invert box difference in Elvira 2 | Travis Howell | |
svn-id: r24195 | |||
2006-10-08 | Add invert box difference in Elvira 1 | Travis Howell | |
svn-id: r24194 | |||
2006-10-08 | Add opcode for Elvira 1 and remove errors that don't occur in original games | Travis Howell | |
svn-id: r24193 | |||
2006-10-08 | The extra Elvira 1 colours have to be "re-scaled" to 8 bits. Cleaned up the | Torbjörn Andersson | |
code a bit to make that more obvious. svn-id: r24192 | |||
2006-10-08 | More const madness. | Eugene Sandulenko | |
svn-id: r24191 | |||
2006-10-08 | Add a few palette differences and fix input in Elvira 1 | Travis Howell | |
svn-id: r24190 | |||
2006-10-08 | Add code for displaying stastics in Elvira 1 | Travis Howell | |
svn-id: r24188 | |||
2006-10-08 | Added a FIXME comment | Max Horn | |
svn-id: r24184 | |||
2006-10-08 | Replaced evil usage of static globals inside function by proper member variables | Max Horn | |
svn-id: r24183 | |||
2006-10-08 | Added more const qualifiers | Max Horn | |
svn-id: r24182 | |||
2006-10-08 | A few corrections for Elvira 1 game details | Travis Howell | |
svn-id: r24180 | |||
2006-10-07 | Fixed compilation. | Torbjörn Andersson | |
svn-id: r24177 | |||
2006-10-07 | Removed _lastKeyHit, instead pass the key code as a parameter to ↵ | Max Horn | |
processKeyboard() svn-id: r24176 | |||
2006-10-07 | Removed 'smushMode' param from processInput and processKeyboard in favor of ↵ | Max Horn | |
a new member _smushActive of ScummEngine_v7 svn-id: r24175 | |||
2006-10-07 | Clarified comment | Max Horn | |
svn-id: r24174 | |||
2006-10-07 | Moved calls to addDefaultDirectory, and creation of the master file handle, ↵ | Max Horn | |
from the ScummEngine constructor to ScummEngine::init() (this makes it easier to implement more graceful error handling, for example) svn-id: r24173 | |||
2006-10-07 | Moved all INSANE and SMUSH related code into ScummEngine_v7 (resp. ↵ | Max Horn | |
ScummEngine_v6 in a few cases) svn-id: r24169 | |||
2006-10-07 | Partial fix for Elvira 1 palette problems. | Torbjörn Andersson | |
svn-id: r24168 | |||
2006-10-07 | Some more processKeyboard splitting | Max Horn | |
svn-id: r24167 | |||
2006-10-07 | Further split processKeyboard code, moving stuff specific to some SCUMM ↵ | Max Horn | |
version into the resp. subclass of ScummEngine svn-id: r24166 |