.. |
animate.cpp
|
Added a sanity check for the current list node inside GfxAnimate::invoke(). This should fix the crash in LSL2 as described in patch #2987942, without adding additional lookups
|
2010-04-16 12:58:14 +00:00 |
animate.h
|
Patch #2973290: Semicolon cleanup
|
2010-03-22 20:28:08 +00:00 |
cache.cpp
|
SCI: support for kanji (sjis), minor centering issue left
|
2010-04-16 18:23:50 +00:00 |
cache.h
|
SCI: adding some minor documentation for the various graphic classes
|
2010-02-05 15:48:45 +00:00 |
compare.cpp
|
SCI: added warning when getting invalid rect in kCan(t)BeHere
|
2010-02-21 09:52:44 +00:00 |
compare.h
|
SCI: Document GfxCompare::canBeHereCheckRectList; pass Common::Rect by ref
|
2010-02-05 22:56:05 +00:00 |
controls.cpp
|
SCI: change textedit control to cast to unsigned char to fix cursor position when multilingual chars are used. Also make getFontHeight() private inside GfxFontFromResource class, remove it in all the other classes
|
2010-04-17 15:16:40 +00:00 |
controls.h
|
SCI: moved control type enum
|
2010-02-05 21:32:43 +00:00 |
coordadjuster.cpp
|
Removed unnecessary semi-colons to keep GCC happy.
|
2010-02-06 21:26:30 +00:00 |
coordadjuster.h
|
Patch #2973290: Semicolon cleanup
|
2010-03-22 20:28:08 +00:00 |
cursor.cpp
|
SCI: added comments about sierra not upscaling cursors for shape and view cursors
|
2010-04-19 16:38:36 +00:00 |
cursor.h
|
SCI: remaining cursor functions now also directly called
|
2010-02-05 21:09:36 +00:00 |
font.cpp
|
SCI: support for kanji (sjis), minor centering issue left
|
2010-04-16 18:23:50 +00:00 |
font.h
|
SCI: change textedit control to cast to unsigned char to fix cursor position when multilingual chars are used. Also make getFontHeight() private inside GfxFontFromResource class, remove it in all the other classes
|
2010-04-17 15:16:40 +00:00 |
fontsjis.cpp
|
SCI: removing single byte chars from double byte check in sjis class (damn wikipedia with their similar colors hehe)
|
2010-04-18 21:18:58 +00:00 |
fontsjis.h
|
SCI: change textedit control to cast to unsigned char to fix cursor position when multilingual chars are used. Also make getFontHeight() private inside GfxFontFromResource class, remove it in all the other classes
|
2010-04-17 15:16:40 +00:00 |
frameout.cpp
|
SCI: change textedit control to cast to unsigned char to fix cursor position when multilingual chars are used. Also make getFontHeight() private inside GfxFontFromResource class, remove it in all the other classes
|
2010-04-17 15:16:40 +00:00 |
frameout.h
|
SCI: added plane coordinate adjustment code for sci32 when drawing pictures, put everything into GfxCoordAdjuster
|
2010-02-06 19:35:51 +00:00 |
gui32.cpp
|
SCI: Move SciGui::wait to EngineState::wait
|
2010-02-23 22:44:46 +00:00 |
gui32.h
|
SCI: Stop storing EngineState in SciGui32
|
2010-02-23 22:41:20 +00:00 |
gui.cpp
|
SCI: Move SciGui::wait to EngineState::wait
|
2010-02-23 22:44:46 +00:00 |
gui.h
|
SCI: put kShakeScreen into GfxPaint, called directly now
|
2010-02-06 17:03:18 +00:00 |
helpers.h
|
SCI: moving structs/enums from helpers to animate/controls
|
2010-02-02 14:41:17 +00:00 |
menu.cpp
|
SCI: remove lone spaces at the end of right aligned menu items. fixes "wrongly" aligned menu items in some games
|
2010-04-20 15:10:27 +00:00 |
menu.h
|
SCI: split menu/item strings when displaying instead of when initializing - makes on-the-fly menu language changes possible (used by multilingual SCI01 games)
|
2010-04-15 16:40:37 +00:00 |
paint16.cpp
|
SCI: Cleanup resource.h
|
2010-02-17 23:37:32 +00:00 |
paint16.h
|
SCI: put kShakeScreen into GfxPaint, called directly now
|
2010-02-06 17:03:18 +00:00 |
paint32.cpp
|
SCI: added plane coordinate adjustment code for sci32 when drawing pictures, put everything into GfxCoordAdjuster
|
2010-02-06 19:35:51 +00:00 |
paint32.h
|
SCI: added plane coordinate adjustment code for sci32 when drawing pictures, put everything into GfxCoordAdjuster
|
2010-02-06 19:35:51 +00:00 |
paint.cpp
|
SCI: put kShakeScreen into GfxPaint, called directly now
|
2010-02-06 17:03:18 +00:00 |
paint.h
|
SCI: put kShakeScreen into GfxPaint, called directly now
|
2010-02-06 17:03:18 +00:00 |
palette.cpp
|
SCI: removing unused variable from palette::set
|
2010-04-02 18:51:20 +00:00 |
palette.h
|
SCI: change actual setting of palette, fixes gk1 palette issue when talking to grace indirectly caused by r47955, seems to also fix jones palette issue, could cause regressions
|
2010-04-02 18:48:17 +00:00 |
picture.cpp
|
SCI: Cleanup resource.h
|
2010-02-17 23:37:32 +00:00 |
picture.h
|
SCI: added plane coordinate adjustment code for sci32 when drawing pictures, put everything into GfxCoordAdjuster
|
2010-02-06 19:35:51 +00:00 |
portrait.cpp
|
SCI: renamed SciPalette to GfxPalette, Screen to GfxScreen, GfxPalette is now called directly w/o SciGui
|
2010-01-31 16:21:11 +00:00 |
portrait.h
|
SCI: renamed SciPalette to GfxPalette, Screen to GfxScreen, GfxPalette is now called directly w/o SciGui
|
2010-01-31 16:21:11 +00:00 |
ports.cpp
|
SCI: priority band specific stuff now gets called directly w/o SciGui
|
2010-02-05 22:20:46 +00:00 |
ports.h
|
SCI: priority band specific stuff now gets called directly w/o SciGui
|
2010-02-05 22:20:46 +00:00 |
robot.cpp
|
SCI: some work on robot REing (still comments only)
|
2010-02-03 22:06:57 +00:00 |
robot.h
|
SCI: renamed SciPalette to GfxPalette, Screen to GfxScreen, GfxPalette is now called directly w/o SciGui
|
2010-01-31 16:21:11 +00:00 |
screen.cpp
|
SCI: support for kanji (sjis), minor centering issue left
|
2010-04-16 18:23:50 +00:00 |
screen.h
|
SCI: support for kanji (sjis), minor centering issue left
|
2010-04-16 18:23:50 +00:00 |
text16.cpp
|
SCI: sq4/japanese uses sjis 0x9781 for line breaks as well
|
2010-04-20 11:13:09 +00:00 |
text16.h
|
SCI: sierra switched hardcoded inside their pc98 interpreter to font 900, if sjis text got detected
|
2010-04-19 20:15:31 +00:00 |
transitions.cpp
|
SCI: make pixelation transition work in upscaled hires mode
|
2010-04-16 11:44:10 +00:00 |
transitions.h
|
SCI: adding some minor documentation for the various graphic classes
|
2010-02-05 15:48:45 +00:00 |
view.cpp
|
SCI: renaming class View to GfxView
|
2010-02-04 22:17:58 +00:00 |
view.h
|
SCI: adding some minor documentation for the various graphic classes
|
2010-02-05 15:48:45 +00:00 |