Age | Commit message (Expand) | Author |
2003-12-12 | cleanup: no need to access detector->_game.midi, since the value is fixed anyway | Max Horn |
2003-11-10 | cut down on unnecessary GameDetector references | Max Horn |
2003-10-28 | cleanup: removed version/id from GameSettings | Max Horn |
2003-10-17 | moved platform/language constants to common/util.* | Max Horn |
2003-10-05 | renamed SkyState to SkyEngine; cleaned the #include dependency mess a bit (tr... | Max Horn |
2003-09-18 | moved engine.* to base; this fixes some linking issues when building a barebo... | Max Horn |
2003-08-03 | Added "fast mode" (Ctrl-F/Ctrl-G) like the one we have for SCUMM and Simon. | Torbjörn Andersson |
2003-08-02 | Removed introimg.cpp. Apparently Foster's don't want to be associated with | Torbjörn Andersson |
2003-07-17 | reprogrammed sky intros. | Robert Göffringmann |
2003-07-15 | Use debug output instead of warnings for simon | Travis Howell |
2003-07-12 | implemented -x command line option | Robert Göffringmann |
2003-07-12 | added support for different languages and fixed memory leak and screen refres... | Robert Göffringmann |
2003-07-12 | added dialog skipping by pressing '.' | Robert Göffringmann |
2003-07-11 | added autosaving every 5 minutes | Robert Göffringmann |
2003-07-10 | implemented fnOpenHand/fnCloseHand, added debug cheats | Robert Göffringmann |
2003-07-09 | added toggling music on/off | Robert Göffringmann |
2003-07-06 | fix bug #766744 (BASS: Crash when quitting while quitting) | Robert Göffringmann |
2003-07-05 | applied eriktorbjorn's floppy-intro-with-cd-version patch (#765885) | Joost Peters |
2003-07-02 | fixed save/restore grid problems | Robert Göffringmann |
2003-07-01 | bass is completable now. | Robert Göffringmann |
2003-06-27 | some more loading & saving work (still unfinished) | Robert Göffringmann |
2003-06-22 | native mt32 support and basic control panel (incomplete) | Robert Göffringmann |
2003-06-06 | add fnRandom() | Joost Peters |
2003-06-06 | forgot to implement right mousebutton. :) | Robert Göffringmann |
2003-06-05 | fixed sprite drawing, added some mouse support and some logic routines. | Robert Göffringmann |
2003-06-02 | added some functions to SkyLogic, -Screen, -Talk and -Disk, moved SkyGrid out... | Robert Göffringmann |
2003-06-01 | remove useless screen updates, make non-seq intro parts escapable. | Robert Göffringmann |
2003-06-01 | cleaned code a bit, added SYSTEM_FLAGS and MOUSE_FLAG | Robert Göffringmann |
2003-05-29 | Some sky CD versions have an image replaced. This includes the original sky01... | Robert Göffringmann |
2003-05-28 | moved music drivers into seperated directory, added music support for diskdem... | Robert Göffringmann |
2003-05-27 | implemented screen.asm and sprites.asm (not yet working) | Robert Göffringmann |
2003-05-14 | restructured some things (mainly the screen routines), moved things out from ... | Robert Göffringmann |
2003-05-12 | changed some internal structures, added support for true MT32 (though not yet... | Robert Göffringmann |
2003-05-05 | some mouse stuff + fnEnterSection | Joost Peters |
2003-05-03 | changed structure of musicdriver, added General Midi music support. | Robert Göffringmann |
2003-05-01 | added loadFixedItems() and loadBase0() | Joost Peters |
2003-04-29 | made vars consistent | Joost Peters |
2003-04-28 | Some fixes + added floppy version intro | Joost Peters |
2003-04-27 | fixed cvs and modified autoroute parameters. removed initialisation from | Oliver Kiehl |
2003-04-27 | included references to autoroute | Robert Göffringmann |
2003-04-25 | added class SkyGrid (still untested) | Robert Göffringmann |
2003-04-25 | Committing my stuff under pressure from Endy ;) | Oliver Kiehl |
2003-04-21 | Applied patch #725152 - Sky Music driver by LavosSpawn | Joost Peters |
2003-04-07 | restructure | Oliver Kiehl |
2003-04-05 | Added text decoders + various other bits of code | Joost Peters |
2003-03-24 | Some more cleanup, loadFile now returns a uint8*/byte* so no casting is neede... | Joost Peters |
2003-03-11 | added timers, full cd-intro and fixed some minor issues | Joost Peters |
2003-03-11 | add dumpFile(), as per rest of scummvm dumps dir must exist etc | Jonathan Gray |
2003-03-08 | Added voice support, and more (cd_)intro stuff + added myself to the README :) | Joost Peters |
2003-03-07 | implemented formating string error for each engine | Paweł Kołodziejski |