Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-10-14 | Fix stopping of music in PP | Travis Howell | |
svn-id: r24304 | |||
2006-10-14 | Fix introduction of WW | Travis Howell | |
svn-id: r24302 | |||
2006-10-14 | Ooops, correct dst pointer | Travis Howell | |
svn-id: r24301 | |||
2006-10-14 | Add sound effects support for early games | Travis Howell | |
svn-id: r24300 | |||
2006-10-13 | Fix palette issues in Elvira 2/WW | Travis Howell | |
svn-id: r24299 | |||
2006-10-13 | Ooops, add back lost code | Travis Howell | |
svn-id: r24297 | |||
2006-10-13 | Cleanup | Travis Howell | |
svn-id: r24296 | |||
2006-10-13 | Cleanup | Travis Howell | |
svn-id: r24295 | |||
2006-10-13 | Add differences in opcode table for Elvira 2 and cleanup | Travis Howell | |
svn-id: r24294 | |||
2006-10-13 | Fix potentioal bug when all subsequent SMUSH scenes were considered INSANE | Eugene Sandulenko | |
svn-id: r24292 | |||
2006-10-13 | Oops. rv last commit. | Eugene Sandulenko | |
svn-id: r24291 | |||
2006-10-13 | Reenable incorrectly compressed files warning | Eugene Sandulenko | |
svn-id: r24290 | |||
2006-10-13 | Fix position of descriptions in WW | Travis Howell | |
svn-id: r24289 | |||
2006-10-13 | Added support for playing looped compressed sounds, so that Puzzle Pack can | Torbjörn Andersson | |
play music properly, even if the music file has been compressed. I've only actually tested this with Ogg Vorbis sounds, but I've deliberately written it so that it should work identically for all the compression types. (Famous last words.) svn-id: r24288 | |||
2006-10-13 | Fix regressions when drawing icons in FF | Travis Howell | |
svn-id: r24287 | |||
2006-10-13 | Limit clearWindow to early games only, to avoid regressions | Travis Howell | |
svn-id: r24286 | |||
2006-10-13 | Fix room item loading in WW | Travis Howell | |
svn-id: r24285 | |||
2006-10-13 | Fix display of icons in Elvira 1 | Travis Howell | |
svn-id: r24284 | |||
2006-10-12 | Fix mistake in debug opcode table for Elvira 1 | Travis Howell | |
svn-id: r24283 | |||
2006-10-11 | Cleanup | Travis Howell | |
svn-id: r24282 | |||
2006-10-11 | Minor cleanup | Travis Howell | |
svn-id: r24281 | |||
2006-10-11 | Add AtariST version of Elvira 1 and cleanup | Travis Howell | |
svn-id: r24280 | |||
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 |