Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-04-05 | SCI: Replaced AATree by Common::List in AvoidPath. AATree does not help when | Walter van Niftrik | |
the input size is this small. svn-id: r39855 | |||
2009-04-04 | LOL: implemented opcode for throwing items into or out of the thug's cave | Florian Kagerer | |
svn-id: r39854 | |||
2009-04-04 | LOL: fix magic atlas back/forward buttons | Florian Kagerer | |
svn-id: r39853 | |||
2009-04-04 | LOL: implemented compass | Florian Kagerer | |
svn-id: r39852 | |||
2009-04-04 | Add saturatedAddColor-function in which you can specify the added color's ↵ | Kari Salminen | |
format (This replaces saturatedAddNormalizedColor). Make colorFormat()-accessor function to return a const reference for speed. svn-id: r39851 | |||
2009-04-04 | LOL: correct character portrait positioning for "full screen sequences" ↵ | Florian Kagerer | |
(like grey eagle inn) when playing without sub titles svn-id: r39849 | |||
2009-04-04 | LOL: - this should fix a text displayer bug that occured when speaking to ↵ | Florian Kagerer | |
the compass gui svn-id: r39848 | |||
2009-04-04 | LOL: - minor item drawing bug fix | Florian Kagerer | |
svn-id: r39840 | |||
2009-04-04 | Formatting. | Johannes Schickel | |
svn-id: r39839 | |||
2009-04-04 | Fix warning. | Johannes Schickel | |
svn-id: r39837 | |||
2009-04-04 | LOL: - minor sfx bug fix | Florian Kagerer | |
svn-id: r39836 | |||
2009-04-04 | Update German version of puttzoo. | Travis Howell | |
svn-id: r39833 | |||
2009-04-04 | Fix possible regression in HE games re-releases. | Travis Howell | |
svn-id: r39830 | |||
2009-04-04 | Update prefix for German version of puttzoo. | Travis Howell | |
svn-id: r39829 | |||
2009-04-04 | Update prefix for German version of puttzoo. | Travis Howell | |
svn-id: r39828 | |||
2009-04-04 | Update prefix for German version of puttzoo. | Travis Howell | |
svn-id: r39827 | |||
2009-04-04 | Ooops, remove excess space. | Travis Howell | |
svn-id: r39826 | |||
2009-04-04 | Add more German version of HE games. | Travis Howell | |
svn-id: r39825 | |||
2009-04-04 | Replaced all occurrences of the constant '257' with the existing constant ↵ | Paul Gilbert | |
'NUM_FILE_ENTRIES' svn-id: r39824 | |||
2009-04-04 | LOL: - 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-03 | Fixed incorrect palette range usage so room fade-ins happen correctly | Paul Gilbert | |
svn-id: r39822 | |||
2009-04-03 | Fixed compilation (a signed byte cannot hold such big values) | Filippos Karapetis | |
svn-id: r39821 | |||
2009-04-03 | Removed leftover chrono-related code (refer to commit #37721 for the changes ↵ | Filippos Karapetis | |
to kgraphics.cpp) svn-id: r39820 | |||
2009-04-03 | Removed the non-working Chrono port code, after discussing with Lars | Filippos Karapetis | |
svn-id: r39819 | |||
2009-04-03 | LOL: - added support for magic atlas | Florian Kagerer | |
- fixed minor palette bug svn-id: r39818 | |||
2009-04-03 | Cleanup 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 Longbow | Filippos Karapetis | |
- Added Fun Seeker's Guide - Removed some leftover detection entries from FreeSCI svn-id: r39815 | |||
2009-04-03 | Moved background and character loading code from LocationParser_br to the ↵ | Nicola Mettifogo | |
engine for BRA. svn-id: r39814 | |||
2009-04-03 | Moved Nippon Safes specific code from Parallaction to Parallaction_ns and ↵ | Nicola Mettifogo | |
adapted client code. svn-id: r39813 | |||
2009-04-03 | SCI: Fix warning on OSX | Max Horn | |
svn-id: r39810 | |||
2009-04-03 | PARALLACTION: Fix silly Mingw 'shadowed declaration' warnings | Max Horn | |
svn-id: r39809 | |||
2009-04-03 | Some more FreeSCI <-> SCI changes | Filippos Karapetis | |
svn-id: r39808 | |||
2009-04-03 | Changed some references from "FreeSCI" to "SCI" or "ScummVM" | Filippos Karapetis | |
svn-id: r39807 | |||
2009-04-03 | Merged the SCI1 and SCI11 cel drawing functions | Filippos Karapetis | |
svn-id: r39806 | |||
2009-04-02 | Added the English DOS version of Hoyle 2 | Filippos Karapetis | |
svn-id: r39805 | |||
2009-04-02 | Added the German version of KQ7 | Filippos Karapetis | |
svn-id: r39804 | |||
2009-04-02 | Added 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-02 | Applied 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-02 | Disable some (quite chatty) debug output - the savegme system looks stable ↵ | Filippos Karapetis | |
enough svn-id: r39801 | |||
2009-04-02 | pic_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-02 | Fixed compilation under MSVC by implementing roundf() | Filippos Karapetis | |
svn-id: r39799 | |||
2009-04-02 | SCI: AvoidPath cleanup. | Walter van Niftrik | |
svn-id: r39798 | |||
2009-04-02 | SCI: 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-01 | Cine::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-01 | Add default constructor for Cine::Palette (Creates an invalid, empty palette). | Kari Salminen | |
svn-id: r39793 | |||
2009-04-01 | Fix compilation via manually implementing strToUpper, instead of relying on ↵ | Johannes Schickel | |
strupr. svn-id: r39791 | |||
2009-04-01 | Fix warnings. | Johannes Schickel | |
svn-id: r39790 | |||
2009-04-01 | Laid the basics for music handling | Paul Gilbert | |
svn-id: r39788 |