Age | Commit message (Expand) | Author |
2009-12-23 | SCI: new music code / variable-names changed to make it more verbose | Martin Kiewitz |
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-11-02 | Changed foo(void) to foo() in almost all non-backend source files | Max Horn |
2009-10-28 | Enclose all of the old graphics code within the INCLUDE_OLDGFX safeguard (def... | Filippos Karapetis |
2009-10-08 | Change doxygen inline comments from "//!" to "///" as proposed on -devel | Max Horn |
2009-09-23 | - Moved the SCI version in a global variable | Filippos Karapetis |
2009-09-01 | Coding best practice: Always use enums instead of #defines to define integer ... | Max Horn |
2009-08-30 | SCI: Cleanup | Walter van Niftrik |
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-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-17 | Fix compilation of the SCI engine. It seems that all of the SCI header files ... | Johannes Schickel |
2009-08-16 | SCI: Fix regression in previous commit (QFG2). | 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-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 | - Added auto-detection for EGA graphics. As a result of this, GF_SCI1_EGA has... | Filippos Karapetis |
2009-07-04 | - Merged the "early" and "late" SCI1 versions - these are functionally equiva... | Filippos Karapetis |
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: Moved the handling of 65535.map into the resource manager. | Walter van Niftrik |
2009-06-04 | SCI: Made some members of class Resource protected; some cleanup | Max Horn |
2009-06-04 | SCI: Added support for early SCI1.1 audio maps. | Walter van Niftrik |
2009-06-03 | SCI: Added some of the missing pieces for speech support in CD games. It now ... | Walter van Niftrik |
2009-05-29 | - Added brief Doxygen comments to the ResourceSync and AudioResource classes ... | Filippos Karapetis |
2009-05-29 | Some WIP code on the speech used in KQ6CD | Filippos Karapetis |
2009-05-28 | SCI: cleanup | Max Horn |
2009-05-26 | Rewrote the Audio stream parser. The introduction of KQ6 should work more cor... | Filippos Karapetis |
2009-05-25 | WIP code for the speech in the floppy version of KQ6 (still needs work) | Filippos Karapetis |
2009-05-25 | Objectified the AudioResource code (used for speech and digitized music in CD... | Filippos Karapetis |
2009-05-20 | removed trailing whitespaces | Max Horn |
2009-05-19 | SCI: Added some stubs for LSL6CD (lores). | Walter van Niftrik |
2009-05-15 | - Moved all the files out of /sci/scicore and into /sci | Filippos Karapetis |