aboutsummaryrefslogtreecommitdiff
path: root/sky/intro.cpp
AgeCommit message (Collapse)Author
2005-03-12PlayingSoundHandle -> SoundHandle; also, turned the handle activity check ↵Max Horn
into a mixer method svn-id: r17106
2005-01-10system.h was being included in tons of places, without any good reason; ↵Max Horn
reduced this (total dependencies on system.h went down from 193 to 85 files) svn-id: r16527
2005-01-01Updated copyrightMax Horn
svn-id: r16398
2004-12-25Fix warning on OSXMax Horn
svn-id: r16327
2004-12-05Clean up OSystem::EventMax Horn
svn-id: r15990
2004-11-11misc cleanupRobert Göffringmann
svn-id: r15783
2004-10-25use relative timing instead of constant values.Robert Göffringmann
svn-id: r15684
2004-09-28Rename remaining OSystem methods to match our coding guidelinesMax Horn
svn-id: r15332
2004-03-28Renamed more OSystem methodsMax Horn
svn-id: r13410
2004-03-05Yearly CE BASS intro synch fixNicolas Bacca
svn-id: r13199
2004-02-28renamed more OSystem methods to follow our naming scheme; renamed ↵Max Horn
NewGuiColor to OverlayColor; fixed some calls to error() in the SDL backend svn-id: r13087
2004-01-06updated copyright noticeMax Horn
svn-id: r12176
2004-01-03remove 'Sky' name prefix for most stuff (not needed anymore since we are in ↵Max Horn
namespace 'Sky' now) svn-id: r12114
2004-01-03Introduce namespace 'Sky'Max Horn
svn-id: r12099
2003-12-24turned PlayingSoundHandle into an 'opaque' (well not really :-) data type, ↵Max Horn
mainly because people kept (accidentally and sometimes on purpose :-) misusing them svn-id: r11881
2003-11-08cleanup whitespacesPaweł Kołodziejski
svn-id: r11213
2003-10-05renamed 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-10-01Whitespace changesTorbjörn Andersson
svn-id: r10516
2003-09-24Whitespace changesTorbjörn Andersson
svn-id: r10390
2003-09-05moved the sound ID param in playRaw before volume/panMax Horn
svn-id: r10023
2003-09-02changed sounds volume to original volume level, and fixed sounds in bass introPaweł Kołodziejski
svn-id: r9963
2003-08-31added mixer features: volume and pan control per channelPaweł Kołodziejski
svn-id: r9944
2003-08-06Fix intro timing on WinCE ... guess everybody could use it but I'll leave ↵Nicolas Bacca
the engine mainteners decide :p svn-id: r9583
2003-07-23applied eriktorbjorn's patch (#776225 - 'BASS CD intro fixes')Joost Peters
svn-id: r9150
2003-07-17reprogrammed sky intros.Robert Göffringmann
svn-id: r9053
2003-07-07applied patch #766751 (BASS: Waiting for floppy intro music to finish) and ↵Robert Göffringmann
fixed music bug (jukebox at St. James didn't stop playing) svn-id: r8843
2003-07-07naother dataFileHeader changeMax Horn
svn-id: r8826
2003-07-05applied eriktorbjorn's floppy-intro-with-cd-version patch (#765885)Joost Peters
svn-id: r8753
2003-07-04SFX is working correctly now. also implemented queued fx and fx saving.Robert Göffringmann
The bass version is now included in the savegames, too. svn-id: r8747
2003-07-02fixed save/restore grid problemsRobert Göffringmann
svn-id: r8703
2003-06-02fix intro timing + textRobert Göffringmann
svn-id: r8256
2003-06-01remove useless screen updates, make non-seq intro parts escapable.Robert Göffringmann
svn-id: r8255
2003-06-01cleaned code a bit, added SYSTEM_FLAGS and MOUSE_FLAGRobert Göffringmann
svn-id: r8253
2003-06-01basic ingame speech supportRobert Göffringmann
svn-id: r8220
2003-05-29stop sounds when escaping introRobert Göffringmann
svn-id: r8120
2003-05-20a few small changesRobert Göffringmann
svn-id: r7752
2003-05-16added SFX supportRobert Göffringmann
svn-id: r7574
2003-05-15reordered some intro commands, made fade-in look nicerRobert Göffringmann
svn-id: r7531
2003-05-14restructured some things (mainly the screen routines), moved things out from ↵Robert Göffringmann
SkyState. (not yet complete) svn-id: r7516
2003-05-01intro cleans up after itself after exiting with ESC-key, still needs some ↵Joost Peters
work/cleanup though svn-id: r7247
2003-04-29added hack-ish intro ESCape key codeJoost Peters
svn-id: r7205
2003-04-29made vars consistentJoost Peters
svn-id: r7204
2003-04-29added lowTextManager(), moved language from getText() to SkyText constructor ↵Joost Peters
+ some cleanup svn-id: r7202
2003-04-28endian fixesOliver Kiehl
svn-id: r7188
2003-04-28fixed two offsets for V2 and two warningsPaweł Kołodziejski
svn-id: r7185
2003-04-28fixed bug in disk introRobert Göffringmann
svn-id: r7182
2003-04-28Some fixes + added floppy version introJoost Peters
svn-id: r7181
2003-04-21Applied patch #725152 - Sky Music driver by LavosSpawnJoost Peters
svn-id: r7069
2003-04-07restructureOliver Kiehl
svn-id: r6934
2003-03-24Some more cleanup, loadFile now returns a uint8*/byte* so no casting is ↵Joost Peters
needed anymore. svn-id: r6854