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
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