Some more property names from DKCR3D and Bearborg
This commit is contained in:
parent
74e7d20329
commit
366c4cd3ff
|
@ -20020,6 +20020,7 @@ contraption
|
|||
darkburst
|
||||
deactivate
|
||||
deactivated
|
||||
diddy
|
||||
entangler
|
||||
fursuit
|
||||
glider
|
||||
|
@ -20047,6 +20048,7 @@ nullify
|
|||
params
|
||||
parm
|
||||
parms
|
||||
patterned
|
||||
phason
|
||||
phazon
|
||||
piggy
|
||||
|
|
|
@ -4,6 +4,7 @@
|
|||
#include "Editor/Widgets/CCheckableTreeWidgetItem.h"
|
||||
#include "UICommon.h"
|
||||
#include <Core/Resource/Cooker/CTemplateWriter.h>
|
||||
#include <Core/Resource/Factory/CTemplateLoader.h>
|
||||
#include <QtConcurrent/QtConcurrent>
|
||||
#include <iterator>
|
||||
|
||||
|
@ -84,6 +85,9 @@ void CGeneratePropertyNamesDialog::StartGeneration()
|
|||
mCheckedItems.clear();
|
||||
mpUI->OutputTreeWidget->clear();
|
||||
|
||||
// Load all templates so we can match as many properties as possible
|
||||
CTemplateLoader::LoadAllGames();
|
||||
|
||||
// Configure the generator
|
||||
SPropertyNameGenerationParameters Params;
|
||||
|
||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue