Commit Graph

30 Commits

Author SHA1 Message Date
Balloonpopper
028de087fd fix: Removing dialog settings from core 2022-11-29 10:40:31 +11:00
Duncan Brown
895700870d feat: allows for default/fallback actions to be specified 2022-09-13 19:27:03 -04:00
Julian Murgia
41f5d6606e fix: Remove useless escoria.godot config file
Original idea was to separate Escoria project settings from Godot project settings but this ends up cumbersome.
2022-08-09 23:15:54 +02:00
balloonpopper
c9e785142f chore: renames items_autoregister_path to inventory_items_path (#620)
Co-authored-by: Balloonpopper <balloonpopper@git.com>
2022-08-09 08:11:36 +02:00
Julian Murgia
492f735b9e Fix: escoria-core warning plugin has godot editor style (#607)
Downside: is now displayed UNDER project settings window
2022-07-12 15:11:57 +02:00
StraToN
2e67aa9973 chore: storing version and changelog 2022-07-10 18:40:30 +00:00
Julian Murgia
ad79aa69d1 Big refactor: Fix plugin issues when disabling/reenabling plugins (#598)
Co-authored-by: balloonpopper <5151242+balloonpopper@users.noreply.github.com>
Co-authored-by: Duncan Brown <duncan@prometheussoftware.ca>
2022-07-10 20:40:08 +02:00
StraToN
4c39e47d38 chore: storing version and changelog 2022-04-30 18:04:13 +00:00
StraToN
08dd74cf55 chore: storing version and changelog 2022-04-27 16:42:41 +00:00
StraToN
c302b7e75f chore: storing version and changelog 2022-04-24 13:31:21 +00:00
Julian Murgia
b23adae360 Fix: removed calls to inexisting "escoria" singleton after plugin disbld (#578)
* Fix: removed calls to inexisting "escoria" singleton after plugin disabled
* review: added a factory-like function to get the escoria singleton

Co-authored-by: Duncan Brown <duncan@prometheussoftware.ca>
* Keep a reference of escoria singleton in plugin.gd
2022-04-24 15:30:57 +02:00
Duncan Brown
ecb7bfb528 fix: accommodate empty parameter 2022-04-08 21:18:57 +02: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
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
Julian Murgia
2179b803e0 Implement custom data save in settings and savegames (#484) 2022-01-13 11:09:06 +01:00
Dennis Ploeger
b5d5217aa4 feat: Support for Escoria and Game migrations (#473)
Co-authored-by: Dennis Ploeger <develop@dieploegers.de>
2021-12-01 15:00:19 +01:00
Dennis Ploeger
84fe9b64af fix: Fixes from the ETF release day (#468)
Co-authored-by: Dennis Ploeger <develop@dieploegers.de>
2021-11-28 15:33:38 +01:00
Dennis Ploeger
47fe4df841 feat: Several fixes and optimizations (#467)
Co-authored-by: Dennis Ploeger <develop@dieploegers.de>
2021-11-27 20:10:16 +01:00
Julian Murgia
6393a7edd8 Adds a popup on crash, wait for it to close to quit the game (#447) 2021-11-18 20:52:54 +01:00
Julian Murgia
4221cda1c2 Logger outputs logfile and savegame on crash (#439) 2021-11-14 14:12:18 +01:00
Dennis Ploeger
57ce7fbcae feat: Made dialogs pluggable (#424)
Co-authored-by: Dennis Ploeger <develop@dieploegers.de>
2021-10-27 08:34:13 +02:00
Dennis Ploeger
94d86d24d5 fix: Huge cleanup (#420)
Co-authored-by: Dennis Ploeger <develop@dieploegers.de>
2021-10-25 08:59:07 +02:00
Dennis Ploeger
af26521d3d feat: Rewrote inventory handling basing on ESCItems (#417)
Co-authored-by: Dennis Ploeger <develop@dieploegers.de>
2021-10-21 21:56:25 +02:00
Julian Murgia
c859cffa33 Move Escoria settings load action out of init (#414)
InputMap actions added/removed at plugin enabled/disabled
Some changes to README
Co-authored-by: StraToN <StraToN@users.noreply.github.com>
2021-10-14 21:56:02 +02:00
Julian Murgia
41902b5791 Adds "name" parameter to ESC spawn command (#410)
Co-authored-by: StraToN <StraToN@users.noreply.github.com>
2021-10-07 08:22:11 +02:00
Dennis Ploeger
df78b52b8a feat: This enables user-defined transition and uses a tween to animate the transitions (#405)
* feat: This enables user-defined transition and uses a tween to animate the transitions

fixes #344

* docs: Automatic update of API docs

* docs: Automatic update of API docs

Co-authored-by: Dennis Ploeger <develop@dieploegers.de>
Co-authored-by: dploeger <dploeger@users.noreply.github.com>
2021-09-28 11:30:40 +02:00
Dennis Ploeger
c8958e7454 Issue 377 (#383)
* feat: Implements speech fixes #377

* docs: Automatic update of API docs

* chore: Updated speech translation.

Co-authored-by: Dennis Ploeger <develop@dieploegers.de>
Co-authored-by: dploeger <dploeger@users.noreply.github.com>
2021-09-06 08:52:16 +02:00
Dennis Ploeger
1f28fdc8f3 feat: Implemented all dialog features. Fixes #345 (#376)
Co-authored-by: Dennis Ploeger <develop@dieploegers.de>
Co-authored-by: dploeger <dploeger@users.noreply.github.com>
2021-08-27 08:15:52 +02:00
Julian Murgia
bd4c33cf77 Implement save and loading games (#8) 2021-07-02 23:08:43 +02:00
Dennis Ploeger
d5a0022b7b Optimization Part 2 (#6)
Authored-by: Dennis Ploeger <develop@dieploegers.de>
2021-06-20 18:19:42 +02:00