Christopher
63dadcb457
Refactored Variable base class to use protected serialised value and public property accessor.
8 years ago
Christopher
67adbab9a0
Added open source license header to all source files
9 years ago
chrisgregan
0177c26a6d
Added StopBlock command
9 years ago
chrisgregan
e49f77d53f
Fixed invoke test scene
9 years ago
chrisgregan
fbecad8df8
Fixed line endings on InvokeMethod classes
9 years ago
Timothy Ng
dc069367ed
Refactored Flowchart.cs to use the more general GetVariable method
9 years ago
chrisgregan
330bc04650
Added WaitInput contribution #276
9 years ago
chrisgregan
8b10420672
Added while loop test
9 years ago
chrisgregan
8e1423e508
While loop nested inside If doesn't loop correctly #354
9 years ago
chrisgregan
d33b0d7619
Read a text file into a string variable #344
9 years ago
chrisgregan
e44ae3df45
Fixes for Stop Flowchart command #288
9 years ago
chrisgregan
40d07ae313
Added test for stopping Say command
9 years ago
chrisgregan
f4654e265d
Added test for Save Variable / Load Variable
...
Added FailTest and PassTest commands
9 years ago
chrisgregan
99187b962c
Added test for Call Method command
9 years ago
chrisgregan
66f1df7d03
Updated scripting test for modified Invoke Method
9 years ago
chrisgregan
550f5857f5
Invoke Event and Invoke Method commands
...
Renamed Invoke to Invoke Event (uses EventSystem).
Added Invoke Method command contributed by bigdiddy on forum.
Made some minor changes to contrbuted code:
1. Show Inherited is now on it’s own line in inspector
2. Removed Init on Awake option - always inits on awake
3. Added a Delay property to be consistent with Invoke Event command
Added an integration test for both Invoke Event and Invoke Method
9 years ago