Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

50 most recent check-ins

2025-06-15
05:30
We're no longer on the lisp-rewrite branch, so use the trunk to build the AppImage Leaf check-in: 53f9a27871 user: alexa tags: trunk
05:29
Update dependencies in the AppImage build script. Fix some capitalization. check-in: 85aeb2f1cc user: alexa tags: trunk
03:51
Fix seeking in QOA and XQAF files check-in: 0888f7dd34 user: alexa tags: trunk
2025-06-13
21:35
Lower the SLEEP here a tiny bit. It improves the feel on low-end devices slightly. check-in: e408175396 user: alexa tags: trunk
2025-06-09
04:19
Require a minimum version of v0.2.0 of CL-Remi-Slang check-in: fa7e5573a7 user: alexa tags: trunk
04:18
Change the default max VGM size to 60mb check-in: 10c4543be1 user: alexa tags: trunk
2025-06-07
22:27
When --float is used and --bit-depth is not, set the --bit-depth value to the default for rendering to float. check-in: 4588316adb user: alexa tags: trunk
20:17
Add MIDI-JOB class so that MIDI files can be rendered. check-in: ee17da4d1c user: alexa tags: trunk
2025-06-06
08:25
Support MPEG-1 files in WADs check-in: 978aafe2fe user: alexa tags: trunk
07:25
Support Opus lumps in WAD files. Also handle lump testing better. check-in: 416921d34a user: alexa tags: trunk
07:12
Specialize only on the first argument of PLAYABLE-FILE-TEST when the first argument is a vector. check-in: 452393125a user: alexa tags: trunk
07:10
Fix text to be more accurate check-in: 2fe8d4e4c1 user: alexa tags: trunk
07:09
Support QOA and XQAF lumps in WAD files check-in: 90bf80914b user: alexa tags: trunk
07:08
Fix QOA files not playing immediately after an XQAF file check-in: 550ddf71af user: alexa tags: trunk
05:35
Don't do unnecessary work check-in: ffd83d8d0c user: alexa tags: trunk
2025-06-05
06:44
Better #+/#- check-in: 485cabe38b user: alexa tags: trunk
06:37
DX some more SIMD variables in EFFECT-STACK-PROCESS. check-in: 0b07e6f76d user: alexa tags: trunk
06:35
Remove unused %PLAYER-APPLY-VOLUME/64 function. Make %PLAYER-APPLY-VOLUME notinline. Re-enable the :AVX case for this function, add the :SSE4.1 case, and make them not cons all over the place by DXing the MM variable. check-in: 8a11512e6b user: alexa tags: trunk
06:24
Add an :SSE4.1 variation for calculating the channel sums check-in: aedf953f2a user: alexa tags: trunk
06:15
Add :SSE4.1 case for getting min/max check-in: 630b68b18e user: alexa tags: trunk
01:55
Trim off four characters check-in: 9ff2f95eb1 user: alexa tags: trunk
01:39
Do normal file tests in parallel as well check-in: 58e31222f6 user: alexa tags: trunk
01:36
Check formats in parallel check-in: f77afe2686 user: alexa tags: trunk
01:34
Greatly improve the time it takes to check a WAD file. check-in: 71ecd56334 user: alexa tags: trunk
01:07
Display lump names when playing songs from a WAD file check-in: 31ff09a262 user: alexa tags: trunk
2025-06-04
21:09
Be sure to close streams. DX some closures. Add some messages about WAD loading. check-in: 42f6597b2b user: alexa tags: trunk
21:09
The FLAC-CHANS variable could technically be NIL, so use EQ instead of = check-in: 1fc07c652d user: alexa tags: trunk
20:28
Fix a call to UI-QUEUE-MESSAGE. This fixes the "toggle interpolation" key with module files. check-in: 5e47201e60 user: alexa tags: trunk
20:28
Change this to :ALWAYS inline check-in: 1447e2c740 user: alexa tags: trunk
10:29
The FILENAME slot doesn't exist, so don't access it. Fixes a crash when using the original UI. check-in: 4d87e6ab6c user: alexa tags: trunk
10:03
Handle stream tests more consistently. check-in: 00653a4f57 user: alexa tags: trunk
10:03
Whoops, change sleep value back (it was changed for some debugging earlier) check-in: 535d46b437 user: alexa tags: trunk
09:57
Add support for loading VGMs from WAD files check-in: e519292113 user: alexa tags: trunk
09:45
Loading modules from WAD files is now supported check-in: cace95fe05 user: alexa tags: trunk
08:57
Refactor the way sources for PLAYABLE-FILEs are handled. This introduces the PLAYABLE-SOURCE class and subclasses. With these, files can be loaded from containers such as WAD files, with everything compartmentalized into methods, and abstracted into a generic mechanism. check-in: 4d9827cbe7 user: alexa tags: trunk
08:55
Add some DLOG statements to FILE-MANAGER to help keep track of what's been processed. check-in: 1999add7cd user: alexa tags: trunk
08:18
Fix some unreachable code check-in: d28d669f6d user: alexa tags: trunk
2025-06-03
10:18
Add experimental WAD loading. At present time, only lumps that contain MIDI, MUS, Ogg Vorbis, or FLAC data are loaded. This is because loading from streams isn't added to CL-RemiAudio and CL-RemiChips for other formats yet. check-in: 9546c4d5db user: alexa tags: trunk
06:15
Added the --start-paused CLI option check-in: 924027f70d user: alexa tags: trunk
06:10
Add the --no-song-configs CLI option check-in: 0edfad936b user: alexa tags: trunk
05:10
Fix file sorting at startup. check-in: 41c8bc612b user: alexa tags: trunk
05:10
Change the PRINT-OBJECT method for SID_FILE check-in: 7e80e1af38 user: alexa tags: trunk
04:56
Fix SID subsongs not loading from XSPF/JSPF lists check-in: 89a1644a65 user: alexa tags: trunk
04:55
Remove some unneeded DLOGs check-in: d646abb93a user: alexa tags: trunk
2025-05-31
21:31
Merge and integrate the lisp-rewrite branch, WOO! check-in: 93755b9e57 user: alexa tags: trunk
21:30
Update Lisp build instructions Closed-Leaf check-in: ba5420b913 user: alexa tags: lisp-rewrite
21:26
Fix link in README check-in: 889bd2d153 user: alexa tags: lisp-rewrite
21:23
Update the README again check-in: f513055850 user: alexa tags: lisp-rewrite
21:19
Fix SID looping. Update README. check-in: a1232fe5e2 user: alexa tags: lisp-rewrite
21:09
Fix the progress bar going too fast for SID files check-in: bdc9dc27ab user: alexa tags: lisp-rewrite