Initial commit

This commit is contained in:
Eagle517
2025-02-17 23:17:30 -06:00
commit 7cad314c94
4726 changed files with 1145203 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

File diff suppressed because it is too large Load Diff

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 23 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

View File

@ -0,0 +1,129 @@
//--- OBJECT WRITE BEGIN ---
new GuiControl(LightAngleDialog) {
profile = "GuiDefaultProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "0 0";
extent = "800 600";
minExtent = "8 2";
visible = "1";
new GuiWindowCtrl(LADWindow) {
profile = "GuiWindowProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "307 237";
extent = "185 125";
minExtent = "8 2";
visible = "1";
text = "Change Light Angle";
maxLength = "255";
resizeWidth = "1";
resizeHeight = "1";
canMove = "1";
canClose = "1";
canMinimize = "1";
canMaximize = "1";
minSize = "50 50";
new GuiButtonCtrl(LADOK) {
profile = "GuiButtonProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "15 85";
extent = "55 25";
minExtent = "8 2";
visible = "1";
command = "dplSetLightAngleDialogOK();";
text = "OK";
groupNum = "-1";
buttonType = "PushButton";
};
new GuiButtonCtrl(LADCancel) {
profile = "GuiButtonProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "115 85";
extent = "55 25";
minExtent = "8 2";
visible = "1";
command = "Canvas.popDialog( LightAngleDialog );";
text = "Cancel";
groupNum = "-1";
buttonType = "PushButton";
};
new GuiControl() {
profile = "GuiAxisXRedProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "15 40";
extent = "22 18";
minExtent = "8 2";
visible = "1";
new GuiTextCtrl() {
profile = "GuiTextProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "0 0";
extent = "22 18";
minExtent = "8 2";
visible = "1";
text = " X : ";
maxLength = "255";
};
};
new GuiControl() {
profile = "GuiAxisZBlueProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "96 40";
extent = "22 18";
minExtent = "8 2";
visible = "1";
new GuiTextCtrl() {
profile = "GuiTextProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "0 0";
extent = "22 18";
minExtent = "8 2";
visible = "1";
text = " Z : ";
maxLength = "255";
};
};
new GuiTextEditCtrl(DPLightAngleZEdit) {
profile = "GuiTextEditProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "120 40";
extent = "50 18";
minExtent = "8 2";
visible = "1";
text = "0.000";
maxLength = "255";
historySize = "0";
password = "0";
tabComplete = "0";
sinkAllKeyEvents = "0";
};
new GuiTextEditCtrl(DPLightAngleXEdit) {
profile = "GuiTextEditProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "39 40";
extent = "50 18";
minExtent = "8 2";
visible = "1";
text = "0.000";
maxLength = "255";
historySize = "0";
password = "0";
tabComplete = "0";
sinkAllKeyEvents = "0";
};
};
};
//--- OBJECT WRITE END ---

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 KiB

View File

