196 Commits (b423d7f313036834a2ee9245b6370cb9ee358b97)

Author SHA1 Message Date
Christopher d6cb967e15 Refactored Stage to use IStage interface 8 years ago
Christopher 209a701afb Moved all public SayDialog methods to ISayDialog interface 8 years ago
Christopher a1c104a386 Refactored PortraitController to use IPortraitController interface and PortraitUtils file 8 years ago
Christopher 02d0d74982 Moved all public methods to IMenuDialog 8 years ago
Christopher 09e73ed9b7 Refactored Localisation to use ILocalization interface 8 years ago
Christopher 06ed94cda7 DialogInput uses IDialogInput interface 8 years ago
Christopher 34b699fc3b CustomTag inherits from ICustomTag 8 years ago
Christopher f304538a36 Refactored CustomTag to use ICustomTag interface 8 years ago
Christopher c5899cde89 Refactored ConversationManager to use IConversationManager interface 8 years ago
Christopher 2f2fd5128f Refactored Character to use ICharacter interface 8 years ago
Christopher fbdf2f4ad4 WriterAudio properties are protected fields 8 years ago
Christopher 33985dedbd Refactored WriterAudio to only expose public IWriterAudio methods 8 years ago
Christopher e2f70fd83c Refactored Writer to use IWriter interface 8 years ago
Christopher a3e19d83a3 Refactored MusicController to use IMusicController interface 8 years ago
Christopher d9209ebc2f Refactored MenuDialog to use IMenuDialog interface 8 years ago
Christopher fe3e1b854b Refactored SayDialog to use an ISayDialog interface 8 years ago
Christopher cc4406a8fb Change all public properties to use virtual 9 years ago
Sercan Altun 00ac0647ad Fix Regex for character names with "." & "'" 9 years ago
Christopher 2082e1e2e7 Use #region to mark interface implementations 9 years ago
Christopher 5495ed8ebf Tidied up editor using statements. 9 years ago
Christopher ce92029918 Refactored comments 9 years ago
Christopher f130385f6f Changed comment style on header block 9 years ago
Christopher 2b3d3c9ba4 Removed unnecessary newline 9 years ago
Christopher f94e46e42d Refactored narrative comments 9 years ago
Christopher 8f0de35f20 Refactored UI scripts 9 years ago
Christopher 9ead74d659 Refactored Narrative scripts to use protected fields with public property accessors 9 years ago
lealeelu 1312b78001 Add <<< and >>> to stage commands 9 years ago
Christopher 83c12c7e76 Refactored many classes to use protected serialisable fields, with public property accessors where required. 9 years ago
Christopher 239bf8fefe Converted tabs to spaces in all .cs files 9 years ago
lealeelu 26e33808ec Fix portrait hide bug in Conversation Function 9 years ago
Christopher 37fd23ad45 Fixed Unresponsive SayDialog after ClearMenu or *.StopAllBlocks(); #518 9 years ago
lealeelu 80372fb55f Bail out first thing if comment 9 years ago
lealeelu 9bd1b806a6 Bugfix for when portrait field is blank 9 years ago
Christopher e3660dc6bc Use quotes for identifiers containing spaces instead of commas. Hide parameter can be in any position in params. 9 years ago
Christopher 38ee8605a1 Hide characters in conversation e.g. john hide: 9 years ago
Christopher 921891f255 Fixed stage.Show() not fading in a previously faded out character if portrait hasn't changed. 9 years ago
Christopher c136b5590e Made it easier to resize the default SayDialog 9 years ago
Christopher 199f74ecba Fixed NullReferenceException with nameText in SayDialog #517 9 years ago
Christopher c2079d2613 Set inline SayDialog portraits if no Stage present 9 years ago
Christopher 858cbad3f3 Conversation command support string substitution 9 years ago
Christopher ece7d26f52 Ensure the character cache is populated before accessing it 9 years ago
Christopher edaff879b1 Fixes for single line conversation and trimming whitespace on story text. 9 years ago
Christopher f79c04f8e0 Added Conversation command 9 years ago
Christopher 964a1e504a Fixed incorrect portraits and positioning across multiple conversation() commands 9 years ago
Christopher c95dd146fc Fix portraits not moving into new position 9 years ago
Christopher 2c07403cad Use SayDialog specified in Character.SetSayDialog property if present 9 years ago
Christopher b77fb1dd58 Renamed Conversation class to ConversationManager. Documented conversation() function in Lua. 9 years ago
Christopher 0075f24ced Renamed and Moved ConversationManager class 9 years ago
Christopher 057772cf28 Fix if no EventSystem present in scene 9 years ago
Christopher 3234aecee8 Removed cached portraits 9 years ago