Duncan Brown
fd47499fed
feat: add options menu to pause menu ( #477 )
...
Co-authored-by: Duncan Brown <duncan@bhs-consultants.com >
2021-12-06 07:56:31 +01:00
StraToN
7a0d4ede90
chore: storing version and changelog
2021-12-03 22:30:43 +00:00
Duncan Brown
9fbf0c254c
fix: correct data type and update missed constant references ( #476 )
...
fix: correct data type and update missed constant references
2021-12-03 23:30:19 +01:00
StraToN
e57d162a56
chore: storing version and changelog
2021-12-03 07:45:25 +00:00
Duncan Brown
391bf08f21
feat: add esc_current_scene reserved global ( #474 )
...
Co-authored-by: Duncan Brown <duncan@bhs-consultants.com >
2021-12-03 08:45:02 +01:00
StraToN
57f538be98
chore: storing version and changelog
2021-12-01 14:00:42 +00: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
StraToN
4d38c0f770
chore: storing version and changelog
2021-12-01 12:37:51 +00:00
Julian Murgia
8e043f56a6
Fix a bug where player angle was wrongly tested around 360 ( #471 )
...
Co-authored-by: Dennis Ploeger <develop@dieploegers.de >
Co-authored-by: Dennis Ploeger <github.dennis@dieploegers.de >
2021-12-01 13:37:28 +01:00
StraToN
d720fdf4c4
chore: storing version and changelog
2021-12-01 08:39:46 +00:00
Julian Murgia
b4d5e380e6
Fix: makes dialog players pausable by removing yields ( #472 )
2021-12-01 09:39:24 +01:00
StraToN
ff00a97679
chore: storing version and changelog
2021-11-29 22:27:07 +00:00
Julian Murgia
44056673c9
Fixed dialogs pause mode
2021-11-29 23:26:41 +01:00
StraToN
3a0518c25b
chore: storing version and changelog
2021-11-29 13:21:52 +00:00
Julian Murgia
b031d69cd9
Save and load game fixes (and some other small fixes) ( #466 )
2021-11-29 14:21:29 +01:00
StraToN
dcb9db488d
chore: storing version and changelog
2021-11-28 14:38:23 +00:00
Dennis Ploeger
14887c711b
fix: Safety guards for disconnects ( #470 )
...
Co-authored-by: Dennis Ploeger <develop@dieploegers.de >
2021-11-28 15:38:02 +01:00
StraToN
3e37d8a675
chore: storing version and changelog
2021-11-28 14:37:11 +00:00
Dennis Ploeger
0e295f0ebb
feat: Support WAV files as well ( #469 )
...
Co-authored-by: Dennis Ploeger <develop@dieploegers.de >
2021-11-28 15:36:50 +01:00
StraToN
55e2ed5e59
chore: storing version and changelog
2021-11-28 14:33:59 +00: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
StraToN
5fd0d79606
chore: storing version and changelog
2021-11-27 19:10:38 +00: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
StraToN
09446c794f
chore: storing version and changelog
2021-11-26 07:06:40 +00:00
Dennis Ploeger
8c9ee734fd
fix: Fixes smaller things ( #465 )
...
Co-authored-by: Dennis Ploeger <develop@dieploegers.de >
2021-11-26 08:06:20 +01:00
StraToN
65b3a595f5
chore: storing version and changelog
2021-11-25 22:44:41 +00:00
Julian Murgia
3a43bac46e
Reverted setting ESC_LAST_SCENE too early in ESCRoom ( #464 )
2021-11-25 23:44:20 +01:00
StraToN
a5d7691846
chore: storing version and changelog
2021-11-25 22:05:42 +00:00
Dennis Ploeger
75c00b4993
feat: Optimized animation handler and crashing ( #463 )
...
Co-authored-by: Dennis Ploeger <develop@dieploegers.de >
2021-11-25 23:05:17 +01:00
StraToN
df88bd6cb6
chore: storing version and changelog
2021-11-25 14:24:57 +00:00
Julian Murgia
a49e5a2690
Fix auto transition when changing room without exit_scene event ( #462 )
...
Added a new fourth button in room14 to demonstrate this.
Renamed BYPASS_LAST_SCENE to FORCE_LAST_SCENE_NULL to make it a bit clearer.
Made events "finished" and "interrupted" signals connections as ONESHOT (so they are disconnected once the signal was received).
Also removed some unused files, many others remain.
And fixed some bugs here and there.
2021-11-25 15:24:33 +01:00
StraToN
d867407d01
chore: storing version and changelog
2021-11-25 06:26:34 +00:00
Dennis Ploeger
87ef9708de
feat: Fix set_interactive command ( #461 )
...
Co-authored-by: Dennis Ploeger <develop@dieploegers.de >
2021-11-25 07:26:11 +01:00
StraToN
7a69db03e9
chore: storing version and changelog
2021-11-23 21:23:57 +00:00
Dennis Ploeger
16510dde51
Update accept_input.gd ( #460 )
2021-11-23 22:23:35 +01:00
StraToN
c6b0ab8a38
chore: storing version and changelog
2021-11-23 21:19:46 +00:00
Dennis Ploeger
7963f03087
feat: Keep current animations resource ( #459 )
...
Co-authored-by: Dennis Ploeger <develop@dieploegers.de >
2021-11-23 22:19:24 +01:00
StraToN
4f07278a73
chore: storing version and changelog
2021-11-23 21:12:28 +00:00
Dennis Ploeger
860c6adc20
fix: Fixes signal handling on AnimationPlayer nodes. ( #458 )
...
Co-authored-by: Dennis Ploeger <develop@dieploegers.de >
2021-11-23 22:11:58 +01:00
StraToN
14c6418a7b
chore: storing version and changelog
2021-11-22 14:10:04 +00:00
Dennis Ploeger
f4c5803646
fix: Safety guard for characters without speaking animations ( #457 )
...
Co-authored-by: Dennis Ploeger <develop@dieploegers.de >
2021-11-22 15:09:37 +01:00
StraToN
879022217c
chore: storing version and changelog
2021-11-22 12:09:11 +00:00
Julian Murgia
5a94d9be73
Check that ending animation is not looping before resetting it ( #456 )
2021-11-22 13:08:47 +01:00
StraToN
9a443bf30a
chore: storing version and changelog
2021-11-22 12:08:33 +00:00
Dennis Ploeger
e14373b179
feat: New streamlined exit item ( #455 )
...
Co-authored-by: Dennis Ploeger <develop@dieploegers.de >
2021-11-22 13:08:10 +01:00
StraToN
b9b6b97f07
chore: storing version and changelog
2021-11-22 10:04:59 +00:00
Dennis Ploeger
9adc7bbade
feat: This introduces background events queue in Escoria ( #444 )
...
Co-authored-by: Dennis Ploeger <develop@dieploegers.de >
2021-11-22 11:04:35 +01:00
Dennis Ploeger
f7c0bf2224
chore: Optimized prerelease workflow
2021-11-21 22:50:16 +01:00
Dennis Ploeger
b550922b7b
chore: Optimized prerelease workflow
2021-11-21 22:43:39 +01:00
StraToN
2420229393
chore: storing version and changelog
2021-11-21 21:21:52 +00:00