@ -0,0 +1,157 @@
//--- OBJECT WRITE BEGIN ---
new GuiControl(LoadFileDialog) {
profile = "GuiDefaultProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "0 0";
extent = "800 600";
minExtent = "8 8";
visible = "1";
helpTag = "0";
new GuiWindowCtrl() {
profile = "GuiWindowProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "127 78";
extent = "640 370";
minExtent = "200 200";
visible = "1";
text = "Load File...";
maxLength = "255";
resizeWidth = "1";
resizeHeight = "1";
canMove = "1";
canClose = "1";
canMinimize = "1";
canMaximize = "1";
minSize = "50 50";
closeCommand = "Canvas.popDialog(LoadFileDialog);";
helpTag = "0";
new GuiScrollCtrl() {
profile = "GuiScrollProfile";
horizSizing = "width";
vertSizing = "height";
position = "10 70";
extent = "550 290";
minExtent = "8 8";
visible = "1";
willFirstRespond = "1";
hScrollBar = "dynamic";
vScrollBar = "alwaysOn";
constantThumbHeight = "0";
childMargin = "0 0";
defaultLineHeight = "15";
helpTag = "0";
new GuiTextListCtrl(LFDFileList) {
profile = "GuiTextArrayProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "2 2";
extent = "9 8";
minExtent = "8 8";
visible = "1";
altCommand = "eval($loadFileCommand); Canvas.popDialog(LoadFileDialog);";
enumerate = "0";
resizeCell = "1";
columns = "0";
fitParentWidth = "0";
clipColumnText = "0";
clipLeft = "0";
noDuplicates = "false";
helpTag = "0";
};
};
new GuiButtonCtrl() {
profile = "GuiButtonProfile";
horizSizing = "left";
vertSizing = "bottom";
position = "570 70";
extent = "60 20";
minExtent = "8 8";
visible = "1";
command = "eval($loadFileRefreshCommand);";
text = "Refresh";
groupNum = "-1";
buttonType = "PushButton";
helpTag = "0";
tooltipprofile = "TooltipProfile";
tooltip = "Refresh the File List for the Selected Project Directory";
};
new GuiButtonCtrl() {
profile = "GuiButtonProfile";
horizSizing = "left";
vertSizing = "top";
position = "570 310";
extent = "60 20";
minExtent = "8 8";
visible = "1";
command = "eval($loadFileCommand); Canvas.popDialog(LoadFileDialog);";
text = "Load";
groupNum = "-1";
buttonType = "PushButton";
helpTag = "0";
tooltipprofile = "TooltipProfile";
tooltip = "Open the Selected File";
};
new GuiButtonCtrl() {
profile = "GuiButtonProfile";
horizSizing = "left";
vertSizing = "top";
position = "570 340";
extent = "60 20";
minExtent = "8 8";
visible = "1";
command = "eval($loadFileCancelCommand); Canvas.popDialog(LoadFileDialog);";
text = "Cancel";
groupNum = "-1";
buttonType = "PushButton";
helpTag = "0";
tooltipprofile = "TooltipProfile";
tooltip = "Close the 'Load File' Window without Opening a File";
};
new GuiTextCtrl() {
profile = "GuiTextProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "10 25";
extent = "83 18";
minExtent = "8 2";
visible = "1";
text = "Project Directory:";
maxLength = "255";
};
new GuiPopUpMenuCtrl(LFDProjectDirectoryPopup) {
profile = "GuiPopUpMenuProfile";
horizSizing = "width";
vertSizing = "bottom";
position = "10 45";
extent = "550 20";
minExtent = "8 2";
visible = "1";
text = "pathway";
maxLength = "255";
maxPopupHeight = "200";
sbUsesNAColor = "1";
reverseTextList = "0";
bitmapBounds = "16 16";
tooltipprofile = "TooltipProfile";
tooltip = "Select a Project Directory to View its Files";
};
new GuiBitmapCtrl(LFDBitmapView) {
profile = "GuiBorderProfile";
horizSizing = "left";
vertSizing = "bottom";
position = "567 165";
extent = "64 64";
minExtent = "8 2";
visible = "1";
wrap = "0";
tooltipprofile = "TooltipProfile";
tooltip = "Preview of Selected Bitmap";
};
};
};
//--- OBJECT WRITE END ---

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

View File

