Balloonpopper
|
dc4b6c24fe
|
feat: Wizard - set up combine when selected for inventory items
|
2023-01-10 13:20:21 +11:00 |
|
Balloonpopper
|
cc0a067b18
|
fix: Enabled playing of animated sprite by default
|
2023-01-10 13:20:21 +11:00 |
|
Balloonpopper
|
b0c0c5d61b
|
fix: Wizard - NPCs have to be ESCItems instead of ESCPlayers
|
2023-01-10 13:20:21 +11:00 |
|
Balloonpopper
|
0610449dbf
|
fix: Populate default animation as the object manager expects it
|
2023-01-10 13:20:21 +11:00 |
|
Balloonpopper
|
b47e65345f
|
fix: Character creator - add tooltip, fix 8 dir angles, and make character selectable by default
|
2023-01-10 13:20:21 +11:00 |
|
Balloonpopper
|
6692953385
|
fix: Remove call to stop dialog to correct player mirroring
|
2023-01-09 21:20:16 +01:00 |
|
Balloonpopper
|
5f78c026da
|
fix: Corrected error message for angle in esc_movable
|
2023-01-09 21:02:13 +01:00 |
|
Balloonpopper
|
0ea7b285b7
|
fix: Movable commands on non-movable items will be handled gracefully.
|
2022-12-29 23:47:08 +01:00 |
|
Balloonpopper
|
82ebdc2d6e
|
fix: Correct error message for missing animation player
|
2022-12-28 13:09:34 -05:00 |
|
Duncan Brown
|
3727f82fbf
|
fix: allows for string joining that's compatible with pre-3.5 Godot
|
2022-12-28 18:35:45 +01:00 |
|
Duncan Brown
|
6842ed48ea
|
fix: necessary in order to prevent error message from printing out
|
2022-12-28 00:10:59 -05:00 |
|
Duncan Brown
|
7f1add6505
|
fix: missing this check to see if the item needs to be combined with something or not
|
2022-12-28 00:04:16 -05:00 |
|
Duncan Brown
|
b827092176
|
fix: clears tooltip when event is finished
|
2022-12-28 00:04:16 -05:00 |
|
Balloonpopper
|
4604e00648
|
fix: Fix p_child is null exit on quit
|
2022-12-27 23:56:08 +01:00 |
|
BHSDuncan
|
3e90c67035
|
chore: storing version and changelog
|
2022-12-15 22:15:03 +00:00 |
|
Balloonpopper
|
2a55da5067
|
feat: Add thinking avatar scene for Mark
|
2022-12-15 17:14:40 -05:00 |
|
Duncan Brown
|
2db581861a
|
fix: changes the registering of items already in a room from ERROR to WARN.
|
2022-12-15 17:14:40 -05:00 |
|
StraToN
|
b2547da867
|
chore: storing version and changelog
|
2022-12-09 09:44:21 +00:00 |
|
Dennis Ploeger
|
c0a56d55c0
|
chore: Remove dploeger for the time being
I've removed myself for the time being as I can't contribute currently and are bombed with mails. :)
|
2022-12-09 10:43:57 +01:00 |
|
StraToN
|
ac3a52b6ee
|
chore: storing version and changelog
|
2022-12-09 09:43:34 +00:00 |
|
Balloonpopper
|
68f55e2d5a
|
feat: Updated room 6 conversation
|
2022-12-09 10:43:15 +01:00 |
|
Duncan Brown
|
9398ce96c3
|
fix: restores state on returning; for some reason, previously state was modified but never restored.
|
2022-12-09 10:43:15 +01:00 |
|
Duncan Brown
|
328e5efdd9
|
fix: returns an appropriate RC code when no more options are left at a particular dialog level; this has the somewhat beneficial side effect of moving up a level in dialog if there is one, although this requires a 'stop' command to be present in at least one of the top-most dialog options.
|
2022-12-09 10:43:15 +01:00 |
|
StraToN
|
9b27bc4b24
|
chore: storing version and changelog
|
2022-12-09 09:41:33 +00:00 |
|
Duncan Brown
|
0ff35136ba
|
fix: disallows dialog blocks that aren't properly indented; however, this also changes how dialog options are parsed and will require substantial testing.
|
2022-12-09 10:41:11 +01:00 |
|
StraToN
|
8cd61cdd2b
|
chore: storing version and changelog
|
2022-12-04 17:36:23 +00:00 |
|
Balloonpopper
|
f12d78ba51
|
feat: Added 1 and 2 direction animations to wizard character creator
|
2022-12-04 18:36:14 +01:00 |
|
Balloonpopper
|
3e93fd31c6
|
fix: Trimmed audio files
|
2022-12-04 18:36:00 +01:00 |
|
Duncan Brown
|
13a600598f
|
feat: adds option to sync talking animation finishing with either audio or text; if with text, now finishes when text is done rendering.
|
2022-12-04 18:36:00 +01:00 |
|
Duncan Brown
|
f64b59621d
|
feat: adds warnings w/ defaults when using settings; uses same calculation basis for text speeds/times; changes time units to ms
|
2022-12-04 18:36:00 +01:00 |
|
Duncan Brown
|
e4414141cb
|
fix: prevents illegal WPM values and uses default in those cases.
|
2022-12-04 18:36:00 +01:00 |
|
Duncan Brown
|
d676e50284
|
feat: adds additional options to dialog manager, including a left-click action option and a text skipping option
|
2022-12-04 18:36:00 +01:00 |
|
Duncan Brown
|
d955e2ef1b
|
chore: speech stops immediately when skipping/interrupting
|
2022-12-04 18:36:00 +01:00 |
|
Duncan Brown
|
bd2f28214b
|
feat: allows for the skipping of dialogue after the text is fully visible; still need to look at integrating with user options
|
2022-12-04 18:36:00 +01:00 |
|
StraToN
|
886f402395
|
chore: storing version and changelog
|
2022-12-04 16:45:52 +00:00 |
|
Duncan Brown
|
064973f0a9
|
fix: allows for colons to be placed anywhere in the dialogue being spoken.
|
2022-12-04 17:45:30 +01:00 |
|
BHSDuncan
|
f64b7d5186
|
chore: storing version and changelog
|
2022-12-04 01:27:54 +00:00 |
|
Julian Murgia
|
29371ef936
|
Fix: discard non interactive items from hovering when they are hidden
Change: set default debug level to DEBUG (was TRACE previously)
|
2022-12-03 20:27:26 -05:00 |
|
Balloonpopper
|
79997eaed2
|
Changes to room 18 to demonstrate problems
|
2022-12-03 20:27:26 -05:00 |
|
balloonpopper
|
70dd91c35d
|
chore: storing version and changelog
|
2022-11-28 23:41:38 +00:00 |
|
balloonpopper
|
a5ac2ec960
|
Merge pull request #640 from godot-escoria/skip_dialogs_fix
fix: Removing dialog settings from core
|
2022-11-29 10:41:13 +11:00 |
|
Balloonpopper
|
028de087fd
|
fix: Removing dialog settings from core
|
2022-11-29 10:40:31 +11:00 |
|
balloonpopper
|
62f48621a4
|
chore: storing version and changelog
|
2022-11-28 07:17:47 +00:00 |
|
balloonpopper
|
fcfd6965b6
|
Merge pull request #650 from godot-escoria/issue-325
Fix: Wizard - verify that inventory items are written to valid folders
|
2022-11-28 18:17:26 +11:00 |
|
Balloonpopper
|
36c199a5f5
|
Fix: Wizard - verify that inventory items are written to valid folders
|
2022-11-28 18:14:26 +11:00 |
|
StraToN
|
0377cabce9
|
chore: storing version and changelog
|
2022-11-21 19:40:32 +00:00 |
|
Julian Murgia
|
a131efcfc2
|
Fix when ESCPlayer is not selectable or interactive manage click through
|
2022-11-21 20:40:04 +01:00 |
|
StraToN
|
23b5de6ac2
|
chore: storing version and changelog
|
2022-11-13 15:39:06 +00:00 |
|
Duncan Brown
|
a3da01e4cc
|
feat: adds adjustable reading speed/display time
|
2022-11-13 16:38:45 +01:00 |
|
StraToN
|
42e22f579b
|
chore: storing version and changelog
|
2022-11-13 15:38:38 +00:00 |
|