Commit Graph

334 Commits

Author SHA1 Message Date
balloonpopper
5adf5b8d49 fix: stops negative numbers being interpreted as strings (#511)
Co-authored-by: Balloonpopper <balloonpopper@git.com>
2022-02-25 08:12:20 +01:00
dploeger
712014ff97 chore: storing version and changelog 2022-02-25 07:07:53 +00:00
bolinfest
eee5d1afab chore: add override.cfg to .gitignore (#510) 2022-02-25 08:07:29 +01:00
dploeger
20b095e7e2 chore: storing version and changelog 2022-02-25 07:06:42 +00:00
balloonpopper
d3f1b8b6e2 fix: camera commands to use time instead of speed (#509)
Co-authored-by: Balloonpopper <balloonpopper@git.com>
2022-02-25 08:06:18 +01:00
StraToN
c173882e85 chore: storing version and changelog 2022-02-24 15:35:56 +00:00
bolinfest
282ea24b7d fix: enable transition to ESCRoom even if esc_script is not set (#502) 2022-02-24 16:35:32 +01:00
dploeger
c98c8f6a43 chore: storing version and changelog 2022-02-19 17:19:42 +00:00
Dennis Ploeger
93926390b3 Merge pull request #501 from bolinfest/remove-action-to-string 2022-02-19 18:19:19 +01:00
dploeger
2914ab3669 chore: storing version and changelog 2022-02-19 17:18:14 +00:00
Dennis Ploeger
989dc028cb Merge pull request #500 from balloonpopper/animations_fix 2022-02-19 18:17:52 +01:00
Michael Bolin
045cf9a05e Remove non-existent escoria.action_to_string() function.
Apparently this was accidentally introduced in
99dc1e0110. This commit
removes it and consolidates one clause into the existing
conditional check.
2022-02-19 09:08:24 -08:00
Balloonpopper
166414098a fix: animations doesnt have a speaks parameter when it is null 2022-02-19 14:08:29 +11:00
StraToN
4d350056ab chore: storing version and changelog 2022-02-17 22:01:15 +00:00
balloonpopper
21df2af2c8 refactor: Whitespace removal from all .gd files (#494)
Co-authored-by: Balloonpopper <balloonpopper@git.com>
2022-02-17 23:00:53 +01:00
StraToN
f01733d23b chore: storing version and changelog 2022-02-17 21:25:36 +00:00
Dennis Ploeger
b40c0a241c feat: Removed obsolete code. Fixes godot-escoria/escoria-issues#99 (#499) 2022-02-17 22:25:13 +01:00
StraToN
8aef8b13ec chore: storing version and changelog 2022-02-17 21:24:06 +00:00
Julian Murgia
bb4d218277 Fix crash when save folder is empty and manage corrupted savegame file (#497) 2022-02-17 22:23:41 +01:00
StraToN
69de0172cd chore: storing version and changelog 2022-02-17 21:23:29 +00:00
Dennis Ploeger
24bdd76d92 chore: Create a codeowners file for default PR reviewers (#498) 2022-02-17 22:23:02 +01:00
BHSDuncan
6b149e60a7 chore: storing version and changelog 2022-02-16 16:51:57 +00:00
Duncan Brown
c676ce5a55 Merge pull request #496 from godot-escoria/issue-98
fix: guard for cases where no animations are set.
2022-02-16 11:51:33 -05:00
Duncan Brown
d41f647a11 Merge branch 'develop' into issue-98 2022-02-16 10:59:03 -05:00
Duncan Brown
ea3543b5ee fix: guard for cases where no animations are set. 2022-02-16 10:57:21 -05:00
StraToN
6d87c20169 chore: storing version and changelog 2022-02-15 17:24:32 +00:00
balloonpopper
5e0e83f23e feat: Debug set state animations (#495)
Co-authored-by: Balloonpopper <balloonpopper@git.com>
2022-02-15 18:24:08 +01:00
StraToN
b39f5dc0fb chore: storing version and changelog 2022-02-15 17:21:45 +00:00
balloonpopper
09ab75a913 feat: Updated room 2 and 3 graphics (#492)
Co-authored-by: Balloonpopper <balloonpopper@git.com>
2022-02-15 18:21:42 +01:00
Julian Murgia
2384127ca4 Fix: use Escoria plugin version from plugin.cfg in savegames (#489) 2022-02-15 18:21:19 +01:00
StraToN
9071fdc1e5 chore: storing version and changelog 2022-02-12 20:10:09 +00:00
balloonpopper
5005267e0d feat: Updated room 1 graphics (#491)
Co-authored-by: Balloonpopper <balloonpopper@git.com>
2022-02-12 21:09:48 +01:00
StraToN
12b18ca868 chore: storing version and changelog 2022-02-06 10:25:23 +00:00
Duncan Brown
326618df18 fix: set a proper guard in case of no speaking animations (#488)
+ correct the upper limit check for the speaking index
Co-authored-by: Duncan Brown <duncan@bhs-consultants.com>
2022-02-06 11:24:55 +01:00
Duncan Brown
9d16122d1a Also need this here. 2022-02-05 13:08:20 -05:00
Duncan Brown
31b57505b5 fix: set a proper guard in case of no speaking animations and correct the upper limit check for the speaking index 2022-02-04 17:10:23 -05:00
StraToN
6f346a9074 chore: storing version and changelog 2022-02-04 16:11:04 +00:00
Duncan Brown
99dc1e0110 feat: refactor numerous areas and tokenize string literals where possible; also fixes some small bugs (#487)
Co-authored-by: Duncan Brown <duncan@bhs-consultants.com>
2022-02-04 17:10:40 +01:00
StraToN
7913aadb6d chore: storing version and changelog 2022-02-04 15:27:42 +00:00
Julian Murgia
353b349d1b Set a default implementation for ESCGame._on_event_done() (#486) 2022-02-04 16:27:21 +01:00
StraToN
caac5ef407 chore: storing version and changelog 2022-01-17 08:48:48 +00:00
Julian Murgia
3e6db46ec6 Fix transitions not happening if the ESCRoom has no ESC script (#485)
Fixes godot-escoria/escoria-issues#95
2022-01-17 09:48:25 +01:00
StraToN
c281fa2755 chore: storing version and changelog 2022-01-13 10:09:30 +00:00
Julian Murgia
2179b803e0 Implement custom data save in settings and savegames (#484) 2022-01-13 11:09:06 +01:00
StraToN
a363b0c0c2 chore: storing version and changelog 2021-12-31 15:57:31 +00:00
Julian Murgia
ba0b66656d Fix initial value of globals in signals emissions (#483) 2021-12-31 16:57:10 +01:00
StraToN
f5f11e0942 chore: storing version and changelog 2021-12-15 07:51:01 +00:00
Julian Murgia
3e4d936007 Fix "global_changed" signal arguments order (#482) 2021-12-15 08:49:36 +01:00
StraToN
62993dcd7d chore: storing version and changelog 2021-12-14 06:24:01 +00:00
Julian Murgia
92e38b245e Fix input being blocked when item is not interactive #91 (#481) 2021-12-14 07:23:37 +01:00