@ -0,0 +1,248 @@
//--- OBJECT WRITE BEGIN ---
new GuiControl(OpenGLInfoDialog) {
profile = "GuiDefaultProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "0 0";
extent = "640 480";
minExtent = "8 2";
visible = "1";
new GuiWindowCtrl(OpenGLInfoWindow) {
profile = "GuiWindowProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "249 133";
extent = "256 257";
minExtent = "8 2";
visible = "1";
text = "OpenGL Info";
maxLength = "255";
resizeWidth = "1";
resizeHeight = "1";
canMove = "1";
canClose = "1";
canMinimize = "1";
canMaximize = "1";
minSize = "50 50";
closeCommand = "Canvas.popDialog(OpenGLInfoDialog);";
new GuiButtonCtrl(LADOK) {
profile = "GuiButtonProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "100 225";
extent = "55 25";
minExtent = "8 2";
visible = "1";
command = "Canvas.popDialog(OpenGLInfoDialog);";
text = "OK";
groupNum = "-1";
buttonType = "PushButton";
};
new GuiTextCtrl() {
profile = "GuiTextProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "10 90";
extent = "39 18";
minExtent = "8 2";
visible = "1";
text = "Vendor:";
maxLength = "255";
};
new GuiTextCtrl() {
profile = "GuiTextProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "10 105";
extent = "48 18";
minExtent = "8 2";
visible = "1";
text = "Renderer:";
maxLength = "255";
};
new GuiTextCtrl() {
profile = "GuiTextProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "10 120";
extent = "41 18";
minExtent = "8 2";
visible = "1";
text = "Version:";
maxLength = "255";
};
new GuiTextCtrl() {
profile = "GuiText24Profile";
horizSizing = "right";
vertSizing = "bottom";
position = "5 29";
extent = "171 28";
minExtent = "8 2";
visible = "1";
text = "OpenGL Statistics";
maxLength = "255";
};
new GuiTextCtrl() {
profile = "GuiTextProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "10 145";
extent = "133 18";
minExtent = "8 2";
visible = "1";
text = "Current Screen Information:";
maxLength = "255";
};
new GuiTextCtrl() {
profile = "GuiTextProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "10 165";
extent = "49 18";
minExtent = "8 2";
visible = "1";
text = "Color Bits:";
maxLength = "255";
};
new GuiTextCtrl() {
profile = "GuiTextProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "10 180";
extent = "52 18";
minExtent = "8 2";
visible = "1";
text = "Depth Bits:";
maxLength = "255";
};
new GuiTextCtrl() {
profile = "GuiTextProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "10 195";
extent = "56 18";
minExtent = "8 2";
visible = "1";
text = "Stencil Bits:";
maxLength = "255";
};
new GuiTextCtrl(OGLIDVendor) {
profile = "GuiTextProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "70 90";
extent = "12 18";
minExtent = "8 2";
visible = "1";
text = "??";
maxLength = "255";
};
new GuiTextCtrl(OGLIDRenderer) {
profile = "GuiTextProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "70 105";
extent = "12 18";
minExtent = "8 2";
visible = "1";
text = "??";
maxLength = "255";
};
new GuiTextCtrl(OGLIDVersion) {
profile = "GuiTextProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "70 120";
extent = "12 18";
minExtent = "8 2";
visible = "1";
text = "??";
maxLength = "255";
};
new GuiTextCtrl(OGLIDColorBits) {
profile = "GuiTextProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "70 165";
extent = "12 18";
minExtent = "8 2";
visible = "1";
text = "??";
maxLength = "255";
};
new GuiTextCtrl(OGLIDDepthBits) {
profile = "GuiTextProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "70 180";
extent = "12 18";
minExtent = "8 2";
visible = "1";
text = "??";
maxLength = "255";
};
new GuiTextCtrl(OGLIDStencilBits) {
profile = "GuiTextProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "70 195";
extent = "12 18";
minExtent = "8 2";
visible = "1";
text = "??";
maxLength = "255";
};
new GuiBitmapCtrl() {
profile = "GuiBorderProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "183 25";
extent = "68 35";
minExtent = "8 2";
visible = "1";
bitmap = "./ogl_sm";
wrap = "0";
};
new GuiTextCtrl() {
profile = "GuiTextProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "10 70";
extent = "88 18";
minExtent = "8 2";
visible = "1";
text = "Driver Information:";
maxLength = "255";
};
new GuiControl() {
profile = "GuiBorderProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "4 65";
extent = "248 3";
minExtent = "8 2";
visible = "1";
};
new GuiControl() {
profile = "GuiBorderProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "4 140";
extent = "248 3";
minExtent = "8 2";
visible = "1";
};
new GuiControl() {
profile = "GuiBorderProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "4 215";
extent = "248 3";
minExtent = "8 2";
visible = "1";
};
};
};
//--- OBJECT WRITE END ---

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

File diff suppressed because it is too large Load Diff

Binary file not shown.

View File

