.. |
crossblit.h
|
SCI: Turned the crossblit code into a template
|
2009-02-26 16:16:38 +00:00 |
font.cpp
|
Changed the font flag defines to an enumeration
|
2009-03-25 17:51:22 +00:00 |
font.h
|
Changed the font flag defines to an enumeration
|
2009-03-25 17:51:22 +00:00 |
gfx_driver.cpp
|
Cleaned up graphics initialization a bit
|
2009-03-18 11:07:29 +00:00 |
gfx_driver.h
|
Cleaned up graphics initialization a bit
|
2009-03-18 11:07:29 +00:00 |
gfx_gui.cpp
|
Changed the font flag defines to an enumeration
|
2009-03-25 17:51:22 +00:00 |
gfx_gui.h
|
Merged sciw_select_item() and sciw_unselect_item()
|
2009-03-25 16:37:50 +00:00 |
gfx_options.h
|
pic_port_bounds was only set from command-line parameters it seems, so it's safe to put it together with the rest of the options
|
2009-04-02 16:38:33 +00:00 |
gfx_pixmap_scale.cpp
|
Replaced "xl" with "width" and "y1" with "height" in places where rectangles are used
|
2009-03-16 00:07:12 +00:00 |
gfx_res_options.cpp
|
- Wrapped all the code for custom graphics options around a CUSTOM_GRAPHICS_OPTIONS define. Most of these options don't work in 256-color mode, plus there is currently no way to actually set/change them somehow (other than modifying the code)
|
2009-04-01 20:32:45 +00:00 |
gfx_res_options.h
|
- Wrapped all the code for custom graphics options around a CUSTOM_GRAPHICS_OPTIONS define. Most of these options don't work in 256-color mode, plus there is currently no way to actually set/change them somehow (other than modifying the code)
|
2009-04-01 20:32:45 +00:00 |
gfx_resmgr.cpp
|
pic_port_bounds was only set from command-line parameters it seems, so it's safe to put it together with the rest of the options
|
2009-04-02 16:38:33 +00:00 |
gfx_resmgr.h
|
Fix outdated comments
|
2009-04-18 21:28:30 +00:00 |
gfx_resource.cpp
|
Started objectifying the graphics resource manager (refer to patch #2689887)
|
2009-03-17 21:08:33 +00:00 |
gfx_resource.h
|
Fix outdated comments
|
2009-04-18 21:28:30 +00:00 |
gfx_state_internal.h
|
Removed the non-working Chrono port code, after discussing with Lars
|
2009-04-03 22:03:06 +00:00 |
gfx_support.cpp
|
Replaced "xl" with "width" and "y1" with "height" in places where rectangles are used
|
2009-03-16 00:07:12 +00:00 |
gfx_system.h
|
SCI: fix warning
|
2009-03-17 16:07:18 +00:00 |
gfx_test.cpp
|
SCI: Removed sbtree code by Common::Hashmap
|
2009-03-16 05:44:20 +00:00 |
gfx_tools.cpp
|
Started objectifying the graphics resource manager (refer to patch #2689887)
|
2009-03-17 21:08:33 +00:00 |
gfx_tools.h
|
Fix outdated comments
|
2009-04-18 21:28:30 +00:00 |
gfx_widgets.cpp
|
Removed the non-working Chrono port code, after discussing with Lars
|
2009-04-03 22:03:06 +00:00 |
gfx_widgets.h
|
Retreive -> retrieve
|
2009-04-18 21:18:30 +00:00 |
line.h
|
SCI: Moved gfx_line.cpp to line.h and turned _gfx_draw_line_buffer into a template
|
2009-02-26 16:16:22 +00:00 |
menubar.cpp
|
SCI: Only pass the pointerpos to Menubar::mapPointer, not the full gfx_state_t
|
2009-03-24 12:14:41 +00:00 |
menubar.h
|
SCI: Only pass the pointerpos to Menubar::mapPointer, not the full gfx_state_t
|
2009-03-24 12:14:41 +00:00 |
operations.cpp
|
- Wrapped all the code for custom graphics options around a CUSTOM_GRAPHICS_OPTIONS define. Most of these options don't work in 256-color mode, plus there is currently no way to actually set/change them somehow (other than modifying the code)
|
2009-04-01 20:32:45 +00:00 |
operations.h
|
Retreive -> retrieve
|
2009-04-18 21:18:30 +00:00 |
palette.cpp
|
SCI: remove some debugging printfs
|
2009-03-29 21:46:26 +00:00 |
palette.h
|
Formatting.
|
2009-03-08 21:05:39 +00:00 |
picfill.cpp
|
Renamed resmgr.cpp -> gfx_resmgr.cpp
|
2009-03-18 13:24:47 +00:00 |
res_cursor.cpp
|
Renamed resmgr.cpp -> gfx_resmgr.cpp
|
2009-03-18 13:24:47 +00:00 |
res_font.cpp
|
Renamed resmgr.cpp -> gfx_resmgr.cpp
|
2009-03-18 13:24:47 +00:00 |
res_pal.cpp
|
Renamed resmgr.cpp -> gfx_resmgr.cpp
|
2009-03-18 13:24:47 +00:00 |
res_pic.cpp
|
Merged the SCI1 and SCI11 cel drawing functions
|
2009-04-03 07:52:17 +00:00 |
res_view0.cpp
|
Renamed resmgr.cpp -> gfx_resmgr.cpp
|
2009-03-18 13:24:47 +00:00 |
res_view1.cpp
|
Fixed a crash in LSL5 when opening the inventory
|
2009-04-06 17:15:31 +00:00 |