-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #20 from SebaSOFT/develop
v9 Support
- Loading branch information
Showing
9 changed files
with
1,813 additions
and
2,245 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -106,3 +106,5 @@ dist | |
# IntelliJ IDEs | ||
.idea/ | ||
.vscode/ | ||
|
||
walls-have-ears.lock |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,64 @@ | ||
# CHANGELOG | ||
|
||
## [1.0.0] 2022-02-28 | ||
|
||
### CHANGED | ||
|
||
- Added compatibility with v9, all other versions are not compatible now. | ||
|
||
### ADDED | ||
|
||
- Better logging for debugging. End users not affected. | ||
|
||
## [0.1.0] 2021-06-19 | ||
|
||
### CHANGED | ||
|
||
- Better initialization of scripts and the new global `WHE` object | ||
|
||
### ADDED | ||
|
||
- Gihub badges to README | ||
- A proper CHANGELOG file | ||
|
||
## [0.0.4] 2021-06-05 | ||
|
||
### CHANGED | ||
|
||
- Better event detection (opening doors) | ||
- Simpler logic will ignore far away, occluded sounds | ||
- Better support for async initialization of sound | ||
|
||
### ADDED | ||
|
||
- GitHub workflow for easier release workflow | ||
|
||
## [0.0.3] 2021-06-03 | ||
|
||
### CHANGED | ||
|
||
- Cleaned a lot of code | ||
- Sounds now update in more events | ||
- A new logic for estimating muffling levels. See: | ||
![Test cases for Muffling logic](https://raw.githubusercontent.com/SebaSOFT/walls-have-ears/develop/mufflingLogic.jpg) | ||
|
||
### FIXED | ||
|
||
- Remove cosnole logs | ||
|
||
### ADDED | ||
|
||
- Added 4 levels of muffling | ||
|
||
## [0.0.2-beta] 2021-06-02 | ||
|
||
### CHANGED | ||
|
||
- Added some translations (pt, de) | ||
- Now compatible with 0.8.x | ||
|
||
## [0.0.1-alpha] 2020-10-19 | ||
|
||
### ADDED | ||
|
||
- First initial release |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,43 +1,53 @@ | ||
{ | ||
"name": "walls-have-ears", | ||
"title": "Walls Have Ears - Muffled sounds behind walls", | ||
"description": "A simple-as-possible module to muffle sounds that are behind a wall for a player.", | ||
"author": "SebaSOFT", | ||
"version": "0.0.4", | ||
"minimumCoreVersion": "0.8.5", | ||
"compatibleCoreVersion": "0.8.6", | ||
"esmodules": [ | ||
"scripts/settings.js", | ||
"scripts/walls-have-ears.js" | ||
], | ||
"languages": [ | ||
{ | ||
"lang": "de", | ||
"name": "Deutsch (German)", | ||
"path": "languages/walls-have-ears.de.json" | ||
}, | ||
{ | ||
"lang": "en", | ||
"name": "English", | ||
"path": "languages/walls-have-ears.en.json" | ||
}, | ||
{ | ||
"lang": "es", | ||
"name": "Español (Spanish)", | ||
"path": "languages/walls-have-ears.es.json" | ||
}, | ||
{ | ||
"lang": "fr", | ||
"name": "French (French)", | ||
"path": "languages/walls-have-ears.fr.json" | ||
}, | ||
{ | ||
"lang": "pt-BR", | ||
"name": "Português (Portuguese)", | ||
"path": "languages/walls-have-ears.pt-BR.json" | ||
} | ||
], | ||
"url": "https://github.com/SebaSOFT/walls-have-ears", | ||
"manifest": "https://github.com/SebaSOFT/walls-have-ears/releases/latest/download/module.json", | ||
"download": "https://github.com/SebaSOFT/walls-have-ears/releases/download/0.0.4/module.zip" | ||
} | ||
{ | ||
"name": "walls-have-ears", | ||
"title": "Walls Have Ears - Muffled sounds behind walls", | ||
"description": "A simple-as-possible module to muffle sounds that are behind a wall for a player.", | ||
"author": "SebaSOFT", | ||
"authors": [], | ||
"url": "https://github.com/SebaSOFT/walls-have-ears", | ||
"flags": {}, | ||
"version": "1.0.0", | ||
"minimumCoreVersion": "9", | ||
"compatibleCoreVersion": "9", | ||
"scripts": [], | ||
"esmodules": [ | ||
"scripts/settings.js", | ||
"scripts/main.js" | ||
], | ||
"styles": [], | ||
"languages": [ | ||
{ | ||
"lang": "de", | ||
"name": "Deutsch (German)", | ||
"path": "languages/walls-have-ears.de.json" | ||
}, | ||
{ | ||
"lang": "en", | ||
"name": "English", | ||
"path": "languages/walls-have-ears.en.json" | ||
}, | ||
{ | ||
"lang": "es", | ||
"name": "Español (Spanish)", | ||
"path": "languages/walls-have-ears.es.json" | ||
}, | ||
{ | ||
"lang": "fr", | ||
"name": "French (French)", | ||
"path": "languages/walls-have-ears.fr.json" | ||
}, | ||
{ | ||
"lang": "pt-BR", | ||
"name": "Português (Portuguese)", | ||
"path": "languages/walls-have-ears.pt-BR.json" | ||
} | ||
], | ||
"packs": [], | ||
"system": [], | ||
"dependencies": [], | ||
"socket": false, | ||
"manifest": "https://github.com/SebaSOFT/walls-have-ears/releases/latest/download/module.json", | ||
"download": "https://github.com/SebaSOFT/walls-have-ears/releases/download/1.0.0/module.zip", | ||
"protected": false, | ||
"coreTranslation": false | ||
} |
Oops, something went wrong.