Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
50 check-ins occurring around 5ed68d0a96bd3983add8.
2024-04-21
| ||
02:38 | Move a case check-in: 541ca50384 user: alexa tags: trunk | |
01:46 | Fix parameter name check-in: 725a147f02 user: alexa tags: trunk | |
01:45 | Completely isolate the Player classes using a new PlayerManager class. This will allow us to add additional supported formats going forward. check-in: e1c9b4cd23 user: alexa tags: trunk | |
2024-04-20
| ||
23:01 | Start to allow FileManager to understand file types. This isn't used yet since we only load VGM files, but it's in place for the future. check-in: 09797ef614 user: alexa tags: trunk | |
22:38 | Change how this is done check-in: 080542c6df user: alexa tags: trunk | |
22:36 | Move some stuff out of PlaybackSettings check-in: 3e56b200fb user: alexa tags: trunk | |
22:14 | This isn't per-song, so just use the ConfigManager check-in: 3e1754174d user: alexa tags: trunk | |
22:14 | Don't set this to nil check-in: 3c61dde900 user: alexa tags: trunk | |
22:07 | Abstract the Player into Player and VgmPlayer check-in: e281affe34 user: alexa tags: trunk | |
21:39 | The player shouldn't care about how many tracks the FileManager has check-in: 5085a90f68 user: alexa tags: trunk | |
21:28 | move PlaybackSettings out of the Player check-in: 681df54213 user: alexa tags: trunk | |
21:00 | Move the effects into their own class, EffectStack check-in: 2042dcf34c user: alexa tags: trunk | |
20:31 | Merge and integrate the add-configmanager branch check-in: 4dd5c74246 user: alexa tags: trunk | |
20:00 | Remove --plot-eq from here, too Closed-Leaf check-in: b8dc748bed user: alexa tags: add-configmanager | |
19:59 | Remove --plot-eq from the manual check-in: 26c2a191ef user: alexa tags: add-configmanager | |
19:58 | Load config stuff later check-in: ad7feae1bd user: alexa tags: add-configmanager | |
19:57 | Remove --plot-eq argument check-in: 5028806ceb user: alexa tags: add-configmanager | |
19:55 | Rename file check-in: bc144720ef user: alexa tags: add-configmanager | |
19:52 | Make "normal" debug mode use -O1 and --debug. Fix some wording. check-in: b7ef8d0eef user: alexa tags: add-configmanager | |
19:52 | Make "normal" debug mode use -O1 and --debug. Fix some wording. check-in: 403bac9b43 user: alexa tags: trunk | |
19:50 | Move PlaybackSettings into the ConfigManager class check-in: b77d9523f2 user: alexa tags: add-configmanager | |
19:49 | Wrap config stuff in the ConfigManager class check-in: ac63423828 user: alexa tags: add-configmanager | |
19:28 | Rename FileHandler to FileManager check-in: 4eb56381fb user: alexa tags: trunk | |
19:27 | Rename PlaybackManager to ProgramManager check-in: dcc799e0cf user: alexa tags: trunk | |
2024-03-13
| ||
20:22 | Fix loading on older ASDF versions Closed-Leaf check-in: fe13cb618a user: MistressRemilia tags: lisp-version-start | |
2024-03-11
| ||
09:16 | Bump revision, tag as v0.4.1 check-in: 7fdb4509d4 user: alexa tags: trunk, v0.4.1 | |
09:09 | Update NEWS check-in: 4e2ad04b16 user: alexa tags: trunk | |
08:13 | Update README check-in: b491f3ea06 user: alexa tags: trunk | |
08:05 | Wrap this in a begin/end check-in: 5e8aa7b134 user: alexa tags: trunk | |
07:58 | Exclude audio drivers from RemiSound as well check-in: 68b48e7c14 user: alexa tags: trunk | |
07:57 | close_on_finalize was not added to IO::FileDescriptor.open until 1.6.0 check-in: b5c0e60152 user: alexa tags: trunk | |
07:56 | Fix typo in flag check-in: 1a027d1a98 user: alexa tags: trunk | |
05:38 | Only show CPU stuff on Linux check-in: 7f73a15fa4 user: alexa tags: trunk | |
2024-03-07
| ||
01:02 | Update README check-in: f7a0f37071 user: alexa tags: trunk | |
00:04 | Freeze shard versions, update version. Tag as v0.4.0 check-in: b32bd142d3 user: alexa tags: trunk, v0.4.0 | |
2024-03-06
| ||
08:24 | Update NEWS. Update shard.lock. check-in: 48d245520a user: alexa tags: trunk | |
2024-02-05
| ||
20:33 | Add a "stop after current song" function check-in: 46c4bff1a2 user: alexa tags: trunk | |
2024-01-26
| ||
09:33 | Adjust a message slightly so that it's more clear check-in: 41b3abf7e2 user: alexa tags: trunk | |
2024-01-24
| ||
23:50 | Read key input during fadeouts/tails as well check-in: 810c2880aa user: alexa tags: trunk | |
23:10 | When the EQ gets toggled, we should clear the "from song conf" field in the playback settings. check-in: 920114740e user: alexa tags: trunk | |
23:09 | Rename some functions to be more consistent check-in: 1771126735 user: alexa tags: trunk | |
22:18 | Fix song config EQ settings not getting properly applied check-in: 3cd4c96c9e user: alexa tags: trunk | |
2024-01-23
| ||
21:05 | Redirect stderr a bit later check-in: 0ecbe968d2 user: alexa tags: trunk | |
2024-01-21
| ||
08:39 | Sort directory children before iterating over them. check-in: ed855c85db user: alexa tags: trunk | |
2024-01-20
| ||
23:20 | Use attr to save the original wiki page name, when possible, so we can import automatically check-in: b68d143116 user: alexa tags: trunk | |
23:09 | Allow users to simply pass a directory as a positional arg. Only the direct children that are files are added. check-in: 97c190d069 user: alexa tags: trunk | |
12:37 | Ensure the "Chips Used" line isn't blank check-in: de2721f38f user: alexa tags: trunk | |
12:31 | Change wording slightly in --normalize's help check-in: 5c1341cf39 user: alexa tags: trunk | |
12:31 | Have --normalize respect --quiet check-in: 6a76652c19 user: alexa tags: trunk | |
12:24 | Don't clobber exiting CUE files by default check-in: e4f5cda6b1 user: alexa tags: trunk | |