aboutsummaryrefslogtreecommitdiff
path: root/engines/zvision/scripting/sidefx/ttytext_node.cpp
AgeCommit message (Collapse)Author
2014-12-30ZVISION: Rename some scripting classes to better represent what the classes areRichieSams
Also, rename the graphics 'Effect' class in order to avoid naming clashes (and/or coder confusion) with the newly named ScriptingEffect class. Lastly, add some documentation for the classes for further clarity.
2014-12-24ZVISION: Set all the internal graphics operations to use RGB555 (1/2)Filippos Karapetis
This is the first part of the changes to make the engine use RGB555 internally again. This is done to simplify the rendering pipeline - the engine will use RGB555 internally, but will output to RGB565. The overall changes have been broken into two commits, thus this first commit will break all the game colors
2014-12-22ZVISION: Prefix some class member variables with an underscoreFilippos Karapetis
2014-12-16ZVISION: Fix the display of state variables, such as the high scoreFilippos Karapetis
Common::String::format() was used incorrectly. Also, state variables were handled incorrectly in the TTY text parser
2014-12-03ZVISION: Remove superfluous spacing and reorder some includesFilippos Karapetis
2014-07-02ZVISION: Reorgonize source files into directories.Marisa-Chan