93 Commits (7bceef527d3423ca2a413c175c18cd07d459a90c)

Author SHA1 Message Date
Christopher 44aade812b Changed float comparisons to use Mathf.Approximately 8 years ago
Christopher 9aaa2de464 Renamed CameraController to CameraManager and MusicController to MusicManager 8 years ago
Christopher 1baf9e6fe5 MusicController and CameraController singletons are now managed by one FungusManager singleton 8 years ago
Christopher a550d29e10 Reverted IExecuteHandler, ILuaBindings and ILuaEnvironment interfaces 8 years ago
Christopher 0effd7e7f3 Added #region Public members to all non-editor classes 8 years ago
Christopher 5053d2fc4a Moved all public static methods to Public method region 8 years ago
Christopher ec4d0967dc Reverted IWriter interface 8 years ago
Christopher 2ec4c818f2 Reverted IMusicController interface 8 years ago
Christopher 33d633b3a3 Reverted IMenuDialog interface 8 years ago
Christopher 75f5b5217f Reverted ICommand interface 8 years ago
Christopher 31f9d86d7e Reverted ICameraController interface 8 years ago
Christopher 47f3e2f191 Reverted IFlowchart interface 8 years ago
Christopher 08110d64d1 Reverted ISayDialog interface 8 years ago
Christopher 01feb27c61 Reverted IBlock interface 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 0d33e6a026 Use concrete classes for Block and Command to ensure editor code is robust. 8 years ago
Christopher 04b56ab0c7 Refactored runtime code to use IFlowchart exclusively 8 years ago
Christopher 6097c4ee1e Refactored code to use ICommand interface where possible 8 years ago
Christopher 1cf014aa18 Refactored Block to use IBlock 8 years ago
Christopher 56e413a224 Reorganised Fungus folder structure 8 years ago
Christopher 627e167f88 Moved all scripts into a unified script folder (except Flowchart yet) 8 years ago
chrisgregan 0e5bffef34 Removed old command system 10 years ago
chrisgregan e1cfd21c05 Removed legacy assets. Rename Variables to GlobalVariables. 10 years ago
chrisgregan da314746c3 Can now run other commands in parallel to PanToView() 11 years ago
chrisgregan ed1e48b2e7 Added rotation support to Views. 11 years ago
chrisgregan c8bee1eaf1 Replaced Values system with new Variables class 11 years ago
chrisgregan 81efec8f6d Added MusicManager singleton to play music across scene loads 11 years ago
chrisgregan 722714a0e1 Moved text substitution step to Dialog commands. 11 years ago
chrisgregan 6afa1e9571 Moved Say & AddOption commands to new DialogCommands class. 11 years ago
chrisgregan 759105166b New Dialog system (replaces Pages) 11 years ago
chrisgregan de532d5231 Refactored Game commands to use closures 11 years ago
chrisgregan 8858fc24b7 Multiple scene support 11 years ago
chrisgregan e703e3ed94 Added SetString and GetString commands. 11 years ago
chrisgregan 242c905857 Backwards compatibility support for v1.2.0 11 years ago
chrisgregan 5d4ceaa170 Renamed ManualPan to SwipePan 11 years ago
chrisgregan 291902b386 Added more properties to control page position 11 years ago
chrisgregan 20b795771b Added simpler Page handling, manual pan mode and more 11 years ago