Christopher
|
56e413a224
|
Reorganised Fungus folder structure
|
8 years ago |
Christopher
|
9be184b25e
|
Fixed Lua set language function
|
8 years ago |
Christopher
|
26e6c2921e
|
Prepend a choose option with ~ to disable that option
|
8 years ago |
Christopher
|
7ee7911d6b
|
Renamed args to options. Fixed variable substitution on option text.
|
8 years ago |
Christopher
|
60c89e2e51
|
Added choose() and choosetimer() Lua functions.
|
8 years ago |
Christopher
|
398978ec55
|
Converted fungus.txt to use spaces instead of tabs
|
8 years ago |
Christopher
|
46c4b25eb6
|
Renamed SyncSetDialog to SetSayDialog
|
8 years ago |
lealeelu
|
82d35bf5de
|
Sync active say dialog when Lua sets the say dialog
|
8 years ago |
Christopher
|
7d82252834
|
conversation() lua function supports string substitution
|
8 years ago |
Christopher
|
b77fb1dd58
|
Renamed Conversation class to ConversationManager. Documented conversation() function in Lua.
|
8 years ago |
lealeelu
|
7420ffeefb
|
Create Conversation Function in LuaUtils
|
8 years ago |
Christopher
|
ce04d701e0
|
Fixed missing module variable on round() function
|
8 years ago |
Christopher
|
ec98822857
|
Fixed menu() Lua command interactable param has no effect #493
|
9 years ago |
Chris Gregan
|
36a646c5b8
|
runblock() Lua function takes an optional command index
|
9 years ago |
Chris Gregan
|
d26a3ea08c
|
Added InforText to Fungus utilities menu
|
9 years ago |
Chris Gregan
|
8e2e6ae15c
|
Added Round function to fungus module
|
9 years ago |
Chris Gregan
|
d0d0800697
|
Fixes for gettime() change
|
9 years ago |
Chris Gregan
|
4b02c434fe
|
Removed timescale functions
This doesn’t really do anything to solve the timescale issues with
Fungus, so removing it for simplicity.
|
9 years ago |
Chris Gregan
|
d71b5d1ee7
|
Added getvar() for getting a variable from a flowchart
|
9 years ago |
chrisgregan
|
f151410ce5
|
Moved FungusLua to Thirdparty folder
FungusLua can be used as a standalone asset, so it’s going in third
party to keep it isolated from the rest of the Fungus project
|
9 years ago |
chrisgregan
|
6430399365
|
Moved FungusLua under Fungus folder
|
9 years ago |
chrisgregan
|
51c1d93acb
|
Move dependent files into Fungus folder
|
9 years ago |
chrisgregan
|
f29d89ad47
|
Moved all Lua code to FungusLua top level folder
|
9 years ago |
chrisgregan
|
e1ef439dfa
|
Fungus module uses M local instead of fungus identifier
|
9 years ago |
chrisgregan
|
da0a6fcf0a
|
Use fungus helper methods as globals or under 'fungus' global.
|
9 years ago |
chrisgregan
|
a66c1a3f3d
|
Improved how fungus lua module is initialized
|
9 years ago |
chrisgregan
|
a7064c455e
|
Combine the unity table with the fungus table
|
9 years ago |
chrisgregan
|
b054107a1b
|
Create SayDialog and MenuDialog is none exists yet
|
9 years ago |
chrisgregan
|
762d1f8a81
|
Added LuaStore component and prefab to persist values across scene loads
|
9 years ago |
chrisgregan
|
8d5fedd699
|
Renamed fungus.fungusprefs to fungus.prefs
|
9 years ago |
chrisgregan
|
708cc3ea48
|
Fixed inconsistent case
|
9 years ago |
chrisgregan
|
77504aa59d
|
Split LuaEnvironment into LuaEnvironment & LuaUtils components
|
9 years ago |
chrisgregan
|
a5f733b3f5
|
Rename Lua component to LuaEnvironment
|
9 years ago |
chrisgregan
|
1ae1c4bd1d
|
Renamed FungusScript to Lua
If no Lua component exists in the scene then spawn one from the prefab.
|
9 years ago |
chrisgregan
|
56cd4b213c
|
Initial implementation of FungusScript Lua scripting
|
9 years ago |