Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-10-20 | ZVISION: Style modifing by astyle. | Marisa-Chan | |
2013-10-04 | ZVISION: Fix nested template formatting | RichieSams | |
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: Update warning message to correspond to the behavior | RichieSams | |
2013-10-02 | ZVISION: Remove global const variable | RichieSams | |
Replace with ColorMasks | |||
2013-10-02 | ZVISION: Convert all for-loops to use pre-increment instead of post-increment | RichieSams | |
2013-10-02 | ZVISION: Replace all occurances of (*iter). with iter-> | RichieSams | |
2013-09-29 | ZVISION: Rename ZVisionGameIds to use standard format | RichieSams | |
2013-09-25 | ZVISION: Remove memory corrupting assignment | RichieSams | |
This was a code error left over from previous changes. We just create a new TextFramgment each time and hand it to List::push_back() | |||
2013-09-22 | ZVISION: Assert that we don't exceed our hardcoded number of lines | RichieSams | |
2013-09-17 | ZVISION: Append chars to a Common::String object instead of using a static ↵ | RichieSams | |
buffer | |||
2013-09-16 | ZVISION: Fix parseTag font name logic | RichieSams | |
2013-09-16 | ZVISION: Convert StringManager::parseStr to use readWideLine() | 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. |