Jordan Eldredge
626ba0849d
Obey some visibility flags
2021-06-27 14:19:59 -07:00
Jordan Eldredge
395cbfbcb9
Stub out Layers, Groups, Containers and Layouts
2021-06-27 14:19:59 -07:00
Jordan Eldredge
a46363dcfe
Improve null handling
2021-06-27 14:19:59 -07:00
Jordan Eldredge
2661293a4d
New attempt at modern skins
2021-06-27 14:19:59 -07:00
Jordan Eldredge
0e13112d15
Make interpreter a class
...
This will make it easier to build a debugger.
2021-06-27 14:19:59 -07:00
Jordan Eldredge
af6d3f5c6c
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-27 14:19:59 -07:00
Jordan Eldredge
815af24734
Improve handling of touch events in the playlist
2021-06-21 21:59:43 -07:00
Jordan Eldredge
fd6c9420db
Add new assertion to investigate #1105
2021-06-13 12:45:32 -07:00
dependabot[bot]
dd840a6903
Bump glob-parent from 5.1.0 to 5.1.2 in /packages/skin-database ( #1101 )
...
Bumps [glob-parent](https://github.com/gulpjs/glob-parent ) from 5.1.0 to 5.1.2.
- [Release notes](https://github.com/gulpjs/glob-parent/releases )
- [Changelog](https://github.com/gulpjs/glob-parent/blob/main/CHANGELOG.md )
- [Commits](https://github.com/gulpjs/glob-parent/compare/v5.1.0...v5.1.2 )
---
updated-dependencies:
- dependency-name: glob-parent
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-06-11 10:33:24 -07:00
dependabot[bot]
e146ccfd7e
Bump ws from 6.2.1 to 6.2.2 in /packages/skin-database ( #1096 )
...
Bumps [ws](https://github.com/websockets/ws ) from 6.2.1 to 6.2.2.
- [Release notes](https://github.com/websockets/ws/releases )
- [Commits](https://github.com/websockets/ws/commits )
---
updated-dependencies:
- dependency-name: ws
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-06-11 10:33:07 -07:00
dependabot[bot]
187b897c95
Bump postcss from 7.0.30 to 8.2.10 ( #1093 )
...
Bumps [postcss](https://github.com/postcss/postcss ) from 7.0.30 to 8.2.10.
- [Release notes](https://github.com/postcss/postcss/releases )
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md )
- [Commits](https://github.com/postcss/postcss/compare/7.0.30...8.2.10 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-06-11 10:32:39 -07:00
dependabot[bot]
d8f4282248
Bump lodash from 4.17.15 to 4.17.21 in /packages/skin-database ( #1091 )
...
Bumps [lodash](https://github.com/lodash/lodash ) from 4.17.15 to 4.17.21.
- [Release notes](https://github.com/lodash/lodash/releases )
- [Commits](https://github.com/lodash/lodash/compare/4.17.15...4.17.21 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-06-11 10:32:17 -07:00
dependabot[bot]
4c370ffcb0
Bump lodash from 4.17.15 to 4.17.21 ( #1089 )
...
Bumps [lodash](https://github.com/lodash/lodash ) from 4.17.15 to 4.17.21.
- [Release notes](https://github.com/lodash/lodash/releases )
- [Commits](https://github.com/lodash/lodash/compare/4.17.15...4.17.21 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-06-11 10:31:55 -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
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
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
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
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
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
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
Jordan Eldredge
e186970af1
Let yarn reorder dependencies
2021-01-24 23:07:55 -08:00
Jordan Eldredge
89ca18f9c4
Avoid blowing the call stack when parsing larg cursor files
2021-01-21 20:10:35 -08:00
Jordan Eldredge
9442e86494
Publish new version of ani-cursor
2021-01-21 20:10:35 -08:00
Jordan Eldredge
f4d7c6054d
Add upload processing stats to discord command
2021-01-18 13:37:39 -05:00
Jordan Eldredge
455922f9d1
Allow discord event handler to be disposed
2021-01-18 13:37:39 -05:00
Jordan Eldredge
92f9b3d264
Scrape date from archived files
2021-01-18 13:37:39 -05:00
Jordan Eldredge
fcfb1ce94d
Add timeout when processing user uploads
2021-01-18 13:37:39 -05:00
Jordan Eldredge
06bd83897f
Process uploads from the cli
2021-01-18 13:37:39 -05:00