* shot down spammy warning about samplesize for lmsize<=128; -debugsamplesize to show
	* numBspModels ('brusmodels') stat emitting


Radiant:

misc...
	* filters toolbar (disableable)
	* fix: shift + m1 click in tex browser to open shader in internal/external editor;
		defaulted internal; focuses on wanted shader; correct opening/saving
	* fix: angles "0 x 0" autoconvert to angle "x" on transform (was getting deleted w/o a trace)
This commit is contained in:
Garux
2017-08-01 13:50:06 +03:00
parent 6e687efe88
commit af4e2d29cf
26 changed files with 212 additions and 41 deletions

View File

@@ -71,7 +71,7 @@ void Global_constructPreferences( PreferencesPage& page ){
void Interface_constructPreferences( PreferencesPage& page ){
#ifdef WIN32
page.appendCheckBox( "", "Default Text Editor", g_TextEditor_useWin32Editor );
page.appendCheckBox( "", "External Shader Editor", g_TextEditor_useWin32Editor );
#else
{
GtkWidget* use_custom = page.appendCheckBox( "Text Editor", "Custom", g_TextEditor_useCustomEditor );