Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
Dylancyclone committed May 17, 2020
2 parents e2abcff + f58cf43 commit 02ef929
Show file tree
Hide file tree
Showing 7 changed files with 2,402 additions and 13,855 deletions.
5 changes: 0 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
# *IMPORTANT*

If (re)installing node_modules, copy `node_modules.babel-plugin-wildcard.lib.index.js` to `node_modules/babel-plugin-wildcard/lib/index.js` and replace the file that is there!
This depends on a PR made by `louislva` [here](https://github.com/vihanb/babel-plugin-wildcard/pull/33) which has not yet been merged to master. If the fork is added to the project however, npm (for some reason) fails to compile the plugin into the file found in the lib directory. As such, the new code must be put in manually.

# Source-Soundscapes

[DEMO](http://lathrum.com/dylan/source-soundscapes/)
Expand Down
5 changes: 4 additions & 1 deletion changelog.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
05/17/2020 1.2.1:
*Fixed playrandom sounds clicking on start/stop

09/13/2019 1.2.0:
+Added better error reporting, now channels that fail to play will be highlighted in red rather just quietly throwing an error in the console
+Replaced stop button with pause/play button
*Replaced a HL2:ep2 background with one that does not feature NPCs, I didn't realize how much it stood out from the rest.
*Fixed a bunch of sounds not playing

06/21/2019 1.1.0:
+Added persistance to volume control
+Added persistence to volume control
*Completely reworked file system
*Pruned unused sounds
*Dramatically reduced repo size
Expand Down
216 changes: 0 additions & 216 deletions node_modules.babel-plugin-wildcard.lib.index.js

This file was deleted.

Loading

0 comments on commit 02ef929

Please sign in to comment.