Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
50 most recent check-ins
2025-04-26
| ||
21:29 | Handle a few more cases where namestrings have wildcard characters as normal characters. Leaf check-in: 444e51f7f1 user: alexa tags: lisp-rewrite | |
20:57 | Use UIOP for native namestrings check-in: 58851f0392 user: alexa tags: lisp-rewrite | |
10:30 | Fix the `banner` key in the config not being used check-in: fa6137ce50 user: alexa tags: lisp-rewrite | |
10:21 | Fix copyrights in banners check-in: 72122e2942 user: alexa tags: lisp-rewrite | |
09:44 | Remove dependency on MONOTONIC-TIME. Use CL-SDM-CLOCKS instead. check-in: 9580b3f29e user: alexa tags: lisp-rewrite | |
08:13 | Fix help not displaying check-in: ee6b109269 user: alexa tags: lisp-rewrite | |
08:10 | Update NEWS and TRUNKSTATUS check-in: b13ec4c3de user: alexa tags: lisp-rewrite | |
08:10 | Fix the progress bar not indicating whether or not a song-specific config was loaded check-in: 6493be97e5 user: alexa tags: lisp-rewrite | |
07:38 | Partially reverse some changes to the REPLAY-GAIN-INFO-TAGS class so that we can reliably fall back to other values depending on the output mode. check-in: 79b003ce9e user: alexa tags: lisp-rewrite | |
07:34 | Show RVA info in the RVA field check-in: f2d6e5cbe2 user: alexa tags: lisp-rewrite | |
07:34 | When no decoder is present, don't try to get tag info for a FLAC file. check-in: 0b481f9988 user: alexa tags: lisp-rewrite | |
07:01 | Apply RVA for any class that includes the RVA-PLAYER mixin. Store whether or not ReplayGain values were loaded from tag data. Store the source of the RVA data. check-in: abaa3a252c user: alexa tags: lisp-rewrite | |
00:46 | Move RVA value storage into its own mixin class, then populate it in a :BEFORE method. Use this class for XQA, FLAC, MPEG-1, Opus, and WavPack files. Display the ReplayGain in the info line. check-in: 2a6e79731c user: alexa tags: lisp-rewrite | |
00:01 | Display the ReplayGain value being applied in the info line of XQA files check-in: 1176e1e0af user: alexa tags: lisp-rewrite | |
2025-04-22
| ||
04:53 | Remove remote socket on ctrl-c check-in: c91e8c0ef8 user: alexa tags: lisp-rewrite | |
04:50 | Derp, vector-pop pops the last element, so no need to move the element down before popping. I believe this fixes some song-specific config bugs. check-in: b0982bcfd6 user: alexa tags: lisp-rewrite | |
04:28 | Fix --basedir checking logic check-in: 46b6dfce4f user: alexa tags: lisp-rewrite | |
04:28 | Name the thread check-in: 1b20555b39 user: alexa tags: lisp-rewrite | |
04:28 | Fix crash in (PLAYABLE-CALC-TIME-LENGHT VGM-FILE) when using the max loops value from the loaded config. check-in: 490471f110 user: alexa tags: lisp-rewrite | |
2025-04-20
| ||
07:59 | Update AppImage build script. check-in: a85ab92ed7 user: alexa tags: lisp-rewrite | |
07:39 | Update NEWS and TRUNKSTATUS check-in: 4dcbd5bd00 user: alexa tags: lisp-rewrite | |
07:25 | Add new version strings to the --long-version argument. Update build script for AppImage. check-in: e82aa980a6 user: alexa tags: lisp-rewrite | |
07:06 | Change the default resampler to :LINEAR. After many, many, many hours of listening... I can't really tell a difference between :LINEAR and :SINC-FAST. I'm sure there are a few cases where it's noticeable for some people, but I'm thinking the average listener won't notice the difference between :LINEAR and :SINC-FAST either. Besides, it's still configurable. check-in: 849d4d6bd0 user: alexa tags: lisp-rewrite | |
07:04 | Whoops, forgot to update the ASDF file check-in: 906109d5b3 user: alexa tags: lisp-rewrite | |
06:09 | Add support for playing Opus files check-in: 68e5a709ad user: alexa tags: lisp-rewrite | |
05:41 | Add MAKE-MIDI-TAG-INFO check-in: d9d1a598d2 user: alexa tags: lisp-rewrite | |
2025-04-19
| ||
22:52 | Add ability to play PCM (WAV or Au) files check-in: d642f0cabd user: alexa tags: lisp-rewrite | |
22:52 | Add a HANDLER-BIND check-in: c04af532cb user: alexa tags: lisp-rewrite | |
21:44 | Be sure to enable/disable the DC filter according to the config settings check-in: d5ae8ebae0 user: alexa tags: lisp-rewrite | |
12:09 | Update TRUNKSTATUS check-in: c44ab48294 user: alexa tags: lisp-rewrite | |
12:08 | Fix the banner lines not cycling colors. check-in: 177bce7d0f user: alexa tags: lisp-rewrite | |
11:51 | Change this to a normal DEFUN check-in: dd26d3d588 user: alexa tags: lisp-rewrite | |
2025-04-18
| ||
04:08 | Fix the default theme foreground color (thanks, notptr!) check-in: d1e692c83a user: alexa tags: lisp-rewrite | |
2025-04-17
| ||
20:11 | Don't totally crash if the theme isn't found check-in: c5cef0ea78 user: alexa tags: lisp-rewrite | |
19:58 | Check logger type to prevent a crash when exiting check-in: f9c6d2cdd6 user: alexa tags: lisp-rewrite | |
11:25 | Fix some text check-in: 4eb4da8935 user: alexa tags: lisp-rewrite | |
2025-04-16
| ||
23:55 | Replace Rakefile with a Bash script. Add support for non-SIMD builds to build.sh. Update Lisp building instructions. check-in: 13091d7504 user: alexa tags: lisp-rewrite | |
05:54 | Fix crash when hitting the `i` key and a module isn't playing. Update start-with-swank.sh script, too. check-in: b621f470c0 user: alexa tags: lisp-rewrite | |
04:40 | Only enable SIMD code when :BENBEN-SIMD is in *FEATURES*. Update and rename REPL setup scripts. check-in: 729ec14389 user: alexa tags: lisp-rewrite | |
04:40 | Update ignore-glob check-in: 229f3a21cd user: alexa tags: lisp-rewrite | |
02:39 | Fix AppImage script to get the correct .so files check-in: 9b02f39274 user: alexa tags: lisp-rewrite | |
2025-04-15
| ||
11:50 | Update the AppImage build script. check-in: a712a42cfd user: alexa tags: lisp-rewrite | |
11:44 | Update Lisp building instructions check-in: a430af2901 user: alexa tags: lisp-rewrite | |
09:58 | Update the instructions for building the Lisp version. check-in: e7dbb8d141 user: alexa tags: lisp-rewrite | |
09:58 | Remove old script check-in: 4a9a9d33e3 user: alexa tags: lisp-rewrite | |
09:58 | Add a script to build the AppImage for the Lisp version check-in: 7ff5e1eb56 user: alexa tags: lisp-rewrite | |
2025-04-14
| ||
23:08 | Work around a bug in older SBCL versions. check-in: 7fd949243a user: alexa tags: lisp-rewrite | |
22:30 | Fix type definitions, and store the proper type of vector in pf-vec check-in: 00cdb913fe user: alexa tags: lisp-rewrite | |
21:35 | Add a few more DLOG statements to try and pin down a bug check-in: a3be0a7ff0 user: alexa tags: lisp-rewrite | |
10:40 | Fix some types check-in: 4283e12c04 user: alexa tags: lisp-rewrite | |