Releases: deep-entertainment/egoventure-example-game
Releases · deep-entertainment/egoventure-example-game
Release list
3.0.0
3.0.0 (2023-11-27)
⚠ BREAKING CHANGES
- Adjust cache properties in configuration.tres and generate a cache map before export
Features
- Introduce new scene cache management (8db30fb)
Bug Fixes
- Added style box for touch inventory (6337a0c)
- Calculate screenshot size (f65dacf), closes deep-entertainment/issues#35
- cursor position calculation when resetting overridden cursor (675dce0)
- Enhanced cross-fading of Boombox (b5031fd)
- ignore hotspot_indicator input event when WaitingScreen is visible (11d1d5c)
- ignore inventory in check cursor when it is disabled (8b2ddb5)
- inventory items width calculation considering item separation (c0ad80f)
- Use get_viewport instead of OS.window_size (c735904)
Documentation
- Removed develop releases (0d8ba18)
2.2.1
2.2.1 (2023-05-27)
Bug Fixes
- Added style box for touch inventory (e59039b)
- Calculate screenshot size (b3a595b), closes deep-entertainment/issues#35
- cursor position calculation when resetting overridden cursor (97d4b72)
- Enhanced cross-fading of Boombox (f182df6)
- ignore inventory in check cursor when it is disabled (0332dd1)
- inventory items width calculation considering item separation (b77732d)
- Use get_viewport instead of OS.window_size (d1df588)
2.2.0
2.2.0 (2022-11-07)
Features
- Add configuration for main menu item separation (cbed829)
- Added support for non-grabbable inventory items (2107d39)
- Support for new Notification API (772ef64)
- Support specifying the position in the list of inventory items where the new item should be placed (43c3959), closes deep-entertainment/issues#28
Bug Fixes
- cursor shape update while hidden (c32db41)
- set overridden cursors when loading savegame (e613890)
- Wrong handling of show_indicator on detail views (3ce6a0d), closes deep-entertainment/issues#27
2.1.0
2.1.0 (2022-09-14)
Features
- Support specifying the position in the list of inventory items where the new item should be placed (522b82e), closes deep-entertainment/issues#28
Bug Fixes
- Wrong handling of show_indicator on detail views (e62f7a8), closes deep-entertainment/issues#27
2.0.0
1.3.0
1.3.0 (2022-08-25)
Features
- Added interactive flag (def7739), closes deep-entertainment/issues#24
- Added sound effects for hover and clicking menu items (9637218), closes deep-entertainment/issues#26
1.2.0
1.2.0 (2022-08-09)
Features
- Add show_indicator to TriggerHotspot as well (cf88fc6), closes deep-entertainment/issues#22
- Disable skipping dialog lines in Parrot (45bce7a), closes deep-entertainment/issues#23
- New theme item for touch inventory panel (d60944c)
Bug Fixes
1.1.1
1.1.0
1.1.0 (2022-07-04)
Features
- Disable navigation in four/eight side rooms (5362245), closes deep-entertainment/issues#19
Bug Fixes
- Compatiblilty with Godot 3.4 achieved (0f4f54e), closes deep-entertainment/issues#8
- Fix stopping both music and background players (1f60043), closes deep-entertainment/issues#18
- Fixed MapHotspot not playing an effect (1909099), closes deep-entertainment/issues#21
- Fixed mouse cursor display issues on iOS (bc05018)
- project updates for Godot 3.4 (18ecf94)
1.0.0
1.0.0 (2022-05-26)
⚠ BREAKING CHANGES
- This is the first stable release of EgoVenture
Features
- Adding shared release action (67b284c)
- EgoVenture 1.0.0 (e63da0a)
- Implement skipping of minimum waiting time (750bdf6), closes deep-entertainment/issues#12
- Optimized cursor checking (5cb25f0), closes #17
- Optimized fullscreen/windowed mode switching (730bebd)
- Prevent inadvertently skipped dialog lines (4b7d007), closes deep-entertainment/issues#13
- Support disabling of hotspot indicator (#14) (89c84e3)
- Translation support (7acb92d)
Bug Fixes
- Fixed optional parameter (1cf18e0)
- Hint theming error (6d6210e), closes deep-entertainment/issues#14
- No check_cursor() for eight_side_room (96cf60b)