aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-04-03GUI: Commited fix for bug in ThemeParser::parserCallback_defaults (at least I...Max Horn
2009-04-03Make svn commands in Makefile.common slightly more robust against localization.Max Horn
2009-04-03SCI: Fix warning on OSXMax Horn
2009-04-03PARALLACTION: Fix silly Mingw 'shadowed declaration' warningsMax Horn
2009-04-03Some more FreeSCI <-> SCI changesFilippos Karapetis
2009-04-03Changed some references from "FreeSCI" to "SCI" or "ScummVM"Filippos Karapetis
2009-04-03Merged the SCI1 and SCI11 cel drawing functionsFilippos Karapetis
2009-04-02Added the English DOS version of Hoyle 2Filippos Karapetis
2009-04-02Added the German version of KQ7Filippos Karapetis
2009-04-02Added the German versions of KQ5 and KQ6, sorted out the different versions o...Filippos Karapetis
2009-04-02Applied fingolfin's suggestion to remove the roundf() implementation and make...Filippos Karapetis
2009-04-02Disable some (quite chatty) debug output - the savegme system looks stable en...Filippos Karapetis
2009-04-02pic_port_bounds was only set from command-line parameters it seems, so it's s...Filippos Karapetis
2009-04-02Fixed compilation under MSVC by implementing roundf()Filippos Karapetis
2009-04-02SCI: AvoidPath cleanup.Walter van Niftrik
2009-04-02SCI: Avoidpath cleanup.Walter van Niftrik
2009-04-01- Updated the details of 2 versions of Freddy Pharkas and of 2 versions of SQ...Filippos Karapetis
2009-04-01Cine::Palette: Add saturatedAddNormalizedColor-function (Going to be used to ...Kari Salminen
2009-04-01- Wrapped all the code for custom graphics options around a CUSTOM_GRAPHICS_O...Filippos Karapetis
2009-04-01Add default constructor for Cine::Palette (Creates an invalid, empty palette).Kari Salminen
2009-04-01Update MSVC project files (MSVC9's cruise.vcproj bas broken in r39787).Kari Salminen
2009-04-01Fix compilation via manually implementing strToUpper, instead of relying on s...Johannes Schickel
2009-04-01Fix warnings.Johannes Schickel
2009-04-01Formatting.Johannes Schickel
2009-04-01Laid the basics for music handlingPaul Gilbert
2009-04-01Added Cruise sound.cpp/.h to the MSVC projectsPaul Gilbert
2009-04-01Laid the basics for music handlingPaul Gilbert
2009-04-01Replaced resource type numbers with existing constantsPaul Gilbert
2009-03-31Enabled 2 versions of Freddy Pharkas, and added the German version of QFG1Filippos Karapetis
2009-03-31Added 2 more versions of GK1 (apparently, all versions of GK1 used the same i...Filippos Karapetis
2009-03-31Added 2 versions of Mixed-up Mother Goose and enabled RAMA and Shivers (appar...Filippos Karapetis
2009-03-31Added 2 versions of QFG4 and updated the information of the German version of...Filippos Karapetis
2009-03-31Added the German version of QFG3. Also, enabled Phantasmagoria 1 and 2, as ap...Filippos Karapetis
2009-03-31Added Mixed-Up Fairy tales, and corrected information on some versions of SQ4Filippos Karapetis
2009-03-31Added another English version of SQ4 floppy and German versions of SQ3, SQ4 a...Filippos Karapetis
2009-03-31Added the German versions of PQ3 and PQ4Filippos Karapetis
2009-03-31Fixed a typo in the German version of Eco Quest 1 and enabled the German vers...Filippos Karapetis
2009-03-31Added the German version of EcoQuest 1, and enabled a version of EcoQuest 2 w...Filippos Karapetis
2009-03-31Fixed dialogue balloon appearing in the wrong position after commit 39772.Nicola Mettifogo
2009-03-31Added basic multiple inventory support. This will be used for the GIVE and SW...Nicola Mettifogo
2009-03-31There have been subclasses of DialogueManager for a while, so now we use thei...Nicola Mettifogo
2009-03-31Got rid of the gfx_res_mod_t structFilippos Karapetis
2009-03-31Character doesn't need a reference to the engine anymore.Nicola Mettifogo
2009-03-30Initialize _staticPalette when creating the graphics resource manager. This a...Filippos Karapetis
2009-03-30This should really fix the issues with vobab.999/999.voc in SCI1 games (e.g. ...Filippos Karapetis
2009-03-30vag: delete stream after useFabio Battaglia
2009-03-30Ignore the unreliable resource vocab.999 in SCI1 games. This allows us to use...Filippos Karapetis
2009-03-30Disabled some unused codeFilippos Karapetis
2009-03-30Rate selection is now possible for VAG audio decoder, also decoder doesn't di...Fabio Battaglia
2009-03-30Remove -Wno-parentheses switch for g++ 4.3.Johannes Schickel