Commit Graph

3349 Commits

Author SHA1 Message Date
Paweł Kołodziejski
edc5ea57f0 clenaup
svn-id: r6813
2003-03-13 06:37:07 +00:00
Paweł Kołodziejski
783f065af4 updated dsp file
svn-id: r6812
2003-03-13 06:02:29 +00:00
Max Horn
8b67c3c23e fix for little endian systems
svn-id: r6811
2003-03-13 02:30:06 +00:00
Max Horn
8fcdb62f74 Patch #686427: SO_ROOM_SATURATION implementation
svn-id: r6810
2003-03-13 02:23:55 +00:00
Max Horn
4f2a48ac4d cleanup
svn-id: r6809
2003-03-13 02:10:48 +00:00
Max Horn
f6b03c0aba char* -> byte*; if something is declared 'private' and then subclasses have to hack around that (BaseRenderer vs. ScummRenderer) that's usually a hint that it was not the right choice to make it private; don't use so many accessors for no good reasons
svn-id: r6808
2003-03-13 01:49:54 +00:00
Max Horn
4c6e8dc695 changed decoder API to take a memory block as source, not a Chunk
svn-id: r6807
2003-03-13 01:24:02 +00:00
Max Horn
b6113a2568 added const qualifier
svn-id: r6806
2003-03-13 01:06:38 +00:00
Travis Howell
d143164eac Remove blitter.cpp
svn-id: r6805
2003-03-13 01:01:12 +00:00
Max Horn
9c52f6033f removed Blitter class
svn-id: r6804
2003-03-13 00:37:03 +00:00
Max Horn
27199bc83a cleanup
svn-id: r6803
2003-03-13 00:01:33 +00:00
Paweł Kołodziejski
08cd9d994a removed additional back buffer in smush
svn-id: r6802
2003-03-12 21:44:18 +00:00
Paweł Kołodziejski
cdb699fa43 separated comi/dig translation stuff
svn-id: r6801
2003-03-12 19:53:02 +00:00
Max Horn
31c94024dc cleanup
svn-id: r6800
2003-03-12 16:54:30 +00:00
Paweł Kołodziejski
e5cdc67448 updated dsp file
svn-id: r6799
2003-03-11 20:09:26 +00:00
Joost Peters
9cc1f8635a fixed bug in _joostp->sortByLastNameAlphabetically()
svn-id: r6798
2003-03-11 18:36:09 +00:00
Joost Peters
5af41d1bc6 added timers, full cd-intro and fixed some minor issues
svn-id: r6797
2003-03-11 18:32:58 +00:00
Jonathan Gray
d7f21b46e8 add dumpFile(), as per rest of scummvm dumps dir must exist etc missed a file..
svn-id: r6796
2003-03-11 07:19:16 +00:00
Jonathan Gray
ee26af6e50 add dumpFile(), as per rest of scummvm dumps dir must exist etc
svn-id: r6795
2003-03-11 07:18:49 +00:00
Max Horn
acbfc66af8 added stub for proper oldRoomEffects implementation (proper for Zak256 that is); real code needs to be inserted
svn-id: r6794
2003-03-10 20:39:04 +00:00
Max Horn
754a6859d4 tiny improvement <g>
svn-id: r6793
2003-03-10 20:38:33 +00:00
Travis Howell
db7f5f3099 Reduce targets
svn-id: r6792
2003-03-10 03:47:29 +00:00
Max Horn
7c147e4771 cleanup CD opcode a bit; slightly increase the 'delay' -> sounds better since speakers are not cut off abruptly anymore
svn-id: r6791
2003-03-10 02:55:50 +00:00
Max Horn
bce210cc25 fix for numpad fighting (I hope)
svn-id: r6790
2003-03-10 01:37:34 +00:00
Jonathan Gray
dacb430f8a remove known bugs as we don't need three places for these...
svn-id: r6789
2003-03-10 01:32:16 +00:00
Paweł Kołodziejski
3526d1191c added opcode 17 to 16 in o6_kernelSetFunctions
svn-id: r6788
2003-03-09 15:35:19 +00:00
Paweł Kołodziejski
8e0db10bf2 hack for "%___" in translated strings
svn-id: r6787
2003-03-09 08:30:53 +00:00
Travis Howell
060cab7bf2 Remove old commented names
svn-id: r6786
2003-03-09 04:42:27 +00:00
Max Horn
ccd2b3d16b fix for bug #700202
svn-id: r6785
2003-03-09 03:36:19 +00:00
Max Horn
0d0c25d764 rest of patch #655594: Handling Y/N questions
svn-id: r6784
2003-03-09 02:41:35 +00:00
Max Horn
b1fe351a51 fixed valgrind warning (though I don't see why this memset should be needed, after reviewing the SDL_OpenAudio source)
svn-id: r6783
2003-03-09 01:23:40 +00:00
Joost Peters
85176a8156 Floppy demo crash fix, now shouldn't crash on any BASS version
svn-id: r6782
2003-03-09 00:50:02 +00:00
Max Horn
f2cc6a3d7d only treat double clicks as double clicks, but not triple/quadruple/etc. clicks)
svn-id: r6781
2003-03-09 00:39:16 +00:00
Max Horn
6e18bdfdb3 more cleanup; added an error in case we encounter a 'real' input overflow (more than one byte, or one byte overflow but number of bits needed exceeds 8)
svn-id: r6780
2003-03-08 23:35:46 +00:00
Max Horn
d8dc1295fb cleanup / optimization
svn-id: r6779
2003-03-08 23:04:24 +00:00
Max Horn
ce0f95dff2 cleanup; added warning for decoder overflows in COMI (it writes 1 byte past the output buffer...)
svn-id: r6778
2003-03-08 22:55:09 +00:00
Paweł Kołodziejski
734d749602 hack for comi bundle codec, i hope it fix valgrid warnings
svn-id: r6777
2003-03-08 18:51:07 +00:00
Paweł Kołodziejski
4a5ffdd9a6 fixed descriptions in the dig
svn-id: r6776
2003-03-08 17:39:18 +00:00
Paweł Kołodziejski
fbc3876ccd fixed description in the dig
svn-id: r6775
2003-03-08 17:38:59 +00:00
Paweł Kołodziejski
e4b59860b4 added opcode 124 in kernelSetFunctions
svn-id: r6774
2003-03-08 14:42:59 +00:00
Max Horn
d24df8ff7a fix actor gliding caused by my walk_script hack
svn-id: r6773
2003-03-08 14:12:58 +00:00
Max Horn
38371389ea enabled walk scripts
svn-id: r6772
2003-03-08 13:29:41 +00:00
Max Horn
73f7f88c96 hacked in some crude clipping code for drawChar; let's see if that helps Valgrind
svn-id: r6771
2003-03-08 13:26:20 +00:00
Paweł Kołodziejski
51531a7b09 update dsp file
svn-id: r6770
2003-03-08 12:54:34 +00:00
Joost Peters
98aa712eb7 Hmmm..spaces instead of tabs
svn-id: r6769
2003-03-08 12:52:33 +00:00
Joost Peters
488ff8846e Added voice support, and more (cd_)intro stuff + added myself to the README :)
svn-id: r6768
2003-03-08 12:46:51 +00:00
Jonathan Gray
361e312a6c change RBG to RGB which follows the argument order and hence makes more sense...
svn-id: r6767
2003-03-08 06:53:32 +00:00
Max Horn
e4a8edfc67 cleanup (should cause no behavior change)
svn-id: r6766
2003-03-08 04:11:02 +00:00
Max Horn
0d18caae26 removed valgrind hack again
svn-id: r6765
2003-03-08 03:52:37 +00:00
Max Horn
6316f83c93 new constant MF_FROZEN; fixed actor unfreeze code
svn-id: r6764
2003-03-08 02:06:56 +00:00