richiesams
0a840fa664
ZVISION: Rename 'x' variable in changeLocation to 'offset'
...
Since it can be in either the x or the y direction
2013-08-16 17:27:51 -05:00
richiesams
65853bfe2b
ZVISION: Fix header #defines to match their file names
2013-08-14 11:20:19 -05:00
richiesams
c6b82e7753
ZVISION: Fix parsed arguments in ActionStreamVideo
2013-08-11 13:39:52 -05:00
richiesams
2176aa55fc
ZVISION: Implement ActionStreamVideo
2013-08-10 17:18:29 -05:00
richiesams
694a6099a6
ZVISION: Implement ActionQuit
2013-08-10 17:14:15 -05:00
richiesams
9740087441
ZVISION: Add documentation for the ResultAction base class
2013-08-10 17:07:27 -05:00
richiesams
6515e2d31b
ZVISION: Add ActionMusic
2013-08-05 00:14:20 -05:00
richiesams
d89a55d3de
ZVISION: Create class definitions for mutliple ResultAction children
2013-08-04 13:33:11 -05:00
richiesams
32b3363acd
ZVISION: Add ActionSetScreen
2013-08-04 13:33:10 -05:00
richiesams
44ee28c13f
ZVISION: Remove ResultAction clone member function
...
Puzzle now uses smart pointers so clone is no longer necessary
2013-08-04 13:33:05 -05:00
richiesams
5e442c363e
ZVISION: Convert String pointers to const references
2013-08-04 13:32:56 -05:00
richiesams
f1135292d0
ZVISION: Optimize integer type usages
...
The general thought is int is faster than int16 or byte. So if you can afford the
space, use it over int16 or byte. Also, only use int32 when you specifically need
the 32 bits.
2013-08-04 13:32:55 -05:00
richiesams
00eb279243
ZVISION: Create ScriptManager member function to change location
2013-08-04 13:32:53 -05:00
richiesams
93c6670f6f
ZVISION: Create clone member function for ResultAction class
2013-08-04 13:32:48 -05:00
richiesams
b9dd61437c
ZVISION: Create class for ActionDelayRender
2013-08-04 13:32:45 -05:00
richiesams
7644e00bf3
ZVISION: Convert ResultActions to take a String pointer in their constructors
...
There's no point in copying the String since it's just being parsed
2013-08-04 13:32:24 -05:00
richiesams
61a2fffafd
ZVISION: Standardize naming conventions to fit the rest of the code base
2013-08-04 13:32:10 -05:00
richiesams
a8e5e1e2db
ZVISION: Rename result_action.h/.cpp files to actions.h/.cpp
2013-08-04 13:32:03 -05:00