aboutsummaryrefslogtreecommitdiff
path: root/engines/toltecs/screen.cpp
AgeCommit message (Expand)Author
2019-11-19GRAPHICS: Add interface for horizontal shakesluicebox
2014-02-18TOLTECS: Make GPL headers consistent in themselves.Johannes Schickel
2013-11-24TOLTECS: Fix spacing errorsStrangerke
2013-08-03TOLTECS: Take advantage of Surface::getPixels.Johannes Schickel
2013-04-26TOLTECS: Remove dead codeFilippos Karapetis
2013-03-15TOLTECS: Work around undefined subtitle behaviour at script loadingTorbjörn Andersson
2013-01-13TOLTECS: Fix bug #3600166 - "TOLTECS: Parrot speech cuts off Fenimore's in Ce...Filippos Karapetis
2013-01-13TOLTECS: Fix bug #3599370 - "TOLTECS: Text on intro video not shown as per or...Filippos Karapetis
2013-01-13TOLTECS: Whitespace fixesFilippos Karapetis
2013-01-04TOLTECS: Adjust verb drawing to look more like originalTorbjörn Andersson
2012-10-06TOLTECS: Improve the shake screen effects during moviesTorbjörn Andersson
2012-09-26JANITORIAL: Remove trailing whitespaces.Johannes Schickel
2012-09-11TOLTECS: Implement volume handling and toggling of speech/textFilippos Karapetis
2012-06-16TOLTECS: Get rid of casts on CursorManager::replaceCursor calls.Johannes Schickel
2012-02-15JANITORIAL: Fix missing whitespace in pointer castTarek Soliman
2011-11-24TOLTECS: Fix crash on Big EndianJoost Peters
2011-11-20TOLTECS: Fix bugsBenjamin Haisch
2011-11-20TOLTECS: Reduced header dependenciesFilippos Karapetis
2011-11-20TOLTECS: - More work on the menu system, saving and loading from there is now...Benjamin Haisch
2011-11-20TOLTECS: - Work on the menu system (use strings from resources instead of har...Benjamin Haisch
2011-11-20TOLTECS: Fixed odd bug in drawChar (I subtracted 2 from the font height befor...Benjamin Haisch
2011-11-20TOLTECS: Fix compilation.Benjamin Haisch
2011-11-20TOLTECS: - Fixed clipping bugs (in 256-color sprites and scaled sprites)Benjamin Haisch
2011-11-20TOLTECS: Reworked the ArchiveReader and ResourceCache classes.Benjamin Haisch
2011-11-20TOLTECS: Silenced MSVC warningsFilippos Karapetis
2011-11-20TOLTECS: - Implemented RTLBenjamin Haisch
2011-11-20TOLTECS: - Fixed Screen::updateTalkText (text x position was read incorrectly...Benjamin Haisch
2011-11-20TOLTECS: Implemented preliminary sound playback; some stuff is still missing ...Benjamin Haisch
2011-11-20TOLTECS: A lot of changes in the graphics code:Benjamin Haisch
2011-11-20TOLTECS: Moved sprite drawing code to sprite.cppBenjamin Haisch
2011-11-20TOLTECS: More changes to wrapGuiTextBenjamin Haisch
2011-11-20TOLTECS: Removed _tempString etc. and replaced it with GuiTextWrapStateBenjamin Haisch
2011-11-20TOLTECS: Renamed some functions.Benjamin Haisch
2011-11-20TOLTECS: Adjust y position of talk text lines.Benjamin Haisch
2011-11-20TOLTECS: Added Screen::getTextWidthBenjamin Haisch
2011-11-20TOLTECS: - Fixed setDeltaPalette (sprites at night now look correct)Benjamin Haisch
2011-11-20TOLTECS: Cancel all talkText items when camera position is changed (fixes som...Benjamin Haisch
2011-11-20TOLTECS: Merged text drawing routines into drawStringBenjamin Haisch
2011-11-20TOLTECS: Fixed text command parsing in updateVerbLineBenjamin Haisch
2011-11-20TOLTECS: Clear the text duration first in updateTalkText before adding text l...Benjamin Haisch
2011-11-20TOLTECS: Fixed clipping (the clipping of the right border with flipped sprite...Benjamin Haisch
2011-11-20TOLTECS: Finished sprite clipping.Benjamin Haisch
2011-11-20TOLTECS: Implemented buildColorTransTable (still TODO) and shadow sprite draw...Benjamin Haisch
2011-11-20TOLTECS: Merged drawChar and drawChar2Benjamin Haisch
2011-11-20TOLTECS: Saving/loading is working; it still needs work but will suffice to m...Benjamin Haisch
2011-11-20TOLTECS: - Renamed stuff and cleanupsBenjamin Haisch
2011-11-20TOLTECS: Fixed tabs and formatting.Benjamin Haisch
2011-11-20TOLTECS: Initial checkinEugene Sandulenko