• R/O
  • SSH
  • HTTPS

gd10: Commit


Commit MetaInfo

Revisão106 (tree)
Hora2019-08-09 01:13:02
Autorhgtterry

Mensagem de Log

Environment Entity 080819

Mudança Sumário

Diff

--- Equity10/GD10_Objects_New.cpp (revision 105)
+++ Equity10/GD10_Objects_New.cpp (revision 106)
@@ -817,7 +817,7 @@
817817 strcat(ATest, ConNum);
818818
819819 strcpy(Object->Name, Name);
820- strcpy(Object->MeshName, "TeleportSend.mesh");
820+ strcpy(Object->MeshName, "TeleportSend.mesh"); // Needs Chaning to Environment
821821 strcpy(Object->MeshName_FullPath, "TeleportSend.mesh");
822822
823823 Object->OgreEntity = App->Cl_Ogre->mSceneMgr->createEntity(ATest, "TeleportSend.mesh", App->Cl_Ogre->PermResourceGroup);
--- Equity10/GD_FileView.cpp (revision 105)
+++ Equity10/GD_FileView.cpp (revision 106)
@@ -762,20 +762,21 @@
762762 }
763763 if (!strcmp(FileView_File, "Environment"))
764764 {
765- App->Say("File Env");
766- //HideRightPanes();
767- //ShowWindow(App->GD_Properties_Hwnd, 1);
765+
766+ HideRightPanes();
767+ ShowWindow(App->GD_Properties_Hwnd, 1);
768768
769- //App->CL10_Properties->Enable_Delete_Button(1);
769+ App->CL10_Properties->Enable_Delete_Button(1);
770770
771- //App->GDCL_Object_Props->Is_Player = 0; // Mark as Object selected
771+ App->GDCL_Object_Props->Is_Player = 0; // Mark as Object selected
772772
773- //App->GDCL_Object_Props->Selected_Object_Index = Index;
774- //App->GDCL_Visuals->MarkerBB_Addjust(Index);
773+ App->GDCL_Object_Props->Selected_Object_Index = Index;
774+ App->GDCL_Visuals->MarkerBB_Addjust(Index);
775775
776776
777- //App->CL10_Properties->Edit_Category = Enums::Edit_Teleport;
778- //App->CL10_Properties->Current_Selected_Object = Index;
777+ App->CL10_Properties->Edit_Category = Enums::Edit_Environment;
778+ App->CL10_Properties->Current_Selected_Object = Index;
779+
779780 //App->CL10_Properties->Update_Transform_Dlg();
780781
781782 //if (App->CL10_Properties->Edit_Physics == 0)
--- Equity10/VersionNo2.h (revision 105)
+++ Equity10/VersionNo2.h (revision 106)
@@ -39,21 +39,21 @@
3939 #ifndef _VERSIONNO__H_
4040 #define _VERSIONNO__H_
4141
42-#define VERSION_FULL 1.20.219.33
42+#define VERSION_FULL 1.20.219.37
4343
4444 #define VERSION_BASEYEAR 2019
4545 #define VERSION_DATE "2019-08-08"
46-#define VERSION_TIME "17:00:04"
46+#define VERSION_TIME "17:11:44"
4747
4848 #define VERSION_MAJOR 1
4949 #define VERSION_MINOR 20
5050 #define VERSION_BUILDNO 219
51-#define VERSION_EXTEND 33
51+#define VERSION_EXTEND 37
5252
53-#define VERSION_FILE 1,20,219,33
54-#define VERSION_PRODUCT 1,20,219,40
55-#define VERSION_FILESTR "1,20,219,33\0"
56-#define VERSION_PRODUCTSTR "1,20,219,40\0"
53+#define VERSION_FILE 1,20,219,37
54+#define VERSION_PRODUCT 1,20,219,44
55+#define VERSION_FILESTR "1,20,219,37\0"
56+#define VERSION_PRODUCTSTR "1,20,219,44\0"
5757 #define VERSION_EVERSION "0.3.4.0\0"
5858
5959 #endif
\ No newline at end of file
--- Equity10/stdafx.h (revision 105)
+++ Equity10/stdafx.h (revision 106)
@@ -107,7 +107,8 @@
107107 Edit_Move_Entity = 5,
108108 Edit_Sounds = 6,
109109 Edit_Collectable = 7,
110- Edit_Teleport = 8
110+ Edit_Teleport = 8,
111+ Edit_Environment = 9
111112 };
112113
113114 enum Usage
Show on old repository browser