Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-06-21 | When a key is pressed, go back to repeat phase 0 again. This is so that we | Torbjörn Andersson | |
won't continue a fast repeat with the new key. (Annoying example: It could be tricky to type upper-case letters because if you didn't type the letter fast enough "Shift" would begin to repeat, and then whatever letter you typed would start repeating immediately.) svn-id: r18423 | |||
2005-06-21 | Fixed crash when talking to the money changer about the Orb of Storms. The | Torbjörn Andersson | |
sound resources were being substituted with animation resources. Now the substitutions are identified by a resource number *and* a file name. Could someone verify that ite.rsc is the correct file for all of them? svn-id: r18422 | |||
2005-06-21 | Added temporary variables for readability. | Torbjörn Andersson | |
svn-id: r18421 | |||
2005-06-20 | Added virtual destructor, to silence a few more GCC 4 warnings | Max Horn | |
svn-id: r18420 | |||
2005-06-20 | Added virtual destructor, to silence a few more GCC 4 warnings | Max Horn | |
svn-id: r18419 | |||
2005-06-20 | Removed -Wctor-dtor-privacy, all it does is trigger nonsense warnings in GCC 4 | Max Horn | |
svn-id: r18418 | |||
2005-06-20 | sfShowControls implementation is NOP | Eugene Sandulenko | |
svn-id: r18417 | |||
2005-06-20 | fix animation bug at rats | Andrew Kurushin | |
svn-id: r18416 | |||
2005-06-20 | Whitespace | Torbjörn Andersson | |
svn-id: r18415 | |||
2005-06-19 | Support for mouse wheel in Options dialog and in Converse panel | Eugene Sandulenko | |
svn-id: r18414 | |||
2005-06-19 | Document c64 as being a valid --platform= option. | Jonathan Gray | |
svn-id: r18413 | |||
2005-06-19 | Implement sfPlayLoopedSound, sfFadeMusic and sfPlayVoice. | Eugene Sandulenko | |
sfPlayVoice is untested. Please, inform me where you encounter it. svn-id: r18412 | |||
2005-06-19 | Fix C64 targets. Regression. | Eugene Sandulenko | |
svn-id: r18411 | |||
2005-06-19 | implemented sfGetNumber | Andrew Kurushin | |
now use MagicHat (be carefull not to exceed overall scene number) svn-id: r18410 | |||
2005-06-18 | fix compilation with DISABLE_SCUMM_7_8 defined | Gregory Montoir | |
svn-id: r18409 | |||
2005-06-17 | Handle newlines in blast text (fixes last remaining part of bug #902415) | Max Horn | |
svn-id: r18408 | |||
2005-06-17 | committed patch #1221592, smush_codec 21/44 should match the original ↵ | Gregory Montoir | |
interpreter behaviour now (this allows to cleanup a bit the code and get rid of some hacks). svn-id: r18407 | |||
2005-06-17 | update derefActor() argument | Gregory Montoir | |
svn-id: r18406 | |||
2005-06-17 | update | Gregory Montoir | |
svn-id: r18405 | |||
2005-06-17 | o6_setBlastObjectWindow can be safely ignored | Gregory Montoir | |
svn-id: r18404 | |||
2005-06-17 | fix screwdriver bug | Andrew Kurushin | |
svn-id: r18403 | |||
2005-06-16 | placard workaround | Andrew Kurushin | |
svn-id: r18402 | |||
2005-06-16 | fix trothy -> oil lamp | Andrew Kurushin | |
svn-id: r18401 | |||
2005-06-16 | Update | Travis Howell | |
svn-id: r18400 | |||
2005-06-15 | Don't access the thread after sfScriptGotoScene. As the comment points out, | Torbjörn Andersson | |
the thread has been destroyed. This fixes a crash when leaving the ferret guild lodge, and probably other places as well. svn-id: r18399 | |||
2005-06-15 | some renames#2 | Andrew Kurushin | |
svn-id: r18398 | |||
2005-06-15 | some renames | Andrew Kurushin | |
svn-id: r18397 | |||
2005-06-15 | fix animation loop | Andrew Kurushin | |
svn-id: r18396 | |||
2005-06-15 | Corrected error message. | Torbjörn Andersson | |
svn-id: r18395 | |||
2005-06-15 | Appliced cyx's fix for bug #1220168, with a few modifications. Apparently | Torbjörn Andersson | |
Sam & Max uses a different sorting method than (all?) other games. svn-id: r18394 | |||
2005-06-14 | Bug fix for inter_execPtr beeing a char*. Char is not the same defined typ ↵ | Lars Persson | |
on all targets. On symbian a char is unsigned char but Gob is assuming int in this case. len = *(int8*)inter_execPtr++; // must be a signed char typ and char is not default signed on all platforms. svn-id: r18393 | |||
2005-06-14 | Changed palanim datatype from char to byte | Lars Persson | |
svn-id: r18392 | |||
2005-06-14 | Added struct packning to palette struct && added check for define __WINS__ ↵ | Lars Persson | |
for symbian build svn-id: r18391 | |||
2005-06-14 | Added __WINS__ defintion check for the Symbian integration so the right ↵ | Lars Persson | |
function is used. svn-id: r18390 | |||
2005-06-14 | Applied patch #1208299. A warning message about the "playing from CD under | Torbjörn Andersson | |
Windows" bug is better than nothing, even if a proper bugfix - if one is possible - would be preferable. svn-id: r18389 | |||
2005-06-14 | Update | Travis Howell | |
svn-id: r18388 | |||
2005-06-14 | Update | Travis Howell | |
svn-id: r18387 | |||
2005-06-14 | Update | Travis Howell | |
svn-id: r18386 | |||
2005-06-14 | -Add more Backyard sports titles | Travis Howell | |
-Add additional HE100 opcodes changes for basketball -Fix baseball asserts in VAR_WIZ_TCOLOR svn-id: r18385 | |||
2005-06-14 | Fix dock bug | Eugene Sandulenko | |
svn-id: r18384 | |||
2005-06-13 | Fix crash on chasm. | Eugene Sandulenko | |
svn-id: r18383 | |||
2005-06-13 | Add comments on smacker opcodes. | Travis Howell | |
svn-id: r18382 | |||
2005-06-13 | Rename opcode/function | Travis Howell | |
svn-id: r18381 | |||
2005-06-12 | fixed scene entrance | Andrew Kurushin | |
implemented sfEraseDelta, sfSetActorZ, sfGetActorX, sfGetActorY svn-id: r18380 | |||
2005-06-12 | fix Hooneyfoot bug | Andrew Kurushin | |
svn-id: r18379 | |||
2005-06-12 | applied patch 1218705 | Paweł Kołodziejski | |
svn-id: r18378 | |||
2005-06-11 | rewritten animation loading | Andrew Kurushin | |
removed animation warnings during game process svn-id: r18377 | |||
2005-06-11 | This should fix playing the sound for the entering/exiting the old mine | Torbjörn Andersson | |
road movies when using compressed SAN files. (The movies are started through seekSan() rather than play().) svn-id: r18376 | |||
2005-06-11 | Cleanup. | Torbjörn Andersson | |
svn-id: r18375 | |||
2005-06-10 | fix VS2005beta2 compilation | Andrew Kurushin | |
svn-id: r18374 |