.. |
animate.cpp
|
SCI: Remove sanity check introduced in rev 51154. When a node is deleted via kDeleteKey, the successor is set to NULL, thus list processing stops (which is what SSCI is doing).
|
2010-07-22 18:14:43 +00:00 |
animate.h
|
SCI: Simplify GfxAnimate code, get rid of _listData
|
2010-06-29 14:54:15 +00:00 |
cache.cpp
|
SCI: kCelWide/kCelHigh now adjust on hires views
|
2010-07-24 15:15:38 +00:00 |
cache.h
|
SCI: SciGui/SciGui32 gone for good...
|
2010-06-15 15:44:24 +00:00 |
compare.cpp
|
SCI: sci32 coord adjustment changes
|
2010-07-25 16:31:46 +00:00 |
compare.h
|
SCI: some big changes to kCantBeHere - kCantBeHere returns the actual "problem" instead of being a plain boolean - part of solving lsl1 casino door / qfg1vga gate
|
2010-07-15 19:23:18 +00:00 |
controls.cpp
|
SCI: dont fix list control in sq4
|
2010-07-19 16:47:31 +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
|
SCI: removing onControl from coordAdjuster32
|
2010-07-25 17:01:54 +00:00 |
coordadjuster.h
|
SCI: removing onControl from coordAdjuster32
|
2010-07-25 17:01:54 +00:00 |
cursor.cpp
|
SCI: support kSetCursorSci11(-2)
|
2010-07-23 10:58:06 +00:00 |
cursor.h
|
SCI: support kSetCursorSci11(-2)
|
2010-07-23 10:58:06 +00:00 |
font.cpp
|
SCI: fix regression of r50599 - broken greyed font drawing
|
2010-07-06 11:03:10 +00:00 |
font.h
|
Remove extra ";" in class declarations.
|
2010-07-17 00:05:27 +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: commenting out picture cel debug msg
|
2010-07-26 14:44:28 +00:00 |
frameout.h
|
SCI: adding scrollcapability to sci32
|
2010-07-26 14:41:19 +00:00 |
helpers.h
|
SCI: Now saving the kPalVary state inside savegames
|
2010-07-23 07:36:55 +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
|
SCI: Fixed bug #3034507, "PQ2 Demo: Non-existant menu item"
|
2010-07-26 05:49:00 +00:00 |
menu.h
|
SCI: fix regression of r50721 - pausing/resuming only on actual menu usage
|
2010-07-06 14:10:09 +00:00 |
paint16.cpp
|
SCI: fix warning and remove duplicate code
|
2010-07-24 11:59:40 +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 |
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 |
palette.cpp
|
SCI: changed the comment about the palette merging (it's not a workaround anymore). Also, changed the warning when a picture has a broken palette into debug output - these pictures (which can be found in other games too) are usually meant to be blank, thus don't have a palette
|
2010-07-22 16:01:32 +00:00 |
palette.h
|
SCI: Now saving the kPalVary state inside savegames
|
2010-07-23 07:36:55 +00:00 |
picture.cpp
|
SCI: adding scrollcapability to sci32
|
2010-07-26 14:41:19 +00:00 |
picture.h
|
SCI: adding scrollcapability to sci32
|
2010-07-26 14:41:19 +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: Some cosmetic changes to the warning thrown when fixing invalid windows
|
2010-07-26 09:18:04 +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: Some slight work on robot files
|
2010-07-22 22:04:40 +00:00 |
robot.h
|
SCI: Some slight work on robot files
|
2010-07-22 22:04:40 +00:00 |
screen.cpp
|
SCI: separating qfg1ega and qfg1vga gameids
|
2010-07-14 11:53:12 +00:00 |
screen.h
|
SCI: also sync palette after playing movies, fixes kq6 intro
|
2010-07-11 10:11:31 +00:00 |
text16.cpp
|
SCI: Rewrap more comments
|
2010-06-29 14:55:32 +00:00 |
text16.h
|
SCI: move textSize and textFonts and textColors inside gfxText16
|
2010-06-15 13:01:07 +00:00 |
transitions.cpp
|
SCI: fixing transition 9
|
2010-07-26 16:49:04 +00:00 |
transitions.h
|
SCI: SciGui/SciGui32 gone for good...
|
2010-06-15 15:44:24 +00:00 |
view.cpp
|
SCI: using coordadjuster in GfxView
|
2010-07-25 16:37:36 +00:00 |
view.h
|
SCI: using coordadjuster in GfxView
|
2010-07-25 16:37:36 +00:00 |