Age | Commit message (Expand) | Author |
2009-04-24 | SCI: Store parse_tree_branch_t in a Common::Arraay | Max Horn |
2009-04-23 | Changed the "Intersections" opcode to "MoveCursor", after verifying it with G... | Filippos Karapetis |
2009-04-23 | The mouse cursor is now working in Eco Quest 1, though the hotspot is still w... | Filippos Karapetis |
2009-04-23 | Removed a FIXME concerning CanBeHere and CantBeHere and added an explanation.... | Filippos Karapetis |
2009-04-23 | Fixed the GetMessage kernel opcode. Eco Quest 1 text is showing up correctly now | Filippos Karapetis |
2009-04-23 | WIP code for kGetMessage (tested with Eco Quest 1). Currently, it doesn't alw... | Filippos Karapetis |
2009-04-22 | SCI: Slim down struct SciKernelFunction | Max Horn |
2009-04-22 | SCI: Changed kfunct_table to a Common::Array | Max Horn |
2009-04-22 | SCI: Changed knames (kernel function name table) to Common::StringList | Max Horn |
2009-04-21 | - Fixed some of the GUI graphical glitches in SCI1 games (e.g. the inventory ... | Filippos Karapetis |
2009-04-21 | Restored the ability to change the active port bound, by moving it inside gfx... | Filippos Karapetis |
2009-04-20 | SCI: Renamed global array 'formats' to the slightly more descriptive g_opcode... | Max Horn |
2009-04-20 | SCI: Moved list of kernel func declarations to header file, where it belongs | Max Horn |
2009-04-18 | Disable MSVC warning in autogenerated code | Willem Jan Palenstijn |
2009-04-18 | Retreive -> retrieve | Willem Jan Palenstijn |
2009-04-11 | SCI: Renamed bp_flag -> breakpointFlag; replaced global send_calls_allocated ... | Max Horn |
2009-04-09 | SCI: Clarify hack in kgraphics.cpp based on what lars wrote on scummvm-devel | Max Horn |
2009-04-07 | SCI: Swapped x and y parameters of IsItSkip. Added IsItSkip to kernel table. | Walter van Niftrik |
2009-04-06 | Fixed an issue with the password screen in LSL5 and kStrAt(). The game passwo... | Filippos Karapetis |
2009-04-06 | SCI: Made said_parse_spec static, regenerated said.cpp from said.y | Max Horn |
2009-04-05 | SCI: Replaced AATree by Common::List in AvoidPath. AATree does not help when | Walter van Niftrik |
2009-04-03 | Removed leftover chrono-related code (refer to commit #37721 for the changes ... | Filippos Karapetis |
2009-04-03 | Removed the non-working Chrono port code, after discussing with Lars | Filippos Karapetis |
2009-04-03 | SCI: Fix warning on OSX | Max Horn |
2009-04-03 | Some more FreeSCI <-> SCI changes | Filippos Karapetis |
2009-04-03 | Changed some references from "FreeSCI" to "SCI" or "ScummVM" | Filippos Karapetis |
2009-04-02 | Applied fingolfin's suggestion to remove the roundf() implementation and make... | Filippos Karapetis |
2009-04-02 | Disable some (quite chatty) debug output - the savegme system looks stable en... | Filippos Karapetis |
2009-04-02 | pic_port_bounds was only set from command-line parameters it seems, so it's s... | Filippos Karapetis |
2009-04-02 | Fixed compilation under MSVC by implementing roundf() | Filippos Karapetis |
2009-04-02 | SCI: AvoidPath cleanup. | Walter van Niftrik |
2009-04-02 | SCI: 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-30 | Disabled some unused code | Filippos Karapetis |
2009-03-30 | Wrapped all the still WIP SCI32-specific code around appropriate ifdef blocks... | Filippos Karapetis |
2009-03-29 | SCI: Merge static palette into global palette at startup | Willem Jan Palenstijn |
2009-03-29 | Added stubs for the missing palette effects in kPalette() | Filippos Karapetis |
2009-03-29 | Added a stub for the palette fadeout/fadein effect, so that we remember it's ... | Filippos Karapetis |
2009-03-29 | Fixed the colors of the widgets in KQ5's options menu | Filippos Karapetis |
2009-03-29 | Fixed the colors of the window frames in KQ5 | Filippos Karapetis |
2009-03-29 | Eco Quest 1 continues after the intro now | Filippos Karapetis |
2009-03-27 | SCI: AvoidPath workaround for intersecting polygons in Longbow, room 210. | Walter van Niftrik |
2009-03-26 | Added a note about the potential invalid rectangles created when drawing lines | Filippos Karapetis |
2009-03-25 | Merged 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-25 | Changed some flags to enums | Filippos Karapetis |
2009-03-25 | revert yesterday's change -- apparently this different behavior was intentional. | Joost Peters |
2009-03-25 | SCI: AvoidPath cleanup. | Walter van Niftrik |
2009-03-24 | SCI: build fix. | Walter van Niftrik |
2009-03-24 | SCI: Added workaround for broken polygon in LSL1 room 350. | Walter van Niftrik |