aboutsummaryrefslogtreecommitdiff
path: root/engines/sci
AgeCommit message (Expand)Author
2009-03-17Renamed some defines:Filippos Karapetis
2009-03-17Removed the "About FreeSCI" menu as discussed in -devel, now that the FreeSCI...Filippos Karapetis
2009-03-16It seems that the SCI GUI code tries to show rectangles with negative height....Filippos Karapetis
2009-03-16Changed the temporary helper functions to definesFilippos Karapetis
2009-03-16Replaced some rect_t operations with our common ones. For now, two helper fun...Filippos Karapetis
2009-03-16SCI: Removed sbtree code by Common::HashmapMax Horn
2009-03-16Replaced "xl" with "width" and "y1" with "height" in places where rectangles ...Filippos Karapetis
2009-03-15SCI: Rewrote the save/load code, see also patch #2687400.Max Horn
2009-03-15SCI: Indention changes, changed 'songlib_t' params to 'const songlib_t &'Max Horn
2009-03-14SCI: Fixed warningMax Horn
2009-03-14Add more detection entries from bugreport #2670691Eugene Sandulenko
2009-03-14- LZS Decompressor addedGreg Frieger
2009-03-14Fixed SCI32 Map detectionGreg Frieger
2009-03-14Some rewrites and clean-ups in decompressing functions. View and Pic post-pro...Greg Frieger
2009-03-14cleaning up after myself again *sigh*Max Horn
2009-03-14SCI: Fixed warningMax Horn
2009-03-14SCI: Removed more dead codeMax Horn
2009-03-14Removed two empty switch statements to silence an MSVC warningFilippos Karapetis
2009-03-14Changed the "internal" variable inside gfxr_pic_t to priorityTable (cause tha...Filippos Karapetis
2009-03-14Removed the unused struct "internal" inside gfx_pixmap_tFilippos Karapetis
2009-03-13SCI: cleanupMax Horn
2009-03-13Changed the parameter passed to isprint() to be unsigned, according to MSDN (...Filippos Karapetis
2009-03-13Added an explanatory comment for commit #39368Filippos Karapetis
2009-03-13LSL5 no longer throws an assertion after the introFilippos Karapetis
2009-03-13Applied gregfrieger's fix on decodeRLE()Filippos Karapetis
2009-03-12Commited syke's patch as-isFilippos Karapetis
2009-03-12Added the correct SCI version for German LSL7 from bug report #2662260. Also,...Filippos Karapetis
2009-03-12Added detector entries from bug reports #2644547 and #2670691Filippos Karapetis
2009-03-12Add patch #2685000 - SCI : 8 checksums.Travis Howell
2009-03-12EngineState is a struct, not a classFilippos Karapetis
2009-03-12SCI: cleanupMax Horn
2009-03-12SCI: Removed most uses of the 'inline' keyword. It is usually better to let ...Max Horn
2009-03-12SCI: Moved savegame specific stuff from state.h to a new header savegame.hMax Horn
2009-03-12SCI: Removed some dead codeMax Horn
2009-03-11Changed a case inside inline_lookup_node() to non-fatal, for now, to make it ...Filippos Karapetis
2009-03-11Fixed another crash right at the beginning of SQ4Filippos Karapetis
2009-03-11ResourceManager: Greg Frieger
2009-03-11Fix heap corruption when assigning the save game directoryFilippos Karapetis
2009-03-11ResourceManager: Greg Frieger
2009-03-11Untangled the parameters in gfxr_interpreter_get_view() as well. Updated comm...Filippos Karapetis
2009-03-11Got rid of misc_payload and stopped passing the whole graphics state structur...Filippos Karapetis
2009-03-11Formatting.Johannes Schickel
2009-03-11More clean-ups in decompression classesGreg Frieger
2009-03-11SCI: Removed some dead codeMax Horn
2009-03-11...Max Horn
2009-03-11SCI: Restored code to triger debugger console by Ctrl-d (accidentally removed...Max Horn
2009-03-11SCI: Formatting changes (using astyle)Max Horn
2009-03-11SCI: Fix warningMax Horn
2009-03-11Some clean-up of DecompressorComp3 classGreg Frieger
2009-03-10Yet another few tiny formatting fixes.Johannes Schickel