Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-10-18 | Update FSF address. Eek. Actually that took place on May 1, 2005 | Eugene Sandulenko | |
svn-id: r19142 | |||
2005-08-30 | Use a quieter helicopter sound during the "He was only a robot. Oh, I loved | Torbjörn Andersson | |
the little guy." line to keep it from being drowned out. I don't know what the original did, but one of my old patches (pre-0.5.0, I think) messed around here, so I may have broken it then. Or not. Anyway, this sounds better to me. svn-id: r18723 | |||
2005-06-24 | When including files from common/, explicitly use the common/ prefix | Max Horn | |
svn-id: r18444 | |||
2005-05-10 | Moved class SoundMixer to Audio::Mixer (didn't call the namespace 'Sound' ↵ | Max Horn | |
because we already have many classes with that name) svn-id: r18039 | |||
2005-03-12 | PlayingSoundHandle -> SoundHandle; also, turned the handle activity check ↵ | Max Horn | |
into a mixer method svn-id: r17106 | |||
2005-01-10 | system.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-01 | Updated copyright | Max Horn | |
svn-id: r16398 | |||
2004-12-25 | Fix warning on OSX | Max Horn | |
svn-id: r16327 | |||
2004-12-05 | Clean up OSystem::Event | Max Horn | |
svn-id: r15990 | |||
2004-11-11 | misc cleanup | Robert Göffringmann | |
svn-id: r15783 | |||
2004-10-25 | use relative timing instead of constant values. | Robert Göffringmann | |
svn-id: r15684 | |||
2004-09-28 | Rename remaining OSystem methods to match our coding guidelines | Max Horn | |
svn-id: r15332 | |||
2004-03-28 | Renamed more OSystem methods | Max Horn | |
svn-id: r13410 | |||
2004-03-05 | Yearly CE BASS intro synch fix | Nicolas Bacca | |
svn-id: r13199 | |||
2004-02-28 | renamed 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-06 | updated copyright notice | Max Horn | |
svn-id: r12176 | |||
2004-01-03 | remove 'Sky' name prefix for most stuff (not needed anymore since we are in ↵ | Max Horn | |
namespace 'Sky' now) svn-id: r12114 | |||
2004-01-03 | Introduce namespace 'Sky' | Max Horn | |
svn-id: r12099 | |||
2003-12-24 | turned 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-08 | cleanup whitespaces | Paweł Kołodziejski | |
svn-id: r11213 | |||
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-10-01 | Whitespace changes | Torbjörn Andersson | |
svn-id: r10516 | |||
2003-09-24 | Whitespace changes | Torbjörn Andersson | |
svn-id: r10390 | |||
2003-09-05 | moved the sound ID param in playRaw before volume/pan | Max Horn | |
svn-id: r10023 | |||
2003-09-02 | changed sounds volume to original volume level, and fixed sounds in bass intro | Paweł Kołodziejski | |
svn-id: r9963 | |||
2003-08-31 | added mixer features: volume and pan control per channel | Paweł Kołodziejski | |
svn-id: r9944 | |||
2003-08-06 | Fix 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-23 | applied eriktorbjorn's patch (#776225 - 'BASS CD intro fixes') | Joost Peters | |
svn-id: r9150 | |||
2003-07-17 | reprogrammed sky intros. | Robert Göffringmann | |
svn-id: r9053 | |||
2003-07-07 | applied 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-07 | naother dataFileHeader change | Max Horn | |
svn-id: r8826 | |||
2003-07-05 | applied eriktorbjorn's floppy-intro-with-cd-version patch (#765885) | Joost Peters | |
svn-id: r8753 | |||
2003-07-04 | SFX 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-02 | fixed save/restore grid problems | Robert Göffringmann | |
svn-id: r8703 | |||
2003-06-02 | fix intro timing + text | Robert Göffringmann | |
svn-id: r8256 | |||
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-06-01 | basic ingame speech support | Robert Göffringmann | |
svn-id: r8220 | |||
2003-05-29 | stop sounds when escaping intro | Robert Göffringmann | |
svn-id: r8120 | |||
2003-05-20 | a few small changes | Robert Göffringmann | |
svn-id: r7752 | |||
2003-05-16 | added SFX support | Robert Göffringmann | |
svn-id: r7574 | |||
2003-05-15 | reordered some intro commands, made fade-in look nicer | Robert Göffringmann | |
svn-id: r7531 | |||
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-01 | intro cleans up after itself after exiting with ESC-key, still needs some ↵ | Joost Peters | |
work/cleanup though svn-id: r7247 | |||
2003-04-29 | added hack-ish intro ESCape key code | Joost Peters | |
svn-id: r7205 | |||
2003-04-29 | made vars consistent | Joost Peters | |
svn-id: r7204 | |||
2003-04-29 | added lowTextManager(), moved language from getText() to SkyText constructor ↵ | Joost Peters | |
+ some cleanup svn-id: r7202 | |||
2003-04-28 | endian fixes | Oliver Kiehl | |
svn-id: r7188 | |||
2003-04-28 | fixed two offsets for V2 and two warnings | Paweł Kołodziejski | |
svn-id: r7185 | |||
2003-04-28 | fixed bug in disk intro | Robert Göffringmann | |
svn-id: r7182 |