Nils Hausfeld
d8e2b06c38
- Minor cleanup
2023-09-25 23:26:33 +02:00
ontrigger
056d8d5b6c
don't animate when scrollbar is held
2023-09-25 23:46:16 +03:00
ontrigger
a18d2d0eba
remove logging
2023-09-25 23:35:52 +03:00
ontrigger
6a62dac49b
remove usages of SmoothingScale across the codebase
2023-09-25 23:29:29 +03:00
ontrigger
9667848c96
make scrolling duration based and deprecate SmoothingScale
2023-09-25 23:28:29 +03:00
Nils Hausfeld
3b393ef4db
Groups now get filtered by box type when added after the context menu was opened
2023-09-25 22:07:50 +02:00
Christopher Rothert
5ced9453d4
Fix editor window closing when using RMB + Ctrl + W for slow camera flight
2023-09-25 22:03:40 +02:00
Menotdan
081ef1fd81
More debug draws. It seems to be showing some weird issues with leftWidth/rightWidth size.
2023-09-25 14:20:35 -04:00
Nils Hausfeld
33c51d0a8e
- Filtering is functioning now for all default groups
2023-09-25 19:10:05 +02:00
Chandler Cox
fd3a5c55e1
Simplify code
2023-09-25 11:50:04 -05:00
Chandler Cox
5eff51d47e
Add button to position camera to editor viewport view.
2023-09-25 11:46:37 -05:00
Wojtek Figat
da47088250
Add conditional profiling in Editor (run only when using Profiler window)
2023-09-25 18:34:07 +02:00
Wojtek Figat
216a5e9f92
Add support for displaying all active Network Peer stats in Editor Profiler tab
2023-09-25 16:49:18 +02:00
Wojtek Figat
c374127de1
Fix error when loading project on non-ASCII path
...
#1439
2023-09-25 16:34:01 +02:00
Wojtek Figat
96b6313acb
Fix crash when loading C# assembly from non-ASNSI path
...
#1439
2023-09-25 16:30:24 +02:00
Wojtek Figat
cfd53eea60
Merge branch 'npute-editor-improve' of https://github.com/Tryibion/FlaxEngine into Tryibion-npute-editor-improve
2023-09-25 15:47:38 +02:00
Wojtek Figat
d7b5a582f2
Merge branch 'fix-rightclick-source' of https://github.com/Tryibion/FlaxEngine into Tryibion-fix-rightclick-source
2023-09-25 15:46:43 +02:00
Wojtek Figat
212a2e1ded
Format code from recent PRs
2023-09-25 15:42:23 +02:00
Wojtek Figat
c46ec41f6f
Merge branch 'MMB_Pan' of https://github.com/Radiangames/FlaxEngine into Radiangames-MMB_Pan
2023-09-25 15:40:19 +02:00
Wojtek Figat
90a4fba767
Improve #1490 performance to use Ordinal string comparision and just check for extension on some generated files
2023-09-25 15:39:00 +02:00
Wojtek Figat
8ac23e556a
Merge branch 'gen-file-filter' of https://github.com/Tryibion/FlaxEngine into Tryibion-gen-file-filter
2023-09-25 15:37:11 +02:00
Wojtek Figat
1b9d61b408
Merge branch 'TextBox-ControlBackspaceSupport' of https://github.com/Chikinsupu/FlaxEngine into Chikinsupu-TextBox-ControlBackspaceSupport
2023-09-25 15:34:40 +02:00
Wojtek Figat
2fb1778801
Merge branch 'ContainerControl-ShiftTabSupport' of https://github.com/Chikinsupu/FlaxEngine into Chikinsupu-ContainerControl-ShiftTabSupport
2023-09-25 15:31:23 +02:00
Wojtek Figat
4fd8697082
Working improvements from docs PR
2023-09-25 11:11:56 +02:00
Wojtek Figat
b2ec235f01
Minor tweaks
2023-09-25 11:00:49 +02:00
Chandler Cox
84ecd49439
Fix slider clipping left most pixel of fill bar.
2023-09-24 15:40:56 -05:00
Chandler Cox
8a2272b825
Add has border and border thickness options.
2023-09-24 15:40:40 -05:00
Chandler Cox
cb89daad36
Clean up comments.
2023-09-24 15:15:53 -05:00
Chandler Cox
87ef35cd4f
Add tooltips to move with the mouse cursor.
2023-09-24 15:14:28 -05:00
Nils Hausfeld
50ebd5cb87
- Fixed massive UI freeze because of perform layout oversight
2023-09-24 20:31:22 +02:00
Nils Hausfeld
8d39d51f90
- Added profiling
2023-09-24 20:22:44 +02:00
Nils Hausfeld
038a3603e4
- Possible nodes get filtered now depending on the available node ports
2023-09-24 19:33:03 +02:00
Wojtek Figat
626bdf2e37
Add Variant::AsStructure to comparision operator between VariantType and ScriptingTypeHandle
2023-09-24 19:27:23 +02:00
Wojtek Figat
8a00a3e61e
Expose moveTo node functions to override in C#
2023-09-24 19:26:41 +02:00
Wojtek Figat
65583ac6aa
Add NavMeshRuntime to scripting api
2023-09-24 19:26:17 +02:00
Nils Hausfeld
0de31f630f
- Moved control point calculation into its own function since multiple parts of the code depend on it
...
- 'DrawConnection' function now calls the control point calculation function
- 'IntersectsConnection' function now calls the control point calculation function
2023-09-24 18:40:34 +02:00
Ruan Lucas
1e3debf1ec
Remake #1413
2023-09-24 11:37:14 -04:00
Ruan Lucas
409b17df2d
Remake
2023-09-24 11:28:07 -04:00
9021deb49e
Fix Vulkan shader compilation with source files missing the last newline
2023-09-24 15:39:24 +03:00
Wojtek Figat
15b1e0a984
Minor fixes
2023-09-24 13:20:19 +02:00
Wojtek Figat
959bd33efc
Rename AllocState to NewState
2023-09-24 13:17:59 +02:00
davevanegdom
22764f5362
Improved SceneNodeDoubleClick names
2023-09-23 23:28:59 +02:00
Nils Hausfeld
b6ad252305
- Removed unnecessary null-conditional operator
...
- Removed unnecessary Float2 allocation
2023-09-23 19:14:06 +02:00
10bcb26005
Fix invalid characters in generated C# launch settings paths
2023-09-23 18:29:53 +03:00
Wojtek Figat
dc324b4ec6
Fix crash when max files open limit is too small on macOS/iOS
2023-09-23 14:47:16 +02:00
Wojtek Figat
f09aebacad
Add editor app packaging for macOS
2023-09-23 14:42:05 +02:00
080091c271
Fix missing bindings for Actor related actions
2023-09-23 15:35:55 +03:00
385c3541c9
Apply global editor bindings in most windows
2023-09-23 15:23:09 +03:00
52cf4df641
Add input bindings for File menu actions
2023-09-23 15:23:09 +03:00
a1cbaba743
Add Editor input bindings for Profiler window and Profiler actions
2023-09-23 15:23:09 +03:00