4 Commits (ad1731edbd782b638ceb16452ee02de653db40b5)

Author SHA1 Message Date
Brahim Hadriche e58c910b69 fixes #612 7 years ago
Christopher 1ba09f25e8 Converted (most) foreach to for statements. Avoids an allocation for the loop iterator. 8 years ago
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 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 5053d2fc4a Moved all public static methods to Public method region 8 years ago
Christopher 31f9d86d7e Reverted ICameraController interface 8 years ago
Christopher 627e167f88 Moved all scripts into a unified script folder (except Flowchart yet) 8 years ago
Christopher b75390b4b1 Refactored CameraController to use ICameraController interface 8 years ago
Christopher ce92029918 Refactored comments 8 years ago
Christopher f130385f6f Changed comment style on header block 8 years ago
Christopher e4451a54a0 Refactored comments and layout 8 years ago
Christopher 83c12c7e76 Refactored many classes to use protected serialisable fields, with public property accessors where required. 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 7cc823a53f Added camera property to camera controller commands #307 9 years ago
chrisgregan b231ab0435 Fixed Camera Controller null check in wrong position #313 9 years ago
chrisgregan 1142d06ce8 Added property to control swipe pan speed 10 years ago
chrisgregan 4f0e21d0da Control fade out effect in Fade To View command #109 10 years ago
chrisgregan c6db4cc0ad Fix #64 Null camera bug in CameraController 10 years ago
chrisgregan 9693f971fc Added StartSwipe and StopSwipe camera commands. 10 years ago
chrisgregan e39ac81579 Added protected and virtual to all remaining classes 10 years ago
chrisgregan 255970d507 Added Fade Screen command 10 years ago
chrisgregan b613913d51 Split SetView into MoveToView and FadeToView 10 years ago
chrisgregan 8b6820a529 CameraController is now a singleton 10 years ago
chrisgregan e6b845a99f Fungus2 code reorg 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 bc7c7e7e19 Added parallax scaling effect when zooming in. 11 years ago
chrisgregan 759105166b New Dialog system (replaces Pages) 11 years ago
chrisgregan 5092e82eee Improved Camera fade wait logic 11 years ago
chrisgregan 5d4ceaa170 Renamed ManualPan to SwipePan 11 years ago
chrisgregan 20b795771b Added simpler Page handling, manual pan mode and more 11 years ago
chrisgregan 23f66b733e Added parallax scrolling support & new example room. 11 years ago
chrisgregan db7d44acda Added Doxygen documentation support. 11 years ago
chrisgregan 3c422f234c Miscellaneous refactors to hide complexity 11 years ago
chrisgregan 7d9eaafe40 Added PanToViewPath() command to smoothly pan along a path 11 years ago
chrisgregan 4ac09b0660 Refactored CameraController to use a coroutine for Pan. 11 years ago
chrisgregan a72dcd4016 Added Fungus library and example files 11 years ago