7 Commits (36600abe82ec5962704c5f4e776db5b311e6ef43)

Author SHA1 Message Date
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 060b7b46a2 Reverted Fungus sub namespaces as they were breaking backwards compatibility. Kept the Fungus.EditorUtils namespace though as it doesn't affect compatibility. 8 years ago
Christopher 0effd7e7f3 Added #region Public members to all non-editor classes 8 years ago
Christopher 47b946b306 Documented all enum values. Moved all enums to namespace scope. 8 years ago
Christopher 071fb7c345 Added Fungus.Commands, Fungus.EventHandlers, Fungus.Variables and Fungus.Utils namespaces 8 years ago
Christopher 627e167f88 Moved all scripts into a unified script folder (except Flowchart yet) 8 years ago
Christopher ce92029918 Refactored comments 8 years ago
Christopher f130385f6f Changed comment style on header block 8 years ago
Christopher df030a327d Refactored iTween comments 8 years ago
Christopher 7475ff89e7 Refactored iTween commands to use protected serialised fields 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
Christopher 624f66f516 Fixed Set Anim Integer/Float/Bool lose property settings #492 9 years ago
Chris Gregan ca92e18045 Fixed can't set new values on iTween commands #479 9 years ago
chrisgregan 4fddc9e420 Replaced serialisation callback due to threading warning 9 years ago
chrisgregan 9ee98e5b42 Moved Backwards compatibility region to bottom of source files 9 years ago
chrisgregan 10f6bc7f2c iTween duration can be a variable 9 years ago
chrisgregan 1f510f37af iTween target object 9 years ago
chrisgregan 8dfd156866 iTweenCommand.targetObject now uses GameObjectData 9 years ago
chrisgregan c6674aae45 Fixed iTween commands on the same gameobject can conflict #342 9 years ago
chrisgregan f6a0542008 Fixed Multiple iTweens on same object interfere with each other #303 9 years ago
chrisgregan e41f596020 Using iTween and Portrait commands in same Flowchart causes null exception #116 10 years ago
chrisgregan 76633c5f2f Fixed iTween target property not upgrading from beta 6 #99 10 years ago
chrisgregan c66d306cf0 Reverted TargetObject property to just use GameObject instead 10 years ago
chrisgregan 5f6ce88506 Reorganized Commands and EventHandlers under Scripts folders 10 years ago
chrisgregan d9ef7ce9be Fixed null reference when adding new iTween commands 10 years ago
chrisgregan da77bd2ddc Added TargetObject class and custom property drawer 10 years ago
chrisgregan e7938219a4 Added tooltips for all Fungus command properties 10 years ago
chrisgregan e822893c46 Added LookFrom, LookTo commands 10 years ago
chrisgregan d5919520e9 Added tweenName & StopTween / StopTweens commands. 10 years ago
chrisgregan 910ff530ac Moved iTween commands into a commands folder 10 years ago
chrisgregan 385ef1a967 Merged UI redesign and iTween support branch 10 years ago