Age | Commit message (Expand) | Author |
2009-04-24 | SCI: Some const corrections, removed dead stuff, cleanup | 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-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-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-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-02 | pic_port_bounds was only set from command-line parameters it seems, so it's s... | Filippos Karapetis |
2009-04-01 | - Wrapped all the code for custom graphics options around a CUSTOM_GRAPHICS_O... | Filippos Karapetis |
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-26 | Added a note about the potential invalid rectangles created when drawing lines | 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-24 | SCI: Changed some char* into Common::String | Max Horn |
2009-03-23 | - Moved palette initialization inside the graphics resource manager | Filippos Karapetis |
2009-03-22 | Further objectification of the graphics resource manager | Filippos Karapetis |
2009-03-18 | Changed abs_rect_t to Common::Rect | Filippos Karapetis |
2009-03-17 | Further objectification of the graphics resource manager | Filippos Karapetis |
2009-03-17 | Started objectifying the graphics resource manager (refer to patch #2689887) | Filippos Karapetis |
2009-03-17 | Renamed some defines: | Filippos Karapetis |
2009-03-16 | Replaced "xl" with "width" and "y1" with "height" in places where rectangles ... | Filippos Karapetis |
2009-03-14 | Changed the "internal" variable inside gfxr_pic_t to priorityTable (cause tha... | Filippos Karapetis |
2009-03-12 | SCI: Removed most uses of the 'inline' keyword. It is usually better to let ... | Max Horn |
2009-03-09 | Fix uninitialized color meta-values. | Willem Jan Palenstijn |
2009-03-08 | Use new Palette class to manager pixmap palettes. | Willem Jan Palenstijn |
2009-03-07 | SCI: Reduced header interdependencies some more | Max Horn |
2009-03-03 | SCI1: Improved color mapping when drawing line/box/text. Text with transparen... | Greg Frieger |
2009-03-01 | Fixed windows and text drawing problem in SCI1 | Greg Frieger |
2009-02-28 | SCI: Renamed ResourceManager::sci_version to _sciVersion, to avoid var shadow... | Max Horn |
2009-02-28 | SCI: Renamed some kernel types and general cleanup | Jordi Vilalta Prat |
2009-02-27 | SCI: Renamed include/engine.h to engine/state.h; added a corresponding .cpp f... | Max Horn |
2009-02-27 | SCI: Moved almost all files from include/ to other dirs; only include/engine.... | Max Horn |
2009-02-26 | cleanup | Max Horn |
2009-02-25 | Reverted my wrong commit #38870. Most of the key codes are handled by the eng... | Filippos Karapetis |
2009-02-24 | Replaced some of the internal SCI scan codes with the ones from ScummVM | Filippos Karapetis |
2009-02-24 | SCI: Replaced gfxop_usleep by gfxop_sleep (taking millisecs instead of micros... | Max Horn |
2009-02-24 | SCI: Renamed gfx/gfx_operations.h to gfx/operations.h (matching the source fi... | Max Horn |
2009-02-24 | SCI: Moved kernel.h and kdebug.h from include/ to engine/; untangled header d... | Max Horn |
2009-02-22 | Whitespace cleanup | Jordi Vilalta Prat |
2009-02-21 | SCI: Convert the segment manager into a class | Jordi Vilalta Prat |
2009-02-21 | multiply before dividing to improve timer resolution | Willem Jan Palenstijn |
2009-02-21 | SCI: Got rid of include/scitypes.h | Max Horn |
2009-02-21 | SCI: Renamed include/gfx_*.h to gfx/gfx_*.h and likewise for sfx header files | Max Horn |
2009-02-21 | use OSystem::getMillis() for last_wait_time and get rid of game_start_time | Andre Heider |