* decompiling: fix: broken brushes, empty brush definitions; shut down too usual warnings; with -force tries to decompile model autoclip too
	* decompiling: -fast mode for BSPToMap conversion


Radiant:
misc...
	* _setmaxstdio(2048): tested max pk3s count: 1021
	* curve: deform (randomize Z points coord at given amount)
This commit is contained in:
Garux
2017-08-01 13:59:31 +03:00
parent fe73dd74d0
commit f8b2b1f25e
5 changed files with 355 additions and 30 deletions

View File

@@ -559,6 +559,7 @@ int main( int argc, char* argv[] ){
}
FreeLibrary( lib );
}
_setmaxstdio(2048);
#endif
gtk_disable_setlocale();