Commit Graph
23 Commits
Author SHA1 Message Date
RichieSams e50797d6b1 ZVISION: Update includes to use the new file structure 2013-11-01 02:52:57 -05:00
RichieSams e08023c4b6 ZVISION: Add newline to end of module.mk 2013-10-02 09:09:52 -05:00
RichieSams 7854f05b79 ZVISION: Remove empty file 2013-10-02 09:09:32 -05:00
RichieSams 48979c557b ZVISION: Remove animation.o since animation.cpp is now gone 2013-09-22 14:41:56 -05:00
RichieSams a0a67a2d47 ZVISION: Partially implement InputControl 2013-09-16 00:17:27 -05:00
RichieSams 82ea7ca0e7 ZVISION: Create the StringManager class
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-15 15:01:00 -05:00
RichieSams c7358ed4f7 ZVISION: Create class for rendering TrueType fonts 2013-09-09 11:16:39 -05:00
RichieSams 46278f6f59 ZVISION: Implement AnimationControl
This handles playing animations asyncronously over numerous frames
2013-09-09 11:16:35 -05:00
RichieSams e92e3c5b0b ZVISION: Delete action_node 2013-09-06 22:50:42 -05:00
richiesams 488484d2dc ZVISION: Implement SaveManager 2013-09-04 00:17:37 -05:00
richiesams c3fcff9612 ZVISION: Move TimerNode to it's own file 2013-09-24 13:59:40 +02:00
richiesams ff97bb2ead ZVISION: Move PushToggleControl and LeverControl to their own files 2013-08-24 01:47:12 -05:00
richiesams adb3bd7b71 ZVISION: Make MouseEvent purely virtual 2013-08-24 00:11:46 -05:00
richiesams 1251da96e2 ZVISION: Add animation.o and rlf_animation.o to module.mk 2013-08-20 20:28:36 -05:00
richiesams 3e8bc76127 ZVISION: Create MousEvent class to handle mouse hovers/clicks 2013-08-11 15:09:19 -05:00
richiesams 1b277d34ac ZVISION: Add class to manage cursors 2013-08-09 18:33:15 -05:00
richiesams 268282ab22 ZVISION: Create class for decoding .zcr cursor files 2013-08-09 14:05:31 -05:00
richiesams 1b05d2fd7d ZVISION: Add linking for clock.o 2013-08-05 11:54:43 -05:00
richiesams 2faaf8488b ZVISION: Convert ResultAction pointers to SharePtr
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 13:33:04 -05:00
richiesams 87f2e9a894 ZVISION: Update module.mk with current obj 2013-08-04 13:32:59 -05:00
richiesams 811ea39486 ZVISION: Update module.mk with current objs 2013-08-04 13:32:06 -05:00
richiesams 16cc970c9e ZVISION: Normalize remaining CRLF to LF for the remote 2013-08-04 13:31:58 -05:00
richiesams d0b341e6ca ZVISION: Create zvision bare structure
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.
2013-08-04 13:29:44 -05:00