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-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
2009-03-25
Changed the primitive equality check to not use Common::Rect, as the two prim...
Filippos Karapetis
2009-03-25
Changed the font flag defines to an enumeration
Filippos Karapetis
2009-03-25
Merged sciw_select_item() and sciw_unselect_item()
Filippos Karapetis
2009-03-25
- Renamed gfx/sci_widgets.* to gfx/gfx_gui.*, as these files contain GUI elem...
Filippos Karapetis
2009-03-25
Remove superfluous comma
Filippos Karapetis
2009-03-25
Changed some flags to enums
Filippos Karapetis
2009-03-24
SCI: Changed some char* into Common::String
Max Horn
2009-03-24
SCI: Only pass the pointerpos to Menubar::mapPointer, not the full gfx_state_t
Max Horn
2009-03-24
SCI: moved sci_strndup to menubar.cpp
Max Horn
2009-03-24
SCI: Fixed some leaks introduced by my previous changes
Max Horn
2009-03-24
SCI: C++ify menu code
Max Horn
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
[next]