Commit graph

995 commits

Author SHA1 Message Date
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
Areloch
0c21ef1b45 Removes Entity/Component stuff from being behind an experimental flag. 2017-10-15 06:03:59 -05:00
Areloch
b5dfdf1fbb Adds functionality to automate convex proxy objects for appropriate types. Instead of having to manually convert a zone or portal or occlusion volume to convex to edit it's shape, then back again, simply entering the convex editor will automatically convert them to proxy convex shapes, with a special material to denote them.
When the convex shape editor is exited, it converts them back to their original type, with the changes made to the proxy convex applied to them.
2017-10-12 01:41:27 -05:00
Areloch
74138342d1 Added support for uniforms, textures and samplers. 2017-10-09 17:15:57 -05:00
Areloch
dc5e502dec Initial implementation of Custom Shader Features. 2017-10-05 17:04:51 -05:00
Areloch
9b83e47302 Adds some filtering options to the console log gui so you can specify if you wish to be able to see errors, warnings and regular messages. It also denotes how many errors and warnings are currently in the log. 2017-09-23 12:37:55 -05:00
Areloch
f8702b717b Sets the default grid snap size to 1 rather than 10. 1 Seems like a more neutral default value, and also makes it match the displayed '1' in the UI interface as the default as well. 2017-09-17 18:24:44 -05:00
Johxz
d1d75ebff7 add nav path from inside of editor 2017-08-15 22:41:36 -05:00
Johxz
00265f4f7f noshape.dae should go inside core 2017-07-10 20:00:23 -05:00
Johxz
d4866219af correct materials.cs 2017-07-10 19:52:20 -05:00
Johxz
2f6a22c46a moving editor shapes into tools folder 2017-07-10 19:44:00 -05:00
Areloch
41240cfd38 Merge pull request #2037 from Areloch/BaseGameToDate
Base game to date
2017-07-09 03:44:56 -05:00
Areloch
90c04cb8f4 Merge pull request #2025 from John3/fixWarnMat
Fix load texture warnmat
2017-07-09 03:10:42 -05:00
Areloch
c2a5b1e9e4 Merge pull request #2026 from John3/nodeFilter
node filter for shape editor
2017-07-09 03:03:52 -05:00
Areloch
1de626e829 * Intel GL Fix 2017-07-08 02:56:50 -05:00
Areloch
d07abe8ad2 * Implementation of sRGB image support. Overhauls the linearization setup to utilize the sRGB image types, as well as refactors the use of ColorF and ColorI to be properly internally consistent. ColorIs are used only for front-facing/editing/UI settings, and ColorFs, now renamed to LinearColorF to reduce confusion of purpose, are used for color info in the engine itself. This avoids confusing and expensive conversions back and forth between types and avoids botches with linearity. Majority work done by @rextimmy 2017-07-08 02:56:09 -05:00
Areloch
296ab5b532 * Removes Direct3D9 functionality. 2017-07-07 03:13:43 -05:00
Areloch
412c0380f4 Merge pull request #2031 from rextimmy/intel_gl_fix
Intel GL Fix
2017-07-05 23:06:13 -05:00
rextimmy
e2a3bf1d19 Intel GL Fix 2017-07-05 14:45:00 +10:00
Johxz
f2fb6c117d node filter for shape editor 2017-06-23 21:35:05 -05:00
Johxz
6f95747311 Fix unable to load texture warnmat 2017-06-23 21:13:30 -05:00
Johxz
8787bea0a6 snapTo Menu by Paul Weston 2017-06-23 19:19:48 -05:00
Areloch
25686ed4be Implementation of sRGB image support. Overhauls the linearization setup to utilize the sRGB image types, as well as refactors the use of ColorF and ColorI to be properly internally consistent. ColorIs are used only for front-facing/editing/UI settings, and ColorFs, now renamed to LinearColorF to reduce confusion of purpose, are used for color info in the engine itself. This avoids confusing and expensive conversions back and forth between types and avoids botches with linearity. Majority work done by @rextimmy 2017-06-23 11:36:20 -05:00
Areloch
edd1e0a270 Removes Direct3D9 functionality. 2017-05-28 16:51:31 -05:00
Areloch
35ddfd53b2 Does the prepass->deferred rename for the full template as well to make it play nice while we prep for the swap over to the BaseGame template. 2017-05-08 18:33:14 -05:00
saxonschmauderer
1c18cfe5b1 Fix for bug #1975
The change was made to the function that is executed when entering the world editor. The boolean variable for first person shooter was set to true, since the camera always defaults to first person on entering the world editor. On setting this boolean variable to be true, the correct camera setting will always be displayed on entering the world editor. This does not affect other camera labels.
2017-04-30 16:39:05 -04:00
Areloch
bb7440ee5a Merge pull request #1982 from aaravamudan2014/development
Added gui functionality for vehicle re-mapping as per #950
2017-04-28 21:48:23 -05:00
Areloch
5a4c9adc0f Merge pull request #1992 from AlexBarys/DecalPropertiesNamedWrong
Fixed old names of decal properties
2017-04-26 23:54:09 -05:00
AlexBarys
4ab37dec76 Fixed misspelling of dragCoefficient property
As noted in issue #1501, the dragCoefficient property was misspelled in multiple locations as "dragCoeffiecient"
This corrects the spelling in all of those locations.
2017-04-26 13:10:32 -04:00
aaravamudan2014
170e2ea532 Added new config file save for vehicle re-mappings
Added gui functionality for vehicle re-mapping

Update optionsDlg.cs

Fixed some coding guidelines problem

Fix some of the indentation problems (tabs replaced by spaces).
Curly bracket guidelines followed.

fixed some indentation problems

just noticed a few more indentation problem, my bad.
2017-04-26 09:40:38 -04:00
AlexBarys
a5fefe4bea Fixed old names of decal properties
Renamed the screenStartRadius and screenEndRadius properties in the bulletHoleDecal datablock and ScorchRXDecal datablock to fadeStartPixelSize and fadeEndPixelSize properties, respectively, to match names of the properties as defined in the decalData.cpp file, as noted in issue #1498
Among other possible fixes, this makes the size of the bullet hole decal's actually random in size now, instead of always being the exact same size.
2017-04-23 19:06:36 -04:00
Areloch
af8fbf0e3a Goes and replaces the references/names that use Prepass to be Deferred, since we're actually using deferred. 2017-04-11 00:23:14 -05:00
Areloch
b052a1f970 Merge pull request #1961 from Azaezel/snapwork
[augs]Snapwork
2017-04-08 17:40:46 -05:00
Areloch
a61289e71c Merge pull request #1973 from Azaezel/endingEmpty
empty template is superceded by basegame + plugins.
2017-04-08 17:27:46 -05:00