Q3map2:
* 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:
@@ -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 );
|
||||
|
||||
Reference in New Issue
Block a user