aboutsummaryrefslogtreecommitdiff
path: root/sky/intro.cpp
AgeCommit message (Expand)Author
2005-03-12PlayingSoundHandle -> SoundHandle; also, turned the handle activity check int...Max Horn
2005-01-10system.h was being included in tons of places, without any good reason; reduc...Max Horn
2005-01-01Updated copyrightMax Horn
2004-12-25Fix warning on OSXMax Horn
2004-12-05Clean up OSystem::EventMax Horn
2004-11-11misc cleanupRobert Göffringmann
2004-10-25use relative timing instead of constant values.Robert Göffringmann
2004-09-28Rename remaining OSystem methods to match our coding guidelinesMax Horn
2004-03-28Renamed more OSystem methodsMax Horn
2004-03-05Yearly CE BASS intro synch fixNicolas Bacca
2004-02-28renamed more OSystem methods to follow our naming scheme; renamed NewGuiColor...Max Horn
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-24turned PlayingSoundHandle into an 'opaque' (well not really :-) data type, ma...Max Horn
2003-11-08cleanup whitespacesPaweł Kołodziejski
2003-10-05renamed SkyState to SkyEngine; cleaned the #include dependency mess a bit (tr...Max Horn
2003-10-01Whitespace changesTorbjörn Andersson
2003-09-24Whitespace changesTorbjörn Andersson
2003-09-05moved the sound ID param in playRaw before volume/panMax Horn
2003-09-02changed sounds volume to original volume level, and fixed sounds in bass introPaweł Kołodziejski
2003-08-31added mixer features: volume and pan control per channelPaweł Kołodziejski
2003-08-06Fix intro timing on WinCE ... guess everybody could use it but I'll leave the...Nicolas Bacca
2003-07-23applied eriktorbjorn's patch (#776225 - 'BASS CD intro fixes')Joost Peters
2003-07-17reprogrammed sky intros.Robert Göffringmann
2003-07-07applied patch #766751 (BASS: Waiting for floppy intro music to finish) and fi...Robert Göffringmann
2003-07-07naother dataFileHeader changeMax Horn
2003-07-05applied eriktorbjorn's floppy-intro-with-cd-version patch (#765885)Joost Peters
2003-07-04SFX is working correctly now. also implemented queued fx and fx saving.Robert Göffringmann
2003-07-02fixed save/restore grid problemsRobert Göffringmann
2003-06-02fix intro timing + textRobert 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-06-01basic ingame speech supportRobert Göffringmann
2003-05-29stop sounds when escaping introRobert Göffringmann
2003-05-20a few small changesRobert Göffringmann
2003-05-16added SFX supportRobert Göffringmann
2003-05-15reordered some intro commands, made fade-in look nicerRobert Göffringmann
2003-05-14restructured some things (mainly the screen routines), moved things out from ...Robert Göffringmann
2003-05-01intro cleans up after itself after exiting with ESC-key, still needs some wor...Joost Peters
2003-04-29added hack-ish intro ESCape key codeJoost Peters
2003-04-29made vars consistentJoost Peters
2003-04-29added lowTextManager(), moved language from getText() to SkyText constructor ...Joost Peters
2003-04-28endian fixesOliver Kiehl
2003-04-28fixed two offsets for V2 and two warningsPaweł Kołodziejski
2003-04-28fixed bug in disk introRobert Göffringmann
2003-04-28Some fixes + added floppy version introJoost Peters
2003-04-21Applied patch #725152 - Sky Music driver by LavosSpawnJoost Peters
2003-04-07restructureOliver Kiehl
2003-03-24Some more cleanup, loadFile now returns a uint8*/byte* so no casting is neede...Joost Peters