.. |
animate.cpp
|
SCI: Rename listEntry -> 'it' for better readability
|
2010-06-29 14:54:47 +00:00 |
animate.h
|
SCI: Simplify GfxAnimate code, get rid of _listData
|
2010-06-29 14:54:15 +00:00 |
cache.cpp
|
SCI: Remove GfxView::getLoopInfo; add assert to GfxView::getCelInfo
|
2010-06-28 11:20:33 +00:00 |
cache.h
|
SCI: SciGui/SciGui32 gone for good...
|
2010-06-15 15:44:24 +00:00 |
compare.cpp
|
SCI: Add const qualifiers to many GfxView methods and their return values.
|
2010-06-28 11:20:14 +00:00 |
compare.h
|
SCI: SciGui/SciGui32 gone for good...
|
2010-06-15 15:44:24 +00:00 |
controls.cpp
|
Moved the SelectorCache struct inside selector.h, where it belongs, and fixed some header dependencies in the process
|
2010-06-23 15:23:37 +00:00 |
controls.h
|
SCI: replaced value with constant when checking if controls are selected
|
2010-04-25 15:44:11 +00:00 |
coordadjuster.cpp
|
Moved the SelectorCache struct inside selector.h, where it belongs, and fixed some header dependencies in the process
|
2010-06-23 15:23:37 +00:00 |
coordadjuster.h
|
Patch #2973290: Semicolon cleanup
|
2010-03-22 20:28:08 +00:00 |
cursor.cpp
|
SCI: Comment cleanup
|
2010-06-28 11:20:51 +00:00 |
cursor.h
|
Renamed the SciEvent class to EventManager, to separate it from the sciEvent structure, and removed it from the engine state
|
2010-06-09 07:59:42 +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
|
Reduced header dependency
|
2010-06-17 23:20:39 +00:00 |
frameout.cpp
|
SCI: Add const qualifiers to many GfxView methods and their return values.
|
2010-06-28 11:20:14 +00:00 |
frameout.h
|
Sort planes in kFrameOut by priority and keep plane/item priority separate as they represent two different things. Fixes various SCI32 graphical glitches. Most (all?) remaining glitches are because we don't yet handle kSignalFixedPriority.
|
2010-06-20 17:17:46 +00:00 |
helpers.h
|
SCI: moving structs/enums from helpers to animate/controls
|
2010-02-02 14:41:17 +00:00 |
maciconbar.cpp
|
Moved the SelectorCache struct inside selector.h, where it belongs, and fixed some header dependencies in the process
|
2010-06-23 15:23:37 +00:00 |
maciconbar.h
|
SCI: renaming MacIconBar to GfxMacIconBar
|
2010-05-24 21:47:06 +00:00 |
menu.cpp
|
Moved the SelectorCache struct inside selector.h, where it belongs, and fixed some header dependencies in the process
|
2010-06-23 15:23:37 +00:00 |
menu.h
|
SCI: SciGui/SciGui32 gone for good...
|
2010-06-15 15:44:24 +00:00 |
paint.cpp
|
SCI: put kShakeScreen into GfxPaint, called directly now
|
2010-02-06 17:03:18 +00:00 |
paint.h
|
SCI: SciGui/SciGui32 gone for good...
|
2010-06-15 15:44:24 +00:00 |
paint16.cpp
|
SCI: Add some const qualifiers
|
2010-06-29 14:55:09 +00:00 |
paint16.h
|
SCI: Add some const qualifiers
|
2010-06-29 14:55:09 +00:00 |
paint32.cpp
|
SCI: SciGui/SciGui32 gone for good...
|
2010-06-15 15:44:24 +00:00 |
paint32.h
|
SCI: SciGui/SciGui32 gone for good...
|
2010-06-15 15:44:24 +00:00 |
palette.cpp
|
SCI: detect, if SCI1.1 game is merging or copying palette instead of using gameIds. Also prints method used, when using debug command "version"
|
2010-06-25 10:04:31 +00:00 |
palette.h
|
SCI: detect, if SCI1.1 game is merging or copying palette instead of using gameIds. Also prints method used, when using debug command "version"
|
2010-06-25 10:04:31 +00:00 |
picture.cpp
|
SCI: Introduce SciGameId enum
|
2010-06-25 16:16:29 +00:00 |
picture.h
|
SCI: error out on pattern opcodes inside vector data when drawing pictures in sci1.1+, also adding workaround for garbage data inside picture 381 in sq4
|
2010-05-25 18:45:25 +00:00 |
portrait.cpp
|
SCI: Rename sciEvent to SciEvent
|
2010-06-17 23:11:12 +00:00 |
portrait.h
|
SCI: SciGui/SciGui32 gone for good...
|
2010-06-15 15:44:24 +00:00 |
ports.cpp
|
SCI: added comment - lsl5 also has too large windows
|
2010-06-28 16:35:20 +00:00 |
ports.h
|
SCI: putting SciGui::init into SciEngine, removing it from SciGui(32)
|
2010-06-15 13:34:40 +00:00 |
robot.cpp
|
SCI: SciGui/SciGui32 gone for good...
|
2010-06-15 15:44:24 +00:00 |
robot.h
|
SCI: SciGui/SciGui32 gone for good...
|
2010-06-15 15:44:24 +00:00 |
screen.cpp
|
Remove CRs
|
2010-06-28 12:13:04 +00:00 |
screen.h
|
SCI: Comment cleanup
|
2010-06-28 11:20:51 +00:00 |
text16.cpp
|
SCI: fix kTextSize to not crash when destination has an invalid rect in it
|
2010-06-24 11:52:08 +00:00 |
text16.h
|
SCI: move textSize and textFonts and textColors inside gfxText16
|
2010-06-15 13:01:07 +00:00 |
transitions.cpp
|
SCI: fixed typo
|
2010-06-20 21:14:46 +00:00 |
transitions.h
|
SCI: SciGui/SciGui32 gone for good...
|
2010-06-15 15:44:24 +00:00 |
view.cpp
|
SCI: updated comment about transparent pixels in views
|
2010-06-28 18:10:21 +00:00 |
view.h
|
SCI: Remove GfxView::getLoopInfo; add assert to GfxView::getCelInfo
|
2010-06-28 11:20:33 +00:00 |