Age | Commit message (Expand) | Author |
2009-12-25 | SCI/newmusic: added filter support for kq4early and adlib | Martin Kiewitz |
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-24 | SCI: new music code / dont filter channel 15 (control) at any time | Martin Kiewitz |
2009-12-24 | SCI: channels are now filtered for sci0 (fixes garbled music) | Martin Kiewitz |
2009-12-23 | SCI: Fix warning | Max Horn |
2009-12-23 | SCI: new music code / wip support for sci0 music | Martin Kiewitz |
2009-12-23 | SCI: new music code / variable-names changed to make it more verbose | Martin Kiewitz |
2009-12-23 | SCI: sound resource added data format comments | Martin Kiewitz |
2009-12-23 | SCI: sound resource handling fixed (fixes lsl5 music w/ new music code) | Martin Kiewitz |
2009-12-20 | Implemented cmdUpdateCues() in the new sound code and fixed a crash when load... | Filippos Karapetis |
2009-12-20 | Directly modify the sound objects, instead of modifying a local copy. Remove ... | Filippos Karapetis |
2009-12-19 | - Started wrapping the current sound code around appropriate defines | Filippos Karapetis |
2009-12-15 | Got rid of ReadStream::ioFailed() | Max Horn |
2009-12-08 | Fix some MSVC warnings (part of patch #2909981) | Max Horn |
2009-10-26 | Added proper detection and handling of transitive SCI1-SCI1.1 games, like PQ1... | Filippos Karapetis |
2009-10-16 | Moved sci_ffs() inside iterator.cpp, the only place where it's actually used,... | Filippos Karapetis |
2009-10-10 | Introduced a new debug level, kDebugLevelResMan, and reduced some of the mess... | Filippos Karapetis |
2009-10-08 | Updated comment to indicate that QFG1VGA is one of the newer SCI1.1 games tha... | Filippos Karapetis |
2009-09-30 | Fix code formatting (esp. 'if(' -> 'if (' etc., but also indention and other ... | Max Horn |
2009-09-23 | SCI: Rename _sciVersion to s_sciVersion and made it local to resource.cpp (i.... | Max Horn |
2009-09-23 | - Moved the SCI version in a global variable | Filippos Karapetis |
2009-09-02 | Some renaming: | Filippos Karapetis |
2009-08-30 | SCI: Fix detection of QFG1 remake. | Walter van Niftrik |
2009-08-30 | SCI: Cleanup | Walter van Niftrik |
2009-08-26 | If a resource map entry can't be read, retry with the volume version instead,... | Filippos Karapetis |
2009-08-25 | Fixed compilation when ENABLE_SCI32 is not set | Filippos Karapetis |
2009-08-25 | - Split SCI_VERSION_32 into SCI_VERSION_2, SCI_VERSION_2_1, and SCI_VERSION_3... | Matthew Hoops |
2009-08-25 | - Simplified the parameters of some functions | Filippos Karapetis |
2009-08-21 | Fix detection of some later SCI32 games (RESMAP.001) and some cleanup. | Matthew Hoops |
2009-08-21 | Fix detection of SCI32 resource maps and volumes | Matthew Hoops |
2009-08-20 | remove \n's from warning() calls | Joost Peters |
2009-08-19 | SCI: Add autodetection of Amiga views. | Walter van Niftrik |
2009-08-18 | Started rewriting the SCI engine to use FSNode instead of file names. This is... | Filippos Karapetis |
2009-08-18 | Removed the maxMemory parameter of the resource manager and replaced it with ... | Filippos Karapetis |
2009-08-17 | SCI: Add autodetection for DoSound. Cleanup. | Walter van Niftrik |
2009-08-16 | SCI: Fix whitespace. | Walter van Niftrik |
2009-08-16 | SCI: Stage 1 of the game detection overhaul. The end goal is to autodetect | Walter van Niftrik |
2009-08-15 | SCI: Rename sci_version_t to SciVersion | Walter van Niftrik |
2009-08-15 | SCI: Added enum for map and volume versions. Removed res_version setting from | Walter van Niftrik |
2009-07-28 | SCI: Avoid using perror (it's not portable) | Max Horn |
2009-07-11 | Some work on QFG1VGA (looks like a mix of SCI1 and SCI1.1) | Filippos Karapetis |
2009-07-11 | If we fail to auto-detect either the volume or the map version, set the one t... | Filippos Karapetis |
2009-07-11 | Applied slightly modified patch 2819002 - "SCI: resource-view-patch on SQ5/Ge... | Filippos Karapetis |
2009-07-09 | Oops specify the correct revsision number in the fixme. | Johannes Schickel |
2009-07-09 | Add fixme about SCI32 specific code. | Johannes Schickel |
2009-07-09 | By comparing the commit log of r42300, it seems that "off" was renamed to "la... | Johannes Schickel |
2009-07-09 | Fix wrong format arugment. | Johannes Schickel |
2009-07-09 | Applied patch #2818845 - "SCI: resource.map detection for SCI1/1.1 fixed", wi... | Filippos Karapetis |
2009-07-07 | Removed the weird checks for a maximum resource number (the sci_max_resource_... | Filippos Karapetis |