Skip to content

Commit

Permalink
Merge pull request #21 from robbiebyrd/react
Browse files Browse the repository at this point in the history
Sound Manager and Desktop Icon updates, general refactors
  • Loading branch information
robbiebyrd authored Feb 22, 2024
2 parents 5b7b81b + 51776da commit 8b97b53
Show file tree
Hide file tree
Showing 834 changed files with 2,307 additions and 1,659 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,6 @@ yarn-error.log*
*.tsbuildinfo
next-env.d.ts
codealike.json

certificates
.idea
544 changes: 399 additions & 145 deletions README.md

Large diffs are not rendered by default.

11 changes: 11 additions & 0 deletions bin/make_audio_sprites.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
dir=${1:-../resources/sounds}
outputDir=${2:-../public/sounds}
outputPath=${2:-/sounds}
fileExt=${3:-mp3}
formats=${4:-ogg,m4a,mp3,ac3}

for eachDir in ${dir}/*/
do
eachDir=${eachDir%*/}
audiosprite -f howler2 -o ${outputDir}/${eachDir##*/}/${eachDir##*/} -e ${formats} -u ${outputPath}/${eachDir##*/} ${dir}/${eachDir##*/}/*.${fileExt}
done
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@
"lint": "next lint"
},
"dependencies": {
"@browserfs/core": "^0.0.12",
"@mdxeditor/editor": "^2.3.5",
"audiosprite": "^0.7.2",
"classnames": "^2.5.1",
"draft-js": "^0.11.7",
"fetch-json": "^3.3.0",
Expand All @@ -18,10 +20,10 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-json-tree": "^0.18.0",
"react-nanny": "^2.15.0",
"sass": "^1.70.0",
"sync-fetch": "^0.5.2",
"url-safe-string": "^1.1.0",
"use-sound": "^4.0.1"
"url-safe-string": "^1.1.0"
},
"devDependencies": {
"@types/node": "20.11.5",
Expand Down
Binary file added public/android-icon-144x144.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/android-icon-192x192.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/android-icon-36x36.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/android-icon-48x48.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/android-icon-72x72.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/android-icon-96x96.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/apple-icon-114x114.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/apple-icon-120x120.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/apple-icon-144x144.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/apple-icon-152x152.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/apple-icon-180x180.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/apple-icon-57x57.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/apple-icon-60x60.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/apple-icon-72x72.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/apple-icon-76x76.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/apple-icon-precomposed.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/apple-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions public/browserconfig.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
<?xml version="1.0" encoding="utf-8"?>
<browserconfig><msapplication><tile><square70x70logo src="/ms-icon-70x70.png"/><square150x150logo src="/ms-icon-150x150.png"/><square310x310logo src="/ms-icon-310x310.png"/><TileColor>#ffffff</TileColor></tile></msapplication></browserconfig>
Binary file added public/favicon-16x16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/favicon-32x32.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/favicon-96x96.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/favicon.ico
Binary file not shown.
41 changes: 41 additions & 0 deletions public/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
{
"name": "App",
"icons": [
{
"src": "\/android-icon-36x36.png",
"sizes": "36x36",
"type": "image\/png",
"density": "0.75"
},
{
"src": "\/android-icon-48x48.png",
"sizes": "48x48",
"type": "image\/png",
"density": "1.0"
},
{
"src": "\/android-icon-72x72.png",
"sizes": "72x72",
"type": "image\/png",
"density": "1.5"
},
{
"src": "\/android-icon-96x96.png",
"sizes": "96x96",
"type": "image\/png",
"density": "2.0"
},
{
"src": "\/android-icon-144x144.png",
"sizes": "144x144",
"type": "image\/png",
"density": "3.0"
},
{
"src": "\/android-icon-192x192.png",
"sizes": "192x192",
"type": "image\/png",
"density": "4.0"
}
]
}
Binary file added public/ms-icon-144x144.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/ms-icon-150x150.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/ms-icon-310x310.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/ms-icon-70x70.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
27 changes: 0 additions & 27 deletions public/sounds/platinum.json

This file was deleted.

Binary file removed public/sounds/platinum.mp3
Binary file not shown.
Binary file added public/sounds/platinum/platinum.ac3
Binary file not shown.
130 changes: 130 additions & 0 deletions public/sounds/platinum/platinum.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,130 @@
{
"src": [
"/sounds/platinum/platinum.ogg",
"/sounds/platinum/platinum.m4a",
"/sounds/platinum/platinum.mp3",
"/sounds/platinum/platinum.ac3"
],
"sprite": {
"PlatinumAlertIndigo": [
0,
352.312925170068
],
"PlatinumAlertQuack": [
2000,
183.37868480725606
],
"PlatinumAlertSosumi": [
4000,
179.63718820861718
],
"PlatinumAlertWildEep": [
6000,
137.00680272108823
],
"PlatinumBeep": [
8000,
254.94331065759644
],
"PlatinumBoot": [
10000,
1376.4852607709752
],
"PlatinumButtonClickDown": [
13000,
1.678004535147437
],
"PlatinumButtonClickUp": [
15000,
1.678004535147437
],
"PlatinumClick": [
17000,
19.20634920634967
],
"PlatinumInputRadioClickDown": [
19000,
46.666666666666856
],
"PlatinumInputRadioClickUp": [
21000,
6.666666666667709
],
"PlatinumMenuClose": [
23000,
131.67800453514644
],
"PlatinumMenuItemClick": [
25000,
140.00000000000057
],
"PlatinumMenuItemHover": [
27000,
36.66666666666529
],
"PlatinumMenuOpen": [
29000,
135.0113378684803
],
"PlatinumWindowClose": [
31000,
135.0113378684803
],
"PlatinumWindowCollapse": [
33000,
119.99999999999744
],
"PlatinumWindowControlClickDown": [
35000,
11.678004535149
],
"PlatinumWindowControlClickUp": [
37000,
56.66666666666487
],
"PlatinumWindowExpand": [
39000,
235.01133786847817
],
"PlatinumWindowFocus": [
41000,
30.000000000001137
],
"PlatinumWindowMoveIdle": [
43000,
381.67800453514644
],
"PlatinumWindowMoveMoving": [
45000,
853.3333333333317
],
"PlatinumWindowMoveStop": [
47000,
200.00000000000284
],
"PlatinumWindowOpen": [
49000,
306.66666666666487
],
"PlatinumWindowResizeIdle": [
51000,
381.67800453514644
],
"PlatinumWindowResizeResizing": [
53000,
873.3333333333348
],
"PlatinumWindowResizeStop": [
55000,
306.66666666666487
],
"PlatinumWindowZoomMaximize": [
57000,
71.67800453514417
],
"PlatinumWindowZoomMinimize": [
59000,
66.66666666666998
]
}
}
Binary file added public/sounds/platinum/platinum.m4a
Binary file not shown.
Binary file added public/sounds/platinum/platinum.mp3
Binary file not shown.
Binary file added public/sounds/platinum/platinum.ogg
Binary file not shown.
Binary file removed public/ui/PlatinumWindowZoom.mp3
Binary file not shown.
Binary file removed public/ui/bevp.mp3
Binary file not shown.
Binary file removed public/ui/bevr.mp3
Binary file not shown.
Binary file removed public/ui/blnc.mp3
Binary file not shown.
Binary file removed public/ui/blno.mp3
Binary file not shown.
Binary file removed public/ui/btne.mp3
Binary file not shown.
Binary file removed public/ui/btnx.mp3
Binary file not shown.
Binary file removed public/ui/camera.mp3
Binary file not shown.
Binary file removed public/ui/chkp.mp3
Binary file not shown.
Binary file removed public/ui/chkr.mp3
Binary file not shown.
Binary file removed public/ui/dbtr.mp3
Binary file not shown.
Binary file removed public/ui/droplet.mp3
Binary file not shown.
Binary file removed public/ui/dsce.mp3
Binary file not shown.
Binary file removed public/ui/dscp.mp3
Binary file not shown.
Binary file removed public/ui/dscr.mp3
Binary file not shown.
Binary file removed public/ui/dscx.mp3.bad
Binary file not shown.
Binary file removed public/ui/dske.mp3
Binary file not shown.
Binary file removed public/ui/dski.mp3
Binary file not shown.
Binary file removed public/ui/fcpd.mp3
Binary file not shown.
Binary file removed public/ui/fdof.mp3
Binary file not shown.
Binary file removed public/ui/fdon.mp3
Binary file not shown.
Binary file removed public/ui/fdrp.mp3
Binary file not shown.
Binary file removed public/ui/fnew.mp3
Binary file not shown.
Binary file removed public/ui/fral.mp3
Binary file not shown.
Binary file removed public/ui/fsel.mp3
Binary file not shown.
Binary file removed public/ui/ftrs.mp3
Binary file not shown.
Binary file removed public/ui/ladr.mp3
Binary file not shown.
Binary file removed public/ui/laup.mp3
Binary file not shown.
Binary file removed public/ui/output.ac3
Binary file not shown.
30 changes: 0 additions & 30 deletions public/ui/output.json

This file was deleted.

Binary file removed public/ui/output.m4a
Binary file not shown.
Binary file removed public/ui/output.mp3
Binary file not shown.
Binary file removed public/ui/output.ogg
Binary file not shown.
Binary file removed public/ui/popp.mp3
Binary file not shown.
Binary file removed public/ui/popr.mp3
Binary file not shown.
Binary file removed public/ui/pwcl.mp3
Binary file not shown.
Binary file removed public/ui/rade.mp3
Binary file not shown.
Binary file removed public/ui/radx.mp3
Binary file not shown.
Binary file removed public/ui/sbap.mp3
Binary file not shown.
Binary file removed public/ui/sbar.mp3
Binary file not shown.
Binary file removed public/ui/sbth.mp3
Binary file not shown.
Binary file removed public/ui/sbth_attack.mp3
Binary file not shown.
Binary file removed public/ui/sbth_decay.mp3
Binary file not shown.
Binary file removed public/ui/sbtp.mp3
Binary file not shown.
Binary file removed public/ui/single_click.mp3
Binary file not shown.
Binary file removed public/ui/slte.mp3
Binary file not shown.
Binary file removed public/ui/sltp.mp3
Binary file not shown.
Binary file removed public/ui/tabe.mp3
Binary file not shown.
Binary file removed public/ui/tabp.mp3
Binary file not shown.
Binary file removed public/ui/tabr.mp3
Binary file not shown.
Binary file removed public/ui/tabx.mp3
Binary file not shown.
Binary file removed public/ui/tshd.mp3
Binary file not shown.
Binary file removed public/ui/wcle.mp3
Binary file not shown.
Binary file removed public/ui/wclx.mp3
Binary file not shown.
Binary file removed public/ui/whit.mp3
Binary file not shown.
Binary file removed public/ui/wopn.mp3
Binary file not shown.
3 changes: 3 additions & 0 deletions resources/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# About this directory

Files in the "Resources" folder are additional sources that may be used as part of a build process, or added for optional use by other developers.
3 changes: 3 additions & 0 deletions resources/exports/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# About this directory

Files in this directory have been exported from Mac OS 8.6, but have either yet to be categorized or are provided as-is for future development purposes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
Loading

0 comments on commit 8b97b53

Please sign in to comment.