Age | Commit message (Expand) | Author |
2010-01-02 | do not show logo while loading save | Vladimir Menshakov |
2010-01-02 | fixed memory leak | Vladimir Menshakov |
2010-01-02 | added unlogic logo | Vladimir Menshakov |
2010-01-02 | SCI: adjusted kDisplay change to occur SCI1late | Martin Kiewitz |
2010-01-02 | SCI: kDisplay difference in SCI0 (fixes colonels bequest copy protection screen) | Martin Kiewitz |
2010-01-02 | removed useless `system' pointer from render() | Vladimir Menshakov |
2010-01-02 | made fadein/out asynchronous, added fade type stub | Vladimir Menshakov |
2010-01-02 | added fadeout tables | Vladimir Menshakov |
2010-01-02 | SCI/new music code: Don't stop notes when looping for a hold | Willem Jan Palenstijn |
2010-01-02 | SCI/new music code: Fixed sound patch loading when restoring a saved game | Filippos Karapetis |
2010-01-02 | Properly fixed cmdUpdateCues() for SCI0, removing a hack | Filippos Karapetis |
2010-01-02 | We are in 2010 now | Eugene Sandulenko |
2010-01-02 | SCI/new music code: Improve midi hold handling a bit. Still broken. | Willem Jan Palenstijn |
2010-01-02 | Changed the default case of setAttribute() to a warning, so that loading work... | Filippos Karapetis |
2010-01-02 | SCI/newmusic: fading signal handling changed... fixes lsl1demo and gk1demo | Martin Kiewitz |
2010-01-02 | SCI/new music code: changed some SCI SysEx messages to enums | Filippos Karapetis |
2010-01-02 | Removed obsolete code | Filippos Karapetis |
2010-01-02 | Notify the game scripts when fading effect is done | Filippos Karapetis |
2010-01-02 | SCI/new music code: don't stop a music track if the fading effect has just fi... | Filippos Karapetis |
2010-01-02 | SCI/new music code: Properly implemented cmdSetSoundHold, with the help of wj... | Filippos Karapetis |
2010-01-02 | SCI/new music code: cleaned up cmdUpdateCues and changed the SCI reverb(?) Sy... | Filippos Karapetis |
2010-01-02 | SCI: listsaves is now "list_saves", also included entry in help | Martin Kiewitz |
2010-01-02 | SCI: implemented new console command "listsaves" | Martin Kiewitz |
2010-01-02 | SCI/new music code: hopefully fixed a race condition | Filippos Karapetis |
2010-01-02 | SCI/new music code: Fix for a music related crash in SCI0 games (the sound ob... | Filippos Karapetis |
2010-01-02 | SCI/new music code: Implemented cmdSetSoundHold. Larry now exits the limo nor... | Filippos Karapetis |
2010-01-02 | Implement FR #2827944: "SAGA: Hide in-game GUI on thumbnails" | Eugene Sandulenko |
2010-01-02 | SCI: console behaviour changed for vmvars command, now allows entering decima... | Martin Kiewitz |
2010-01-02 | Indentation fix. (Which still leaves a lot that probably ought to be fixed in | Torbjörn Andersson |
2010-01-02 | SCI/newmusic: now clipping volume in cmdFadeSound | Martin Kiewitz |
2010-01-02 | SCI/newmusic: set default volume on MusicEntry creation, use volume selector ... | Martin Kiewitz |
2010-01-02 | Fix the GK1 CD intro sequence (regression from r46839, which fixed a regressi... | Matthew Hoops |
2010-01-02 | SCI/new music code: Implemented cmdSetSoundPriority | Filippos Karapetis |
2010-01-02 | SCI/new sound code: disabled some unused code and named a previously unknown ... | Filippos Karapetis |
2010-01-02 | Changed wording from "handle" to "sound", as we're dealing with sound objects... | Filippos Karapetis |
2010-01-02 | Use Common::StackLock. | Johannes Schickel |
2010-01-02 | SCI/new music code: Fixed some mutex-related issues | Filippos Karapetis |
2010-01-02 | Removing now redundant comment. The fix was correct. | Eugene Sandulenko |
2010-01-02 | Move the LZSS code to the Groovie namespace. | Jordi Vilalta Prat |
2010-01-01 | LOL: cleanup | Florian Kagerer |
2010-01-01 | SCI: Adlib: Fix bug in master volume handling. | Walter van Niftrik |
2010-01-01 | SCI: Fix segfault in dual-language KQ5. | Walter van Niftrik |
2010-01-01 | This time properly fix getTotalPlayTime for looped FLAC, MP3 and VORBIS audio... | Johannes Schickel |
2010-01-01 | Mention in documentation of AudioStream::setNumLoops, that this function also... | Johannes Schickel |
2010-01-01 | Properly reset _numPlayedLoops in setNumLoops in all AudioStream implementati... | Johannes Schickel |
2010-01-01 | Merge update_nop1 and update_nop2. | Johannes Schickel |
2010-01-01 | - Fix out of bounds array access. | Johannes Schickel |
2010-01-01 | SCI/newmusic: removed TODO | Martin Kiewitz |
2010-01-01 | init _numPlayedLoops inside LinearMemoryStream | Martin Kiewitz |
2010-01-01 | SCI/newmusic: changed setting volume from fade logic, implemented updating lo... | Martin Kiewitz |