Commit Graph

  • 4d7d13721e Merge pull request #548 from snozbot/moonsharp-2-0 Chris Gregan 2016-10-21 10:34:32 +0100
  • 9274bfb479 Updated LuaBindings registered types in example scenes Christopher 2016-10-21 10:33:48 +0100
  • 32d6da2c90 Removed MoonSharp assembly from link.xml Christopher 2016-10-21 10:15:27 +0100
  • 49fea46d88 Update CONTRIBUTING.md Chris Gregan 2016-10-20 10:19:15 +0100
  • 9378f17be8 Fixed MoonSharp warning when not building for an AOT platform Christopher 2016-10-19 15:33:36 +0100
  • 227e79c20b Fixed Command properties not copied when copying commands #546 Christopher 2016-10-19 15:31:31 +0100
  • aeda0dedec Converted MoonSharp line endings to OSX for consistency with rest of project. Christopher 2016-10-18 16:38:53 +0100
  • 54f1ce9be9 LuaEnvironment starts a debug server when running in the Unity Editor. Use VS Code to debug. Christopher 2016-10-18 16:21:44 +0100
  • cdb3596a62 SayDialog now supports full variable substitution when setting character names. Christopher 2016-10-18 15:53:44 +0100
  • 21b15329c6 Added WaitForFrames property to GameStart event handler. Default is wait for 1 frame (to reduce startup order issues). Christopher 2016-10-18 15:48:24 +0100
  • 0e826cf9f5 Fixed minor issues in example scenes Christopher 2016-10-18 15:09:49 +0100
  • 54395b6920 Added HasVariable() and GetVariableNames() - thanks murnyipl! Christopher 2016-10-18 14:43:15 +0100
  • 30ec871d75 Started conversion to MoonSharp 2.0 / VS Code Christopher 2016-10-18 14:14:26 +0100
  • e651e10a95 Updated changelog Christopher 2016-10-13 16:21:52 +0100
  • 8abb9f461c Updated changelog Christopher 2016-10-13 16:21:07 +0100
  • 64bc0f775a Regenerated command documentation Christopher 2016-10-13 16:03:39 +0100
  • 71a702417f Fixed Block inspector displayed for inactive flowchart #544 Christopher 2016-10-13 15:18:39 +0100
  • f6772fbc5d Added Writer.Paused property to pause a writer from code. Christopher 2016-10-13 14:45:11 +0100
  • 898aec3ec6 Merge pull request #543 from snozbot/toggle-state Chris Gregan 2016-10-13 14:21:01 +0100
  • 26372ba6da Added GetToggleState, SetToggleState commands and ToggleChanged event handler Christopher 2016-10-13 14:20:27 +0100
  • 45cc8416ec Added WaitFrames command Christopher 2016-10-13 14:13:47 +0100
  • daad2633fc Added null safety check Christopher 2016-10-13 14:11:46 +0100
  • 0575aad79a Merge branch 'master' of https://github.com/snozbot/fungus Chris Gregan 2016-10-13 10:43:09 +0100
  • 09b23d5f68 Fixes for integration tests running on Windows. Chris Gregan 2016-10-13 10:43:05 +0100
  • ffd4959187 Update README.md Chris Gregan 2016-10-13 10:13:38 +0100
  • d9294d4ad1 Update README.md Chris Gregan 2016-10-12 17:02:27 +0100
  • cbf94348f8 Removed make_package.sh. There are non-automatable manual steps required so no point trying to build a script for it. Christopher 2016-10-12 16:53:22 +0100
  • 5917715446 Added Asset Store Tools to make it easier to upload to Asset Store Christopher 2016-10-12 16:45:32 +0100
  • 2a5ea051d3 Initial attempt at build automation script Christopher 2016-10-12 16:03:30 +0100
  • 126e38292a Document braces and newline Christopher 2016-10-12 14:34:46 +0100
  • 85139d4691 Added ga to docs Christopher 2016-10-12 13:19:31 +0100
  • 97f57fef33 Added coding standard doc Christopher 2016-10-12 13:06:37 +0100
  • 41fe7b0a3b Added coding tips section to docs Christopher 2016-10-12 11:07:57 +0100
  • c693f2a616 Make docs build script copies docs to github pages repo Christopher 2016-10-12 10:19:15 +0100
  • e405c34bdc Added known issue for Windows Store .net backend compile issues Christopher 2016-10-12 10:18:51 +0100
  • e880c2abe7 Added changelog to main documentation. Added shell script to build docs. Christopher 2016-10-12 09:59:21 +0100
  • b15b107438 Updated readme Christopher 2016-10-12 09:58:41 +0100
  • 025ab77753 Added bash script to generate docs Christopher 2016-10-11 16:46:22 +0100
  • 13403f0a16 Added compatibility note to FungusLua docs Christopher 2016-10-11 16:33:28 +0100
  • 795bd3bf70 Fixed namespace issue in Spine integration. Christopher 2016-10-11 09:50:43 +0100
  • b3af7a5e2b Update README.md Chris Gregan 2016-10-10 15:11:20 +0100
  • 6b44df0971 Merge pull request #542 from snozbot/remove-foreach Chris Gregan 2016-10-10 15:10:31 +0100
  • 7eb553de3d Updated changelog Christopher 2016-10-10 15:08:27 +0100
  • 4068b0bee0 Fixed Say command completes instantly after menu choice #533 Christopher 2016-10-10 15:08:07 +0100
  • 1ba09f25e8 Converted (most) foreach to for statements. Avoids an allocation for the loop iterator. Christopher 2016-10-10 14:41:32 +0100
  • 3510fc7f9a Converted all foreach statement to act on simple variables. Christopher 2016-10-10 13:10:21 +0100
  • d2572d6089 Updated to MoonSharp 1.8.0.0 Christopher 2016-10-07 16:28:38 +0100
  • 5b98498757 Documented using string facing parameter in stage.show() Lua function. Christopher 2016-10-07 16:10:36 +0100
  • 1a0aa641d6 Documented <<< and >>> tags for conversation system. Christopher 2016-10-07 16:10:05 +0100
  • 62f7f029db Updated FungusTest scene. Christopher 2016-10-07 16:09:44 +0100
  • e1718de21c Fixed Setting facing in lua only works if portraits are set to “FRONT” #528 Christopher 2016-10-07 15:59:30 +0100
  • 8c5bfc2fcd Added test for StopTweens does not stop a Tween with loop enabled #529 Christopher 2016-10-06 16:54:47 +0100
  • 8bdfb2396c Fixed Say command completes instantly after menu choice #533 Christopher 2016-10-06 16:26:19 +0100
  • 911155f990 Update README.md Chris Gregan 2016-10-06 15:36:49 +0100
  • adde2d5e74 Merge pull request #541 from gitter-badger/gitter-badge Chris Gregan 2016-10-06 15:35:53 +0100
  • 726dec4c22 Add Gitter badge The Gitter Badger 2016-10-06 14:19:38 +0000
  • 060b7b46a2 Reverted Fungus sub namespaces as they were breaking backwards compatibility. Kept the Fungus.EditorUtils namespace though as it doesn't affect compatibility. Christopher 2016-10-04 16:13:45 +0100
  • a3c09c2cab Merge pull request #540 from snozbot/master-singleton Chris Gregan 2016-09-30 12:06:27 +0100
  • 44aade812b Changed float comparisons to use Mathf.Approximately Christopher 2016-09-30 12:03:30 +0100
  • 9aaa2de464 Renamed CameraController to CameraManager and MusicController to MusicManager Christopher 2016-09-30 11:52:39 +0100
  • 1baf9e6fe5 MusicController and CameraController singletons are now managed by one FungusManager singleton Christopher 2016-09-30 11:42:38 +0100
  • 6bb24118da Added missing copyright headers Christopher 2016-09-28 14:37:28 +0100
  • 9a07ccd5fd Reverted ILuaScript, ILuaStore, ILuaUtils interfaces Christopher 2016-09-28 14:30:52 +0100
  • a550d29e10 Reverted IExecuteHandler, ILuaBindings and ILuaEnvironment interfaces Christopher 2016-09-28 14:09:11 +0100
  • 31b60a5880 Reverted StringSubstituter move (it was there to allow FungusLua to be used independently of Fungus). Christopher 2016-09-28 13:32:17 +0100
  • 062b5c3838 Moved StringSubstituter to main Fungus scripts dir Christopher 2016-09-28 13:30:00 +0100
  • 0effd7e7f3 Added #region Public members to all non-editor classes Christopher 2016-09-28 13:25:40 +0100
  • 253ac9ebc6 Renamed public methods to public members Christopher 2016-09-27 16:44:50 +0100
  • a49c424356 Merge pull request #539 from snozbot/pub-sub Chris Gregan 2016-09-27 16:41:57 +0100
  • 3755392da1 Added Block signals Christopher 2016-09-27 16:40:54 +0100
  • 55cf2fbdff Added comment Christopher 2016-09-27 15:56:12 +0100
  • 06942b0583 Added WriterGlyph signal Christopher 2016-09-27 15:53:20 +0100
  • 404ed1d88a WriterInput signal Christopher 2016-09-27 15:43:57 +0100
  • 73c93669b5 Added WriterState signal Christopher 2016-09-27 15:32:06 +0100
  • e1ed5eabcd Added token index Christopher 2016-09-27 15:00:40 +0100
  • e45d283ece Added Writer signals Christopher 2016-09-27 14:54:48 +0100
  • e55db97a70 Merge pull request #538 from snozbot/revert-interfaces Chris Gregan 2016-09-26 17:02:10 +0100
  • 5053d2fc4a Moved all public static methods to Public method region Christopher 2016-09-26 16:55:15 +0100
  • 8475f168ef static FungusPrefs class Christopher 2016-09-26 16:31:05 +0100
  • 9bde8d371c Renamed IWriter.cs to IWriterListener.cs Christopher 2016-09-26 16:26:04 +0100
  • ec4d0967dc Reverted IWriter interface Christopher 2016-09-26 16:24:58 +0100
  • 1d3fdf9a06 Reverted IView interface Christopher 2016-09-26 16:10:35 +0100
  • 68f145954d Removed IVariable interface Christopher 2016-09-26 16:08:21 +0100
  • 97e7994042 TextTagParser class is now static Christopher 2016-09-26 16:05:31 +0100
  • ced1af5bdf Reverted ITextTagParser interface Christopher 2016-09-26 16:01:18 +0100
  • 24c840cf1e Reverted IStage interface Christopher 2016-09-26 15:57:50 +0100
  • c59019cd9c Fixed namespaces in FungusTypes.txt Christopher 2016-09-26 15:47:34 +0100
  • 79e98815be Reverted IPortraitController interface Christopher 2016-09-26 15:42:35 +0100
  • 2ec4c818f2 Reverted IMusicController interface Christopher 2016-09-26 15:37:17 +0100
  • 33d633b3a3 Reverted IMenuDialog interface Christopher 2016-09-26 15:33:59 +0100
  • a78ab7ccdb Reverted Localisation interface Christopher 2016-09-26 15:28:40 +0100
  • 5dcb3fe825 Reverted IFungusState interface Christopher 2016-09-26 15:23:02 +0100
  • ddd3021b3c Reverted IEventHandler interface Christopher 2016-09-26 15:21:46 +0100
  • 14f0af215e Reverted IDraggable2D interface Christopher 2016-09-26 15:19:30 +0100
  • 037d0f1cd0 Fixed DragAndDrop example Christopher 2016-09-26 15:19:06 +0100
  • e0c6e109eb Fixed audio test Christopher 2016-09-26 15:15:34 +0100
  • d0dd8a2e13 Reverted IDialogInput interface Christopher 2016-09-26 15:15:10 +0100
  • 6cd4e222f0 Reverted ICustomTag interface Christopher 2016-09-26 15:11:12 +0100
  • ebc63819f8 Reverted IConversationManager interface Christopher 2016-09-26 15:06:55 +0100
  • 75f5b5217f Reverted ICommand interface Christopher 2016-09-26 15:01:50 +0100