aboutsummaryrefslogtreecommitdiff
path: root/engines
AgeCommit message (Collapse)Author
2009-04-04LOL: - this should fix a text displayer bug that occured when speaking to ↵Florian Kagerer
the compass gui svn-id: r39848
2009-04-04LOL: - minor item drawing bug fixFlorian Kagerer
svn-id: r39840
2009-04-04Formatting.Johannes Schickel
svn-id: r39839
2009-04-04Fix warning.Johannes Schickel
svn-id: r39837
2009-04-04LOL: - minor sfx bug fixFlorian Kagerer
svn-id: r39836
2009-04-04Update German version of puttzoo.Travis Howell
svn-id: r39833
2009-04-04Fix possible regression in HE games re-releases.Travis Howell
svn-id: r39830
2009-04-04Update prefix for German version of puttzoo.Travis Howell
svn-id: r39829
2009-04-04Update prefix for German version of puttzoo.Travis Howell
svn-id: r39828
2009-04-04Update prefix for German version of puttzoo.Travis Howell
svn-id: r39827
2009-04-04Ooops, remove excess space.Travis Howell
svn-id: r39826
2009-04-04Add more German version of HE games.Travis Howell
svn-id: r39825
2009-04-04Replaced all occurrences of the constant '257' with the existing constant ↵Paul Gilbert
'NUM_FILE_ENTRIES' svn-id: r39824
2009-04-04LOL: - reverted last commit which would break map shape drawing (I have now ↵Florian Kagerer
changed the map shape coordinates to decimal numbers though since some compiler seems to complain about signed hex numbers) - added support for placing items in wall niches (like that one in the thugs' cave) svn-id: r39823
2009-04-03Fixed incorrect palette range usage so room fade-ins happen correctlyPaul Gilbert
svn-id: r39822
2009-04-03Fixed compilation (a signed byte cannot hold such big values)Filippos Karapetis
svn-id: r39821
2009-04-03Removed leftover chrono-related code (refer to commit #37721 for the changes ↵Filippos Karapetis
to kgraphics.cpp) svn-id: r39820
2009-04-03Removed the non-working Chrono port code, after discussing with LarsFilippos Karapetis
svn-id: r39819
2009-04-03LOL: - added support for magic atlasFlorian Kagerer
- fixed minor palette bug svn-id: r39818
2009-04-03Cleanup of decompress_sci_view(). Also, ALL of the cases where that function ↵Filippos Karapetis
returned 1 are fatal, as the resulting object will be invalid (null) and will crash ScummVM, so they've all been changed to asserts instead of warnings svn-id: r39817
2009-04-03- Added the German version of LongbowFilippos Karapetis
- Added Fun Seeker's Guide - Removed some leftover detection entries from FreeSCI svn-id: r39815
2009-04-03Moved background and character loading code from LocationParser_br to the ↵Nicola Mettifogo
engine for BRA. svn-id: r39814
2009-04-03Moved Nippon Safes specific code from Parallaction to Parallaction_ns and ↵Nicola Mettifogo
adapted client code. svn-id: r39813
2009-04-03SCI: Fix warning on OSXMax Horn
svn-id: r39810
2009-04-03PARALLACTION: Fix silly Mingw 'shadowed declaration' warningsMax Horn
svn-id: r39809
2009-04-03Some more FreeSCI <-> SCI changesFilippos Karapetis
svn-id: r39808
2009-04-03Changed some references from "FreeSCI" to "SCI" or "ScummVM"Filippos Karapetis
svn-id: r39807
2009-04-03Merged the SCI1 and SCI11 cel drawing functionsFilippos Karapetis
svn-id: r39806
2009-04-02Added the English DOS version of Hoyle 2Filippos Karapetis
svn-id: r39805
2009-04-02Added the German version of KQ7Filippos Karapetis
svn-id: r39804
2009-04-02Added the German versions of KQ5 and KQ6, sorted out the different versions ↵Filippos Karapetis
of KQ6 and enabled the Spanish version of KQ7 svn-id: r39803
2009-04-02Applied fingolfin's suggestion to remove the roundf() implementation and ↵Filippos Karapetis
make the code in that bit simpler and more readable (since points are always positive) svn-id: r39802
2009-04-02Disable some (quite chatty) debug output - the savegme system looks stable ↵Filippos Karapetis
enough svn-id: r39801
2009-04-02pic_port_bounds was only set from command-line parameters it seems, so it's ↵Filippos Karapetis
safe to put it together with the rest of the options svn-id: r39800
2009-04-02Fixed compilation under MSVC by implementing roundf()Filippos Karapetis
svn-id: r39799
2009-04-02SCI: AvoidPath cleanup.Walter van Niftrik
svn-id: r39798
2009-04-02SCI: Avoidpath cleanup.Walter van Niftrik
svn-id: r39797
2009-04-01- Updated the details of 2 versions of Freddy Pharkas and of 2 versions of ↵Filippos Karapetis
SQ5 (to distinguish the English from the German versions) - Enabled the Italian version of KQ5 and added the Polish version of KQ5 svn-id: r39796
2009-04-01Cine::Palette: Add saturatedAddNormalizedColor-function (Going to be used to ↵Kari Salminen
combine FWRenderer's and OSRenderer's transformPalette-functions into one later on). svn-id: r39795
2009-04-01- Wrapped all the code for custom graphics options around a ↵Filippos Karapetis
CUSTOM_GRAPHICS_OPTIONS define. Most of these options don't work in 256-color mode, plus there is currently no way to actually set/change them somehow (other than modifying the code) - Added a FIXME for the abuse of the pic_port_bounds graphics option - it's actually set by the game itself in kSetPort() - Added some test code for setting palette intensity in KPalette() (currently disabled) svn-id: r39794
2009-04-01Add default constructor for Cine::Palette (Creates an invalid, empty palette).Kari Salminen
svn-id: r39793
2009-04-01Fix compilation via manually implementing strToUpper, instead of relying on ↵Johannes Schickel
strupr. svn-id: r39791
2009-04-01Fix warnings.Johannes Schickel
svn-id: r39790
2009-04-01Laid the basics for music handlingPaul Gilbert
svn-id: r39788
2009-04-01Laid the basics for music handlingPaul Gilbert
svn-id: r39786
2009-04-01Replaced resource type numbers with existing constantsPaul Gilbert
svn-id: r39785
2009-03-31Enabled 2 versions of Freddy Pharkas, and added the German version of QFG1Filippos Karapetis
svn-id: r39784
2009-03-31Added 2 more versions of GK1 (apparently, all versions of GK1 used the same ↵Filippos Karapetis
interpreter) and enabled GK2 (again, only one interpreter version was used for it) svn-id: r39783
2009-03-31Added 2 versions of Mixed-up Mother Goose and enabled RAMA and Shivers ↵Filippos Karapetis
(apparently, there was only one version of them) svn-id: r39782
2009-03-31Added 2 versions of QFG4 and updated the information of the German version ↵Filippos Karapetis
of SQ5 svn-id: r39781