Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-10-20 | ZVISION: Style modifing by astyle. | Marisa-Chan | |
2013-10-02 | ZVISION: Standardize includes order and format | RichieSams | |
Format is: common/scummsys.h (Only if a .cpp file) header file for this file (Only if a .cpp file) zengine includes other includes, grouped by module | |||
2013-10-02 | ZVISION: Remove global const variable | RichieSams | |
Replace with ColorMasks | |||
2013-09-22 | ZVISION: Convert hardcoded number to an anonymous enum | RichieSams | |
2013-09-16 | ZVISION: Fix parseTag font name logic | RichieSams | |
2013-09-16 | ZVISION: Use wide-to-ASCII conversion to read a line instead of ↵ | RichieSams | |
stream.readLine() SeekableReadStream::readLine() wasn't finding the CRLF's properly | |||
2013-09-15 | ZVISION: Create the StringManager class | RichieSams | |
This parses the XXXXX.STR files into styled fonts and phrases. The styles and the phrases are used in the game for messages to the user and for general purpose fonts. |