Skip to content

Releases: SebaSOFT/walls-have-ears

v11 update and Japanese translation

19 Sep 20:55
0644389
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.11.0...1.11.1

v11 Support and more

25 May 05:17
8b185ee
Compare
Choose a tag to compare
  • Version 11 compatibility and all warnings have been plucked
  • Added additional position check since now windows have "proximity" restrictions to sight by default (and windows contribute zero muffling as per sight)
  • Sorted out a bug in Foundry's collision test
  • Added a setting for enabling muffling during sound preview check (feature is coming when there si enough documentation/javascript types for v11)

10.286 support

21 Sep 18:35
f58b3d2
Compare
Choose a tag to compare

What's Changed

  • 10.286 compatibility

v10 Support, Yarn and muffling caching

10 Sep 18:52
dfb27ac
Compare
Choose a tag to compare

CHANGED

  • Moved to yarn stable for quicker builds and better dev experience (no zero-install though)

ADDED

  • ESLint's configuration from FoundryVTT, I think it should be stricter though
  • Compatibility with v10
  • Implemented a muffling cache to avoid changing the filter nodes if no muffling is needed (preventing ticks)

Improving code and debugging

21 Apr 02:11
abcc08c
Compare
Choose a tag to compare
  • Corrected a problem for scenes with no walls
  • Added an additional check for ignoring/cleaning sounds that are not constrained by walls (they NEED to be constrained by walls)
  • Better debugging logs

Debug mode

20 Apr 12:44
19798f9
Compare
Choose a tag to compare
  • Improved log messages
  • Improved translations
  • Added a Debug setting to troubleshoot your scenes

v9 Support

28 Feb 06:40
eeab26d
Compare
Choose a tag to compare
  • v9 broke ray Casting, sound occlussion checks and terrain walls check. Now fixed and supported.
  • Better logging for debugging (users not affected)

Better event detection

05 Jun 21:55
c444754
Compare
Choose a tag to compare
  • Better event detection when opening doors etc.
  • Simpler logic won't take into consideration har await sounds, occluded sounds and more.
  • Better initialization detection. All sound needs to start after first user interaction.
  • GitHub Workflow for more automated releases

Multiple muffling levels

05 Jun 21:55
b4e5696
Compare
Choose a tag to compare
  • A lot of code has been cleaned
  • A new logic on estimating muffling. See:

Test cases for Muffling logic

0.8.6 support and rewrite

02 Jun 12:28
46ee3df
Compare
Choose a tag to compare
Merge pull request #7 from SebaSOFT/develop

Typos and README. Also 2 Walls needed for now.