index
:
scummvm-rg350
trimui-s
scummvm with trimui support. Forked from https://github.com/salvacam/scummvm-rg350
neonloop
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
engines
/
sci
/
gfx
/
operations.cpp
Age
Commit message (
Expand
)
Author
2009-05-11
SCI: Reduced header deps
Max Horn
2009-05-08
SCI: Got rid of code for endian adjusting pixmaps
Max Horn
2009-05-08
SCI: Replaced gfx_driver_t::set_palette and install_palette by directly invok...
Max Horn
2009-04-28
SCI: Renamed text_fragment_t -> TextFragment and changed TextHandle to store ...
Max Horn
2009-04-27
SCI: renamed gfx_text_handle_t -> TextHandle; changed some string code to use...
Max Horn
2009-04-27
SCI: Rewrote dirty rect code to use Common::List
Max Horn
2009-04-27
SCI: Renamed gfx_state_t -> GfxState
Max Horn
2009-04-24
SCI: Fixed mouse cursor hotspots in ECO1.
Walter van Niftrik
2009-04-24
SCI: Changed GFXERROR to be fatal
Max Horn
2009-04-23
The mouse cursor is now working in Eco Quest 1, though the hotspot is still w...
Filippos Karapetis
2009-04-21
Restored the ability to change the active port bound, by moving it inside gfx...
Filippos Karapetis
2009-04-01
- Wrapped all the code for custom graphics options around a CUSTOM_GRAPHICS_O...
Filippos Karapetis
2009-03-25
Changed the font flag defines to an enumeration
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-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
Cleaned up graphics initialization a bit
Filippos Karapetis
2009-03-18
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-16
Replaced some rect_t operations with our common ones. For now, two helper fun...
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
Commited syke's patch as-is
Filippos Karapetis
2009-03-12
SCI: Removed most uses of the 'inline' keyword. It is usually better to let ...
Max Horn
2009-03-11
Got rid of misc_payload and stopped passing the whole graphics state structur...
Filippos Karapetis
2009-03-11
...
Max Horn
2009-03-11
SCI: Restored code to triger debugger console by Ctrl-d (accidentally removed...
Max Horn
2009-03-08
Fix missing return.
Willem Jan Palenstijn
2009-03-08
Use new Palette class to manager pixmap palettes.
Willem Jan Palenstijn
2009-03-08
Fix boxes not blocking control/priority map.
Willem Jan Palenstijn
2009-03-08
SCI: Added new header gfx/font.h and removed some dead code
Max Horn
2009-03-07
Whitespace cleanup: Convert space followed by tab to just tab
Max Horn
2009-03-07
SCI: Moved scummvm_get_event to operations.cpp (the only place where it is us...
Max Horn
2009-03-03
SCI1: Improved color mapping when drawing line/box/text. Text with transparen...
Greg Frieger
2009-03-01
Text/window color matching improved by using an existing gfxop_set_color() in...
Greg Frieger
2009-03-01
SCI: pass gfx_pixmap_color_t instead of r,g,b triple, makes calling code a bi...
Max Horn
2009-03-01
Fixed windows and text drawing problem in SCI1
Greg Frieger
2009-02-26
Clarify behaviour of gfxop_get_event().
Willem Jan Palenstijn
2009-02-25
Reverted my wrong commit #38870. Most of the key codes are handled by the eng...
Filippos Karapetis
2009-02-25
SCI: Restored ability to warp the mouse cursor
Max Horn
2009-02-25
SCI: Removed code for software rendered mouse cursor
Max Horn
2009-02-25
SCI: Simplify event polling code a little bit
Max Horn
2009-02-25
Interpret NONBLOCK as PEEK; poll while sleeping.
Willem Jan Palenstijn
2009-02-25
Don't truncate keycode in queued events.
Willem Jan Palenstijn
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
[next]