@ -0,0 +1,196 @@
//--- OBJECT WRITE BEGIN ---
new GuiControl(ProgramAboutDialog) {
profile = "GuiDefaultProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "0 0";
extent = "800 600";
minExtent = "8 2";
visible = "1";
new GuiWindowCtrl() {
profile = "GuiWindowProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "200 117";
extent = "400 365";
minExtent = "8 2";
visible = "1";
text = "About";
maxLength = "255";
resizeWidth = "1";
resizeHeight = "1";
canMove = "1";
canClose = "1";
canMinimize = "1";
canMaximize = "1";
minSize = "50 50";
closeCommand = "Canvas.popDialog(ProgramAboutDialog);";
new GuiButtonCtrl(PADOK) {
profile = "GuiButtonProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "173 325";
extent = "55 25";
minExtent = "8 2";
visible = "1";
command = "Canvas.popDialog(ProgramAboutDialog);";
text = "OK";
groupNum = "-1";
buttonType = "PushButton";
};
new GuiTextCtrl() {
profile = "GuiText24Profile";
horizSizing = "right";
vertSizing = "bottom";
position = "19 30";
extent = "362 28";
minExtent = "8 2";
visible = "1";
text = "Torque ShowTool Pro by David Wyand";
maxLength = "255";
};
new GuiTextCtrl() {
profile = "GuiTextProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "169 65";
extent = "61 18";
minExtent = "8 2";
visible = "1";
command = "gotoWebPage(\"www.gnometech.com\");";
text = "Contact Info:";
maxLength = "255";
};
new GuiTextCtrl() {
profile = "GuiTextProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "176 125";
extent = "47 18";
minExtent = "8 2";
visible = "1";
command = "gotoWebPage(\"www.garagegames.com\");";
text = "Built with:";
maxLength = "255";
};
new GuiTextCtrl() {
profile = "GuiTextProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "139 145";
extent = "121 18";
minExtent = "8 2";
visible = "1";
command = "gotoWebPage(\"www.garagegames.com\");";
text = "The Torque Game Engine";
maxLength = "255";
};
new GuiTextCtrl() {
profile = "GuiTextProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "118 80";
extent = "164 18";
minExtent = "8 2";
visible = "1";
command = "gotoWebPage(\"www.gnometech.com\");";
text = "TheHeadGnome@gnometech.com";
maxLength = "255";
};
new GuiTextCtrl() {
profile = "GuiTextProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "146 95";
extent = "109 18";
minExtent = "8 2";
visible = "1";
command = "gotoWebPage(\"www.gnometech.com\");";
text = "www.gnometech.com";
maxLength = "255";
};
new GuiTextCtrl() {
profile = "GuiTextProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "10 300";
extent = "59 18";
minExtent = "8 2";
visible = "1";
text = "Version 1.02:";
maxLength = "255";
};
new GuiTextCtrl(PADCompileTime) {
profile = "GuiTextProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "80 300";
extent = "118 18";
minExtent = "8 2";
visible = "1";
text = "Compile Time";
maxLength = "255";
};
new GuiTextCtrl(PADDebug) {
profile = "GuiTextProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "75 315";
extent = "71 18";
minExtent = "8 2";
visible = "1";
text = "Debug Check";
maxLength = "255";
};
new GuiBitmapCtrl() {
profile = "GuiBorderProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "4 230";
extent = "392 61";
minExtent = "8 2";
visible = "1";
bitmap = "./logos";
wrap = "0";
};
new GuiTextCtrl() {
profile = "GuiTextProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "126 180";
extent = "148 18";
minExtent = "8 2";
visible = "1";
command = "gotoWebPage(\"www.garagegames.com\");";
text = "Synapse Gaming Lighting Pack";
maxLength = "255";
};
new GuiTextCtrl() {
profile = "GuiTextProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "139 160";
extent = "122 18";
minExtent = "8 2";
visible = "1";
command = "gotoWebPage(\"www.garagegames.com\");";
text = "www.garagegames.com";
maxLength = "255";
};
new GuiTextCtrl() {
profile = "GuiTextProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "134 195";
extent = "132 18";
minExtent = "8 2";
visible = "1";
command = "gotoWebPage(\"www.garagegames.com\");";
text = "www.synapsegaming.com";
maxLength = "255";
};
};
};
//--- OBJECT WRITE END ---

View File

