]> git.sesse.net Git - s573compress/shortlog
s573compress
2019-12-21 Steinar H.... More .gitignore.
2019-12-21 Steinar H.... Add a script to batch-decode a given .DAT file to ...
2019-12-21 Steinar H.... Add missing .h file.
2019-12-21 Steinar H.... Add compress to .gitignore.
2019-12-21 Steinar H.... Add some utility scripts for working with the binary...
2019-12-21 Steinar H.... More .gitignore.
2019-12-21 Steinar H.... Make the FFT length a more global named constant.
2019-12-21 Steinar H.... Add a .gitignore.
2019-12-21 Steinar H.... Add missing header file for the assembler.
2019-12-20 Steinar H.... Enable GAME OVER DURING SONG option in operator menu...
2019-12-19 Steinar H.... Add a program to recreate the shorts (previews) of...
2019-12-17 Steinar H.... Add some binary patches to aout.exe.
2019-12-15 Steinar H.... Support splitting the MP3 table into multiple files.
2019-12-15 Steinar H.... Fix MP3 file name generation for numerals.
2019-12-15 Steinar H.... Fix output of non-directory JSON.
2019-12-15 Steinar H.... More shuffling of extra stage bits.
2019-12-15 Steinar H.... Support splitting mdb into multiple files.
2019-12-15 Steinar H.... Update the mdb description and tools with much more...
2019-12-15 Steinar H.... Fix bpm order in create_mdb.py.
2019-12-15 Steinar H.... Do not use song number 255, it is special.
2019-12-11 Steinar H.... Some more parsing of background videos.
2019-12-09 Steinar H.... Add a note about possibly used SSQ areas.
2019-12-08 Steinar H.... Be more precise about the roulette entry.
2019-12-08 Steinar H.... Stop putting anything between config.dat and the file...
2019-12-08 Steinar H.... Fix a now-useless std::move.
2019-12-08 Steinar H.... Make sure no files stomp on the file table.
2019-12-07 Steinar H.... Rewrite the limitations section.
2019-12-07 Steinar H.... Some more documentation about title vs. title2.
2019-12-07 Steinar H.... Max and min bpm were swapped.
2019-12-06 Steinar H.... Fix dump_mp3_tab.py.
2019-12-06 Steinar H.... Update the limits section a bit.
2019-12-05 Steinar H.... Document the mp3_tab padding.
2019-12-05 Steinar H.... Split up unknown1 a bit.
2019-12-05 Steinar H.... Small fix to one of the documented limits.
2019-12-05 Steinar H.... Document an ISO9660 limit.
2019-12-05 Steinar H.... Rename song_type to load_on_boot, since that seems...
2019-12-05 Steinar H.... Make song indexes start from 1, not 0 (evidently, it...
2019-12-04 Steinar H.... Fun with the storage location enum.
2019-12-03 Steinar H.... Document a suspected 20 MB limit.
2019-12-03 Steinar H.... Fix make clean.
2019-12-03 Steinar H.... Actually include the changes from the previous one.
2019-12-03 Steinar H.... Optimize file reading; build time is down to just over...
2019-12-03 Steinar H.... Update comment in compress_fast.cpp.
2019-12-03 Steinar H.... Microoptimization.
2019-12-03 Steinar H.... Split out compress_main into its own file.
2019-12-03 Steinar H.... Use a hash table instead of direct mapping; much better...
2019-12-03 Steinar H.... Make the compression hash table a simple one-to-one...
2019-12-03 Steinar H.... More config tweaking to the compressor.
2019-12-03 Steinar H.... Move some complexity into find_match_length().
2019-12-03 Steinar H.... Yet more match tweaking. Up to 1550 kB free, although...
2019-12-03 Steinar H.... Add support for match chains to the fast compressor.
2019-12-03 Steinar H.... In the fast compressor, update the hash match table...
2019-12-03 Steinar H.... Add (somewhat manual) support for dumping MAX2 mdb...
2019-12-02 Steinar H.... Add a little script to make SSQ files from DWIs.
2019-12-02 Steinar H.... Add a tool to create images in TIM format.
2019-12-01 Steinar H.... Update some comments.
2019-12-01 Steinar H.... Rework file placement in the .dat files; should be...
2019-12-01 Steinar H.... Add some MP3 encryption/decryption tools.
2019-12-01 Steinar H.... A bit more about bgchange scripts.
2019-12-01 Steinar H.... Small rename.
2019-12-01 Steinar H.... Improve freeze parsing in SSQ files.
2019-11-30 Steinar H.... Add a section on limits.
2019-11-30 Steinar H.... Add a README.
2019-11-30 Steinar H.... Add license.
2019-11-30 Steinar H.... Add a Makefile.
2019-11-30 Steinar H.... Fix some warnings.
2019-11-30 Steinar H.... Document unknown4 a bit more.
2019-11-30 Steinar H.... unknown3 is also a bit mask, it seems.
2019-11-30 Steinar H.... Sort songs case-insensitively (duh).
2019-11-30 Steinar H.... Add support for re-sorting songs in mdb.bin.
2019-11-30 Steinar H.... Unbreak the titles.
2019-11-30 Steinar H.... Fix the executable modes.
2019-11-30 Steinar H.... Add some scripts to dump and recreate the music databas...
2019-11-30 Steinar H.... Update a comment.
2019-11-30 Steinar H.... Remove some junk.
2019-11-30 Steinar H.... Some tweaks to mdb.ksy (including extra stage).
2019-11-30 Steinar H.... Add some missing CD title enums.
2019-11-30 Steinar H.... Add some scripts to dump and recreate mp3_tab.bin.
2019-11-30 Steinar H.... Fix some minor issues in the .ksy files.
2019-11-30 Steinar H.... Add some Kaitai Struct definitions for the file formats...
2019-11-29 Steinar H.... Add support for adding the sound bank.
2019-11-29 Steinar H.... Small reindent.
2019-11-29 Steinar H.... Add a script to create game.dat/card.dat from a file...
2019-11-29 Steinar H.... Add a little program to flash to MAME files.
2019-11-29 Steinar H.... Add a small script to generate MP3 filenames from short...
2019-11-29 Steinar H.... Add a faster compressor.
2019-11-26 Steinar H.... Move the compressor into a separate function, callable...
2019-11-26 Steinar H.... Fix a buffer overrun.
2019-11-26 Steinar H.... Initial commit.