.. |
animate.cpp
|
SCI: removing unneeded call
|
2010-10-26 20:56:55 +00:00 |
animate.h
|
SCI: fix gfx issues when giving out cards hoyle4
|
2010-10-26 20:19:17 +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: fixing kBaseSetter on scaled views
|
2010-10-07 11:25:09 +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: Fix AltInput crash in non-parser games
|
2010-10-03 23:56:17 +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
|
ALL: Fix indention (whitespaces -> tabs)
|
2010-10-23 15:46:50 +00:00 |
cursor.h
|
SCI: Some fixes for zoom cursors
|
2010-10-05 10:30:26 +00:00 |
font.cpp
|
SCI: Fixed code bugs from bug #3087872 - "SCI: Code analysis warnings"
|
2010-10-15 12:40:24 +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: Play time related changes
|
2010-10-31 01:45:24 +00:00 |
frameout.h
|
SCI2/SCI2.1: Some changes to the screen drawing code.
|
2010-10-23 19:23:07 +00:00 |
helpers.h
|
SCI: Fixed a silly bug when restoring port rectangles. This uncovered a bug with the recently added port save/restore code
|
2010-11-01 19:42:00 +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: Remove any use of printf
|
2010-11-02 09:49:47 +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: kDrawPic setting _picNotValid on non-front
|
2010-09-26 15:47:13 +00:00 |
paint16.h
|
SCI: fixing kGraphFillBoxAny implementation
|
2010-08-11 18:19:58 +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: Move kernelShakeScreen to GfxScreen so it can be used in SCI32 (it's used in GK1)
|
2010-08-01 17:54:48 +00:00 |
paint.h
|
SCI: Move kernelShakeScreen to GfxScreen so it can be used in SCI32 (it's used in GK1)
|
2010-08-01 17:54:48 +00:00 |
palette.cpp
|
SCI: Fix blend rounding, style
|
2010-11-05 12:33:07 +00:00 |
palette.h
|
SCI: implemented kPalette(save/restore)
|
2010-07-27 17:51:44 +00:00 |
picture.cpp
|
SCI: Add a default case to a switch statement to silence some compiler warnings.
|
2010-11-05 00:10:26 +00:00 |
picture.h
|
SCI: adding scrollcapability to sci32
|
2010-07-26 14:41:19 +00:00 |
portrait.cpp
|
SCI: Throttle the invocations of Engine::shouldQuit()
|
2010-08-29 00:39:33 +00:00 |
portrait.h
|
SCI: SciGui/SciGui32 gone for good...
|
2010-06-15 15:44:24 +00:00 |
ports.cpp
|
SCI: saving/restoring script created windows now
|
2010-11-01 16:09:33 +00:00 |
ports.h
|
SCI: fixing lf
|
2010-11-01 16:42:54 +00:00 |
robot.cpp
|
SCI2: Some work on RBT files
|
2010-09-19 10:56:08 +00:00 |
robot.h
|
SCI2: Some work on RBT files
|
2010-09-19 10:56:08 +00:00 |
screen.cpp
|
SCI: adding force to memorial area for SQ3/intro
|
2010-11-04 18:37:03 +00:00 |
screen.h
|
SCI: adding force to memorial area for SQ3/intro
|
2010-11-04 18:37:03 +00:00 |
text16.cpp
|
SCI: adding separate status drawing code
|
2010-09-26 18:23:53 +00:00 |
text16.h
|
SCI: adding separate status drawing code
|
2010-09-26 18:23:53 +00:00 |
transitions.cpp
|
SCI: Added a define to disable room transitions
|
2010-10-07 15:30:30 +00:00 |
transitions.h
|
SCI: changing scroll transition behaviour
|
2010-08-29 10:39:34 +00:00 |
view.cpp
|
SCI: fix gfx issues when giving out cards hoyle4
|
2010-10-26 20:19:17 +00:00 |
view.h
|
SCI: fix gfx issues when giving out cards hoyle4
|
2010-10-26 20:19:17 +00:00 |