Wojtek Figat
e6c45fccb3
Merge remote-tracking branch 'origin/master' into 1.7
...
# Conflicts:
# Source/Engine/Level/Actors/AnimatedModel.cpp
2023-10-05 10:44:03 +02:00
Wojtek Figat
1838c7bba7
Minor cleanup
2023-10-04 23:21:40 +02:00
Wojtek Figat
ae654c2f0a
Merge branch 'better-missing-script-handling' of https://github.com/RedTheKitsune/FlaxEngine into RedTheKitsune-better-missing-script-handling
2023-10-01 21:07:34 +02:00
Wojtek Figat
dd21020297
Merge remote-tracking branch 'origin/master' into 1.7
2023-10-01 13:17:41 +02:00
Wojtek Figat
19a0eab966
Merge branch 'sceneanim_null_check_fix' of https://github.com/GoaLitiuM/FlaxEngine into GoaLitiuM-sceneanim_null_check_fix
2023-10-01 12:12:21 +02:00
Wojtek Figat
5e3bb4d51e
Merge branch 'font-size-fixes' of https://github.com/Tryibion/FlaxEngine into Tryibion-font-size-fixes
2023-10-01 12:05:20 +02:00
Chandler Cox
8f5af2e149
Fix bool editor when null.
2023-09-28 19:49:59 -05:00
58445f04c4
Fix potential incorrect null checks in FlaxEngine.Objects
...
The null-conditional operator checks for reference equality of the
Object, but doesn't check the validity of the unmanaged pointer. This
check is corrected in cases where the object was not immediately
returned from the bindings layer and may have been destroyed earlier.
2023-09-28 22:05:58 +03:00
Wojtek Figat
2f9c601678
Merge remote-tracking branch 'origin/master' into 1.7
2023-09-27 17:32:47 +02:00
Wojtek Figat
44292efa04
Fix editing array of tags in Editor that is null initially
...
#1451
2023-09-27 13:38:03 +02:00
Wojtek Figat
b00156f519
Add some improvements to particles editing
...
#1395
2023-09-27 13:04:44 +02:00
Wojtek Figat
15b1e0a984
Minor fixes
2023-09-24 13:20:19 +02:00
Red Kitsune
794ccd42ff
- Added MissingScriptEditor
2023-09-21 22:00:20 +02:00
Chandler Cox
f315286e26
Change wording to "Set To Null"
2023-09-20 19:08:36 -05:00
Chandler Cox
dfb9f1985f
Improve input editors to use combo box.
2023-09-20 13:19:03 -05:00
Chandler Cox
1d08e4b1b8
Add several fixes to button sizes when fonts are larger.
2023-09-16 14:28:21 -05:00
Wojtek Figat
ae9b807cc1
Allow using CustomValueContainer as readonly if setter action is null
2023-09-14 13:54:31 +02:00
Wojtek Figat
6bdbaecc18
Merge remote-tracking branch 'origin/master' into 1.7
...
# Conflicts:
# Source/Engine/Physics/PhysX/SimulationEventCallbackPhysX.cpp
2023-09-13 10:29:28 +02:00
Wojtek Figat
cb44c9370e
Refactor new spline editor to use icons via Tabs control #1292
2023-09-12 22:25:18 +02:00
Wojtek Figat
2a8e35d1ff
Format code #1292
2023-09-12 14:38:23 +02:00
Wojtek Figat
f2e6bfdead
Merge branch 'add_spline_edit_options' of https://github.com/RuanLucasGD/FlaxEngine into RuanLucasGD-add_spline_edit_options
2023-09-12 14:26:39 +02:00
Wojtek Figat
097d26f8cb
Codestyle fix #1262
2023-09-12 14:21:27 +02:00
Wojtek Figat
6ece66b018
Merge branch 'input-editors' of https://github.com/Tryibion/FlaxEngine into Tryibion-input-editors
2023-09-12 14:09:49 +02:00
Wojtek Figat
fb488cbaf7
Merge remote-tracking branch 'origin/master' into 1.7
2023-09-11 22:43:46 +02:00
Wojtek Figat
0a5f983ff4
Fix error when model is missing in Editor for prefab editor
...
#1354
2023-09-11 21:36:36 +02:00
Wojtek Figat
748ff3b8a5
Optimize CultureInfoEditor and TagEditor performance when searching entries by text
2023-09-11 15:07:37 +02:00
Chandler Cox
99627da9b2
Cache cloth gizmo values.
2023-09-08 21:16:13 -05:00
Mr. Capybara
0a094ca916
Merge branch 'FlaxEngine:master' into add_spline_edit_options
2023-09-03 09:25:14 -04:00
Wojtek Figat
6a5e660c2e
Merge remote-tracking branch 'origin/master' into 1.7
2023-09-02 19:02:52 +02:00
Chandler Cox
53fd158f2d
Add a way to reset an IBrush to null for default functionality.
2023-08-30 18:09:59 -05:00
Wojtek Figat
b6c8a08b58
Add Has Goal decorator to BT
2023-08-29 17:31:35 +02:00
Wojtek Figat
597f186902
Fix Editor UI when one of the properties panel throws exceptions
2023-08-29 11:42:12 +02:00
Wojtek Figat
0defecaeb9
Add concept of Goals to Behavior Knowledge
2023-08-29 11:41:07 +02:00
Wojtek Figat
1287731816
Add reordering and reparenting decorators (with undo)
2023-08-25 14:54:40 +02:00
Wojtek Figat
eee53dfbdc
Add BehaviorKnowledgeSelector for Behavior Knowledge unified data access
2023-08-19 19:50:17 +02:00
Wojtek Figat
77f7d55f5a
Fix log spam from TypeEditor if type is missing
2023-08-17 15:26:50 +02:00
Wojtek Figat
66678fc219
Fix log spam from TypeEditor if type is missing
2023-08-16 22:27:17 +02:00
Wojtek Figat
81622c92ae
Add ReadOnly to CustomEditorPresenter
2023-08-16 13:09:50 +02:00
Ruan Lucas
144f0a1717
Merge branch 'add_spline_edit_options' of https://github.com/RuanLucasGD/FlaxEngine into add_spline_edit_options
2023-08-05 12:00:50 -04:00
Mr. Capybara
78cf55904e
Merge branch 'FlaxEngine:master' into add_spline_edit_options
2023-08-05 11:11:11 -04:00
Ruan Lucas
38492ffe70
small adjust
2023-08-05 11:01:15 -04:00
Ruan Lucas
2b7b80ad38
makes more easy select a spline point or spline tangent
2023-07-31 22:05:13 -04:00
Ruan Lucas
714d0c2ca0
small fix
2023-07-24 22:41:45 -04:00
Ruan Lucas
ea48a89e00
improve auto smooth
2023-07-24 22:34:48 -04:00
Ruan Lucas
7b0e9b9e06
simplify code
2023-07-24 19:30:31 -04:00
Wojtek Figat
ce16debabd
Merge remote-tracking branch 'origin/master' into 1.7
2023-07-24 23:21:03 +02:00
Ruan Lucas
56285e544e
disable set all linear / smooth when select many splines
2023-07-24 08:54:53 -04:00
Ruan Lucas
c79c91a19a
add undo / redo to edit spline options and some small changes
2023-07-23 20:27:45 -04:00
Ruan Lucas
1a72aeeb24
disable edit tangent buttons when select multiple values
2023-07-21 22:15:43 -04:00
Ruan Lucas
f8da0708e1
add suport to loop spline on set tangent linear
2023-07-21 22:11:15 -04:00