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
Age
Commit message (
Expand
)
Author
2009-05-10
SCI: Fixed palette regression from rev 40388
Max Horn
2009-05-08
SCI: Folded line.h and crossblit.h into gfx_support.cpp
Max Horn
2009-05-08
SCI: cleanup
Max Horn
2009-05-08
SCI: Got rid of code for endian adjusting pixmaps
Max Horn
2009-05-08
SCI: turn the various gfx filters from #define hacks into template funcs
Max Horn
2009-05-08
SCI: Replaced gfx_driver_t::set_palette and install_palette by directly invok...
Max Horn
2009-05-05
SCI: Work around an 'Array used after being disposed' bug that occurs when a ...
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: Removed unused vars; doxygenified some comments; cleanup
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: Initialize pixmap to transparency before decoding cel RLE data. This
Walter van Niftrik
2009-04-24
Changed an error to a warning, to make Longbow playable again
Filippos Karapetis
2009-04-24
SCI: Fix transparency in view-based mouse cursors.
Walter van Niftrik
2009-04-24
SCI: Turned GfxWidget::draw function pointer into virtual method
Max Horn
2009-04-24
SCI: Turned GfxWidget::tag function pointer into virtual method
Max Horn
2009-04-24
SCI: Turned GfxWidget::print function pointer into virtual method
Max Horn
2009-04-24
SCI: Doxygenified some comments
Max Horn
2009-04-24
SCI: Fixed mouse cursor hotspots in ECO1.
Walter van Niftrik
2009-04-24
SCI: Changed GfxWidget::set_visual function pointer to virtual method setVisual
Max Horn
2009-04-24
SCI: Got rid of GFXW() macro; turned GfxWidget::widfree into destructors
Max Horn
2009-04-24
SCI: font_nr -> _font
Max Horn
2009-04-24
SCI: Rewrote the port_refs code (fixing at least three serious bugs in it. Wo...
Max Horn
2009-04-24
SCI: Renamed gfxw_widget_t and subtypes to GfxWidget etc.
Max Horn
2009-04-24
SCI: Started to C++ify the gfxw_widget_t codebase
Max Horn
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-22
Cleanup
Filippos Karapetis
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-18
Retreive -> retrieve
Willem Jan Palenstijn
2009-04-06
Fixed a crash in LSL5 when opening the inventory
Filippos Karapetis
2009-04-04
Fix warning.
Johannes Schickel
2009-04-03
Removed leftover chrono-related code (refer to commit #37721 for the changes ...
Filippos Karapetis
2009-04-03
Removed the non-working Chrono port code, after discussing with Lars
Filippos Karapetis
2009-04-03
Cleanup of decompress_sci_view(). Also, ALL of the cases where that function ...
Filippos Karapetis
2009-04-03
Some more FreeSCI <-> SCI changes
Filippos Karapetis
2009-04-03
Changed some references from "FreeSCI" to "SCI" or "ScummVM"
Filippos Karapetis
2009-04-03
Merged the SCI1 and SCI11 cel drawing functions
Filippos Karapetis
2009-04-02
pic_port_bounds was only set from command-line parameters it seems, so it's s...
Filippos Karapetis
2009-04-01
- Wrapped all the code for custom graphics options around a CUSTOM_GRAPHICS_O...
Filippos Karapetis
2009-03-31
Got rid of the gfx_res_mod_t struct
Filippos Karapetis
2009-03-30
Initialize _staticPalette when creating the graphics resource manager. This a...
Filippos Karapetis
2009-03-30
Wrapped all the still WIP SCI32-specific code around appropriate ifdef blocks...
Filippos Karapetis
2009-03-29
SCI: don't delete static palette twice
Willem Jan Palenstijn
2009-03-29
SCI: Merge static palette into global palette at startup
Willem Jan Palenstijn
2009-03-29
SCI: remove some debugging printfs
Willem Jan Palenstijn
2009-03-25
Remove a workaround in the line drawing function - it shouldn't be necessary ...
Filippos Karapetis
[next]