StraToN
49cb278ee3
chore: storing version and changelog
2022-03-09 06:41:06 +00:00
Balloonpopper
b05be369b2
fix: Automatically remove trailing whitespace when parsing scripts to avoid needing to change all regular expressions separately
2022-03-09 07:40:43 +01:00
StraToN
7aca986cf7
chore: storing version and changelog
2022-03-08 13:33:26 +00:00
Balloonpopper
7a64c7707f
Feat: New graphics for room 8
2022-03-08 14:33:02 +01:00
StraToN
7e6fb7b047
chore: storing version and changelog
2022-03-08 13:06:40 +00:00
Michael Bolin
5a77bd6fdc
feat: introduce escoria-ui-keyboard-9verbs to verify register_custom_input_handler() API
...
This commit was started by copying `addons/escoria-ui-9verbs` as the
basis for `addons/escoria-ui-keyboard-9verbs`. It was then amended to
wire up keyboard shortcuts for each verb using the new
`register_custom_input_handler()` API.
Note that `addons/escoria-ui-keyboard-9verbs/input_map.gd` introduces
one action per verb and provides a `add_actions_to_input_map()`
function to add the actions to the `InputMap`. The `_process_input()`
function in `game.gd` is responsible for mapping each action to the
appropriate call to `verbs_menu.on_action_selected()`.
2022-03-08 14:06:18 +01:00
Michael Bolin
14cf1327fe
feat: register_custom_input_handler() API
...
This introduces a new API on `ESCInputsManager` that makes it
possible to inject custom logic for processing input events.
An example of how to use this API will be introduced in a
separate commit as part of
https://github.com/godot-escoria/escoria-demo-game/pull/503
via a new plugin, `addons/escoria-ui-keyboard-9verbs/`,
which shows how this can be used to add support for keyboard shortcuts
to select a specific verb.
2022-03-08 14:06:18 +01:00
StraToN
641d630b10
chore: storing version and changelog
2022-03-07 21:02:24 +00:00
Michael Bolin
7bf3e9f276
refactor: remove trailing whitespace from all .gd files
...
Not sure why these files were not included in
https://github.com/godot-escoria/escoria-demo-game/pull/494 .
Created this diff by running the following on Linux:
```
find -name \*.gd | xargs sed -i -e "s/[[:space:]]\+$//g"
```
2022-03-07 22:01:59 +01:00
StraToN
58476828c6
chore: storing version and changelog
2022-03-07 16:28:18 +00:00
Julian Murgia
ac2e7ba20e
Fix wrong (old) documentation about setup and ready events ( #524 )
...
Co-authored-by: Duncan Brown <duncan@prometheussoftware.ca >
2022-03-07 17:27:55 +01:00
StraToN
19272ffeb2
chore: storing version and changelog
2022-03-07 08:44:59 +00:00
Dennis Ploeger
9e9111c7cb
chore: Fixed error handling
2022-03-07 09:44:36 +01:00
Dennis Ploeger
46f46b28b3
chore: Fixed error handling
2022-03-07 09:44:36 +01:00
Dennis Ploeger
eae37707b2
chore: Remove trailing whitespace on merge to develop ( #523 )
2022-03-07 09:07:23 +01:00
dploeger
05ab30e62a
chore: storing version and changelog
2022-03-07 08:06:19 +00:00
balloonpopper
eea74ff828
fix: New graphics for room 10 ( #529 )
...
Co-authored-by: Balloonpopper <balloonpopper@git.com >
2022-03-07 09:05:57 +01:00
dploeger
217f3a966f
chore: storing version and changelog
2022-03-07 07:54:13 +00:00
balloonpopper
b70c52edda
feat: Made room 5's background more interesting ( #530 )
...
Co-authored-by: Balloonpopper <balloonpopper@git.com >
2022-03-07 08:53:49 +01:00
dploeger
e82e56fe2e
chore: storing version and changelog
2022-03-04 13:49:41 +00:00
balloonpopper
bcb366c6af
feat: Graphics update for room 5 ( #525 )
...
Co-authored-by: Balloonpopper <balloonpopper@git.com >
2022-03-04 14:49:15 +01:00
StraToN
391d642549
chore: storing version and changelog
2022-03-03 20:51:10 +00:00
Michael Bolin
f21ec15560
fix: early return for mouse_in_shape
2022-03-03 21:50:47 +01:00
StraToN
e9dcf8d93f
chore: storing version and changelog
2022-03-03 20:50:01 +00:00
Balloonpopper
10f770855f
refactor: remove redundant check for camera node
2022-03-03 21:49:20 +01:00
StraToN
b8cefb8003
chore: storing version and changelog
2022-03-03 18:08:33 +00:00
Balloonpopper
3fd481df32
Fix room3 logic issues
2022-03-03 19:08:11 +01:00
StraToN
78b0ea5182
chore: storing version and changelog
2022-03-03 17:44:23 +00:00
Balloonpopper
75a78f63e1
feat: New graphics for room 7
2022-03-03 18:43:59 +01:00
StraToN
6b4c2cf873
chore: storing version and changelog
2022-03-03 17:42:16 +00:00
Balloonpopper
4fbe3527e8
fix: parameter validation function cant print arrays
2022-03-03 18:41:52 +01:00
StraToN
e236784534
chore: storing version and changelog
2022-03-03 17:31:21 +00:00
Balloonpopper
5bdd519d67
feat: more useful error messages
2022-03-03 18:30:49 +01:00
dploeger
ad52e7e205
chore: storing version and changelog
2022-03-01 19:49:22 +00:00
bolinfest
0570edc3ff
fix: ESCItem that is a trigger should not capture input events ( #516 )
...
Fixes https://github.com/godot-escoria/escoria-issues/issues/147
2022-03-01 20:48:59 +01:00
dploeger
cffedb63e1
chore: storing version and changelog
2022-02-27 16:05:52 +00:00
balloonpopper
02a66fecda
fix: add validates to camera commands missing them ( #508 )
...
Co-authored-by: Balloonpopper <balloonpopper@git.com >
2022-02-27 17:05:24 +01:00
dploeger
990dfb7ae4
chore: storing version and changelog
2022-02-25 07:17:28 +00:00
balloonpopper
deac3df61d
fix: fix error message - bug 143 ( #513 )
...
Co-authored-by: Balloonpopper <balloonpopper@git.com >
2022-02-25 08:17:01 +01:00
dploeger
26a6e5bd18
chore: storing version and changelog
2022-02-25 07:13:29 +00:00
balloonpopper
348a2b697c
fix: check to see if requested camera limit is invalid. ( #512 )
...
Co-authored-by: Balloonpopper <balloonpopper@git.com >
2022-02-25 08:13:09 +01:00
dploeger
5353ad6158
chore: storing version and changelog
2022-02-25 07:12:42 +00:00
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