mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-11 22:54:34 +00:00
commit
535f56af6e
71 changed files with 3056 additions and 20158 deletions
|
|
@ -1,13 +1,5 @@
|
|||
new GuiControlProfile(GuiDefaultProfile);
|
||||
new GuiControlProfile(GuiToolTipProfile);
|
||||
new GuiCanvas(Canvas);
|
||||
function onLightManagerActivate() {}
|
||||
function onLightManagerDeactivate() {}
|
||||
Canvas.setWindowTitle("Torque 3D Unit Tests");
|
||||
new RenderPassManager(DiffuseRenderPassManager);
|
||||
setLightManager("Basic Lighting");
|
||||
setLogMode(2);
|
||||
$Con::LogBufferEnabled = false;
|
||||
$Testing::checkMemoryLeaks = false;
|
||||
runAllUnitTests();
|
||||
$Testing::CheckMemoryLeaks = false;
|
||||
runAllUnitTests("-*.Stress*");
|
||||
quit();
|
||||
|
|
|
|||
|
|
@ -1,13 +1,5 @@
|
|||
new GuiControlProfile(GuiDefaultProfile);
|
||||
new GuiControlProfile(GuiToolTipProfile);
|
||||
new GuiCanvas(Canvas);
|
||||
function onLightManagerActivate() {}
|
||||
function onLightManagerDeactivate() {}
|
||||
Canvas.setWindowTitle("Torque 3D Unit Tests");
|
||||
new RenderPassManager(DiffuseRenderPassManager);
|
||||
setLightManager("Basic Lighting");
|
||||
setLogMode(2);
|
||||
$Con::LogBufferEnabled = false;
|
||||
$Testing::checkMemoryLeaks = false;
|
||||
runAllUnitTests();
|
||||
$Testing::CheckMemoryLeaks = false;
|
||||
runAllUnitTests("-*.Stress*");
|
||||
quit();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue