aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/engine
AgeCommit message (Expand)Author
2009-04-23WIP code for kGetMessage (tested with Eco Quest 1). Currently, it doesn't alw...Filippos Karapetis
2009-04-22SCI: Slim down struct SciKernelFunctionMax Horn
2009-04-22SCI: Changed kfunct_table to a Common::ArrayMax Horn
2009-04-22SCI: Changed knames (kernel function name table) to Common::StringListMax Horn
2009-04-21- Fixed some of the GUI graphical glitches in SCI1 games (e.g. the inventory ...Filippos Karapetis
2009-04-21Restored the ability to change the active port bound, by moving it inside gfx...Filippos Karapetis
2009-04-20SCI: Renamed global array 'formats' to the slightly more descriptive g_opcode...Max Horn
2009-04-20SCI: Moved list of kernel func declarations to header file, where it belongsMax Horn
2009-04-18Disable MSVC warning in autogenerated codeWillem Jan Palenstijn
2009-04-18Retreive -> retrieveWillem Jan Palenstijn
2009-04-11SCI: Renamed bp_flag -> breakpointFlag; replaced global send_calls_allocated ...Max Horn
2009-04-09SCI: Clarify hack in kgraphics.cpp based on what lars wrote on scummvm-develMax Horn
2009-04-07SCI: Swapped x and y parameters of IsItSkip. Added IsItSkip to kernel table.Walter van Niftrik
2009-04-06Fixed an issue with the password screen in LSL5 and kStrAt(). The game passwo...Filippos Karapetis
2009-04-06SCI: Made said_parse_spec static, regenerated said.cpp from said.yMax Horn
2009-04-05SCI: Replaced AATree by Common::List in AvoidPath. AATree does not help whenWalter van Niftrik
2009-04-03Removed leftover chrono-related code (refer to commit #37721 for the changes ...Filippos Karapetis
2009-04-03Removed the non-working Chrono port code, after discussing with LarsFilippos Karapetis
2009-04-03SCI: Fix warning on OSXMax Horn
2009-04-03Some more FreeSCI <-> SCI changesFilippos Karapetis
2009-04-03Changed some references from "FreeSCI" to "SCI" or "ScummVM"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- Wrapped all the code for custom graphics options around a CUSTOM_GRAPHICS_O...Filippos Karapetis
2009-03-30Disabled some unused codeFilippos Karapetis
2009-03-30Wrapped all the still WIP SCI32-specific code around appropriate ifdef blocks...Filippos Karapetis
2009-03-29SCI: Merge static palette into global palette at startupWillem Jan Palenstijn
2009-03-29Added stubs for the missing palette effects in kPalette()Filippos Karapetis
2009-03-29Added a stub for the palette fadeout/fadein effect, so that we remember it's ...Filippos Karapetis
2009-03-29Fixed the colors of the widgets in KQ5's options menuFilippos Karapetis
2009-03-29Fixed the colors of the window frames in KQ5Filippos Karapetis
2009-03-29Eco Quest 1 continues after the intro nowFilippos Karapetis
2009-03-27SCI: AvoidPath workaround for intersecting polygons in Longbow, room 210.Walter van Niftrik
2009-03-26Added a note about the potential invalid rectangles created when drawing linesFilippos Karapetis
2009-03-25Merged sciw_select_item() and sciw_unselect_item()Filippos Karapetis
2009-03-25- Renamed gfx/sci_widgets.* to gfx/gfx_gui.*, as these files contain GUI elem...Filippos Karapetis
2009-03-25Changed some flags to enumsFilippos Karapetis
2009-03-25revert yesterday's change -- apparently this different behavior was intentional.Joost Peters
2009-03-25SCI: AvoidPath cleanup.Walter van Niftrik
2009-03-24SCI: build fix.Walter van Niftrik
2009-03-24SCI: Added workaround for broken polygon in LSL1 room 350.Walter van Niftrik
2009-03-24Fix smaller error introduced in r39671 refactoring (this check used to be "re...Joost Peters
2009-03-24SCI: Rewrote vocabulary code to use a Common::HashMap<String,ResultWord>Max Horn
2009-03-24SCI: Changed vocab_tokenize_string to not 'return' the list it generates, bu...Max Horn
2009-03-24SCI: Turned synonyms list into a Common::ListMax Horn
2009-03-24SCI: Added workaround for duplicate polygons being passed to kAvoidPath.Walter van Niftrik