Commit Graph

938 Commits

Author SHA1 Message Date
Wojciech Figat
1cc26c871d Fixes for regression in tree UI layout after recent refactor 2021-12-07 18:23:02 +01:00
Wojciech Figat
ea71e8cbe6 Tweaks for doc comments 2021-12-07 18:23:01 +01:00
Wojciech Figat
23303802ec Add support for passing back value via reference to C# scripting event 2021-12-06 16:46:16 +01:00
Wojciech Figat
e17b6d1625 Hide enum/structure nodes from state machine surface context menu 2021-12-03 15:35:23 +01:00
Wojciech Figat
3e2956a7bf Fix C# bindings for Editor for Window build on Linux 2021-12-02 13:29:23 +01:00
Wojtek Figat
1b3790f60e Fix regression from 74f813ed3e 2021-11-30 20:17:16 +01:00
Wojtek Figat
c0b4523b7b Fix editor undo for unsigned integer types 2021-11-29 19:59:21 +01:00
Wojtek Figat
508896b313 Fix DefaultValue attribute support in Custom Editors for unsigned integers 2021-11-29 19:58:57 +01:00
Wojtek Figat
0ab9f11e1d Merge remote-tracking branch 'origin/master' 2021-11-27 13:08:09 +01:00
Wojtek Figat
74f813ed3e Optimize UI in Editor 2021-11-27 13:07:09 +01:00
Wojciech Figat
1e034c904a Fix missing blend shape refresh for Skinned Model window preview 2021-11-26 12:57:37 +01:00
Wojciech Figat
7d970de5ce Add F2 shortcut for renaming item in files import dialog 2021-11-24 17:41:41 +01:00
Wojciech Figat
05d0e1bdcc Add Split Objects object to split imported meshes/animations into separate assets 2021-11-24 17:40:56 +01:00
Wojciech Figat
be0059f0af Add ability to create an Actor by dragging it to an empty space in the Actor hierarchy window 2021-11-22 17:08:10 +01:00
Wojciech Figat
ff1ae0f5ed Add F11 shortcut to maximize Game window during play-mode in Editor 2021-11-22 17:07:57 +01:00
Wojtek Figat
d260681773 Add ps5 icon 2021-11-21 19:02:36 +01:00
Wojciech Figat
52d79ca15a Fixes for array nodes in Visject 2021-11-19 16:04:13 +01:00
Wojciech Figat
76e4a9e7b1 Add Index output for array iterator loop 2021-11-19 16:03:04 +01:00
Wojciech Figat
502a67a75a Add Array constant node to Visual Script and Anim Graph 2021-11-18 16:35:46 +01:00
Wojciech Figat
cdcb2f8f7a Fixes and improvements 2021-11-18 16:35:46 +01:00
Wojciech Figat
e16c7f3ac4 Add Arrays to Visual Scripting 2021-11-17 19:58:29 +01:00
Wojciech Figat
13deb4a54f Add better support for Arrays in Variant for C# Scripting 2021-11-16 20:46:04 +01:00
Wojciech Figat
4722b58a40 Refactor ContextMenuChildMenu to inherit from ContextMenuButton 2021-11-16 20:45:12 +01:00
Wojciech Figat
d33829f5eb Add option to change Visual Script parameter type 2021-11-16 20:44:18 +01:00
Wojciech Figat
e249fda1f2 Add Visual Script parameter access editing (public or private) 2021-11-16 16:41:38 +01:00
Wojciech Figat
336f4debf1 Add OnParamEdited callback to Visject surface parameters API 2021-11-16 16:38:46 +01:00
Wojciech Figat
d102f7f7f8 Add NodesConnected and NodesDisconnected events to Visject surface API 2021-11-16 16:38:08 +01:00
Wojciech Figat
4e8cf63f51 Fix Visject surface context menu to focus property the selected item 2021-11-16 16:37:19 +01:00
Wojciech Figat
f69055d85a Add features flags for Custom Editors presentation 2021-11-16 16:33:45 +01:00
Wojciech Figat
d39b043343 Fix for localization dashboard 2021-11-15 16:39:17 +01:00
Wojciech Figat
d07ca3fcf4 Add support for older Android devices that don't support R11G11B10 texture format 2021-11-15 16:39:16 +01:00
Wojciech Figat
80ef2befd5 Add FallbackTable for localized strings table to redirect missing texts into other language 2021-11-15 16:39:16 +01:00
Wojciech Figat
1107173e60 Add notification text to Editor status bar after saving to improve user awareness 2021-11-15 16:39:15 +01:00
Wojciech Figat
8459d7f3ad Add option to export a single localized string table to .pot file 2021-11-15 16:39:15 +01:00
Wojciech Figat
0797ee2a1f Add keyboard navigation for ItemsListContextMenu (used by pickers in Editor) 2021-11-15 16:39:14 +01:00
Wojciech Figat
e81a1aac9b Add arrows navigation for Visject surface nodes 2021-11-15 16:39:12 +01:00
Wojtek Figat
073591aada Add bitangent vectors debugging to Model preview 2021-11-11 13:24:17 +01:00
Wojtek Figat
ea80992376 Fixes 2021-11-11 13:23:58 +01:00
Wojtek Figat
ac347f0029 Fix one error when pasting Visject nodes 2021-11-11 11:40:22 +01:00
Wojtek Figat
1f09c19c8d Add support for Visual Studio 2022 in Editor 2021-11-10 19:21:56 +01:00
Wojtek Figat
cb2ddc9472 Add custom Name property for GDK package settings 2021-11-10 00:00:02 +01:00
Wojtek Figat
35969dfd85 Fix texture refs in platform settings to be SoftObjectReferences instead of raw Guid 2021-11-09 23:52:46 +01:00
Wojtek Figat
884e7ce381 Fix error 2021-11-07 21:39:25 +01:00
Wojtek Figat
e857ae4d24 Fix entering play mode in Editor with pause mode on start 2021-11-06 20:14:29 +01:00
Wojtek Figat
6f68f4e5b0 Fix Get/Set field node in Visual Script to update Instance box accordingly for static fields 2021-11-06 13:48:34 +01:00
Wojtek Figat
84f78e9a15 Fix Visject param node getter breaking connection on param change to the same type 2021-11-06 13:23:05 +01:00
Wojtek Figat
214e626ac5 Refactor Control autofocus to be handled by control type instead of as part of base.OnMouseDown 2021-11-05 18:17:07 +01:00
Wojtek Figat
d8775a3ae5 Add Ragdoll Editor utilities for easier ragdoll setup and editing 2021-11-04 16:23:04 +01:00
Wojtek Figat
6dfedd219b Minor improvements and fixes for Editor 2021-11-04 15:59:06 +01:00
Wojtek Figat
d5f9e18107 Use automatic target anchor for new ragdolls to make it easier for setup 2021-11-04 12:17:52 +01:00