aboutsummaryrefslogtreecommitdiff
path: root/engines/sci
AgeCommit message (Expand)Author
2009-04-24SCI: Got rid of GFXW() macro; turned GfxWidget::widfree into destructorsMax Horn
2009-04-24SCI: font_nr -> _fontMax Horn
2009-04-24SCI: Rewrote the port_refs code (fixing at least three serious bugs in it. Wo...Max Horn
2009-04-24SCI: Renamed gfxw_widget_t and subtypes to GfxWidget etc.Max Horn
2009-04-24SCI: Started to C++ify the gfxw_widget_t codebaseMax Horn
2009-04-24SCI: Changed GFXERROR to be fatalMax Horn
2009-04-24SCI: Some const corrections, removed dead stuff, cleanupMax Horn
2009-04-24SCI: Store parse_tree_branch_t in a Common::ArraayMax Horn
2009-04-23Changed the "Intersections" opcode to "MoveCursor", after verifying it with G...Filippos Karapetis
2009-04-23The mouse cursor is now working in Eco Quest 1, though the hotspot is still w...Filippos Karapetis
2009-04-23Removed a FIXME concerning CanBeHere and CantBeHere and added an explanation....Filippos Karapetis
2009-04-23Fixed the GetMessage kernel opcode. Eco Quest 1 text is showing up correctly nowFilippos Karapetis
2009-04-23WIP code for kGetMessage (tested with Eco Quest 1). Currently, it doesn't alw...Filippos Karapetis
2009-04-22CleanupFilippos Karapetis
2009-04-22SCI: Slim down struct SciKernelFunctionMax Horn
2009-04-22SCI: Changed kfunct_table to a Common::ArrayMax Horn
2009-04-22SCI: getInt -> READ_LE_UINT16Max Horn
2009-04-22SCI: Changed knames (kernel function name table) to Common::StringListMax Horn
2009-04-21Updated some of the detector entries for KQ5Filippos Karapetis
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-21Removed per-picture port bounds, which were set to the global port boundsFilippos Karapetis
2009-04-20SCI: Replaced memory ref counting code in the SongIterator code by a simple C...Max Horn
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-20SCI: cleanupMax Horn
2009-04-20SCI: Mapped BREAKPOINT macro to error() for nowMax Horn
2009-04-18Disable MSVC warning in autogenerated codeWillem Jan Palenstijn
2009-04-18Fix outdated commentsWillem Jan Palenstijn
2009-04-18Retreive -> retrieveWillem Jan Palenstijn
2009-04-15SCI: Added a new song player (work-in-progress).Walter van Niftrik
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-07Fixed the language of the German version of LongbowFilippos Karapetis
2009-04-07SCI: Do not skip last entry in kernel table for SCI1.Walter van Niftrik
2009-04-07SCI: Swapped x and y parameters of IsItSkip. Added IsItSkip to kernel table.Walter van Niftrik
2009-04-07Print out the SCI interpreter version and not the resource version when sayin...Matthew Hoops
2009-04-07SCI: Fix endian-unsafe read [bug #2739122 ]Willem Jan Palenstijn
2009-04-06Fixed a crash in LSL5 when opening the inventoryFilippos Karapetis
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: Include sciduv.exe in version scanning.Walter van Niftrik
2009-04-05SCI: Replaced AATree by Common::List in AvoidPath. AATree does not help whenWalter van Niftrik
2009-04-04Fix warning.Johannes Schickel
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-03Cleanup of decompress_sci_view(). Also, ALL of the cases where that function ...Filippos Karapetis
2009-04-03- Added the German version of LongbowFilippos Karapetis
2009-04-03SCI: Fix warning on OSXMax Horn
2009-04-03Some more FreeSCI <-> SCI changesFilippos Karapetis