Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | SCI: Fix warning on OSX | Max Horn | |
svn-id: r39810 | |||
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 | - 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-03-31 | Enabled 2 versions of Freddy Pharkas, and added the German version of QFG1 | Filippos Karapetis | |
svn-id: r39784 | |||
2009-03-31 | Added 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-31 | Added 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-31 | Added 2 versions of QFG4 and updated the information of the German version ↵ | Filippos Karapetis | |
of SQ5 svn-id: r39781 | |||
2009-03-31 | Added the German version of QFG3. Also, enabled Phantasmagoria 1 and 2, as ↵ | Filippos Karapetis | |
apparently there was only one version of each one svn-id: r39780 | |||
2009-03-31 | Added Mixed-Up Fairy tales, and corrected information on some versions of SQ4 | Filippos Karapetis | |
svn-id: r39779 | |||
2009-03-31 | Added another English version of SQ4 floppy and German versions of SQ3, SQ4 ↵ | Filippos Karapetis | |
and SQ6 svn-id: r39778 | |||
2009-03-31 | Added the German versions of PQ3 and PQ4 | Filippos Karapetis | |
svn-id: r39777 | |||
2009-03-31 | Fixed a typo in the German version of Eco Quest 1 and enabled the German ↵ | Filippos Karapetis | |
versions of Laura Bow 2 and Larry 3 which had incomplete info svn-id: r39776 | |||
2009-03-31 | Added the German version of EcoQuest 1, and enabled a version of EcoQuest 2 ↵ | Filippos Karapetis | |
which had incomplete details svn-id: r39775 | |||
2009-03-31 | Got rid of the gfx_res_mod_t struct | Filippos Karapetis | |
svn-id: r39771 | |||
2009-03-30 | Initialize _staticPalette when creating the graphics resource manager. This ↵ | Filippos Karapetis | |
allows KQ6 to start (and then sit idly doing nothing in the main menu :) ) svn-id: r39769 | |||
2009-03-30 | This should really fix the issues with vobab.999/999.voc in SCI1 games (e.g. ↵ | Filippos Karapetis | |
KQ5) svn-id: r39768 | |||
2009-03-30 | Ignore the unreliable resource vocab.999 in SCI1 games. This allows us to ↵ | Filippos Karapetis | |
use the hardcoded table in vocabulary_get_knames1() instead (also check commit #39694). KQ5 floppy works now without FreeSCI's custom vocabulary file svn-id: r39766 | |||
2009-03-30 | Disabled some unused code | Filippos Karapetis | |
svn-id: r39765 | |||
2009-03-30 | Added another version of Quest for Glory, from bug report #2718784 | Filippos Karapetis | |
svn-id: r39758 | |||
2009-03-30 | Added another version of Hoyle 1, from bug report #2719227 | Filippos Karapetis | |
svn-id: r39756 | |||
2009-03-30 | Verified the SCI version of a version of Laura Bow 1 - The Colonel's ↵ | Filippos Karapetis | |
Bequest, from bug report #2720682 svn-id: r39755 | |||
2009-03-30 | Changed the SCI version of the French version of LSL3 to match the other ↵ | Filippos Karapetis | |
ones. Hopefully, this fixes the crash described in bug #2719017 svn-id: r39754 | |||
2009-03-30 | Fixed compilation | Filippos Karapetis | |
svn-id: r39751 | |||
2009-03-30 | Wrapped all the still WIP SCI32-specific code around appropriate ifdef ↵ | Filippos Karapetis | |
blocks. SCI32 has fundamental differences from previous SCI versions (e.g. direct point addressing is no longer possible), most of SCI32 games use SVGA resolutions and currently a lot of SCI32 specific code is missing (like, for example, the newer string and array handling functions, the widget system etc). This has been done in the same manner as in the SCUMM and SAGA engines. svn-id: r39750 | |||
2009-03-29 | SCI: don't delete static palette twice | Willem Jan Palenstijn | |
svn-id: r39748 | |||
2009-03-29 | SCI: Merge static palette into global palette at startup | Willem Jan Palenstijn | |
svn-id: r39747 | |||
2009-03-29 | SCI: remove some debugging printfs | Willem Jan Palenstijn | |
svn-id: r39746 | |||
2009-03-29 | Added stubs for the missing palette effects in kPalette() | Filippos Karapetis | |
svn-id: r39744 | |||
2009-03-29 | Added a stub for the palette fadeout/fadein effect, so that we remember it's ↵ | Filippos Karapetis | |
currently missing svn-id: r39743 | |||
2009-03-29 | Fixed the colors of the widgets in KQ5's options menu | Filippos Karapetis | |
svn-id: r39737 | |||
2009-03-29 | Fixed the colors of the window frames in KQ5 | Filippos Karapetis | |
svn-id: r39734 | |||
2009-03-29 | Eco Quest 1 continues after the intro now | Filippos Karapetis | |
svn-id: r39731 | |||
2009-03-27 | SCI: AvoidPath workaround for intersecting polygons in Longbow, room 210. | Walter van Niftrik | |
svn-id: r39714 | |||
2009-03-26 | Added a note about the potential invalid rectangles created when drawing lines | Filippos Karapetis | |
svn-id: r39704 | |||
2009-03-26 | SCI: Match signature of readResourceMapSCI0 and readResourceMapSCI1 (helpful ↵ | Max Horn | |
if we ever want to turn this into overloaded methods of ResourceManager subclasses, one subclass for each SCI version) svn-id: r39701 | |||
2009-03-25 | SCI: Cleaned up the decompressor comments and code a little bit | Max Horn | |
svn-id: r39698 |