4f3d062053
Move PresetFileParser into MilkdropPreset subdir
...
Makes more sense contextually.
2025-12-10 21:55:36 +01:00
fbdb18b355
Move FileParser to main directory.
...
Makes it easier to reuse for loading sprites.
2025-02-27 15:55:13 +01:00
ac77498318
nobody reads comments anyway
2024-04-18 23:49:31 +02:00
99259dc98a
swaps misordered label values
2024-04-18 23:49:31 +02:00
9762297909
Properly namespace all classes under "::libprojectM"
2023-12-30 14:56:35 +01:00
5c5bb0a147
PresetFileParser: Fix line reader and a compiler warning, re-add tests.
...
Don't skip lines with no data after "=", as there are many presets with empty code lines. skipping it would create a gap in the line numbers, aborting the loop in GetCode() early.
2023-09-11 10:19:46 +02:00