Skip to content

Releases: deep-entertainment/egoventure-example-game

3.0.0

Choose a tag to compare

@dploeger dploeger released this 27 Nov 06:13

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

Choose a tag to compare

@dploeger dploeger released this 27 May 15:29

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

Choose a tag to compare

@dploeger dploeger released this 07 Nov 20:58

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

2.1.0

Choose a tag to compare

@dploeger dploeger released this 14 Sep 07:49

2.1.0 (2022-09-14)

Features

Bug Fixes

2.0.0

Choose a tag to compare

@dploeger dploeger released this 25 Aug 10:40

2.0.0 (2022-08-25)

⚠ BREAKING CHANGES

  • This requires renaming the call to DetailView.show to DetailView.show_with_item in all code

Features

  • Rename DetailView.show to DetailView.show_with_item for Godot 3.5 compatibility (7ae2533)

1.3.0

Choose a tag to compare

@dploeger dploeger released this 25 Aug 09:47

1.3.0 (2022-08-25)

Features

1.2.0

Choose a tag to compare

@dploeger dploeger released this 09 Aug 18:35

1.2.0 (2022-08-09)

Features

Bug Fixes

  • Detail view fixes for touch devices (a5986a4)
  • Set _dialog_playing to false when the dialog is canceled. (8df2bad)

1.1.1

Choose a tag to compare

@dploeger dploeger released this 21 Jul 18:11

1.1.1 (2022-07-21)

Bug Fixes

  • Fixed trigger hotspot mouse cursor handling for differently sized inventory items (d2176d6)

1.1.0

Choose a tag to compare

@dploeger dploeger released this 04 Jul 21:13

1.1.0 (2022-07-04)

Features

Bug Fixes

1.0.0

Choose a tag to compare

@dploeger dploeger released this 26 May 11:22
e9d5e44

1.0.0 (2022-05-26)

⚠ BREAKING CHANGES

  • This is the first stable release of EgoVenture

Features

Bug Fixes