aboutsummaryrefslogtreecommitdiff
path: root/sky
AgeCommit message (Collapse)Author
2003-07-02Initialize midiChannelNumber to 0. I don't know if this is always the rightTorbjö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-02fixed save/restore grid problemsRobert Göffringmann
svn-id: r8703
2003-07-02oopsJoost Peters
svn-id: r8702
2003-07-02Control panel should be disabled for ALL demo versionsJoost Peters
svn-id: r8701
2003-07-01removed unnecessary variablesJoost Peters
svn-id: r8694
2003-07-01removed useless AR saving leftovers and implemented fnRestoreGame()Robert Göffringmann
svn-id: r8693
2003-07-01fixed warningsJoost Peters
svn-id: r8692
2003-07-01bass is completable now.Robert Göffringmann
svn-id: r8691
2003-07-01fixed mouse restore on savegame restore and bug in fnTheyStartSubRobert Göffringmann
svn-id: r8690
2003-07-01fixed warningMax Horn
svn-id: r8687
2003-07-01bypassed copy protection, fixed crash when disconnecting from link space, ↵Robert Göffringmann
fixed logix swing seqs svn-id: r8686
2003-07-01finished loading and saving, fixed grid bugs (some debugging code not yet ↵Robert Göffringmann
removed), implemented fnLincTextModule svn-id: r8682
2003-07-01fixed race condition when loading different sectionsRobert Göffringmann
svn-id: r8681
2003-06-30finally fixed this stupid animation bugRobert Göffringmann
svn-id: r8675
2003-06-27bugfix. doesn't seem to affect anything, though.Robert Göffringmann
svn-id: r8670
2003-06-27fixed warningsMax Horn
svn-id: r8669
2003-06-27fixed text decoding bugRobert Göffringmann
svn-id: r8668
2003-06-27some more loading & saving work (still unfinished)Robert Göffringmann
svn-id: r8663
2003-06-22another warningMax Horn
svn-id: r8637
2003-06-22fixed warningsMax Horn
svn-id: r8636
2003-06-22whoopsRobert Göffringmann
svn-id: r8633
2003-06-22native 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-17removed send(0) command.Robert Göffringmann
svn-id: r8530
2003-06-17fixed grid position calculationRobert Göffringmann
svn-id: r8529
2003-06-17don't restart music if the same track is already playingRobert Göffringmann
svn-id: r8528
2003-06-15moved 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-14fix bug #754378 (I hope)Oliver Kiehl
svn-id: r8466
2003-06-14fix 0.0368 text decoding bugOliver Kiehl
svn-id: r8465
2003-06-11Added MSVC6 truncation warning to #pragmaJamieson Christian
svn-id: r8430
2003-06-09Sky shouldn't error() if no speech file exists for a sentenceRobert Göffringmann
svn-id: r8426
2003-06-09Sky shouldn't error() if no speech file exists for a sentenceRobert Göffringmann
svn-id: r8425
2003-06-09fixed warningMax Horn
svn-id: r8424
2003-06-09removed debugging leftovers, fixed one more sprite clipping issue.Robert Göffringmann
svn-id: r8423
2003-06-09whoops.Robert Göffringmann
svn-id: r8422
2003-06-09fixed issue about file decompression.Robert Göffringmann
svn-id: r8421
2003-06-09fixed compact dataRobert Göffringmann
svn-id: r8420
2003-06-09mouse-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-09added fnLookAt()Joost Peters
svn-id: r8418
2003-06-09Fixed VC++ warningsJamieson Christian
svn-id: r8417
2003-06-09fixed SkyLogic bug and made font highlightning finally correct.Robert Göffringmann
svn-id: r8416
2003-06-09whoops.Robert Göffringmann
svn-id: r8413
2003-06-09some talk-related bugs fixedRobert Göffringmann
svn-id: r8412
2003-06-08added quit eventMax Horn
svn-id: r8398
2003-06-06Preparations for removing GF_AFTER_V? flagsMax Horn
svn-id: r8364
2003-06-06add fnRandom()Joost Peters
svn-id: r8359
2003-06-06forgot to remove thatRobert Göffringmann
svn-id: r8358
2003-06-06changed sprite priority, changed some errors to warnings and added hack to ↵Robert Göffringmann
get past the first scene svn-id: r8357
2003-06-06forgot to activate that code againRobert Göffringmann
svn-id: r8356
2003-06-06misc fixesRobert Göffringmann
svn-id: r8355
2003-06-06add some (mouse) stubsJoost Peters
svn-id: r8354