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-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
2009-02-24
SCI: Renamed gfx/gfx_operations.h to gfx/operations.h (matching the source fi...
Max Horn
2009-02-24
SCI: Removed usec_sleep from gfx_driver_t (call OSystem::delayMillis directly...
Max Horn
2009-02-24
substitute all time related functions, removing sci_gettime sci_get_current_t...
Andre Heider
2009-02-24
SCI: Moved engines/sci/include/sci_memory.h and engines/sci/scicore/sci_memor...
Max Horn
2009-02-22
Whitespace cleanup
Jordi Vilalta Prat
2009-02-21
fix hang on 64bit platforms
Willem Jan Palenstijn
2009-02-21
SCI: Changed typedef struct -> struct
Max Horn
2009-02-21
substituted some more sci_gettime
Andre Heider
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
revert large parts of r38621. error() is for fatal errors and does not return...
Willem Jan Palenstijn
2009-02-21
Wrapped the SCI engine in the Sci namespace.
Oystein Eftevaag
2009-02-21
formating
Paweł Kołodziejski
2009-02-21
SCI: Fixed more warnings
Max Horn
2009-02-20
Changed more messages to warnings/errors
Filippos Karapetis
2009-02-18
Removed some unused GFX driver capability code and flags
Filippos Karapetis
2009-02-17
Cleanup
Filippos Karapetis
2009-02-17
Removed already implemented graphic capability flags, and used CLIP inside sc...
Filippos Karapetis
2009-02-17
point_t -> Common::Point
Filippos Karapetis
2009-02-17
Update headers. gfx/
Eugene Sandulenko
2009-02-17
Replaced sci_free() with free() - it's OK to free a NULL pointer, so the chec...
Filippos Karapetis
2009-02-15
Fixed more warnings
Max Horn
2009-02-15
Fixed more warnings (and at least one case of uninited data)
Max Horn
2009-02-15
SCI: Run astyle to make the code be more compliant with our Code Formatting G...
Max Horn
2009-02-15
retreive->retrieve
Willem Jan Palenstijn
2009-02-15
Silenced more warnings
Filippos Karapetis
2009-02-15
initialize variables
Willem Jan Palenstijn
2009-02-15
Silenced a ton of warnings, and disabled several unreferenced functions (dead...
Filippos Karapetis
[next]