Commit Graph

753 Commits

Author SHA1 Message Date
bbe4b2c92f Moved I_Bombona to gymkhana/items/inventory 2023-02-15 23:16:29 +01:00
9fab2eeacb Fix errors with tooltip2 2023-02-15 22:38:13 +01:00
c722bf5045 Fix errors with tooltip2 2023-02-15 19:23:04 +01:00
62b8b35f1c Revert "Deleted tooltip2"
This reverts commit f1f9bf7a69.
2023-02-15 17:26:23 +01:00
f1f9bf7a69 Deleted tooltip2 2023-02-15 15:55:25 +01:00
5943b7e4db theming, changed tooltip from RichText to Label 2023-02-15 00:29:35 +01:00
8ec360bb42 Tooltips reworked 2023-02-14 23:58:49 +01:00
61b53578d0 guarriconos 2023-02-14 18:09:22 +01:00
3498dcd68f eneko fuma sin parar 2023-02-14 02:37:46 +01:00
eea970ef10 Merge branch 'gymkhana/main' of git.fosil.eu:gymkhana/gymkhana into gymkhana/main 2023-02-14 02:29:47 +01:00
369b47bff5 Connect door in Home with Trasera cocina 2023-02-14 00:58:26 +01:00
646c35385e Room selector 2023-02-14 00:51:17 +01:00
42da5b9235 Cleanup 2023-02-14 00:33:57 +01:00
78c43de381 Deleted cursor images 2023-02-14 00:19:59 +01:00
ca383efeef Generic update_tooltip_following_mouse_position() 2023-02-14 00:17:34 +01:00
1b37992827 Delete unused mouse verbs 2023-02-13 23:30:39 +01:00
5399e3a818 Merge branch 'gymkhana/main' of git.fosil.eu:gymkhana/gymkhana into gymkhana/main 2023-02-13 20:22:26 +01:00
b3aac3433a puerta tooltips 2023-02-13 20:19:11 +01:00
4b74545b3a Merge branch 'gymkhana/main' of git.fosil.eu:gymkhana/gymkhana into gymkhana/main 2023-02-13 20:18:02 +01:00
477ddca540 Hide tooltips while performing action 2023-02-13 20:17:37 +01:00
84029cd07f room size fix 2023-02-13 20:11:44 +01:00
92b715b75e pruebas background 2023-02-13 20:07:33 +01:00
143086c4f3 UNDO CHANGES IN escoria-core 2023-02-13 18:20:52 +01:00
cfc45d0c56 Clear tooltip2 on item unfocus 2023-02-13 13:48:54 +01:00
761cb7fcb8 MODIFIED addons/escoria-core/game/core-scripts/esc_game.gd
Created tooltip2_target
2023-02-13 13:40:53 +01:00
91faea0a6e CHANGE TO escoria-core. Added ESCItem.tooltip2_name 2023-02-10 20:08:10 +01:00
8c1e59a40c CHANGE TO escoria-core. action1 and action2 in tooltip 2023-02-10 20:01:48 +01:00
b5c96bad3e Left click launches action1 and right click action2 2023-02-10 17:45:26 +01:00
488978cb1a Project vertical size from 900 to 640 2023-02-10 13:30:05 +01:00
eb6cd6ca54 Deleted escoria-ui-2verbs. escoria-ui-return-monkey-island is the new UI. 2023-02-10 13:04:18 +01:00
aade44a99c 2 verbs instead of 9 2023-02-08 15:00:48 +01:00
ba46a80728 Cloned escoria-ui-9-verbs to escoria-ui-2verbs 2023-02-08 14:40:56 +01:00
eb3399736d Moved escoria-ui-return-monkey-island to gymkhana 2023-02-08 13:41:08 +01:00
db2fd69441 Cloned escoria-ui-simplemouse as escoria-ui-return-monkey-island 2023-02-08 13:37:09 +01:00
ce4edcb7b1 translation tests 2023-02-08 13:29:21 +01:00
4ccb7ea4a9 Skip intro 2023-02-07 23:32:12 +01:00
9c392c0ea4 Use Home room 2023-02-07 23:28:14 +01:00
e95f081cff go 2023-02-07 23:18:45 +01:00
c5a1583220 file & folder cleanup 2023-02-07 23:10:49 +01:00
aefa34a024 Created gymkhana folder 2023-02-07 23:02:20 +01:00
064d9b3e60 Launch from VSCodium 2023-02-07 17:07:38 +01:00
38f16ea991 Renamed project 2023-02-07 16:46:11 +01:00
4371d1d386 cambios 2023-02-07 16:21:22 +01:00
Duncan Brown
0ba6c3782a fix: forces current_state updates as options don't always yield 2023-01-26 17:25:46 -05:00
Balloonpopper
c597414659 fix: Fix bug where inventory is invisible by default 2023-01-26 16:39:18 -05:00
balloonpopper
29c38e7e30 Update addons/escoria-core/game/core-scripts/esc_item.gd
Co-authored-by: Julian Murgia <the.straton@gmail.com>
2023-01-19 15:09:55 +01:00
Balloonpopper
1709a25452 fix: Debug message for when an item has no ESCLocation 2023-01-19 15:09:55 +01:00
Duncan Brown
327b72f67b fix: uses proper casting and updates validation checks 2023-01-19 14:34:37 +01:00
balloonpopper
53c900b36e Simplemouse fixes (#669)
* fix: Simplemouse bounding box size fix
* fix: Bug when exiting game with simplemouse with disconnecting non-connected gamepad
* fix: issue-339. Simplemouse gives an error in the debug when you move on/off ESCItems
* fix: tracks mouse position to allow for mouse tracking as well as on-demand tooltip updates on immediate target change, i.e. rendering doesn't lag a frame behind.
* chore: decouple further by using a signal
* fix: Correct action getting randomly lost with simplemouse
* fix: deleted objects aren't always equated to null.
* fix: clear the tooltip when an action is finished.
* fix: clears tooltip only on successful event completion; debug code cleanup.
* Broken room 5
* fix: Item collisions correctly determined when game resolution = screen resolution
* Update addons/escoria-core/game/core-scripts/esc_item.gd
Co-authored-by: Duncan Brown <duncan@prometheussoftware.ca>
* Update addons/escoria-ui-simplemouse/game.gd
Co-authored-by: Duncan Brown <duncan@prometheussoftware.ca>
* fix: Reverted default UI to 9 verbs
Co-authored-by: Balloonpopper <balloonpopper@git.com>
Co-authored-by: Duncan Brown <duncan@prometheussoftware.ca>
2023-01-12 22:38:06 +11:00
Duncan Brown
68220ced91 fix: ensures proper number of interpolation placeholders 2023-01-10 16:46:43 +01:00