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
/
gfx_resource.h
Age
Commit message (
Expand
)
Author
2009-10-13
Removed some leftover cursor code
Filippos Karapetis
2009-10-07
SCI: Reduce header interdepencies once again. Rule of thumb: Never include a ...
Max Horn
2009-10-07
Replaced the view loading code with the new view loading functions. EGA view ...
Filippos Karapetis
2009-10-06
- Unified the screen buffers that are used by the current and the new GUI
Filippos Karapetis
2009-09-09
Removed/replaced the gfx_pixmap_color struct
Filippos Karapetis
2009-09-03
- Re-added the SCI0 dithering code. Dithering is disabled by default. Added t...
Filippos Karapetis
2009-09-01
Disabled the FreeSCI PIC0 palette dithering code, for now. It doesn't really ...
Filippos Karapetis
2009-08-19
SCI: Add partial support for Amiga SCI1 games.
Walter van Niftrik
2009-08-19
SCI: Add autodetection of Amiga views.
Walter van Niftrik
2009-07-07
- Added auto-detection for EGA graphics. As a result of this, GF_SCI1_EGA has...
Filippos Karapetis
2009-06-22
Patch #2810483 (SCI: Convert gfx subsystem headers to Doxygen format), with @...
Max Horn
2009-06-06
Moved the fake 1x1 mode structure to gfx_resmgr.cpp (where it's actually used)
Filippos Karapetis
2009-05-28
Merged some of the SCI1 and SCI1.1 view and loop drawing functions
Filippos Karapetis
2009-05-23
Added a stub for SetVideoMode(), and fixed some of the palette glitches in th...
Filippos Karapetis
2009-05-23
Fixed the incorrectly placed views in the KQ6 intro, by reintroducing port bo...
Filippos Karapetis
2009-05-17
SCI: LSL6 invalid selector workaround is now always active, not just at
Walter van Niftrik
2009-05-08
SCI: Got rid of code for endian adjusting pixmaps
Max Horn
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-03
Merged the SCI1 and SCI11 cel drawing functions
Filippos Karapetis
2009-03-17
Started objectifying the graphics resource manager (refer to patch #2689887)
Filippos Karapetis
2009-03-14
Changed the "internal" variable inside gfxr_pic_t to priorityTable (cause tha...
Filippos Karapetis
2009-03-10
Reverted some of the changes of commit #39192. The cursor reading code has be...
Filippos Karapetis
2009-03-08
Use new Palette class to manager pixmap palettes.
Willem Jan Palenstijn
2009-03-08
SCI: replaced get_int_16 by READ_LE_UINT16, and got rid of inverse_16
Max Horn
2009-03-08
SCI: Added new header gfx/font.h and removed some dead code
Max Horn
2009-03-07
Merged all the different cursor drawing functions inside gfxr_interpreter_get...
Filippos Karapetis
2009-02-26
SCI: Changed 'typedef enum { } NAME' into C++-style 'enum NAME { }'
Max Horn
2009-02-24
Normalized guard #defines
Eugene Sandulenko
2009-02-23
Replaced get_uint_16() with READ_LE_UINT16()
Filippos Karapetis
2009-02-22
SCI: Replaced two uses of sci_fopen by Common::File; moved is_print_str() to ...
Max Horn
2009-02-22
Whitespace cleanup
Jordi Vilalta Prat
2009-02-21
SCI: Changed typedef struct -> struct
Max Horn
2009-02-21
SCI: Renamed include/gfx_*.h to gfx/gfx_*.h and likewise for sfx header files
Max Horn