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
/
mohawk
/
graphics.cpp
Age
Commit message (
Expand
)
Author
2010-12-02
MOHAWK: move shared setPalette/copyImage routines into GraphicsManager
Alyssa Milburn
2010-12-01
MOHAWK: add LBGraphics::copyImageSectionToScreen
Alyssa Milburn
2010-11-30
MOHAWK: don't include livingbooks.h from graphics.h
Alyssa Milburn
2010-11-29
MOHAWK: Misc cleanups
Bastien Bouclet
2010-11-29
MOHAWK: Fix drawing the last step of an animated update
Bastien Bouclet
2010-11-29
MOHAWK: Complete drawing the animated rect if running the animation steps did...
Bastien Bouclet
2010-11-29
MOHAWK: Implement 4 types of animated updates for Myst
Bastien Bouclet
2010-11-29
MOHAWK: Start implementing opcodes using the animated update feature
Bastien Bouclet
2010-11-29
MOHAWK: Added dirty rects support for Myst
Bastien Bouclet
2010-11-29
Revert "MOHAWK: Revert the screen cache since it has a huge performance hit, ...
Bastien Bouclet
2010-11-29
MOHAWK: Disabled hotspots are now unclickable areas. Display blue rects for u...
Bastien Bouclet
2010-11-29
MOHAWK: Revert the screen cache since it has a huge performance hit, and is n...
Bastien Bouclet
2010-11-28
MOHAWK: Add basic Living Books support (all credit goes to fuzzie!)
Matthew Hoops
2010-11-25
MOHAWK: Refactor cursor handling
Matthew Hoops
2010-11-25
MOHAWK: Cleanup image surface handling
Matthew Hoops
2010-11-22
MOHAWK: Fix a typo fail (thanks, fuzzie)
Matthew Hoops
2010-11-20
MOHAWK: Cleanup resource handling
Matthew Hoops
2010-11-19
MOHAWK: Implement an image cache system
Matthew Hoops
2010-11-18
MOHAWK: Implement the old Mohawk bitmap format (thanks to fuzzie)
Matthew Hoops
2010-11-17
MOHAWK: Cache the Myst screen buffer
Matthew Hoops
2010-11-17
MOHAWK: Apply patch #2988976: "MYST: Fix drawing partial subimages"
Matthew Hoops
2010-11-09
MOHAWK: Fix one more memory leak (hopefully the last :))
Matthew Hoops
2010-11-09
MOHAWK: Close a number of memory leaks in Myst.
David Turner
2010-09-09
MOHAWK: Add initial work on the Riven marble puzzle
Matthew Hoops
2010-09-05
MOHAWK: Cleanup
Matthew Hoops
2010-09-03
MOHAWK: Improve support for the Riven Demo
Matthew Hoops
2010-08-31
MOHAWK: Implement functionality for the dome sliders
Matthew Hoops
2010-08-19
MOHAWK: Draw in the telescope combination in Catherine's journal
Matthew Hoops
2010-06-26
Add the page turning sound for the Riven journals and stub off the swipe tran...
Matthew Hoops
2010-06-25
Add support for the third inventory case in Riven: you have the two journals ...
Matthew Hoops
2010-05-24
Move the PICT code to graphics/ with some updates; needed for SCI1.1 Mac.
Matthew Hoops
2010-05-23
Move Mohawk's QuickTime code to graphics/ (and QDM2 to sound, disabled when M...
Matthew Hoops
2010-05-04
Move initGraphics and initCommonGFX from to new header.
Max Horn
2010-04-19
Remove use of global constructors in Mohawk.
Matthew Hoops
2010-02-10
Add support for the Motion JPEG codec (used in some Myst ME 10th Anniversary ...
Matthew Hoops
2010-01-25
Strip trailing spaces/tabs.
Johannes Schickel
2010-01-22
Rename MohawkFile to MohawkArchive and OldMohawkFile to LivingBooksArchive_v1...
Matthew Hoops
2010-01-18
Fixed assertion when setting non 8-bit cursors in Myst, Masterpiece Edition.
Torbjörn Andersson
2009-12-30
Re-indentet switch() blocks to follow ScummVM indentation style. (I've always
Torbjörn Andersson
2009-12-29
Add Mohawk engine code. Part 1/3: main code.
Eugene Sandulenko