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
/
toltecs
/
screen.cpp
Age
Commit message (
Expand
)
Author
2013-03-15
TOLTECS: Work around undefined subtitle behaviour at script loading
Torbjörn Andersson
2013-01-13
TOLTECS: Fix bug #3600166 - "TOLTECS: Parrot speech cuts off Fenimore's in Ce...
Filippos Karapetis
2013-01-13
TOLTECS: Fix bug #3599370 - "TOLTECS: Text on intro video not shown as per or...
Filippos Karapetis
2013-01-13
TOLTECS: Whitespace fixes
Filippos Karapetis
2013-01-04
TOLTECS: Adjust verb drawing to look more like original
Torbjörn Andersson
2012-10-06
TOLTECS: Improve the shake screen effects during movies
Torbjörn Andersson
2012-09-26
JANITORIAL: Remove trailing whitespaces.
Johannes Schickel
2012-09-11
TOLTECS: Implement volume handling and toggling of speech/text
Filippos Karapetis
2012-06-16
TOLTECS: Get rid of casts on CursorManager::replaceCursor calls.
Johannes Schickel
2012-02-15
JANITORIAL: Fix missing whitespace in pointer cast
Tarek Soliman
2011-11-24
TOLTECS: Fix crash on Big Endian
Joost Peters
2011-11-20
TOLTECS: Fix bugs
Benjamin Haisch
2011-11-20
TOLTECS: Reduced header dependencies
Filippos Karapetis
2011-11-20
TOLTECS: - More work on the menu system, saving and loading from there is now...
Benjamin Haisch
2011-11-20
TOLTECS: - Work on the menu system (use strings from resources instead of har...
Benjamin Haisch
2011-11-20
TOLTECS: Fixed odd bug in drawChar (I subtracted 2 from the font height befor...
Benjamin Haisch
2011-11-20
TOLTECS: Fix compilation.
Benjamin Haisch
2011-11-20
TOLTECS: - Fixed clipping bugs (in 256-color sprites and scaled sprites)
Benjamin Haisch
2011-11-20
TOLTECS: Reworked the ArchiveReader and ResourceCache classes.
Benjamin Haisch
2011-11-20
TOLTECS: Silenced MSVC warnings
Filippos Karapetis
2011-11-20
TOLTECS: - Implemented RTL
Benjamin Haisch
2011-11-20
TOLTECS: - Fixed Screen::updateTalkText (text x position was read incorrectly...
Benjamin Haisch
2011-11-20
TOLTECS: Implemented preliminary sound playback; some stuff is still missing ...
Benjamin Haisch
2011-11-20
TOLTECS: A lot of changes in the graphics code:
Benjamin Haisch
2011-11-20
TOLTECS: Moved sprite drawing code to sprite.cpp
Benjamin Haisch
2011-11-20
TOLTECS: More changes to wrapGuiText
Benjamin Haisch
2011-11-20
TOLTECS: Removed _tempString etc. and replaced it with GuiTextWrapState
Benjamin Haisch
2011-11-20
TOLTECS: Renamed some functions.
Benjamin Haisch
2011-11-20
TOLTECS: Adjust y position of talk text lines.
Benjamin Haisch
2011-11-20
TOLTECS: Added Screen::getTextWidth
Benjamin Haisch
2011-11-20
TOLTECS: - Fixed setDeltaPalette (sprites at night now look correct)
Benjamin Haisch
2011-11-20
TOLTECS: Cancel all talkText items when camera position is changed (fixes som...
Benjamin Haisch
2011-11-20
TOLTECS: Merged text drawing routines into drawString
Benjamin Haisch
2011-11-20
TOLTECS: Fixed text command parsing in updateVerbLine
Benjamin Haisch
2011-11-20
TOLTECS: Clear the text duration first in updateTalkText before adding text l...
Benjamin Haisch
2011-11-20
TOLTECS: Fixed clipping (the clipping of the right border with flipped sprite...
Benjamin Haisch
2011-11-20
TOLTECS: Finished sprite clipping.
Benjamin Haisch
2011-11-20
TOLTECS: Implemented buildColorTransTable (still TODO) and shadow sprite draw...
Benjamin Haisch
2011-11-20
TOLTECS: Merged drawChar and drawChar2
Benjamin Haisch
2011-11-20
TOLTECS: Saving/loading is working; it still needs work but will suffice to m...
Benjamin Haisch
2011-11-20
TOLTECS: - Renamed stuff and cleanups
Benjamin Haisch
2011-11-20
TOLTECS: Fixed tabs and formatting.
Benjamin Haisch
2011-11-20
TOLTECS: Initial checkin
Eugene Sandulenko