24 Commits

Author SHA1 Message Date
richiesams
3263ab7390 ZVISION: Modify TimerNode to use Control base class 2013-08-28 16:44:20 -05:00
richiesams
b28d502288 ZVISION: Convert ScriptManager::_activeNodes to normal pointers instead of SharedPtrs 2013-08-24 00:01:42 -05:00
richiesams
683e24cd75 ZVISION: Implement ActionSetPartialScreen 2013-08-20 11:41:35 -05:00
richiesams
5a86355e7d ZVISION: Implement ActionEnableControl and ActionDisableControl 2013-08-18 19:53:03 -05:00
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
c6b82e7753 ZVISION: Fix parsed arguments in ActionStreamVideo 2013-08-11 13:39:52 -05:00
richiesams
327d4a1ccf ZVISION: Implement ActionChangeLocation::execute() 2013-08-10 17:32:57 -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
3723a0bad3 ZVISION: sscanf to a uint first instead of directly to a bool 2013-08-05 11:50:39 -05:00
richiesams
6515e2d31b ZVISION: Add ActionMusic 2013-08-05 00:14:20 -05:00
richiesams
32b3363acd ZVISION: Add ActionSetScreen 2013-08-04 13:33:10 -05:00
richiesams
87be3180c7 ZVISION: Fix sscanf formatting errors 2013-08-04 13:33:05 -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
d43e1e9741 ZVISION: Add filename parsing for ActionPlayAnimation 2013-08-04 13:33:00 -05:00
richiesams
d06083aa96 ZVISION: Convert sscanf formats to follow new int lengths 2013-08-04 13:32:57 -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
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
ba22c83861 ZVISION: Implement ActionTimer::execute() 2013-08-04 13:32:13 -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