Christopher
|
1ba09f25e8
|
Converted (most) foreach to for statements. Avoids an allocation for the loop iterator.
|
8 years ago |
Christopher
|
3510fc7f9a
|
Converted all foreach statement to act on simple variables.
|
8 years ago |
Christopher
|
0effd7e7f3
|
Added #region Public members to all non-editor classes
|
8 years ago |
Christopher
|
13b3e31085
|
Moved Flowchart scripts into main Scripts folder
|
8 years ago |
Christopher
|
ce92029918
|
Refactored comments
|
8 years ago |
Christopher
|
f130385f6f
|
Changed comment style on header block
|
8 years ago |
Christopher
|
da678c640b
|
Refactored comments
|
8 years ago |
Christopher
|
239bf8fefe
|
Converted tabs to spaces in all .cs files
|
8 years ago |
Christopher
|
67adbab9a0
|
Added open source license header to all source files
|
9 years ago |
chrisgregan
|
5a931441d4
|
Merge branch 'Rename-core-classes'
|
10 years ago |
chrisgregan
|
0803b8b73a
|
Fix #71 Hide Fungus commands, event handlers, etc. in Component menu
|
10 years ago |
chrisgregan
|
581adb2749
|
Added SendFungusMessage() and BroadcastFungusMessage() commands
Fixed event handlers not executing correctly on first frame update
|
10 years ago |
chrisgregan
|
b2afbbbeff
|
Fixed pasting multiple copies of same command
|
10 years ago |
chrisgregan
|
4401060c61
|
Fix #46 - commands now store reference to their parent sequence
The reference to the parent sequence is only populate at runtime, so
don’t try to use it in custom editors, etc.
|
10 years ago |
chrisgregan
|
7f5ed8e0cf
|
Copy and paste support for commands
|
10 years ago |