Age | Commit message (Expand) | Author |
2009-04-23 | The mouse cursor is now working in Eco Quest 1, though the hotspot is still w... | Filippos Karapetis |
2009-04-22 | Cleanup | Filippos Karapetis |
2009-04-21 | Restored the ability to change the active port bound, by moving it inside gfx... | Filippos Karapetis |
2009-04-21 | Removed per-picture port bounds, which were set to the global port bounds | Filippos Karapetis |
2009-04-18 | Fix outdated comments | Willem Jan Palenstijn |
2009-04-18 | Retreive -> retrieve | Willem Jan Palenstijn |
2009-04-06 | Fixed a crash in LSL5 when opening the inventory | Filippos Karapetis |
2009-04-04 | Fix warning. | Johannes Schickel |
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 | Cleanup of decompress_sci_view(). Also, ALL of the cases where that function ... | Filippos Karapetis |
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-03 | Merged the SCI1 and SCI11 cel drawing functions | 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-31 | Got rid of the gfx_res_mod_t struct | Filippos Karapetis |
2009-03-30 | Initialize _staticPalette when creating the graphics resource manager. This a... | Filippos Karapetis |
2009-03-30 | Wrapped all the still WIP SCI32-specific code around appropriate ifdef blocks... | Filippos Karapetis |
2009-03-29 | SCI: don't delete static palette twice | Willem Jan Palenstijn |
2009-03-29 | SCI: Merge static palette into global palette at startup | Willem Jan Palenstijn |
2009-03-29 | SCI: remove some debugging printfs | Willem Jan Palenstijn |
2009-03-25 | Remove a workaround in the line drawing function - it shouldn't be necessary ... | Filippos Karapetis |
2009-03-25 | Changed the primitive equality check to not use Common::Rect, as the two prim... | Filippos Karapetis |
2009-03-25 | Changed the font flag defines to an enumeration | 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 | Remove superfluous comma | 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-24 | SCI: Only pass the pointerpos to Menubar::mapPointer, not the full gfx_state_t | Max Horn |
2009-03-24 | SCI: moved sci_strndup to menubar.cpp | Max Horn |
2009-03-24 | SCI: Fixed some leaks introduced by my previous changes | Max Horn |
2009-03-24 | SCI: C++ify menu code | Max Horn |
2009-03-23 | Cleanup | Filippos Karapetis |
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-22 | SCI: Fixed nasty bug in simulate_stippled_line_draw, caught only thanks to wa... | Max Horn |
2009-03-21 | Cleanup | Filippos Karapetis |
2009-03-19 | Cleaned up gfxop_draw_rectangle(). Also, removed a check insode BASIC_CHECKS(... | Filippos Karapetis |
2009-03-19 | Fixed issues with commit #39449, fixing some graphical glitches with the GUI ... | Filippos Karapetis |
2009-03-18 | Renamed resmgr.cpp -> gfx_resmgr.cpp | Filippos Karapetis |
2009-03-18 | Slight cleanup | Filippos Karapetis |
2009-03-18 | Cleaned up graphics initialization a bit | Filippos Karapetis |
2009-03-18 | Cleanup | Filippos Karapetis |
2009-03-17 | Cleanup | Filippos Karapetis |
2009-03-17 | Further objectification of the graphics resource manager | Filippos Karapetis |
2009-03-17 | Fix warning. | Johannes Schickel |
2009-03-17 | Started objectifying the graphics resource manager (refer to patch #2689887) | Filippos Karapetis |
2009-03-17 | SCI: fix warning | Max Horn |