Age | Commit message (Expand) | Author |
2009-12-26 | SCI/newgui: Added support for draw_pic command | Martin Kiewitz |
2009-12-26 | Look for Makefile.common instead of Makefile, when determining whether or not... | Oystein Eftevaag |
2009-12-26 | Using #include instead of #import to include some mac os x headers to avoid s... | Oystein Eftevaag |
2009-12-26 | Throw a warning when we're trying to invoke a variable selector, instead of s... | Filippos Karapetis |
2009-12-26 | Fixed sentence -> buildbot rebuild | Oystein Eftevaag |
2009-12-26 | Add "End of namespace" comment. | Johannes Schickel |
2009-12-26 | SCI2: Figured out the screen coordinates of views. Now, part of the interface... | Filippos Karapetis |
2009-12-26 | Buildbot compile fix for os x cross compile | Oystein Eftevaag |
2009-12-26 | SCI2: Implemented kListEachElementDo (a more advanced version of SciGuiAnimat... | Filippos Karapetis |
2009-12-26 | Removed the file and line parameters from the selector handling functions | Filippos Karapetis |
2009-12-26 | LOL: fixed minor bug in lamp code | Florian Kagerer |
2009-12-26 | Updated xcode project | Oystein Eftevaag |
2009-12-26 | Kernel function 0x26 is empty in SCI1.1 games, and it has been set to kPortra... | Filippos Karapetis |
2009-12-26 | Case kSciAudioLanguage in kDoAudio always checks for audio capability in SCI1... | Filippos Karapetis |
2009-12-26 | Committing the actual new browser_osx.mm file, oops | Oystein Eftevaag |
2009-12-26 | The file selection dialog in OS X now uses Cocoa instead of Carbon, and lives... | Oystein Eftevaag |
2009-12-26 | Fixed graphics functions detection in an old version of SQ3 - my initial thou... | Filippos Karapetis |
2009-12-26 | Hopefully fixed the freezes/deadlocks in the new music code (e.g. in LSL5 and... | Filippos Karapetis |
2009-12-26 | - Made the music playlist private | Filippos Karapetis |
2009-12-26 | Restored the mutexes in onTimer, and removed them from soundKill - fixes the ... | Filippos Karapetis |
2009-12-26 | Change teenagent engine to use CursorMan instead of using OSystem directly. | Johannes Schickel |
2009-12-26 | SCI/newmusic: Removed mutex from onTimer, fixes freeze in sci1 games | Martin Kiewitz |
2009-12-26 | Remove x86 ASM version of sykcpt code, just use the generic code everywhere | Max Horn |
2009-12-26 | Tweak and rename skycpt ReadMe.txt -> README | Max Horn |
2009-12-26 | Remove obsolete skycpt Makefile | Max Horn |
2009-12-26 | Set the save game directory to something in pre-SCI32 games, as games like SQ... | Filippos Karapetis |
2009-12-26 | Some more work on the new music code | Filippos Karapetis |
2009-12-26 | SCI/new music code: Fixed a bug where music was stopped when saving. Some cle... | Filippos Karapetis |
2009-12-25 | SCI/newmusic: Added comments about sound resource headers | Martin Kiewitz |
2009-12-25 | SCI: implemented command 0x80 (stopnote) for amiga music driver | Martin Kiewitz |
2009-12-25 | Silence a bunch of gcc warnings (and Merry Christmas, if you celebrate). | Matthew Hoops |
2009-12-25 | SCI/newmusic: Change to channel filtering for sci0early to reflect actual sie... | Martin Kiewitz |
2009-12-25 | SCI/newmusic: added filter support for kq4early and adlib | Martin Kiewitz |
2009-12-25 | Remove extra debug output which sneaked in. | Eugene Sandulenko |
2009-12-25 | SCI/newmusic: support for early sound resource format, early kq4 version now ... | Martin Kiewitz |
2009-12-25 | - Introduced a new version in the sound version detection routine, as SCI0 ea... | Filippos Karapetis |
2009-12-25 | SCI/newmusic: Adlib driver / added comment that sierra adlib driver did not s... | Martin Kiewitz |
2009-12-25 | Added a stub for signal 0xA0 (polyphonic key pressure - aftertouch) | Filippos Karapetis |
2009-12-25 | Ignore internal SysEx events in the Adlib player | Filippos Karapetis |
2009-12-25 | Added mutexes in music functions | Filippos Karapetis |
2009-12-25 | Adjusted volume clipping | Filippos Karapetis |
2009-12-25 | Limit volume range to 0 - 255 | Filippos Karapetis |
2009-12-25 | SCI/newmusic: find slot again after destroying it fixes kq6cd, lb2cd, added d... | Martin Kiewitz |
2009-12-25 | Fixed variable capitalization | Filippos Karapetis |
2009-12-25 | Fix compilation. | Johannes Schickel |
2009-12-25 | Properly initialize the audio stream part of each music slot when loading | Filippos Karapetis |
2009-12-25 | SCI/new music code: Some initial code for saving/loading the sound state | Filippos Karapetis |
2009-12-25 | SCI/newmusic: _signalSet, _signalToSet init, debug output added for signals | Martin Kiewitz |
2009-12-25 | SCI/newmusic: ignore vol selector for games prior sci1late, fixes amiga music... | Martin Kiewitz |
2009-12-25 | Another readability change | Filippos Karapetis |