6 Commits over 427 Days - 0.00cph!
Create .gitignore
Fix whitelist being different from the game
Do not pause if launched through existing cmd.exe
See comment
@ gmad/commit/fe2c1d9e0eb2a8383b15aeb2c94bd5558356be96
Updated the whitelist to allow .vtx files again, while restricting .sw.vtx still
Pause on error for Win32
Because people on Windows just can't comprehend what a command line utility is
Fixed buffer reallocation
fixes #34
Reduced buffer reallocation.
Use Bootil's AutoBuffer
Style fixes
Merge pull request #46 from RaphaelIT7/patch-1
Reduced buffer reallocation
Update whitelist
Update
* Auto ignore .git stuff
* Print out list of files that did not match the whitelist at the end of the console output so they are more visible
* Print out ignored files, and their total at the end of the output
* Added -quiet to suppress spammy messages