Julian Murgia
4221cda1c2
Logger outputs logfile and savegame on crash ( #439 )
2021-11-14 14:12:18 +01:00
StraToN
d8a91e220a
chore: storing version and changelog
2021-11-14 12:37:23 +00:00
Julian Murgia
c4d1432d66
fix: Fixed input problems ( #440 )
...
Authored-by: Dennis Ploeger <develop@dieploegers.de >
2021-11-14 13:36:59 +01:00
StraToN
eb04020a92
chore: storing version and changelog
2021-11-13 10:15:24 +00:00
Julian Murgia
a6beb40b3e
Added a check on unknown ESC command at compilation time ( #438 )
2021-11-13 11:15:03 +01:00
StraToN
e638919377
chore: storing version and changelog
2021-11-13 09:14:42 +00:00
Julian Murgia
555f820254
Fix broken room camera ( #437 )
2021-11-13 10:14:18 +01:00
StraToN
524fc05cb0
chore: storing version and changelog
2021-11-12 22:50:22 +00:00
Julian Murgia
d55c1394fd
Fix missing file error ( #436 )
2021-11-12 23:49:59 +01:00
StraToN
23a011b02f
chore: storing version and changelog
2021-11-12 21:58:10 +00:00
Julian Murgia
bbe885edc2
Ensure player is set at start location if there is one ( #435 )
...
This is done even if there is no ESC script attached to the room.
First default position will then be the start ESCLocation if there is one.
Else, fallback to origin (0,0).
2021-11-12 22:57:44 +01:00
dploeger
e9fc3a030e
chore: storing version and changelog
2021-11-12 18:06:49 +00:00
Dennis Ploeger
eed923d708
chore: Added esc reference to api doc workflow
2021-11-12 19:06:22 +01:00
dploeger
75a4874c1a
chore: storing version and changelog
2021-11-12 18:04:45 +00:00
Dennis Ploeger
1e210a40ae
chore: Added esc reference to api doc workflow
2021-11-12 19:04:15 +01:00
dploeger
d62eeddf50
chore: storing version and changelog
2021-11-12 17:46:00 +00:00
Dennis Ploeger
bf8929ba2d
fix: Fixed apidoc workflow to comply with latest doc changes
2021-11-12 18:45:31 +01:00
StraToN
2dc4a09a5a
chore: storing version and changelog
2021-11-12 15:55:49 +00:00
Dennis Ploeger
15b3e30e28
feat: Optimized ESCCamera ( #434 )
...
Co-authored-by: Dennis Ploeger <develop@dieploegers.de >
2021-11-12 16:55:26 +01:00
StraToN
c325c7f66d
chore: storing version and changelog
2021-11-11 21:55:57 +00:00
Dennis Ploeger
1823845141
Makes ESCDialog and ESCDialogOption instantiable without an ESC string
...
and other dialog optimizations
Co-authored-by: Dennis Ploeger <develop@dieploegers.de >
2021-11-11 22:55:35 +01:00
StraToN
907ba5f9d8
chore: storing version and changelog
2021-11-11 21:46:23 +00:00
Julian Murgia
e4bc9ecccf
Rename flag NO_HUD to NO_UI (code) ( #432 )
2021-11-11 22:46:00 +01:00
StraToN
023dc211de
chore: storing version and changelog
2021-11-11 21:22:35 +00:00
Julian Murgia
877d31a41f
Merge pull request #427 from godot-escoria/issue-48
2021-11-11 22:22:11 +01:00
Julian Murgia
c86b802cbb
Add show_menu and hide_menu ESC commands
...
Fixes godot-escoria/escoria-issues#48
Fix: tween was stopped_all before starting
Fix: reload locale from settings in ESCGame
Since main menu and pause menu are now loaded from ESCGame and not from escoria.gd, this must be done here.
Fix: small crash in load game
But save and load are broken at the moment...
Fix: check save and load after main menu changes
Required fixes
Fix: manage the game scene better in show and hide_menu
Enh: transition back in to the previous room if there was one
Fix a bug occurring where change_scene awaits forever for setup to end
Reworked change_scene and esc_room implementation to avoid yielding
Added a controller variable to allow new event run in events_manager
Don't empty the events queue if the running_event was interrupted
Fixed transitions and automatic transitions in change_scene
Added trace log level (for esc_compiler in particular)
Fixed various bugs in ESC scripts
Fix a bug where exit_scene happened multiple times where fast walking
Needed to clear the event queue
Fixes ready event was run because BYPASS_LAST_SCENE wrongly set
Inverted parameter "disable_automatic_transitions"
for change_scene, hide_menu, show_menu commands
Fix broken sched_event
Fixes as requested in PR
2021-11-11 22:20:58 +01:00
StraToN
4767f6f652
chore: storing version and changelog
2021-11-11 20:28:52 +00:00
Julian Murgia
b908a2aeee
Fix: Make float dialog follow character ( #430 )
2021-11-11 21:28:29 +01:00
StraToN
59c03dd9e2
chore: storing version and changelog
2021-11-07 22:46:39 +00:00
Dennis Ploeger
8b70448bf7
fix: Fixes skipping empty or comment lines in groups and dialogs ( #429 )
...
Co-authored-by: Dennis Ploeger <develop@dieploegers.de >
2021-11-07 23:46:13 +01:00
dploeger
53967dfd0b
chore: storing version and changelog
2021-11-02 15:38:28 +00:00
Dennis Ploeger
8f378d40e8
fix: Don't delete index file in the api directory
2021-11-02 16:38:01 +01:00
StraToN
43b5ad197c
chore: storing version and changelog
2021-11-02 15:33:12 +00:00
Dennis Ploeger
d42c973369
fix: Corrected variable name ( #428 )
...
Co-authored-by: Dennis Ploeger <develop@dieploegers.de >
2021-11-02 16:32:46 +01:00
dploeger
e39483c0f5
chore: storing version and changelog
2021-11-02 12:28:32 +00:00
Dennis Ploeger
092df6c7ee
docs: Fixed doc generation
2021-11-02 13:28:07 +01:00
dploeger
eba04cef64
chore: storing version and changelog
2021-11-02 11:50:32 +00:00
Dennis Ploeger
c986b64a9e
docs: Fixed doc generation
2021-11-02 12:50:04 +01:00
StraToN
1c6a177830
chore: storing version and changelog
2021-11-02 10:27:12 +00:00
Dennis Ploeger
94f77cf646
docs: Reorganized docs to the docs repo ( #426 )
...
Co-authored-by: Dennis Ploeger <develop@dieploegers.de >
2021-11-02 11:26:48 +01:00
StraToN
7fbe96155f
chore: storing version and changelog
2021-11-01 14:02:10 +00:00
Julian Murgia
512eff3874
Wrong link
2021-11-01 15:01:44 +01:00
StraToN
1a38a865be
chore: storing version and changelog
2021-11-01 14:01:22 +00:00
Julian Murgia
e6a140a427
Fix link to roadmap
2021-11-01 15:00:59 +01:00
StraToN
06ced0107c
chore: storing version and changelog
2021-10-27 20:27:28 +00:00
Julian Murgia
891d997d56
Fix Player walk miscaluculation ( #425 )
2021-10-27 22:27:03 +02:00
dploeger
0f0058f513
chore: storing version and changelog
2021-10-27 16:31:52 +00:00
Dennis Ploeger
3910a3065e
chore: Workflow bugfixing
2021-10-27 18:31:16 +02:00
dploeger
e3ddc13326
chore: storing version and changelog
2021-10-27 15:58:47 +00:00
Dennis Ploeger
73089169e8
chore: Testing pinning to Ubuntu 20.04
2021-10-27 17:58:15 +02:00