Commit Graph

387 Commits

Author SHA1 Message Date
StraToN
28e95cc687 chore: storing version and changelog 2022-03-10 22:04:12 +00:00
Balloonpopper
061ff9193c fix: player_start needed to be where the level description is 2022-03-10 23:03:49 +01:00
dploeger
febfd462f9 chore: storing version and changelog 2022-03-09 10:57:42 +00:00
balloonpopper
21ebb017e6 fix: Updated camera x limit to 1280 to match the background graphics (#535)
Co-authored-by: Balloonpopper <balloonpopper@git.com>
2022-03-09 11:57:19 +01:00
StraToN
44680938aa chore: storing version and changelog 2022-03-09 07:51:40 +00:00
Balloonpopper
587b3b316b fix: room text is readable again 2022-03-09 08:51:18 +01:00
StraToN
7a6e98dbab chore: storing version and changelog 2022-03-09 07:02:46 +00:00
Balloonpopper
7e3688fa63 feat: Updated room 9 graphics 2022-03-09 08:02:23 +01:00
StraToN
ab795f2fd9 chore: storing version and changelog 2022-03-09 06:56:31 +00:00
Balloonpopper
3a2913f6a5 feature: Updated room 4 graphics 2022-03-09 07:56:30 +01:00
Balloonpopper
a3d531c89b feat: New graphics room 12 2022-03-09 07:56:08 +01:00
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