diff --git a/.gitattributes b/.gitattributes index e87090abb..b3e2769d6 100644 --- a/.gitattributes +++ b/.gitattributes @@ -9,6 +9,7 @@ *.png filter=lfs diff=lfs merge=lfs -text *.icns filter=lfs diff=lfs merge=lfs -text *.jar filter=lfs diff=lfs merge=lfs -text +*.bin filter=lfs diff=lfs merge=lfs -text *.tga binary diff=hex *.kra binary diff=hex diff --git a/.gitignore b/.gitignore index 67dd75b4f..0c9bdb445 100644 --- a/.gitignore +++ b/.gitignore @@ -10,6 +10,7 @@ buildapp/TerrarumLinux.* buildapp/TerrarumMac.* buildapp/TerrarumWindows.* assets/mods/dwarventech/ModuleComputers.jar +work_files/skylight/hosek_model_source/*.bin # Java native errors hs_err_pid* @@ -43,10 +44,3 @@ tmp_* ## Vim temp files *.swp *.swo - -# Eclipse MAT heap files -*.hprof -*.bin -*.index -*.threads -*_Leak_Suspects.zip diff --git a/assets/mods/basegame/audio/convolution/EchoThief - CedarCreekWinery.bin b/assets/mods/basegame/audio/convolution/EchoThief - CedarCreekWinery.bin new file mode 100644 index 000000000..c630ccbf1 Binary files /dev/null and b/assets/mods/basegame/audio/convolution/EchoThief - CedarCreekWinery.bin differ diff --git a/assets/mods/basegame/audio/convolution/EchoThief - DivorceBeach.bin b/assets/mods/basegame/audio/convolution/EchoThief - DivorceBeach.bin new file mode 100644 index 000000000..456842932 Binary files /dev/null and b/assets/mods/basegame/audio/convolution/EchoThief - DivorceBeach.bin differ diff --git a/assets/mods/basegame/audio/convolution/EchoThief - TransitCenter.bin b/assets/mods/basegame/audio/convolution/EchoThief - TransitCenter.bin new file mode 100644 index 000000000..d8458d661 Binary files /dev/null and b/assets/mods/basegame/audio/convolution/EchoThief - TransitCenter.bin differ diff --git a/assets/mods/basegame/audio/convolution/EchoThief - WoodruffLane.bin b/assets/mods/basegame/audio/convolution/EchoThief - WoodruffLane.bin new file mode 100644 index 000000000..d4d2f1564 Binary files /dev/null and b/assets/mods/basegame/audio/convolution/EchoThief - WoodruffLane.bin differ