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_resmgr.h
Age
Commit message (
Expand
)
Author
2009-09-06
SCI: Rename resManager -> resMan; segManager -> segMan
Max Horn
2009-09-04
- Removed the gfx error defines. When resources are not found, or are corrupt...
Filippos Karapetis
2009-09-02
Some renaming:
Filippos Karapetis
2009-08-25
- Simplified the parameters of some functions
Filippos Karapetis
2009-08-16
SCI: Stage 1 of the game detection overhaul. The end goal is to autodetect
Walter van Niftrik
2009-07-16
Added a detection entry for Pepper's Adventures in Time, and fixed an issue w...
Filippos Karapetis
2009-07-11
Removed the version parameter from GfxResManager
Filippos Karapetis
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
Objectified the graphics driver
Filippos Karapetis
2009-05-23
Fixed the incorrectly placed views in the KQ6 intro, by reintroducing port bo...
Filippos Karapetis
2009-05-20
removed trailing whitespaces
Max Horn
2009-05-15
- Moved all the files out of /sci/scicore and into /sci
Filippos Karapetis
2009-05-14
Added a parameter to the graphics resource manager to determine if the runnin...
Filippos Karapetis
2009-04-18
Fix outdated comments
Willem Jan Palenstijn
2009-04-18
Retreive -> retrieve
Willem Jan Palenstijn
2009-04-01
- Wrapped all the code for custom graphics options around a CUSTOM_GRAPHICS_O...
Filippos Karapetis
2009-03-29
SCI: Merge static palette into global palette at startup
Willem Jan Palenstijn
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-17
Further objectification of the graphics resource manager
Filippos Karapetis
2009-03-17
Started objectifying the graphics resource manager (refer to patch #2689887)
Filippos Karapetis
2009-03-16
SCI: Removed sbtree code by Common::Hashmap
Max Horn
2009-03-12
Commited syke's patch as-is
Filippos Karapetis
2009-03-11
Untangled the parameters in gfxr_interpreter_get_view() as well. Updated comm...
Filippos Karapetis
2009-03-11
Got rid of misc_payload and stopped passing the whole graphics state structur...
Filippos Karapetis
2009-03-08
Use new Palette class to manager pixmap palettes.
Willem Jan Palenstijn
2009-03-08
SCI: Added new header gfx/font.h and removed some dead code
Max Horn
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-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