21 Commits (10f194a998d110da835192175a9461872d331f5b)

Author SHA1 Message Date
Zach Vinless 7445700fa4 Removed selectedBlock and changed multi-select editor message 8 years ago
Zach Vinless 3afcc68001 Added multi-select feature for blocks in flowchart window 8 years ago
Zach Vinless b24d670d9c Added support for custom block tint colors 8 years ago
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 e1718de21c Fixed Setting facing in lua only works if portraits are set to “FRONT” #528 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 31b60a5880 Reverted StringSubstituter move (it was there to allow FungusLua to be used independently of Fungus). 8 years ago
Christopher 062b5c3838 Moved StringSubstituter to main Fungus scripts dir 8 years ago
Christopher 0effd7e7f3 Added #region Public members to all non-editor classes 8 years ago
Christopher 253ac9ebc6 Renamed public methods to public members 8 years ago
Christopher 97e7994042 TextTagParser class is now static 8 years ago
Christopher ced1af5bdf Reverted ITextTagParser interface 8 years ago
Christopher ebc63819f8 Reverted IConversationManager interface 8 years ago
Christopher 08110d64d1 Reverted ISayDialog interface 8 years ago
Christopher dcd6c599c0 Fixed all error messages in Doxygen log 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 4207ef5d55 Added missing copyright headers, tidied up enums 8 years ago
Christopher 245500fd25 Moved global constants to FungusConstants static class. 8 years ago
Christopher 9f5c726699 Grouped static members together 8 years ago
Christopher 13b3e31085 Moved Flowchart scripts into main Scripts folder 8 years ago
Christopher 627e167f88 Moved all scripts into a unified script folder (except Flowchart yet) 8 years ago