Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-12-12 | cleanup: no need to access detector->_game.midi, since the value is fixed anyway | Max Horn | |
svn-id: r11596 | |||
2003-11-10 | cut down on unnecessary GameDetector references | Max Horn | |
svn-id: r11239 | |||
2003-10-28 | cleanup: removed version/id from GameSettings | Max Horn | |
svn-id: r10995 | |||
2003-10-17 | moved platform/language constants to common/util.* | Max Horn | |
svn-id: r10862 | |||
2003-10-05 | renamed SkyState to SkyEngine; cleaned the #include dependency mess a bit ↵ | Max Horn | |
(try to only #include files when you *have* to -> this reduces compilation time to a minimum when header file changes are made) svn-id: r10622 | |||
2003-09-18 | moved engine.* to base; this fixes some linking issues when building a ↵ | Max Horn | |
barebone ScummVM (or maybe I just want to increase our CVS stats? <g>) svn-id: r10287 | |||
2003-08-03 | Added "fast mode" (Ctrl-F/Ctrl-G) like the one we have for SCUMM and Simon. | Torbjörn Andersson | |
It does not change the game speed setting, because the most likely use (I think) is to toggle it on briefly, e.g. while travelling the walkways. svn-id: r9434 | |||
2003-08-02 | Removed introimg.cpp. Apparently Foster's don't want to be associated with | Torbjörn Andersson | |
gap-toothed doddering old fools, so we should just go with whatever image is in the game data files. svn-id: r9427 | |||
2003-07-17 | reprogrammed sky intros. | Robert Göffringmann | |
svn-id: r9053 | |||
2003-07-15 | Use debug output instead of warnings for simon | Travis Howell | |
Fix debug output in sky svn-id: r9039 | |||
2003-07-12 | implemented -x command line option | Robert Göffringmann | |
svn-id: r8926 | |||
2003-07-12 | added support for different languages and fixed memory leak and screen ↵ | Robert Göffringmann | |
refreshes in load/save dialogs svn-id: r8921 | |||
2003-07-12 | added dialog skipping by pressing '.' | Robert Göffringmann | |
svn-id: r8920 | |||
2003-07-11 | added autosaving every 5 minutes | Robert Göffringmann | |
svn-id: r8915 | |||
2003-07-10 | implemented fnOpenHand/fnCloseHand, added debug cheats | Robert Göffringmann | |
svn-id: r8896 | |||
2003-07-09 | added toggling music on/off | Robert Göffringmann | |
svn-id: r8884 | |||
2003-07-06 | fix bug #766744 (BASS: Crash when quitting while quitting) | Robert Göffringmann | |
svn-id: r8817 | |||
2003-07-05 | applied eriktorbjorn's floppy-intro-with-cd-version patch (#765885) | Joost Peters | |
svn-id: r8753 | |||
2003-07-02 | fixed save/restore grid problems | Robert Göffringmann | |
svn-id: r8703 | |||
2003-07-01 | bass is completable now. | Robert Göffringmann | |
svn-id: r8691 | |||
2003-06-27 | some more loading & saving work (still unfinished) | Robert Göffringmann | |
svn-id: r8663 | |||
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-06 | add fnRandom() | Joost Peters | |
svn-id: r8359 | |||
2003-06-06 | forgot to implement right mousebutton. :) | Robert Göffringmann | |
svn-id: r8343 | |||
2003-06-05 | fixed sprite drawing, added some mouse support and some logic routines. | Robert Göffringmann | |
svn-id: r8332 | |||
2003-06-02 | added some functions to SkyLogic, -Screen, -Talk and -Disk, moved SkyGrid ↵ | Robert Göffringmann | |
out of SkyState svn-id: r8266 | |||
2003-06-01 | remove useless screen updates, make non-seq intro parts escapable. | Robert Göffringmann | |
svn-id: r8255 | |||
2003-06-01 | cleaned code a bit, added SYSTEM_FLAGS and MOUSE_FLAG | Robert Göffringmann | |
svn-id: r8253 | |||
2003-05-29 | Some sky CD versions have an image replaced. This includes the original ↵ | Robert Göffringmann | |
sky01.gif into ScummVM. Disabled by default, though. svn-id: r8117 | |||
2003-05-28 | moved music drivers into seperated directory, added music support for ↵ | Robert Göffringmann | |
diskdemo's adlib driver version. (maybe other sky versions also have this older adlib driver?) svn-id: r8069 | |||
2003-05-27 | implemented screen.asm and sprites.asm (not yet working) | Robert Göffringmann | |
svn-id: r8036 | |||
2003-05-14 | restructured some things (mainly the screen routines), moved things out from ↵ | Robert Göffringmann | |
SkyState. (not yet complete) svn-id: r7516 | |||
2003-05-12 | changed some internal structures, added support for true MT32 (though not ↵ | Robert Göffringmann | |
yet used by main prog) svn-id: r7483 | |||
2003-05-05 | some mouse stuff + fnEnterSection | Joost Peters | |
svn-id: r7347 | |||
2003-05-03 | changed structure of musicdriver, added General Midi music support. | Robert Göffringmann | |
mapping table mt32->gm needs a lot of changes. svn-id: r7273 | |||
2003-05-01 | added loadFixedItems() and loadBase0() | Joost Peters | |
svn-id: r7250 | |||
2003-04-29 | made vars consistent | Joost Peters | |
svn-id: r7204 | |||
2003-04-28 | Some fixes + added floppy version intro | Joost Peters | |
svn-id: r7181 | |||
2003-04-27 | fixed cvs and modified autoroute parameters. removed initialisation from | Oliver Kiehl | |
SkyState since it is only needed by SkyLogic svn-id: r7156 | |||
2003-04-27 | included references to autoroute | Robert Göffringmann | |
svn-id: r7155 | |||
2003-04-25 | added class SkyGrid (still untested) | Robert Göffringmann | |
svn-id: r7121 | |||
2003-04-25 | Committing my stuff under pressure from Endy ;) | Oliver Kiehl | |
please note that there are still many bugs in here. several stuff isn't endian safe either. SkyLogic needs to get split up as well. svn-id: r7106 | |||
2003-04-21 | Applied patch #725152 - Sky Music driver by LavosSpawn | Joost Peters | |
svn-id: r7069 | |||
2003-04-07 | restructure | Oliver Kiehl | |
svn-id: r6934 | |||
2003-04-05 | Added text decoders + various other bits of code | Joost Peters | |
svn-id: r6913 | |||
2003-03-24 | Some more cleanup, loadFile now returns a uint8*/byte* so no casting is ↵ | Joost Peters | |
needed anymore. svn-id: r6854 | |||
2003-03-11 | added timers, full cd-intro and fixed some minor issues | Joost Peters | |
svn-id: r6797 | |||
2003-03-11 | add dumpFile(), as per rest of scummvm dumps dir must exist etc | Jonathan Gray | |
svn-id: r6795 | |||
2003-03-08 | Added voice support, and more (cd_)intro stuff + added myself to the README :) | Joost Peters | |
svn-id: r6768 | |||
2003-03-07 | implemented formating string error for each engine | Paweł Kołodziejski | |
svn-id: r6744 |