Jordan Eldredge
27402ca5de
Remove duplicate zip file
2021-06-16 00:52:00 -07:00
Jordan Eldredge
0e159c3bed
Get corneramp initializing without any error messages
2021-06-15 00:17:25 -07:00
Jordan Eldredge
1e86945f1e
Rework interpreter to use tagged union for variables
2021-06-14 22:25:51 -07:00
Jordan Eldredge
a9466f878c
Groups are the only object with children
2021-06-13 18:22:21 -07:00
Jordan Eldredge
b6e9fcb5ee
Pull in maki interpreter
2021-06-13 12:44:27 -07:00
Jordan Eldredge
8c79d5163a
Let CornerAmp fit in the corner
2021-06-13 00:07:52 -07:00
Jordan Eldredge
bc37dead6a
Obey some visibility flags
2021-06-13 00:07:39 -07:00
Jordan Eldredge
b7ab470b90
Stub out Layers, Groups, Containers and Layouts
2021-06-12 23:46:34 -07:00
Jordan Eldredge
6b59cfb731
Improve null handling
2021-06-10 21:17:58 -07:00
Jordan Eldredge
58bc44feca
New attempt at modern skins
2021-06-10 21:17:58 -07:00
Jordan Eldredge
89cd90a2fa
Make interpreter a class
...
This will make it easier to build a debugger.
2021-06-10 21:17:58 -07:00
Jordan Eldredge
40fb24903b
Remove bad lint rule no-use-before-define
...
I've been convinced that it's better to put implementation details after the important code.
2021-06-10 21:17:58 -07:00
Jordan Eldredge
3ba724844a
Enable Butterchurn even on mobile ( #1100 )
2021-06-09 18:52:40 -07:00
Jordan Eldredge
da5858ac99
Focus windows on touchstart ( #1099 )
...
* Focus windowns on touchstart
* Update changelog
2021-06-08 21:37:47 -07:00
Jordan Eldredge
b5b7345308
Improve touch handling ( #1098 )
...
* Improve touch handling
* Document touch event changes
2021-06-08 18:05:22 -07:00
Jordan Eldredge
e1305819bd
Remove unused arg
2021-05-30 14:35:47 -07:00
Jordan Eldredge
219c4d79dd
Use our own callstack
2021-05-30 14:34:50 -07:00
Jordan Eldredge
450180a1e3
Remove unused mocks
2021-05-30 14:34:43 -07:00
Jordan Eldredge
ebad033dbf
Upgrade prettier
2021-05-30 14:19:34 -07:00
Jordan Eldredge
6185d95c47
Remove debugger. I want to redo this
2021-05-30 14:19:34 -07:00
Jordan Eldredge
aafdcd2922
Update README.md
2021-05-26 08:19:28 -07:00
Jordan Eldredge
1b239eec2e
Document marquee fix in changelog
2021-04-29 23:14:14 -07:00
Jordan Eldredge
309c271028
Fix marquee width ( #1087 )
...
Noticeable on this skin: http://localhost:8080/?skinUrl=https://cdn.webampskins.org/skins/d69669053afe3be4c17ca274cba65a8a.wsz
2021-04-29 23:11:11 -07:00
Andrew
880787f569
Add icon select effect ( #1085 )
...
borrowed from Windows 93 https://www.windows93.net/
2021-04-27 16:39:47 -07:00
Jordan Eldredge
6e38e2ed34
Add bot url alias
2021-04-21 21:14:33 -07:00
Jordan Eldredge
c45aff8ad0
Use the correct source for bundle size badge
2021-04-21 21:12:40 -07:00
Jordan Eldredge
f031bd3bed
[Netlify] Use a version of Node that's compatible with Discord.js ( #1084 )
2021-04-20 21:46:23 -07:00
Jordan Eldredge
ef1a81175f
Update press.md
2021-04-19 08:50:22 -07:00
Jordan Eldredge
23581f0331
Record new GigaZine article
2021-04-15 10:56:55 -07:00
dependabot[bot]
df7ddb47a8
Bump y18n from 4.0.0 to 4.0.1 ( #1077 )
...
Bumps [y18n](https://github.com/yargs/y18n ) from 4.0.0 to 4.0.1.
- [Release notes](https://github.com/yargs/y18n/releases )
- [Changelog](https://github.com/yargs/y18n/blob/master/CHANGELOG.md )
- [Commits](https://github.com/yargs/y18n/commits )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-04-14 23:39:47 -07:00
Jordan Eldredge
0b4b811b6e
Add a list of blog posts
2021-04-14 23:30:33 -07:00
Jordan Eldredge
d877d3ef4a
Add more entries to skin-museum-press
2021-04-14 23:30:33 -07:00
Jordan Eldredge
8d5bf56d83
Update press.md
2021-04-14 16:31:16 -07:00
Jordan Eldredge
45b2a5e5be
Add press page for skin museum
2021-04-07 22:26:49 -07:00
Jordan Eldredge
ec2d6a0b27
Don't test node 15
2021-04-05 08:27:44 -07:00
Jordan Eldredge
6cacea3b71
Stop testing node 10 since Discord can't install
2021-04-05 08:21:13 -07:00
Jordan Eldredge
a7ca81771f
Discord upgrade
2021-04-05 11:16:17 -04:00
Jordan Eldredge
2dddf24126
Server updates
2021-04-05 11:16:17 -04:00
Jordan Eldredge
4868c0d0b5
Document fix of #1072
2021-03-13 21:11:49 -08:00
Jordan Eldredge
2031895fc6
Hide playlist visualizer when stopped ( #1072 )
...
Fized #1071
2021-03-13 21:07:23 -08:00
Jordan Eldredge
b1b504b589
Remove changelog item showing fix to bug that was never publicly released
2021-02-20 22:32:22 -08:00
Jordan Eldredge
f413d90b1b
Document fix to Milkdrop window
2021-02-20 22:30:24 -08:00
Jordan Eldredge
fe0badc4b3
Derive how windows hidden state is computed ( #1068 )
...
This resolves a bug:
1. Put the Milkdrop window in Desktop mode
2. Put the Milkdrop window in Fullscreen mode
3. Press esc
4. Try to move the Milkdrop window (it won't)
Keeping the "hidden" state up to date was fragile. By computing it we
can avoid edge cases like the one above where we failed to reset the
Milkdrop window's hidden state.
2021-02-20 22:19:31 -08:00
jberg
0048521bcd
Upgrade butterchurn to latest beta ( #1067 )
2021-02-20 18:49:54 -08:00
Jordan Eldredge
5cd8386b6c
Add an additional track to the minimal example
2021-02-15 19:48:15 -08:00
jberg
b522ef3ed0
Update butterchurn and butterchurn-presets betas ( #1062 )
...
* Update butterchurn-presets to beta3
* update to beta.4
* update butterchurn to 3.0.0-beta.2
* fix type
2021-02-13 19:54:19 -08:00
Jordan Eldredge
9542864002
Try locking Yarn version ( #1066 )
2021-02-13 19:50:09 -08:00
Jordan Eldredge
2791ba6bc9
Reenable Samples Only archive.org integration test now that they've fixed it ( #1064 )
2021-02-12 09:53:05 -08:00
Jordan Eldredge
17a835cb93
Disable test that is not passing while I figure it out
2021-02-10 22:48:58 -08:00
Jordan Eldredge
497e25fac5
Upgrade Butterchurn ( #1059 )
...
* Upgrade Butterchurn
* Butterchurn beta.1
* Set useWASM for all methods of loading presets
* Upgrade to butterchurn-presets 3.0.0 beta 1
* Only add useWASM to presets from butterchurn-presets
* switch to unminified src for presets
Co-authored-by: jberg <jberg@users.noreply.github.com>
2021-01-26 20:42:43 -08:00