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-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
2009-03-22
SCI: Fixed nasty bug in simulate_stippled_line_draw, caught only thanks to wa...
Max Horn
2009-03-21
Cleanup
Filippos Karapetis
2009-03-19
Cleaned up gfxop_draw_rectangle(). Also, removed a check insode BASIC_CHECKS(...
Filippos Karapetis
2009-03-19
Fixed issues with commit #39449, fixing some graphical glitches with the GUI ...
Filippos Karapetis
2009-03-18
Renamed resmgr.cpp -> gfx_resmgr.cpp
Filippos Karapetis
2009-03-18
Slight cleanup
Filippos Karapetis
2009-03-18
Cleaned up graphics initialization a bit
Filippos Karapetis
2009-03-18
Cleanup
Filippos Karapetis
2009-03-17
Cleanup
Filippos Karapetis
2009-03-17
Further objectification of the graphics resource manager
Filippos Karapetis
2009-03-17
Fix warning.
Johannes Schickel
2009-03-17
Started objectifying the graphics resource manager (refer to patch #2689887)
Filippos Karapetis
2009-03-17
SCI: fix warning
Max Horn
2009-03-17
Removed the "About FreeSCI" menu as discussed in -devel, now that the FreeSCI...
Filippos Karapetis
2009-03-16
It seems that the SCI GUI code tries to show rectangles with negative height....
Filippos Karapetis
2009-03-16
Changed the temporary helper functions to defines
Filippos Karapetis
2009-03-16
Replaced some rect_t operations with our common ones. For now, two helper fun...
Filippos Karapetis
2009-03-16
SCI: Removed sbtree code by Common::Hashmap
Max Horn
2009-03-16
Replaced "xl" with "width" and "y1" with "height" in places where rectangles ...
Filippos Karapetis
2009-03-15
SCI: Indention changes, changed 'songlib_t' params to 'const songlib_t &'
Max Horn
2009-03-14
SCI: Fixed warning
Max Horn
2009-03-14
Changed the "internal" variable inside gfxr_pic_t to priorityTable (cause tha...
Filippos Karapetis
2009-03-14
Removed the unused struct "internal" inside gfx_pixmap_t
Filippos Karapetis
2009-03-12
Commited syke's patch as-is
Filippos Karapetis
2009-03-12
SCI: Removed most uses of the 'inline' keyword. It is usually better to let ...
Max Horn
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-11
...
Max Horn
2009-03-11
SCI: Restored code to triger debugger console by Ctrl-d (accidentally removed...
Max Horn
2009-03-10
Reverted some of the changes of commit #39192. The cursor reading code has be...
Filippos Karapetis
2009-03-10
- Renamed files inside gfx/resource
Filippos Karapetis
[next]