Age | Commit message (Expand) | Author |
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 |
2009-07-07 | Removed the superfluous sci_version_types array (it's essentially the same as... | Filippos Karapetis |
2009-07-07 | Cleanup: added an enum for the auto-detected features, removed the selectors ... | Filippos Karapetis |
2009-07-07 | - Added auto-detection for EGA graphics. As a result of this, GF_SCI1_EGA has... | Filippos Karapetis |
2009-07-06 | Renamed SCI_VERSION_01 -> SCI_VERSION_01_EGA | Filippos Karapetis |
2009-07-06 | Replaced sciprintf() calls with printf, DebugPrintf, warning and error calls | Filippos Karapetis |
2009-07-04 | Merged SCI1 versions in one more file | Filippos Karapetis |
2009-07-04 | - Merged the "early" and "late" SCI1 versions - these are functionally equiva... | Filippos Karapetis |
2009-07-01 | Fixed some more warnings observed on buildbot | Max Horn |
2009-06-12 | SCI: Moved audio code from AudioResource to the sfx core. | Walter van Niftrik |
2009-06-09 | SCI: Moved SCI1 audio map handling into the resource manager. | Walter van Niftrik |
2009-06-08 | SCI: Cleanup | Walter van Niftrik |
2009-06-07 | SCI: Moved resource36 handling into resource manager. | Walter van Niftrik |
2009-06-07 | SCI: Resmgr cleanup and preparations for moving resource36 handling into resmgr. | Walter van Niftrik |
2009-06-06 | SCI: Fix audio regression in KQ5CD, introduced in r41205. | Walter van Niftrik |
2009-06-06 | SCI: Moved the handling of 65535.map into the resource manager. | Walter van Niftrik |
2009-06-05 | SCI: Audio: Fixed bug in sample length computation. | Walter van Niftrik |
2009-06-04 | SCI: Fixed some endian bugs related to speech handling. READ_UINT* are not LE, | Walter van Niftrik |
2009-06-04 | SCI: Made some members of class Resource protected; some cleanup | Max Horn |
2009-06-04 | SCI: Audio: Fixed bug in reading of SOL header. | Walter van Niftrik |
2009-06-04 | SCI: Added support for early SCI1.1 audio maps. | Walter van Niftrik |