aboutsummaryrefslogtreecommitdiff
path: root/sky/sky.h
AgeCommit message (Expand)Author
2005-01-01Updated copyrightMax Horn
2004-12-16some cleanupRobert Göffringmann
2004-12-15moved compacts and related static data out of the scummvm.exe into an externa...Robert Göffringmann
2004-11-24Fix a`ll engines. They work, though current fix is just temporary.Eugene Sandulenko
2004-11-23Added Engine::init() method; added return value to Engine::go()Max Horn
2004-09-13Add debugger for BASS.Joost Peters
2004-08-20remove unused variablesJoost Peters
2004-01-06updated copyright noticeMax Horn
2004-01-03remove 'Sky' name prefix for most stuff (not needed anymore since we are in n...Max Horn
2004-01-03Introduce namespace 'Sky'Max Horn
2003-12-12cleanup: no need to access detector->_game.midi, since the value is fixed anywayMax Horn
2003-11-10cut down on unnecessary GameDetector referencesMax Horn
2003-10-28cleanup: removed version/id from GameSettingsMax Horn
2003-10-17moved platform/language constants to common/util.*Max Horn
2003-10-05renamed SkyState to SkyEngine; cleaned the #include dependency mess a bit (tr...Max Horn
2003-09-18moved engine.* to base; this fixes some linking issues when building a barebo...Max Horn
2003-08-03Added "fast mode" (Ctrl-F/Ctrl-G) like the one we have for SCUMM and Simon.Torbjörn Andersson
2003-08-02Removed introimg.cpp. Apparently Foster's don't want to be associated withTorbjörn Andersson
2003-07-17reprogrammed sky intros.Robert Göffringmann
2003-07-15Use debug output instead of warnings for simonTravis Howell
2003-07-12implemented -x command line optionRobert Göffringmann
2003-07-12added support for different languages and fixed memory leak and screen refres...Robert Göffringmann
2003-07-12added dialog skipping by pressing '.'Robert Göffringmann
2003-07-11added autosaving every 5 minutesRobert Göffringmann
2003-07-10implemented fnOpenHand/fnCloseHand, added debug cheatsRobert Göffringmann
2003-07-09added toggling music on/offRobert Göffringmann
2003-07-06fix bug #766744 (BASS: Crash when quitting while quitting)Robert Göffringmann
2003-07-05applied eriktorbjorn's floppy-intro-with-cd-version patch (#765885)Joost Peters
2003-07-02fixed save/restore grid problemsRobert Göffringmann
2003-07-01bass is completable now.Robert Göffringmann
2003-06-27some more loading & saving work (still unfinished)Robert Göffringmann
2003-06-22native mt32 support and basic control panel (incomplete)Robert Göffringmann
2003-06-06add fnRandom()Joost Peters
2003-06-06forgot to implement right mousebutton. :)Robert Göffringmann
2003-06-05fixed sprite drawing, added some mouse support and some logic routines.Robert Göffringmann
2003-06-02added some functions to SkyLogic, -Screen, -Talk and -Disk, moved SkyGrid out...Robert Göffringmann
2003-06-01remove useless screen updates, make non-seq intro parts escapable.Robert Göffringmann
2003-06-01cleaned code a bit, added SYSTEM_FLAGS and MOUSE_FLAGRobert Göffringmann
2003-05-29Some sky CD versions have an image replaced. This includes the original sky01...Robert Göffringmann
2003-05-28moved music drivers into seperated directory, added music support for diskdem...Robert Göffringmann
2003-05-27implemented screen.asm and sprites.asm (not yet working)Robert Göffringmann
2003-05-14restructured some things (mainly the screen routines), moved things out from ...Robert Göffringmann
2003-05-12changed some internal structures, added support for true MT32 (though not yet...Robert Göffringmann
2003-05-05some mouse stuff + fnEnterSectionJoost Peters
2003-05-03changed structure of musicdriver, added General Midi music support.Robert Göffringmann
2003-05-01added loadFixedItems() and loadBase0()Joost Peters
2003-04-29made vars consistentJoost Peters
2003-04-28Some fixes + added floppy version introJoost Peters
2003-04-27fixed cvs and modified autoroute parameters. removed initialisation fromOliver Kiehl
2003-04-27included references to autorouteRobert Göffringmann