Commit graph

521 commits

Author SHA1 Message Date
Areloch bb30de04f7 Merge branch 'development' into ConvexProxies 2018-12-09 15:34:12 -06:00
Areloch 2721732b5c Merge pull request #2272 from Areloch/CoreModuleification
Core module-ification
2018-10-12 00:39:48 -05:00
Areloch c17ae94745 Moved VR module from core to a regular module, as not all games are necessarily going to use VR.
Also corrected some of the default posteffect settings for the levels.
2018-09-19 16:03:58 -05:00
Areloch 5037d7e046 Updated the main.cs.in file to account for core module-ification. 2018-09-02 04:49:58 -05:00
Areloch 878b68cc39 Module-ified core structure. 2018-09-02 03:53:13 -05:00
Areloch 02972b5961 Clear out old core structure before adding the new module-ified structure. 2018-09-02 03:50:31 -05:00
Ratfish Studios fea3724f4e Rearranges the right-mouse click popup menus for the world editor and gui editors to a) be organized more logically and b) be more flexible.
This also fixes some insecure behavior relying on %this value eval'ing, which has also been modified to be better.

Also fixes up some old calls for getting menubar menus by internal name, which is no longer supported, instead using the findMenu function call.
2018-05-08 00:30:15 -05:00
Areloch dd626417a3 Includes some renderbin declarations that are needed for AFX that got missed in the original PR. 2018-03-26 23:31:10 -05:00
Areloch 8f947d5251 Adds a convenience function to refresh the console dialog. 2018-03-17 14:37:07 -05:00
Areloch 485f5bc942 Merge branch 'LinuxCompatabilityFixes' of https://github.com/Bloodknight/Torque3D into development 2018-03-17 14:07:26 -05:00
Areloch 5bf3d67959 Merge pull request #2090 from Areloch/ConsoleLogFilters
Adds some filtering options to the console log gui
2018-03-16 23:41:00 -05:00
Areloch 619191bf4f Merge pull request #2202 from Areloch/ScriptObject_PopupFixes
Removes the GameObject folder insert for the scripted object creator grid
2018-02-14 01:28:56 -06:00
Areloch 6ac08c6290 Updates the basegame template as well. 2018-02-14 01:03:25 -06:00
Areloch 5d8d14b2f3 Merge pull request #2203 from Bloodknight/DifferentProfileFixes
Fixes console spamming of material profiles
2018-02-14 00:58:57 -06:00
Areloch 7af3de2517 Merge pull request #2189 from Areloch/AnimationAssetImprovements
Bugfixes and improvements for the animation component and related assets
2018-02-13 14:54:38 -06:00
Marc Chapman 05c5f9ff14 Fixed defects in Turret material, Fixed TP Ryder material and added a spec map 2018-02-12 13:05:30 +00:00
Areloch 7e0e46d66c Removes the folder insert for the scripted object creator grid, which was causing a UI screwup making the scripted objects overlap and jumble up.
Also reorgs the popup controls to match what's in the BaseGame template's setup, which should fix editor popups.
2018-02-12 00:02:20 -06:00
Marc Chapman 54426f1295 rock_* fixes 2018-02-11 17:27:04 +00:00
Marc Chapman 7b36a618a6 PostFX.hlsl 2018-02-11 17:12:34 +00:00
Marc Chapman c357fdb897 ShaderModelAutoGen 2018-02-11 17:12:17 +00:00
Areloch 86f8677cff Merge pull request #2185 from John3/old_dml
delete old dml
2018-02-10 18:32:55 -06:00
Areloch 14ae287c0c Bugfixes and improvements for the animation component and related asset behavior.
Adds in ability to establish a shape animation asset as being cyclic or blended.
Adds functionality for blended animations to integrated into shapeAssets.
2018-02-04 14:31:28 -06:00
Areloch cfbdf63cd7 Merge pull request #2184 from rextimmy/isNotSky
removed isSky from template sky material files.
2018-02-04 13:22:13 -06:00
Areloch 963739102c Merge pull request #2182 from Areloch/AssetBrowser_Initial
Asset browser initial
2018-02-01 21:14:50 -06:00
Johxz dd68bf660e delete old dml 2018-01-31 20:46:17 -06:00
rextimmy e35857ba92 removed isSky from template sky material files. 2018-02-01 07:42:36 +10:00
Areloch a6038d1801 Fixes issue with not detecting any non-template level meshes in the choose level dlg screen. 2018-01-28 16:59:43 -06:00
Areloch e9dbe788f6 Added useful new icons for the editors. 2018-01-28 15:32:31 -06:00
Areloch 1278cf22a2 Initial implementation of the Asset Browser tool. 2018-01-28 15:30:17 -06:00
Areloch d22e7c98e1 Cleanup of the editor load function 2018-01-28 15:28:58 -06:00
Areloch c729f603b8 Added convenience function to take control of selected entity if it supports it. 2018-01-28 15:27:51 -06:00
Areloch 168d4d9f0a Updated the RMB popup menus for the scene tree to better organize them.
Also removed redundant createGameObject function.
2018-01-28 15:27:02 -06:00
Areloch 5f5b90794e Updates the shape editor to support editing a shape via assetID, as well as adding support for shape animation assets being selected when adding a new animation sequence to a shape. 2018-01-28 15:25:41 -06:00
Areloch 06e02c5582 Update the editor template level with a clearer name and description. 2018-01-28 15:24:16 -06:00
Areloch f0afa06b30 Update gui editor to utilize new findMenu command for menubars rather than assuming menu names. 2018-01-28 15:23:46 -06:00
Areloch 682d43a688 Tweaks to the GuiMenuBarProfile to have correct coloration and borders.
Also added a new Centered Text Edit gui profile.
2018-01-28 15:22:42 -06:00
Areloch 746999ee8c Modifies the chooslLevelDlg in the UI module to utilize LevelAssets for the non editor template level selection. 2018-01-28 15:21:03 -06:00
Areloch 297c256a61 Fixes server prefs to be force-loaded from defaults first before loading local prefs to avoid bad config files breaking everything.
Also added error message in the even of unexpected failure to connect to local servers that normal errors don't catch(and returns to the main menu in this case)
2018-01-28 15:19:36 -06:00
Areloch d5b455a84c Added helper functions for managing Game Objects 2018-01-28 15:18:05 -06:00
Areloch 68efd8e22a Updates to component classes -
Shift from ghosted components to entity-managed for networking
Initial implementation of Systems through the Mesh Component
2018-01-28 14:57:02 -06:00
Areloch ae5a43de70 Asset Browser initial implementation - Asset updates.
Script execution on certain existing assets, new asset types and some tweaks to the managers.
2018-01-28 14:48:02 -06:00
Johxz fa460b332e add a check for toolbuild 2018-01-27 20:18:58 -06:00
Areloch c23c99dbea Merge pull request #2118 from Areloch/MenuAndPopups
Refactors the Popup menus and GuiMenuBars
2018-01-27 18:41:00 -06:00
Areloch b5277e0f08 Fixes the inspector/component editor to display the components attached to an entity correctly in the inspector. 2017-12-03 01:21:30 -06:00
Areloch 7fc023df7e Merge pull request #2123 from nev7n/forestEditorFix
Fix forest editor failing to load forest
2017-11-27 01:18:19 -06:00
Marc Chapman 75b85f9ac5 Correct orientation of images 2017-11-22 15:16:49 +00:00
Areloch 9c3687b839 Changes the buttons to be a checkbox button, which is easier to identity as being activated or not compared to the stock togglebutton. 2017-11-15 18:52:41 -06:00
Justin Knight c772f8044a Fix forest editor failing to load forest because of space after object ID 2017-11-14 11:57:13 +00:00
Areloch fac951e30d Prior commit had mangled files somehow. Fixed. 2017-11-12 11:42:44 -06:00
Areloch 2ca6af8e48 Refactors the Popup menus and GuiMenuBars to remove unneeded duplication and platform-specific/deprecated code. 2017-11-11 01:21:48 -06:00