aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/gfx/operations.cpp
AgeCommit message (Expand)Author
2009-04-01- Wrapped all the code for custom graphics options around a CUSTOM_GRAPHICS_O...Filippos Karapetis
2009-03-25Changed the font flag defines to an enumerationFilippos Karapetis
2009-03-23- Moved palette initialization inside the graphics resource managerFilippos Karapetis
2009-03-22Further objectification of the graphics resource managerFilippos Karapetis
2009-03-22SCI: Fixed nasty bug in simulate_stippled_line_draw, caught only thanks to wa...Max Horn
2009-03-19Cleaned up gfxop_draw_rectangle(). Also, removed a check insode BASIC_CHECKS(...Filippos Karapetis
2009-03-19Fixed issues with commit #39449, fixing some graphical glitches with the GUI ...Filippos Karapetis
2009-03-18Cleaned up graphics initialization a bitFilippos Karapetis
2009-03-18CleanupFilippos Karapetis
2009-03-17Further objectification of the graphics resource managerFilippos Karapetis
2009-03-17Fix warning.Johannes Schickel
2009-03-17Started objectifying the graphics resource manager (refer to patch #2689887)Filippos Karapetis
2009-03-16Replaced some rect_t operations with our common ones. For now, two helper fun...Filippos Karapetis
2009-03-16Replaced "xl" with "width" and "y1" with "height" in places where rectangles ...Filippos Karapetis
2009-03-14Changed the "internal" variable inside gfxr_pic_t to priorityTable (cause tha...Filippos Karapetis
2009-03-12Commited syke's patch as-isFilippos Karapetis
2009-03-12SCI: Removed most uses of the 'inline' keyword. It is usually better to let ...Max Horn
2009-03-11Got rid of misc_payload and stopped passing the whole graphics state structur...Filippos Karapetis
2009-03-11...Max Horn
2009-03-11SCI: Restored code to triger debugger console by Ctrl-d (accidentally removed...Max Horn
2009-03-08Fix missing return.Willem Jan Palenstijn
2009-03-08Use new Palette class to manager pixmap palettes.Willem Jan Palenstijn
2009-03-08Fix boxes not blocking control/priority map.Willem Jan Palenstijn
2009-03-08SCI: Added new header gfx/font.h and removed some dead codeMax Horn
2009-03-07Whitespace cleanup: Convert space followed by tab to just tabMax Horn
2009-03-07SCI: Moved scummvm_get_event to operations.cpp (the only place where it is us...Max Horn
2009-03-03SCI1: Improved color mapping when drawing line/box/text. Text with transparen...Greg Frieger
2009-03-01Text/window color matching improved by using an existing gfxop_set_color() in...Greg Frieger
2009-03-01SCI: pass gfx_pixmap_color_t instead of r,g,b triple, makes calling code a bi...Max Horn
2009-03-01Fixed windows and text drawing problem in SCI1Greg Frieger
2009-02-26Clarify behaviour of gfxop_get_event().Willem Jan Palenstijn
2009-02-25Reverted my wrong commit #38870. Most of the key codes are handled by the eng...Filippos Karapetis
2009-02-25SCI: Restored ability to warp the mouse cursorMax Horn
2009-02-25SCI: Removed code for software rendered mouse cursorMax Horn
2009-02-25SCI: Simplify event polling code a little bitMax Horn
2009-02-25Interpret NONBLOCK as PEEK; poll while sleeping.Willem Jan Palenstijn
2009-02-25Don't truncate keycode in queued events.Willem Jan Palenstijn
2009-02-24Replaced some of the internal SCI scan codes with the ones from ScummVMFilippos Karapetis
2009-02-24SCI: Replaced gfxop_usleep by gfxop_sleep (taking millisecs instead of micros...Max Horn
2009-02-24SCI: Renamed gfx/gfx_operations.h to gfx/operations.h (matching the source fi...Max Horn
2009-02-24SCI: Removed usec_sleep from gfx_driver_t (call OSystem::delayMillis directly...Max Horn
2009-02-24substitute all time related functions, removing sci_gettime sci_get_current_t...Andre Heider
2009-02-24SCI: Moved engines/sci/include/sci_memory.h and engines/sci/scicore/sci_memor...Max Horn
2009-02-22Whitespace cleanupJordi Vilalta Prat
2009-02-21fix hang on 64bit platformsWillem Jan Palenstijn
2009-02-21SCI: Changed typedef struct -> structMax Horn
2009-02-21substituted some more sci_gettimeAndre Heider
2009-02-21SCI: Got rid of include/scitypes.hMax Horn
2009-02-21SCI: Renamed include/gfx_*.h to gfx/gfx_*.h and likewise for sfx header filesMax Horn
2009-02-21revert large parts of r38621. error() is for fatal errors and does not return...Willem Jan Palenstijn