Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | 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-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 | 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 | 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 | finally fixed this stupid animation bug | Robert Göffringmann | |
svn-id: r8675 | |||
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 | some more loading & saving work (still unfinished) | Robert Göffringmann | |
svn-id: r8663 | |||
2003-06-22 | another warning | Max Horn | |
svn-id: r8637 | |||
2003-06-22 | fixed warnings | Max Horn | |
svn-id: r8636 | |||
2003-06-22 | whoops | Robert Göffringmann | |
svn-id: r8633 | |||
2003-06-22 | native mt32 support and basic control panel (incomplete) | Robert Göffringmann | |
doesn't work with all versions, probably file numbers were changed svn-id: r8632 | |||
2003-06-17 | removed send(0) command. | Robert Göffringmann | |
svn-id: r8530 | |||
2003-06-17 | fixed grid position calculation | Robert Göffringmann | |
svn-id: r8529 | |||
2003-06-17 | don't restart music if the same track is already playing | Robert Göffringmann | |
svn-id: r8528 | |||
2003-06-15 | moved GameId declaration to common/engine.h (more logical); moved scumm ↵ | Max Horn | |
specific stuff from gameDetector.h to scumm.h; cleaned up some #includes (ideally, never #include something in a header file if you can avoid it - this cuts down interdepencies) svn-id: r8496 | |||
2003-06-14 | fix bug #754378 (I hope) | Oliver Kiehl | |
svn-id: r8466 | |||
2003-06-14 | fix 0.0368 text decoding bug | Oliver Kiehl | |
svn-id: r8465 | |||
2003-06-11 | Added MSVC6 truncation warning to #pragma | Jamieson Christian | |
svn-id: r8430 | |||
2003-06-09 | Sky shouldn't error() if no speech file exists for a sentence | Robert Göffringmann | |
svn-id: r8426 | |||
2003-06-09 | Sky shouldn't error() if no speech file exists for a sentence | Robert Göffringmann | |
svn-id: r8425 | |||
2003-06-09 | fixed warning | Max Horn | |
svn-id: r8424 | |||
2003-06-09 | removed debugging leftovers, fixed one more sprite clipping issue. | Robert Göffringmann | |
svn-id: r8423 | |||
2003-06-09 | whoops. | Robert Göffringmann | |
svn-id: r8422 | |||
2003-06-09 | fixed issue about file decompression. | Robert Göffringmann | |
svn-id: r8421 | |||
2003-06-09 | fixed compact data | Robert Göffringmann | |
svn-id: r8420 | |||
2003-06-09 | mouse-fixes, note that: buttonPressed() keeping track of a repeated push ↵ | Joost Peters | |
DOES NOT WORK YET, _bMouseB gets cleared elsewhere, so we obviously need to come up with something else. and we still need a wait_relative equivalent to have a proper fnLookAt() ...hmm...this commit message is starting to look like a todo list. oh, well. :) svn-id: r8419 | |||
2003-06-09 | added fnLookAt() | Joost Peters | |
svn-id: r8418 | |||
2003-06-09 | Fixed VC++ warnings | Jamieson Christian | |
svn-id: r8417 | |||
2003-06-09 | fixed SkyLogic bug and made font highlightning finally correct. | Robert Göffringmann | |
svn-id: r8416 | |||
2003-06-09 | whoops. | Robert Göffringmann | |
svn-id: r8413 | |||
2003-06-09 | some talk-related bugs fixed | Robert Göffringmann | |
svn-id: r8412 | |||
2003-06-08 | added quit event | Max Horn | |
svn-id: r8398 | |||
2003-06-06 | Preparations for removing GF_AFTER_V? flags | Max Horn | |
svn-id: r8364 | |||
2003-06-06 | add fnRandom() | Joost Peters | |
svn-id: r8359 | |||
2003-06-06 | forgot to remove that | Robert Göffringmann | |
svn-id: r8358 | |||
2003-06-06 | changed sprite priority, changed some errors to warnings and added hack to ↵ | Robert Göffringmann | |
get past the first scene svn-id: r8357 | |||
2003-06-06 | forgot to activate that code again | Robert Göffringmann | |
svn-id: r8356 | |||
2003-06-06 | misc fixes | Robert Göffringmann | |
svn-id: r8355 | |||
2003-06-06 | add some (mouse) stubs | Joost Peters | |
svn-id: r8354 |