@ -0,0 +1,196 @@
//--- OBJECT WRITE BEGIN ---
new GuiControl(ProgramAboutDialog) {
profile = "GuiDefaultProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "0 0";
extent = "800 600";
minExtent = "8 2";
visible = "1";
new GuiWindowCtrl() {
profile = "GuiWindowProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "200 117";
extent = "400 365";
minExtent = "8 2";
visible = "1";
text = "About";
maxLength = "255";
resizeWidth = "1";
resizeHeight = "1";
canMove = "1";
canClose = "1";
canMinimize = "1";
canMaximize = "1";
minSize = "50 50";
closeCommand = "Canvas.popDialog(ProgramAboutDialog);";
new GuiButtonCtrl(PADOK) {
profile = "GuiButtonProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "173 325";
extent = "55 25";
minExtent = "8 2";
visible = "1";
command = "Canvas.popDialog(ProgramAboutDialog);";
text = "OK";
groupNum = "-1";
buttonType = "PushButton";
};
new GuiTextCtrl() {
profile = "GuiText24Profile";
horizSizing = "right";
vertSizing = "bottom";
position = "19 30";
extent = "362 28";
minExtent = "8 2";
visible = "1";
text = "Torque ShowTool Pro by David Wyand";
maxLength = "255";
};
new GuiTextCtrl() {
profile = "GuiTextProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "169 65";
extent = "61 18";
minExtent = "8 2";
visible = "1";
command = "gotoWebPage(\"www.gnometech.com\");";
text = "Contact Info:";
maxLength = "255";
};
new GuiTextCtrl() {
profile = "GuiTextProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "176 125";
extent = "47 18";
minExtent = "8 2";
visible = "1";
command = "gotoWebPage(\"www.garagegames.com\");";
text = "Built with:";
maxLength = "255";
};
new GuiTextCtrl() {
profile = "GuiTextProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "139 145";
extent = "121 18";
minExtent = "8 2";
visible = "1";
command = "gotoWebPage(\"www.garagegames.com\");";
text = "The Torque Game Engine";
maxLength = "255";
};
new GuiTextCtrl() {
profile = "GuiTextProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "118 80";
extent = "164 18";
minExtent = "8 2";
visible = "1";
command = "gotoWebPage(\"www.gnometech.com\");";
text = "TheHeadGnome@gnometech.com";
maxLength = "255";
};
new GuiTextCtrl() {
profile = "GuiTextProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "146 95";
extent = "109 18";
minExtent = "8 2";
visible = "1";
command = "gotoWebPage(\"www.gnometech.com\");";
text = "www.gnometech.com";
maxLength = "255";
};
new GuiTextCtrl() {
profile = "GuiTextProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "10 300";
extent = "59 18";
minExtent = "8 2";
visible = "1";
text = "Version 1.0:";
maxLength = "255";
};
new GuiTextCtrl(PADCompileTime) {
profile = "GuiTextProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "75 300";
extent = "118 18";
minExtent = "8 2";
visible = "1";
text = "Compile Time";
maxLength = "255";
};
new GuiTextCtrl(PADDebug) {
profile = "GuiTextProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "75 315";
extent = "71 18";
minExtent = "8 2";
visible = "1";
text = "Debug Check";
maxLength = "255";
};
new GuiBitmapCtrl() {
profile = "GuiBorderProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "4 230";
extent = "392 61";
minExtent = "8 2";
visible = "1";
bitmap = "./logos";
wrap = "0";
};
new GuiTextCtrl() {
profile = "GuiTextProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "126 180";
extent = "148 18";
minExtent = "8 2";
visible = "1";
command = "gotoWebPage(\"www.garagegames.com\");";
text = "Synapse Gaming Lighting Pack";
maxLength = "255";
};
new GuiTextCtrl() {
profile = "GuiTextProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "139 160";
extent = "122 18";
minExtent = "8 2";
visible = "1";
command = "gotoWebPage(\"www.garagegames.com\");";
text = "www.garagegames.com";
maxLength = "255";
};
new GuiTextCtrl() {
profile = "GuiTextProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "134 195";
extent = "132 18";
minExtent = "8 2";
visible = "1";
command = "gotoWebPage(\"www.garagegames.com\");";
text = "www.synapsegaming.com";
maxLength = "255";
};
};
};
//--- OBJECT WRITE END ---

Binary file not shown.

View File

