Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-11-01 | ZVISION: Update includes to use the new file structure | RichieSams | |
2013-10-02 | ZVISION: Add newline to end of module.mk | RichieSams | |
2013-10-02 | ZVISION: Remove empty file | RichieSams | |
2013-09-22 | ZVISION: Remove animation.o since animation.cpp is now gone | RichieSams | |
2013-09-16 | ZVISION: Partially implement InputControl | RichieSams | |
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. | |||
2013-09-09 | ZVISION: Create class for rendering TrueType fonts | RichieSams | |
2013-09-09 | ZVISION: Implement AnimationControl | RichieSams | |
This handles playing animations asyncronously over numerous frames | |||
2013-09-06 | ZVISION: Delete action_node | RichieSams | |
2013-09-04 | ZVISION: Implement SaveManager | richiesams | |
2013-09-24 | ZVISION: Move TimerNode to it's own file | richiesams | |
2013-08-24 | ZVISION: Move PushToggleControl and LeverControl to their own files | richiesams | |
2013-08-24 | ZVISION: Make MouseEvent purely virtual | richiesams | |
2013-08-20 | ZVISION: Add animation.o and rlf_animation.o to module.mk | richiesams | |
2013-08-11 | ZVISION: Create MousEvent class to handle mouse hovers/clicks | richiesams | |
2013-08-09 | ZVISION: Add class to manage cursors | richiesams | |
2013-08-09 | ZVISION: Create class for decoding .zcr cursor files | richiesams | |
2013-08-05 | ZVISION: Add linking for clock.o | richiesams | |
2013-08-04 | ZVISION: Convert ResultAction pointers to SharePtr | richiesams | |
This gets rid of the need for specific destruction as well as making the copy swap operations in the ScriptManger _referenceTable more efficient | |||
2013-08-04 | ZVISION: Update module.mk with current obj | richiesams | |
2013-08-04 | ZVISION: Update module.mk with current objs | richiesams | |
2013-08-04 | ZVISION: Normalize remaining CRLF to LF for the remote | richiesams | |
2013-08-04 | ZVISION: Create zvision bare structure | richiesams | |
Add zvision base engine to engines/zvision as well as modify the necessary engine files (configure.engines, etc.) in order for it to be recognized. |