Commit Graph

  • b2b0b30698
    Merge 920ee7a021 into b06490dd74 Eris Lund 2024-10-17 00:46:16 +0100
  • 1849dcd500
    Merge bc33e18ca0 into b06490dd74 Jordan Eldredge 2024-10-10 00:03:44 +1100
  • 3e6564018f
    Merge 0820b4a281 into b06490dd74 Isaiah Odhner 2024-10-09 14:20:16 +1100
  • ed7b39f9a3
    Merge cad028d67c into b06490dd74 Jordan Eldredge 2024-10-08 23:05:37 +0300
  • b06490dd74 Revert "Change polyfill (#1278)" master Jordan Eldredge 2024-10-06 12:16:35 -0700
  • 6d3b7fc367 Remove tests badge (This is in the github ui now) Jordan Eldredge 2024-10-06 11:07:34 -0700
  • 67e6cdf89d
    Change polyfill (#1278) Jordan Eldredge 2024-10-06 11:06:12 -0700
  • 2966ed3e4b Change polyfill change-polyfill Jordan Eldredge 2024-10-06 10:49:38 -0700
  • e6f32cae5f
    Merge 9227f1d531 into bdd5f505e7 sambaneko 2024-10-05 21:14:48 -0400
  • bdd5f505e7
    Upgrade jszip (#1276) Jordan Eldredge 2024-10-02 22:21:51 -0700
  • 6d07067cdf Upgrade jszip jszip-upgrade Jordan Eldredge 2024-10-02 22:21:34 -0700
  • cad028d67c Clean up other lock files clean-locks Jordan Eldredge 2024-10-02 21:32:50 -0700
  • 8083662f0d Fixes for webamp package Jordan Eldredge 2024-10-02 21:31:56 -0700
  • 66fb476f36 Upgrade webpack in example Jordan Eldredge 2024-10-02 21:25:35 -0700
  • d07e4b4b34 Try splitting out yarn install break-up-ci Jordan Eldredge 2024-10-02 19:42:34 -0700
  • f25242bf00 Shorter hashes? Jordan Eldredge 2024-10-02 19:38:01 -0700
  • 7ef3a309ed Publish from within directory Jordan Eldredge 2024-10-02 18:15:35 -0700
  • 37134c7d31 Disable yarn cache Jordan Eldredge 2024-10-02 17:21:36 -0700
  • 50c386d6b2 Bump setup-node Jordan Eldredge 2024-10-02 17:19:47 -0700
  • 56a7402e4c Use yarn to update the version Jordan Eldredge 2024-10-02 16:54:10 -0700
  • 7f284263fb We need scripts for optipng to work Jordan Eldredge 2024-10-02 16:40:55 -0700
  • 38ee567f97 Unify action versions Jordan Eldredge 2024-10-02 16:33:06 -0700
  • 2b5e6bc431 Update branch and tag name Jordan Eldredge 2024-10-02 16:24:42 -0700
  • bb45f513bb Don't ignore scripts Jordan Eldredge 2024-10-02 09:11:49 -0700
  • 2396030248 Set main version Jordan Eldredge 2024-10-02 09:07:20 -0700
  • df80d1a375 0.0.0-next-87012d8d Jordan Eldredge 2024-10-02 09:01:51 -0700
  • 87012d8d00 1.5.0 Jordan Eldredge 2024-10-02 08:57:02 -0700
  • c89670c01a Main release via CI Jordan Eldredge 2024-10-02 08:56:56 -0700
  • 6f7818057b
    Experiment with Rollup/Vite (#1263) Jordan Eldredge 2024-09-30 22:35:01 -0700
  • c7e180687b Avoid unused vars rollup Jordan Eldredge 2024-09-30 22:19:17 -0700
  • 65af6bdf78 Fix GraphQL tests with discord urls Jordan Eldredge 2024-09-30 22:12:52 -0700
  • 39dcd4b9b5 Remove tinder card Jordan Eldredge 2024-09-30 22:03:31 -0700
  • 1e1d6b5833 Enable graphql tests Jordan Eldredge 2024-09-30 21:45:39 -0700
  • ea97162cc4 Update snapshots Jordan Eldredge 2024-09-30 21:44:11 -0700
  • 0917c19ec3 Update image snapshots Jordan Eldredge 2024-09-30 19:03:34 -0700
  • c4a0e689ec Disable post-css injection for vite Jordan Eldredge 2024-09-02 12:57:26 -0700
  • 7be1d59b1f Fix serve Jordan Eldredge 2024-08-27 21:46:19 -0700
  • e9317e9d71 Fixup CI Jordan Eldredge 2024-08-27 21:35:50 -0700
  • 82a7de1fad Cleanup Jordan Eldredge 2024-08-25 18:45:03 -0700
  • a5945f9035 Vite/Rollup fixups Jordan Eldredge 2024-08-25 18:41:28 -0700
  • d1f71f825a Trial switching to vite rollup Jordan Eldredge 2024-06-22 15:42:08 -0700
  • e4ef68d657 Fix GraphQL Jordan Eldredge 2024-09-30 21:32:44 -0700
  • debfb531d2 Try upgrading upload-artifact action Jordan Eldredge 2024-09-30 19:06:04 -0700
  • 6f53921d85
    Merge dd193802be into f854b95915 Andrew 2024-09-05 16:13:13 +0700
  • f854b95915 Revert "Avoid import cycle" Jordan Eldredge 2024-09-03 15:01:38 -0700
  • 920ee7a021 Make canvas required Eris Lund 2024-08-29 18:45:59 +0200
  • 8f91c87d46 Addressing comments of the recent review Fixes FFT being corrupted when multiple instances of Webamp exist and are playing at the same time Fixes multiple Webamp instances fighting over what the current state of the Main Window really is Moved a lot of global mutable variables to instead be owned by BarPaintHandler and PaintWavHandler Renamed visualizer functions since they now handle a lot of things Eris Lund 2024-08-29 18:00:36 +0200
  • 4356be85d2 Missed accounting for the Playlist Editor Visualizer w.r.t to the background if Main Window was not visible, in windowshade mode and not in double size Eris Lund 2024-08-29 00:22:55 +0200
  • 45487bb2ba Readded drawing the visualizer background Prevent saPeaks from going "out of bounds" when the main window is in windowshade mode Eris Lund 2024-08-27 20:18:42 +0200
  • 63e14b22b6 Missed implementing the solid mode drawing a pixel instead of a filled line if x is 0 and if visualizer is small Eris Lund 2024-08-27 17:41:43 +0200
  • 99c4b21522 Moved the FFT to be part of BarPaintHandler, instead of being global Added checking for the state of the Main Window so that the Playlist Editor visualizer no longer bugs out like it did (incorrectly showing the small visualizer, or showing the full capacity of it) Changed the global variable i to be chunk to avoid potential issues Ensure y is scaled down (in the y axis) correctly when in windowshade mode Skip rendering of the Oscilloscope in the windowshade mode to avoid it drawing out of bounds Missed a few variables that werent in camelCase (again) Eris Lund 2024-08-27 01:17:26 +0200
  • 919b52b52f Upgrade grats Jordan Eldredge 2024-08-20 15:38:19 -0700
  • bc33e18ca0 Clarify current track API to note that it changes the track but does not actually cause it to play new-apis Jordan Eldredge 2024-08-25 11:43:46 -0700
  • 525e17ed2c Use id Jordan Eldredge 2024-08-25 11:30:48 -0700
  • e127d42fb6 Add new APIs to Webamp NPM module Jordan Eldredge 2024-08-25 10:46:11 -0700
  • 02b40558a8 Avoid import cycle Jordan Eldredge 2024-06-01 16:32:46 +0200
  • 792831b55c Move FFT stuff into VisPainter.ts Attempt at addressing more of the PR review Eris Lund 2024-08-24 07:54:00 +0200
  • dc59c28a58 Missed a few variables that weren't in camelCase Finetuned the data going into timeToFrequencyDomain Eris Lund 2024-08-24 02:53:10 +0200
  • 2d1457f4e1 Replace rangeByAmplitude with a colorIndex function Attempt at addressing a few comments from the PR review Eris Lund 2024-08-20 19:15:07 +0200
  • 4f8c37947a Maybe fix deploy issues? Eris Lund 2024-08-18 02:30:31 +0200
  • 7e3e565ea5 New (non-working) parameter: "sa", dictates vis mode Allowed "mode" to be modifiable Adjusted frequency scaling of the FFT Eris Lund 2024-08-18 00:49:23 +0200
  • b9e77c0b90 Fixed accidentally setting oscStyle to "dots" for testing (oops) Eris Lund 2024-08-17 12:03:42 +0200
  • aaf4702456 Visualizer is now pushed down by 2 pixels if not in double size mode Fixed "doubled" not being able to be used outside of Vis.tsx Set up base for eventual additional parameters that can be passed to the visualizer Consolidate paintWavDot into paintWavLine Remove dispose() Eris Lund 2024-08-17 11:58:17 +0200
  • f4424ce63d Add proper windowshade mode visualizer support (adapts correctly to doublesize too!) Proper color handling for the Spectrum Analyzer if in windowshade and double size mode Removed comemnts/functions no longer in use Eris Lund 2024-08-17 04:27:46 +0200
  • 85dd5f1dea Removed paintFrameThin() since it's now no longer needed (processing happens in paintFrameWide()) Also removed paintWavSolid() since that too is now processed in paintWavLine Removed variables no longer in use Adjusted how the FFT data is first processed in Vis.tsx and how that affects the thin and wide modes (they should now be consistent in volume) Eris Lund 2024-08-16 10:15:22 +0200
  • 7f3f1e1844 Fixed analyzer exceeding bounds in unwindowshaded mode Eris Lund 2024-08-16 08:42:47 +0200
  • 9c80ef5d7c Added support for windowshade mode (colors are broken) Replaced old Visualizer in the Playlist Editor in favor of the new Visualizer Eris Lund 2024-08-16 08:38:22 +0200
  • 09fc22989f Fixed analyzer responding to data immediately Various code comments explaining the purpose behind the new implementation Peaks are no longer visible at the bottom Eris Lund 2024-08-16 00:43:21 +0200
  • 00730569f6 Improved Winamp Visualizer by @x2nie Eris Lund 2024-08-15 12:08:35 +0200
  • dee0c67143
    Merge branch 'captbaritone:master' into winampvis Eris Lund 2024-08-15 03:12:12 +0200
  • d02672ac57
    Merge b82f6ff32e into 4a0a58b439 Jordan Eldredge 2024-06-23 00:08:43 +0000
  • b82f6ff32e Try disableing postcss when running vite vite-rollup Jordan Eldredge 2024-06-22 17:08:37 -0700
  • de43d73582 Move demo build dir to where integration tests expect them Jordan Eldredge 2024-06-22 17:04:05 -0700
  • 8d5e426d89 Trial switching to vite rollup Jordan Eldredge 2024-06-22 15:42:08 -0700
  • 6a49a67129
    Merge e0241f01a9 into 4a0a58b439 Jordan Eldredge 2024-06-14 12:44:31 +0000
  • 3ec50c1687
    Merge d08be00c9f into 4a0a58b439 Yisheng Jiang 2024-06-14 11:14:33 +0000
  • 4a0a58b439
    reactivate modern skins graphql. (a trial, can't do locally) (#1258) Fathony Luthfillah 2024-06-05 23:30:12 +0700
  • 936762d1fb reactivate modern skins graphql. (a trial, can't do locally) Fathony L 2024-06-05 22:09:10 +0700
  • f7d2ecde46 Avoid import cycle Jordan Eldredge 2024-06-01 16:32:46 +0200
  • 8377ea06a8 Add a few more notes about maki bytecode Jordan Eldredge 2024-05-28 22:02:24 +0100
  • 840e958442 Update snapshot fixtures Jordan Eldredge 2024-05-28 21:50:24 +0100
  • 78af066699 Checkpoint of pnpm adoption Jordan Eldredge 2024-05-15 23:50:39 -0700
  • 78e0937bdb Ensure dependencies get bundled in Jordan Eldredge 2024-05-14 12:31:23 -0700
  • 3d89b6d5e1 Improve parcel build/bundle/release Jordan Eldredge 2024-05-14 06:55:41 -0700
  • dc644ad3be Try esmodule Jordan Eldredge 2024-05-09 15:39:14 -0700
  • 8a3f464040 Improve docs Jordan Eldredge 2024-05-09 15:39:04 -0700
  • 01cd21e489
    bring back GraphQL (#1256) Fathony Luthfillah 2024-05-23 16:00:48 +0700
  • e460895e29 bring back GraphQL Fathony L 2024-05-22 19:18:46 +0700
  • bb9fb130ef
    merge from latest: x2nie-dev series: 12. (#1255) Fathony Luthfillah 2024-05-22 19:05:08 +0700
  • cd2ac88c4b lines format Fathony L 2024-05-22 18:57:15 +0700
  • 8902835191 merge from latest: x2nie-dev series: 12. Fathony L 2024-05-22 18:48:45 +0700
  • 65041ab4d6 Fix link to preview image in OG tag on demo site Jordan Eldredge 2024-05-08 17:18:41 -0700
  • 0f2731e4ef Revert accidental change to demo site config Jordan Eldredge 2024-05-08 17:18:12 -0700
  • eb8bdb5ca1 Cut another @next release Jordan Eldredge 2024-05-07 21:07:14 -0700
  • 025f9e7a39 Improve docs and fix bug with specifying window size when not using Milkdrop Jordan Eldredge 2024-05-07 21:05:45 -0700
  • 946b57a09d Only provide minified entrypoints Jordan Eldredge 2024-05-07 17:22:45 -0700
  • d2fa975fe8 Document webamp/lazy import Jordan Eldredge 2024-05-07 17:21:16 -0700
  • 723afc81c9 Format example html Jordan Eldredge 2024-05-07 16:22:32 -0700
  • 72b1a9f41a Bump version for @next release Jordan Eldredge 2024-05-07 16:18:47 -0700
  • 143563d6e0 Don't transform object spread Jordan Eldredge 2024-05-07 16:11:35 -0700