Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-02-16 | Workaround for BASS bug #897775. As far as I can tell there is no proper | Torbjörn Andersson | |
fix for this bug, but please prove me wrong. svn-id: r12916 | |||
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-12-21 | incorrect use of pauseChannel (replaced by correct pauseID) | Max Horn | |
svn-id: r11800 | |||
2003-12-21 | cleanup | Max Horn | |
svn-id: r11792 | |||
2003-10-25 | fix bug #828222: Adlib music stops during browsing the inventory | Robert Göffringmann | |
svn-id: r10963 | |||
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-09 | fix sfx routine | Robert Göffringmann | |
svn-id: r10120 | |||
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-20 | copied some fixes which only were in 0.5.1 branch. | Robert Göffringmann | |
svn-id: r9799 | |||
2003-08-18 | fix sfx restart after restoring a savegame | Robert Göffringmann | |
svn-id: r9770 | |||
2003-08-02 | correct sound looping, thanks to our new mixer. :) | Robert Göffringmann | |
svn-id: r9418 | |||
2003-07-23 | applied eriktorbjorn's patch (#776225 - 'BASS CD intro fixes') | Joost Peters | |
svn-id: r9150 | |||
2003-07-14 | maybe this fixed those random crashes... | Robert Göffringmann | |
svn-id: r9021 | |||
2003-07-13 | debug/warning/error all automatically output a newline | Max Horn | |
svn-id: r8991 | |||
2003-07-13 | sound support for v.0.0109 | Robert Göffringmann | |
svn-id: r8967 | |||
2003-07-12 | implemented dialog skipping and cleaned up mouse code | Robert Göffringmann | |
svn-id: r8919 | |||
2003-07-07 | applied patch #766979 (BASS: Possible fix for problem with cut-off speech). | Robert Göffringmann | |
added small change to SFX samplerate, sparky doesn't sound like a bird now, either. svn-id: r8840 | |||
2003-07-07 | another fix kudos to LavosSpawn | Max Horn | |
svn-id: r8829 | |||
2003-07-07 | use our standard cast style | Max Horn | |
svn-id: r8824 | |||
2003-07-05 | hope this fixes problems about cut-off speech. | Robert Göffringmann | |
svn-id: r8759 | |||
2003-07-04 | removed some useless lines | Robert Göffringmann | |
svn-id: r8748 | |||
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-03 | fixed warning | Max Horn | |
svn-id: r8730 | |||
2003-07-03 | fixed showGameQuitMsg() and temporarily disabled sfx looping | Robert Göffringmann | |
svn-id: r8728 | |||
2003-06-27 | some more loading & saving work (still unfinished) | Robert Göffringmann | |
svn-id: r8663 | |||
2003-06-22 | native mt32 support and basic control panel (incomplete) | Robert Göffringmann | |
doesn't work with all versions, probably file numbers were changed svn-id: r8632 | |||
2003-06-09 | Sky shouldn't error() if no speech file exists for a sentence | Robert Göffringmann | |
svn-id: r8426 | |||
2003-06-09 | some talk-related bugs fixed | Robert Göffringmann | |
svn-id: r8412 | |||
2003-06-02 | fixed sprite animation bug in stdSpeak, cleaned fnTalk and made text timing ↵ | Robert Göffringmann | |
in cd version depending on the end of the voc files being reached. svn-id: r8262 | |||
2003-06-01 | cleaned code a bit, added SYSTEM_FLAGS and MOUSE_FLAG | Robert Göffringmann | |
svn-id: r8253 | |||
2003-06-01 | whoops | Robert Göffringmann | |
svn-id: r8221 | |||
2003-06-01 | basic ingame speech support | Robert Göffringmann | |
svn-id: r8220 | |||
2003-05-30 | bugfix | Oliver Kiehl | |
svn-id: r8137 | |||
2003-05-30 | add sound effects | Oliver Kiehl | |
svn-id: r8134 | |||
2003-05-29 | fixed sound driver. | Robert Göffringmann | |
svn-id: r8108 | |||
2003-05-20 | a few small changes | Robert Göffringmann | |
svn-id: r7752 | |||
2003-05-17 | newline to make gcc happy | Jonathan Gray | |
svn-id: r7588 | |||
2003-05-16 | added SFX support | Robert Göffringmann | |
svn-id: r7574 | |||
2003-03-12 | cleanup | Max Horn | |
svn-id: r6800 | |||
2003-03-11 | added timers, full cd-intro and fixed some minor issues | Joost Peters | |
svn-id: r6797 | |||
2003-03-08 | Added voice support, and more (cd_)intro stuff + added myself to the README :) | Joost Peters | |
svn-id: r6768 |