Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
50 check-ins occurring around d5180e0acf2df6908fef.
2024-01-04
| ||
01:29 | Redraw the whole screen on next/previous check-in: c510a9e4b5 user: MistressRemilia tags: lisp-version-start | |
01:27 | Restore the original terminal attributes later on exit check-in: 7d0a9f0c14 user: MistressRemilia tags: lisp-version-start | |
01:22 | Destroy the playback manager at exit check-in: 9c6ebc82c0 user: MistressRemilia tags: lisp-version-start | |
00:43 | Decode the filenames check-in: c92a2e91a2 user: MistressRemilia tags: lisp-version-start | |
00:28 | Reset LOADED? after each loop check-in: 6681206953 user: MistressRemilia tags: lisp-version-start | |
00:15 | Implement XSPF reading check-in: 87eee26803 user: MistressRemilia tags: lisp-version-start | |
2024-01-02
| ||
12:00 | Merge and integrate the lisp-add-renderer branch check-in: b2eeb4cda6 user: MistressRemilia tags: lisp-version-start | |
11:56 | Rendering is implemented Closed-Leaf check-in: e63916535e user: MistressRemilia tags: lisp-add-renderer | |
03:57 | merge from lisp-version-start to stay up to date check-in: 08a368ea59 user: MistressRemilia tags: lisp-add-renderer | |
03:56 | A slightly more compact help line. Also change the version. check-in: 2ecb0af74e user: MistressRemilia tags: lisp-version-start | |
2023-12-31
| ||
08:40 | Add some missing stuff to the playback-settings class. Add (but don't yet implement) the --quiet command line argument. Add a bit of the JOB class, though rendering still isn't functional yet. check-in: 499f75753a user: MistressRemilia tags: lisp-add-renderer | |
2023-12-28
| ||
21:14 | Merge crystal-version branch check-in: 853b6bc5d6 user: alexa tags: trunk | |
11:42 | Add the --quiet option check-in: 3c7ac9a929 user: alexa tags: crystal-version | |
2023-12-21
| ||
21:48 | Initialize *RANDOM-STATE* at startup. Without this, the banner isn't properly randomized. check-in: c81e14e39c user: MistressRemilia tags: lisp-add-renderer | |
2023-12-13
| ||
23:49 | Add a whole skeleton function check-in: 1169f905f2 user: MistressRemilia tags: lisp-add-renderer | |
23:42 | Start work on adding the renderer check-in: 92464e6fa5 user: MistressRemilia tags: lisp-add-renderer | |
2023-11-30
| ||
21:57 | Send the correct message. These should probably be typechecked in debug code... check-in: 00914da08f user: MistressRemilia tags: lisp-version-start | |
21:53 | Change the order of checks so that a message is correctly displayed. check-in: 10b5c63240 user: MistressRemilia tags: lisp-version-start | |
21:52 | Partially revert a change that caused unintended behavior. This is just cosmetic. check-in: 20c5bc5b25 user: alexa tags: trunk | |
21:49 | Fix handling of loop-down/loop-up check-in: 0543c1fa29 user: MistressRemilia tags: lisp-version-start | |
21:47 | Fix a crash check-in: 5902fd7c17 user: MistressRemilia tags: lisp-version-start | |
21:47 | Fix immediate message displaying check-in: f17a4d77a6 user: MistressRemilia tags: lisp-version-start | |
21:40 | Update file list in Makefile check-in: 43eb35e399 user: MistressRemilia tags: lisp-version-start | |
21:40 | Remove some debug stuff. Fix various message formattings. check-in: e8e64b4f69 user: MistressRemilia tags: lisp-version-start | |
21:39 | Catch the correct commands check-in: 6c913457a8 user: MistressRemilia tags: lisp-version-start | |
12:18 | Merge from trunk check-in: 916106df2c user: alexa tags: crystal-version | |
12:17 | Update news. Bump revision, tag as v0.3.1 check-in: d9ea2b0f79 user: alexa tags: trunk, v0.3.1 | |
12:08 | These should be the ABS of the values check-in: 71c3182c6a user: alexa tags: trunk | |
11:52 | Implement original UI check-in: cde5d917f9 user: MistressRemilia tags: lisp-version-start | |
10:08 | This should happen earlier. check-in: 5d17188c4b user: alexa tags: trunk | |
09:50 | Small cleanup check-in: 44df4aba0b user: alexa tags: trunk | |
09:48 | Fix some typos, move some fields to where the rest of the fields are declared, and remove some useless lines. check-in: 4c6be4e452 user: alexa tags: trunk | |
09:47 | Add types check-in: 9d744f2544 user: alexa tags: trunk | |
09:47 | Small cleanups: added some comments, fixed some typos, and removed some unused things. check-in: 5554c4debd user: alexa tags: trunk | |
2023-11-27
| ||
21:52 | Merge branch since trunk is still in the Crystal version for now. check-in: 070bc74d8f user: alexa tags: trunk | |
21:41 | Remove or comment out some stuff that isn't used check-in: a3ae21a49c user: alexa tags: crystal-version | |
06:26 | Remove an unused field check-in: a2e57c4b0a user: alexa tags: crystal-version | |
06:25 | Fix some typos check-in: 752243b883 user: alexa tags: crystal-version | |
2023-11-26
| ||
08:30 | Use a direct function call instead of a method to speed things up. Remove a debug statement. check-in: 21fd30b445 user: MistressRemilia tags: lisp-version-start | |
08:27 | Fix the names in the build file. check-in: f5cb05b3c7 user: MistressRemilia tags: lisp-version-start | |
08:27 | Support the new post-gain config option for the EQ from the Lisp version. Use a newer RemiAudio. check-in: fe94403453 user: alexa tags: crystal-version | |
08:25 | I apparently forgot how to write a Makefile check-in: db252b0714 user: MistressRemilia tags: lisp-version-start | |
06:41 | Add EQ support. The EQ config can also now take an additional parameter: post-gain. This is the amount of gain applied after the EQ has finished its processing, which may be useful to prevent clipping. check-in: 46e25b0e7f user: MistressRemilia tags: lisp-version-start | |
06:10 | Don't add bands that do nothing. check-in: ab5ba3fdc2 user: alexa tags: crystal-version | |
06:03 | Fix typo check-in: a103e39b77 user: alexa tags: crystal-version | |
2023-11-22
| ||
05:41 | The build number should be in hex check-in: 357ce1c235 user: MistressRemilia tags: lisp-version-start | |
05:40 | Flesh out the (currently unused) UI class with some common slots, and the UI protocol. check-in: 8a9ee5121e user: MistressRemilia tags: lisp-version-start | |
05:39 | Change the version text check-in: b8c929c228 user: MistressRemilia tags: lisp-version-start | |
05:39 | Whoops, forgot to add the file. check-in: d42c0402a8 user: MistressRemilia tags: lisp-version-start | |
05:22 | Add banners.lisp. Add UI-CONFIG class. Fix ASDF file. Add some more defaults. check-in: 197edf26e5 user: MistressRemilia tags: lisp-version-start | |