Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-07-02 | more cleanup | Max Horn | |
svn-id: r8707 | |||
2003-07-02 | cleanup (code easier to read; slightly less rounding errors for the volume; ↵ | Max Horn | |
and on BE systems, READ_BE_UINT16 is actually faster ;-) svn-id: r8706 | |||
2003-07-02 | Initialize midiChannelNumber to 0. I don't know if this is always the right | Torbjörn Andersson | |
thing to do, but leaving it unintialized isn't a good idea either since that will cause stopMusic() to send bad commands to the MIDI driver in some cases. At least in the case of the ALSA driver, this will cause ScummVM to terminate with an "Unknown Command" error. svn-id: r8705 | |||
2003-07-02 | Readme and News update. Can somebody verify 'known bugs', as I think some of ↵ | James Brown | |
the music issues have been resolved (?) svn-id: r8704 | |||
2003-07-02 | fixed save/restore grid problems | Robert Göffringmann | |
svn-id: r8703 | |||
2003-07-02 | oops | Joost Peters | |
svn-id: r8702 | |||
2003-07-02 | Control panel should be disabled for ALL demo versions | Joost Peters | |
svn-id: r8701 | |||
2003-07-02 | 100 KB instead of 2 MB audio buffer should be sufficient | Max Horn | |
svn-id: r8700 | |||
2003-07-02 | oops | Max Horn | |
svn-id: r8699 | |||
2003-07-02 | cleanup | Max Horn | |
svn-id: r8698 | |||
2003-07-02 | possible fix for bug #763714: DIG: 'Trying to append to a nonexistant stream 0' | Max Horn | |
svn-id: r8697 | |||
2003-07-02 | _talkChannel can legally be 0, too | Max Horn | |
svn-id: r8696 | |||
2003-07-01 | fix for the 'invalid seeks' that sometimes occured at the end of smush ↵ | Max Horn | |
playback (well I hope - at least now I can't reproduce the problem anymore with my testcases) svn-id: r8695 | |||
2003-07-01 | removed unnecessary variables | Joost Peters | |
svn-id: r8694 | |||
2003-07-01 | removed useless AR saving leftovers and implemented fnRestoreGame() | Robert Göffringmann | |
svn-id: r8693 | |||
2003-07-01 | fixed warnings | Joost Peters | |
svn-id: r8692 | |||
2003-07-01 | bass is completable now. | Robert Göffringmann | |
svn-id: r8691 | |||
2003-07-01 | fixed mouse restore on savegame restore and bug in fnTheyStartSub | Robert Göffringmann | |
svn-id: r8690 | |||
2003-07-01 | only adjust gdi._mask if _charset->_hasMask is set to true | Max Horn | |
svn-id: r8689 | |||
2003-07-01 | fix for when we scroll while text is being displayed (text used to leave ↵ | Max Horn | |
traces behind in that case) svn-id: r8688 | |||
2003-07-01 | fixed warning | Max Horn | |
svn-id: r8687 | |||
2003-07-01 | bypassed copy protection, fixed crash when disconnecting from link space, ↵ | Robert Göffringmann | |
fixed logix swing seqs svn-id: r8686 | |||
2003-07-01 | Fix for bug #763709: DIG: Recent walk regression | Max Horn | |
svn-id: r8685 | |||
2003-07-01 | Fix for bug #743041: ZAK256: wrong color in costume (intro). Thanks to ↵ | Max Horn | |
Hibernatus for providing the deciding clue svn-id: r8684 | |||
2003-07-01 | Add a few more actor debugger subcommands, and correct V2 coordinate ↵ | James Brown | |
translation for o2_(get/set)ActorElevation svn-id: r8683 | |||
2003-07-01 | finished loading and saving, fixed grid bugs (some debugging code not yet ↵ | Robert Göffringmann | |
removed), implemented fnLincTextModule svn-id: r8682 | |||
2003-07-01 | fixed race condition when loading different sections | Robert Göffringmann | |
svn-id: r8681 | |||
2003-06-30 | partially implemented the Audio CD query opcode in Zak256 (see bug #762589); ↵ | Max Horn | |
cleanup svn-id: r8680 | |||
2003-06-30 | Fixes as per bug #762593 (Zak256 Audio CD handling); some cleanup (e.g. ↵ | Max Horn | |
renamed start/delay -> startFrame/endFrame) svn-id: r8679 | |||
2003-06-30 | this FIXME is obsoleted by my recent fix for getMaskFromBox | Max Horn | |
svn-id: r8678 | |||
2003-06-30 | fix for bug #755899 (thanks Hibernatus) | Max Horn | |
svn-id: r8677 | |||
2003-06-30 | fix for #740244 and #755863. This appears to have been a long standing bug ↵ | Max Horn | |
in the original engine? svn-id: r8676 | |||
2003-06-30 | finally fixed this stupid animation bug | Robert Göffringmann | |
svn-id: r8675 | |||
2003-06-30 | Allow the 3x scaler in fullscreen mode. Since we have aspect ratio | Torbjörn Andersson | |
correction now it can look quite different from 1x and 2x. svn-id: r8674 | |||
2003-06-30 | fix for bug #743049; might cause regressions, but might also fix e.g. walk ↵ | Max Horn | |
script issues svn-id: r8673 | |||
2003-06-30 | Add OpenGL fixes, patch #762815 | Travis Howell | |
svn-id: r8672 | |||
2003-06-27 | sync implementation with interface | Max Horn | |
svn-id: r8671 | |||
2003-06-27 | bugfix. doesn't seem to affect anything, though. | Robert Göffringmann | |
svn-id: r8670 | |||
2003-06-27 | fixed warnings | Max Horn | |
svn-id: r8669 | |||
2003-06-27 | fixed text decoding bug | Robert Göffringmann | |
svn-id: r8668 | |||
2003-06-27 | ops | Paweł Kołodziejski | |
svn-id: r8667 | |||
2003-06-27 | chenged ifdef to handle all win32 ports | Paweł Kołodziejski | |
svn-id: r8666 | |||
2003-06-27 | updated vc6 file | Paweł Kołodziejski | |
svn-id: r8665 | |||
2003-06-27 | fixed warning | Paweł Kołodziejski | |
svn-id: r8664 | |||
2003-06-27 | some more loading & saving work (still unfinished) | Robert Göffringmann | |
svn-id: r8663 | |||
2003-06-27 | cleanup | Max Horn | |
svn-id: r8662 | |||
2003-06-26 | fixed memory leak when restarting | Max Horn | |
svn-id: r8661 | |||
2003-06-26 | Moved out akos_compare (no reason for it to be member of class Scumm) | Max Horn | |
svn-id: r8660 | |||
2003-06-26 | correct shadow color in Zak256 | Max Horn | |
svn-id: r8659 | |||
2003-06-26 | hm... this code for initCharset makes more sense, and also seems to match ↵ | Max Horn | |
disassembly svn-id: r8658 |