index
:
scummvm-rg350
trimui-s
scummvm with trimui support. Forked from https://github.com/salvacam/scummvm-rg350
neonloop
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
engines
/
sci
/
graphics
/
frameout.cpp
Age
Commit message (
Expand
)
Author
2010-08-01
SCI: reading the actual priority instead of guessing
Martin Kiewitz
2010-08-01
SCI: Fix uninitialized variable warning in g++.
Johannes Schickel
2010-07-29
SCI: Re-enable the throttle for kFrameout, I must have been asleep that day
Matthew Hoops
2010-07-27
SCI: translating nsRect back to actual plane coordinate
Martin Kiewitz
2010-07-26
SCI: commenting out picture cel debug msg
Martin Kiewitz
2010-07-26
SCI: adding scrollcapability to sci32
Martin Kiewitz
2010-07-26
SCI: some scrolling support for sci32
Martin Kiewitz
2010-07-25
SCI: adding kAddPicAt dummy
Martin Kiewitz
2010-07-25
SCI: blacking out planes that got deleted
Martin Kiewitz
2010-07-25
SCI: some changes for kq7
Martin Kiewitz
2010-07-25
SCI: adjust z coordinate for views (sci32)
Martin Kiewitz
2010-07-25
SCI: sci32 changes
Martin Kiewitz
2010-07-24
SCI: changing how insectRect gets applied
Martin Kiewitz
2010-07-24
SCI: adding kOnMe transparency support
Martin Kiewitz
2010-07-24
SCI: fix warning
Martin Kiewitz
2010-07-24
SCI: honor given order of screen items in sci32
Martin Kiewitz
2010-07-24
SCI: support useInsetRect in kFrameout
Martin Kiewitz
2010-07-24
SCI: enable speed throttler for sci32
Martin Kiewitz
2010-07-24
SCI: cache Planes for sci32
Martin Kiewitz
2010-07-24
SCI: delete hidden planes in kFrameout
Martin Kiewitz
2010-07-24
SCI: adding 1 to planeRect bottom/right
Martin Kiewitz
2010-07-22
SCI: doing res correction on text as well
Martin Kiewitz
2010-07-22
SCI: some changes to kFrameout for sci32
Martin Kiewitz
2010-07-22
Use new[]/delete[] instead of malloc/free
Matthew Hoops
2010-07-22
Silence gcc warning
Matthew Hoops
2010-07-22
SCI: some more work on priority sci32
Martin Kiewitz
2010-07-22
SCI: removing priority hack for gk1hires
Martin Kiewitz
2010-07-22
SCI: some work on priority in sci32
Martin Kiewitz
2010-07-21
SCI: fixing hires background pictures sci2.1
Martin Kiewitz
2010-07-14
SCI: Removed a chatty (and unneeded) warning
Filippos Karapetis
2010-07-02
Extended the SCI2 text drawing hack for SCI2.1 too, and added font caching
Filippos Karapetis
2010-06-30
SCI: support for hires views in gk1
Martin Kiewitz
2010-06-28
SCI: Add const qualifiers to many GfxView methods and their return values.
Max Horn
2010-06-23
Moved the SelectorCache struct inside selector.h, where it belongs, and fixed...
Filippos Karapetis
2010-06-20
SCI: properly implement kPalVary functionality within kDrawPic and transition...
Martin Kiewitz
2010-06-20
SCI: adding timestamp update for frameout, fixes gk1 windows main menu
Martin Kiewitz
2010-06-20
Sort planes in kFrameOut by priority and keep plane/item priority separate as...
Matthew Hoops
2010-06-20
SCI: adding kPalVary update call to kFrameout - it's getting morning now in g...
Martin Kiewitz
2010-06-15
SCI: make umlauts work in kFrameout for sci32
Martin Kiewitz
2010-06-14
Ignore and remove invalid plane and item objects in kFrameout. Fixes loading ...
Matthew Hoops
2010-05-29
Mass renaming of selector-related functions, and removed some defines which w...
Filippos Karapetis
2010-04-17
SCI: change textedit control to cast to unsigned char to fix cursor position ...
Martin Kiewitz
2010-04-16
SCI: support for kanji (sjis), minor centering issue left
Martin Kiewitz
2010-02-13
SCI: Add global g_sci pointer to the active SciEngine instance
Max Horn
2010-02-06
SCI: added plane coordinate adjustment code for sci32 when drawing pictures, ...
Martin Kiewitz
2010-02-06
Added a sanity check for kListAt and made the hack for displaying text work i...
Filippos Karapetis
2010-02-05
SCI: Add a 'SELECTOR' macro
Max Horn
2010-02-05
SCI: initializing _highPlanePri inside GfxFrameout
Martin Kiewitz
2010-02-05
SCI: frameout sci32 stuff now gets called directly w/o SciGui/32
Martin Kiewitz
2010-02-05
SCI: renamed class Font to GfxFont
Martin Kiewitz
[next]