Andrew Spiering
76945b9144
MacOS Rider Support
...
* Adding in code to properly look for rider on macOS
* Also fixing an issue in the macOS CreateProcess where spaces where not properly escaped for popen(which one should likely use NSTask long term)
2023-09-17 14:56:22 -07:00
Chandler Cox
ab2d60e6d2
Fix viewport options extras locations.
2023-09-16 15:30:49 -05:00
Chandler Cox
e9bafed2c7
Fix about dialog button
2023-09-16 15:22:15 -05:00
Chandler Cox
f4b7ae41a9
Fix profiler rows with larger font sizes.
2023-09-16 14:51:47 -05:00
Chandler Cox
1d08e4b1b8
Add several fixes to button sizes when fonts are larger.
2023-09-16 14:28:21 -05:00
Walrusking
425d625aa7
Fix rider search detecting any jetbrains product as rider
2023-09-16 13:48:49 -04:00
MineBill
9931a5c026
Don't treat '.' in folder names as extensions.
2023-09-16 19:09:38 +03:00
Chandler Cox
a89856bece
Increase size of clamp node to handle vector4.
2023-09-16 10:15:26 -05:00
5ab299fed9
Fix assets getting deleted when modified by external applications
2023-09-16 18:11:22 +03:00
Walrusking
f319e9f234
Fixes Rider 2022 not detected when installed with toolbox
2023-09-15 01:31:33 -04:00
elestrago
8226764eec
Fix find Rider versions 2022 and later
2023-09-15 02:35:20 +02:00
Wojtek Figat
ae9b807cc1
Allow using CustomValueContainer as readonly if setter action is null
2023-09-14 13:54:31 +02:00
Wojtek Figat
f7787a9221
Add Behavior knowledge data debugging
2023-09-14 13:53:19 +02:00
Wiktor Kocielski
d389348260
Add View Layers button & Reset/Disable/Copy/Paste buttons to View Flags/Debug View & Camera RenderFlags/RenderView addition
2023-09-13 12:17:34 +03: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
dbd85fddfe
Refactor Editor Tab controls system to allows customizing the tab header controls
2023-09-12 22:24:15 +02:00
Wojtek Figat
3e1940c799
Add new spline icons #1292
2023-09-12 22:18:26 +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
9bbdf16623
Fix potential content tree freeze when toggling engine/plugins files showing
2023-09-12 14:03:53 +02:00
Wojtek Figat
fb488cbaf7
Merge remote-tracking branch 'origin/master' into 1.7
2023-09-11 22:43:46 +02:00
Wojtek Figat
9d494679ac
Add formatting MyPlugin.cs for new plugin setup
...
#1335
2023-09-11 22:42:48 +02:00
Wojtek Figat
985d6cc811
Add UTF8 format for created plugin files and format code
...
#1335
2023-09-11 22:32:37 +02:00
Wojtek Figat
99c2adc1f3
Add game settings formatting for created plugin ProjectInfo
...
#1335
2023-09-11 22:32:17 +02:00
Wojtek Figat
776fbe2a7b
Fix creating plugin with whitespace or non-ASCII character in the name
...
#1335
2023-09-11 22:30:51 +02:00
Wojtek Figat
2fa7740a0f
Merge branch 'plugin-project-creation' of https://github.com/Tryibion/FlaxEngine into Tryibion-plugin-project-creation
2023-09-11 21:48:31 +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
16fed8927c
Refactor #1266 (code quality and simplicity)
2023-09-11 20:02:53 +02:00
Wojtek Figat
2ddb44afa8
Merge branch 'ContentBrowserImprovement' of https://github.com/NoriteSC/FlaxEngineFork into NoriteSC-ContentBrowserImprovement
...
# Conflicts:
# Source/Editor/Windows/ContentWindow.cs
2023-09-11 15:39:48 +02:00
Wojtek Figat
59c460ccbc
Format code
2023-09-11 15:08:13 +02:00
Wojtek Figat
748ff3b8a5
Optimize CultureInfoEditor and TagEditor performance when searching entries by text
2023-09-11 15:07:37 +02:00
Wojtek Figat
829d3b3642
Add editor shortcuts usability when toolstrip or main menu controls are focused
2023-09-11 15:07:06 +02:00
Wojtek Figat
fb27606541
Add missing Particle Scale getter node to Particle Emitter graph
...
#1343
2023-09-11 13:54:44 +02:00
Wojtek Figat
716e643f2a
Fix applying prefab changes to nesting prefab instances
...
#1256
2023-09-10 21:07:41 +02:00
Wojtek Figat
e1a75b9ae9
Merge branch 'sort-projects' of https://github.com/Tryibion/FlaxEngine into Tryibion-sort-projects
2023-09-10 12:05:14 +02:00
Wojtek Figat
212b7970fc
Merge branch 'content-item-improve' of https://github.com/Tryibion/FlaxEngine into Tryibion-content-item-improve
2023-09-10 12:00:20 +02:00
Chandler Cox
99627da9b2
Cache cloth gizmo values.
2023-09-08 21:16:13 -05:00
Chandler Cox
39ecfe8c24
Small bug fix
2023-09-03 12:11:33 -05:00
Mr. Capybara
0a094ca916
Merge branch 'FlaxEngine:master' into add_spline_edit_options
2023-09-03 09:25:14 -04:00
Chandler Cox
924e1c6d81
Fix right click deselecting scene tree nodes.
2023-09-03 06:36:29 -05:00
Chandler Cox
92a5432d22
Sort plugin projects in content tree.
2023-09-02 13:13:34 -05:00
Wojtek Figat
6a5e660c2e
Merge remote-tracking branch 'origin/master' into 1.7
2023-09-02 19:02:52 +02:00
Chandler Cox
67909e33c8
Add difference for folders.
2023-09-01 16:37:14 -05:00
Chandler Cox
53861c4795
Improve content item in tile view. Decrease margin between list view items.
2023-09-01 14:28:26 -05:00
Wojtek Figat
50fe02d7ad
Merge branch 'add-reset-ibrush' of https://github.com/Tryibion/FlaxEngine into Tryibion-add-reset-ibrush
2023-09-01 11:58:19 +02:00
Wojtek Figat
462da342a7
Fix ContextMenuSingleSelectGroup selection of the first item that had default value
2023-09-01 11:43:02 +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