Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-01-28 | Use class Mutex instead of MutexRef | Max Horn | |
svn-id: r16679 | |||
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-11-27 | Use modern form of setupPremix | Max Horn | |
svn-id: r15916 | |||
2004-11-11 | misc cleanup | Robert Göffringmann | |
svn-id: r15783 | |||
2004-10-22 | changed timing code. | Robert Göffringmann | |
svn-id: r15639 | |||
2004-10-17 | Use new setupPremix variant (incomplete) | Max Horn | |
svn-id: r15596 | |||
2004-09-28 | Rename remaining OSystem methods to match our coding guidelines | Max Horn | |
svn-id: r15332 | |||
2004-08-26 | Clarified the comment added in the previous commit slightly. | Torbjörn Andersson | |
svn-id: r14776 | |||
2004-08-26 | Reset the "pitch wheel" when turning off a note. This should fix bug | Torbjörn Andersson | |
#1016556, hopefully without causing regressions. svn-id: r14775 | |||
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-02-24 | the OSystem changes we discussed on the ML (note: renaming of the existing ↵ | Max Horn | |
OSystem API is not yet finished); porters will have to fix their ports to get them to compile again svn-id: r13036 | |||
2004-02-11 | Fixed bug #870890. | Torbjörn Andersson | |
svn-id: r12825 | |||
2004-01-18 | fix warning | Paweł Kołodziejski | |
svn-id: r12498 | |||
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-19 | unregister the premix proc when you go away | Max Horn | |
svn-id: r11755 | |||
2003-11-08 | cleanup whitespaces | Paweł Kołodziejski | |
svn-id: r11213 | |||
2003-11-07 | spelling fixes | Jonathan Gray | |
svn-id: r11178 | |||
2003-11-03 | stdafx.h needs to be included first. | Marcus Comstedt | |
svn-id: r11117 | |||
2003-10-12 | Fix for Bug [817286] MT-32 execution checksum errors | Jamieson Christian | |
logicdeluxe's patch to avoid MT-32 processing overflows when sending large amounts of SysEx data. svn-id: r10755 | |||
2003-10-07 | Corrected MT-32 master volume SysEx | Jamieson Christian | |
svn-id: r10671 | |||
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-03 | Fix OOB SysEx checksums | Jamieson Christian | |
svn-id: r10572 | |||
2003-10-01 | Whitespace changes | Torbjörn Andersson | |
svn-id: r10516 | |||
2003-09-24 | Fix for Bug [805923] BASS: Notes left on when quitting game | Jamieson Christian | |
Explicitly send All Notes Off messages on every channel when shutting down music driver. This fixes hanging notes on exit when using external synths or some less intelligent internal synths. svn-id: r10398 | |||
2003-09-24 | Whitespace changes | Torbjörn Andersson | |
svn-id: r10390 | |||
2003-09-18 | changed & documented the premixer semantics | Max Horn | |
svn-id: r10294 | |||
2003-09-18 | moved engine.* to base; this fixes some linking issues when building a ↵ | Max Horn | |
barebone ScummVM (or maybe I just want to increase our CVS stats? <g>) svn-id: r10287 | |||
2003-09-10 | removed superfluous #include | Max Horn | |
svn-id: r10157 | |||
2003-09-10 | moved declaration of error/warning/debug from engine.h to util.h | Max Horn | |
svn-id: r10154 | |||
2003-09-10 | Fxo sky module compile | Travis Howell | |
svn-id: r10153 | |||
2003-08-20 | copied some fixes which only were in 0.5.1 branch. | Robert Göffringmann | |
svn-id: r9799 | |||
2003-08-06 | get rid of some g_system usage | Max Horn | |
svn-id: r9529 | |||
2003-07-13 | debug/warning/error all automatically output a newline | Max Horn | |
svn-id: r8991 | |||
2003-07-13 | music support for BASS floppy demo v.0.0109. | Robert Göffringmann | |
adlib doesn't really work, but the rest of the game doesn't either... so who cares, anyway. svn-id: r8966 | |||
2003-07-13 | fix set-volume crash. | Robert Göffringmann | |
svn-id: r8964 | |||
2003-07-12 | Didn't help | Travis Howell | |
svn-id: r8950 | |||
2003-07-12 | A few mino changes for pc gamer demo | Travis Howell | |
svn-id: r8949 | |||
2003-07-12 | add newline at end of file to make gcc happy | Oliver Kiehl | |
svn-id: r8933 | |||
2003-07-12 | fixed mt32 key velocities | Robert Göffringmann | |
svn-id: r8931 | |||
2003-07-11 | removed useless additional mapping tables and fixed crash in LINC section | Robert Göffringmann | |
svn-id: r8914 | |||
2003-07-11 | Post FMOPL-reversion cleanup. | Jamieson Christian | |
svn-id: r8906 | |||
2003-07-11 | Reverted to "old" YM3812 (FMOPL) emulator code. | Jamieson Christian | |
Until specific information regarding the benefits of migrating to the new emulator can be made available, the "old" code will remain in effect for the benefit of slower hardware platforms such as some WinCE-based devices. svn-id: r8903 | |||
2003-07-09 | SoundMixer::setMusicVolume() doesn't seem to do anything, so set music ↵ | Robert Göffringmann | |
volume manually.... svn-id: r8882 | |||
2003-07-09 | revert to last revision of musicbase that doesn't cause a segfault here anymore | Jonathan Gray | |
svn-id: r8876 | |||
2003-07-08 | this is for letting BASS wait for the end of the ending theme before ↵ | Robert Göffringmann | |
starting the next song. It's kinda hacky to put it into the music code, but I can't think of another way to do it while keeping the engine running like usual. svn-id: r8873 | |||
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-05 | updated code to use type MutexRef; added class StackLock (from sdl backend, ↵ | Max Horn | |
now in util.*) svn-id: r8777 |