@ -0,0 +1,220 @@
//--- OBJECT WRITE BEGIN ---
new GuiControl(ProjectDirectoryDialog) {
profile = "GuiDefaultProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "0 0";
extent = "800 600";
minExtent = "8 2";
visible = "1";
new GuiWindowCtrl() {
profile = "GuiWindowProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "200 129";
extent = "515 310";
minExtent = "200 250";
visible = "1";
text = "Modify Project Directories";
maxLength = "255";
resizeWidth = "1";
resizeHeight = "1";
canMove = "1";
canClose = "1";
canMinimize = "1";
canMaximize = "1";
minSize = "50 50";
closeCommand = "pddDialogOK();";
new GuiScrollCtrl() {
profile = "GuiScrollProfile";
horizSizing = "width";
vertSizing = "height";
position = "5 40";
extent = "390 130";
minExtent = "8 2";
visible = "1";
willFirstRespond = "1";
hScrollBar = "dynamic";
vScrollBar = "alwaysOn";
constantThumbHeight = "0";
childMargin = "0 0";
new GuiTextListCtrl(PDDList) {
profile = "GuiTextListProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "2 2";
extent = "9 15";
minExtent = "8 15";
visible = "1";
enumerate = "0";
resizeCell = "1";
columns = "0 100";
fitParentWidth = "0";
clipColumnText = "0";
clipLeft = "0";
entryCount = "0";
};
};
new GuiTextCtrl() {
profile = "GuiTextProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "5 22";
extent = "100 18";
minExtent = "8 2";
visible = "1";
text = "Project Directory List";
maxLength = "255";
};
new GuiButtonCtrl(PDDAddDirectory) {
profile = "GuiButtonProfile";
horizSizing = "left";
vertSizing = "bottom";
position = "405 40";
extent = "100 15";
minExtent = "8 2";
visible = "1";
command = "pddDialogAddDirectory();";
text = "Add Directory";
groupNum = "-1";
buttonType = "PushButton";
tooltipprofile = "TooltipProfile";
tooltip = "Add a New Project Directory to the List with an Empty File Pathway";
};
new GuiButtonCtrl(PDDRemoveDirectory) {
profile = "GuiButtonProfile";
horizSizing = "left";
vertSizing = "bottom";
position = "405 80";
extent = "100 15";
minExtent = "8 2";
visible = "1";
command = "pddDialogRemoveDirectory();";
text = "Remove Directory";
groupNum = "-1";
buttonType = "PushButton";
tooltipprofile = "TooltipProfile";
tooltip = "Remove Selected Project Directory from the List";
};
new GuiTextEditCtrl(PDDNameEdit) {
profile = "GuiTextEditProfile";
horizSizing = "width";
vertSizing = "top";
position = "5 195";
extent = "500 18";
minExtent = "8 2";
visible = "1";
altCommand = "pddDialogTextChanged();";
maxLength = "255";
historySize = "0";
password = "0";
tabComplete = "1";
sinkAllKeyEvents = "0";
tooltipprofile = "TooltipProfile";
tooltip = "Optional Short Name for Selected Project Directory";
};
new GuiButtonCtrl(PDDOK) {
profile = "GuiButtonProfile";
horizSizing = "center";
vertSizing = "top";
position = "230 270";
extent = "55 25";
minExtent = "8 2";
visible = "1";
command = "pddDialogOK();";
text = "OK";
groupNum = "-1";
buttonType = "PushButton";
tooltipprofile = "TooltipProfile";
tooltip = "Close 'Modify Project Directories' Window";
};
new GuiButtonCtrl(PDDCopyDirectory) {
profile = "GuiButtonProfile";
horizSizing = "left";
vertSizing = "bottom";
position = "405 60";
extent = "100 15";
minExtent = "8 2";
visible = "1";
command = "pddDialogCopyDirectory();";
text = "Copy Directory";
groupNum = "-1";
buttonType = "PushButton";
tooltipprofile = "TooltipProfile";
tooltip = "Copy the Selected Project Directory to a New Entry";
};
new GuiButtonCtrl(PDDRemoveAllDirectories) {
profile = "GuiButtonProfile";
horizSizing = "left";
vertSizing = "bottom";
position = "405 100";
extent = "100 15";
minExtent = "8 2";
visible = "1";
command = "pddDialogRemoveAllDirectories();";
text = "Remove All";
groupNum = "-1";
buttonType = "PushButton";
tooltipprofile = "TooltipProfile";
tooltip = "Remove All Project Directories from the List";
};
new GuiTextEditCtrl(PDDDirectoryEdit) {
profile = "GuiTextEditProfile";
horizSizing = "width";
vertSizing = "top";
position = "5 235";
extent = "448 18";
minExtent = "8 2";
visible = "1";
altCommand = "pddDialogTextChanged();";
maxLength = "255";
historySize = "0";
password = "0";
tabComplete = "1";
sinkAllKeyEvents = "0";
tooltipprofile = "TooltipProfile";
tooltip = "File Pathway for the Selected Project Directory";
};
new GuiTextCtrl() {
profile = "GuiTextProfile";
horizSizing = "right";
vertSizing = "top";
position = "5 175";
extent = "80 18";
minExtent = "8 2";
visible = "1";
text = "Name (Optional):";
maxLength = "255";
};
new GuiTextCtrl() {
profile = "GuiTextProfile";
horizSizing = "right";
vertSizing = "top";
position = "5 215";
extent = "119 18";
minExtent = "8 2";
visible = "1";
text = "Path to Project Directory:";
maxLength = "255";
};
new GuiButtonCtrl(PDDFileRequestor) {
profile = "GuiButtonProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "457 235";
extent = "48 18";
minExtent = "8 2";
visible = "1";
command = "pddFileRequestor();";
text = "Browse";
groupNum = "-1";
buttonType = "PushButton";
tooltipprofile = "TooltipProfile";
tooltip = "Use a Standard Operating System File Browser to Choose File Pathway for Selected Project Directory";
};
};
};
//--- OBJECT WRITE END ---

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.0 KiB

Some files were not shown because too many files have changed in this diff Show More