Wojtek Figat
c35a21a1dc
Merge branch 'Visject-PrettierConnectionBezier' of https://github.com/Chikinsupu/FlaxEngine into Chikinsupu-Visject-PrettierConnectionBezier
2023-10-01 11:57:08 +02:00
Wojtek Figat
3a85b27cbe
Merge branch 'bool-fix' of https://github.com/Tryibion/FlaxEngine into Tryibion-bool-fix
2023-10-01 11:36:21 +02:00
Chandler Cox
8f5af2e149
Fix bool editor when null.
2023-09-28 19:49:59 -05:00
Chandler Cox
9975bde78c
Change output window search and scroll bars to be like other windows.
2023-09-28 19:09:02 -05:00
Wojtek Figat
983694eb4f
Merge branch 'prevent-full-desktop' of https://github.com/Tryibion/FlaxEngine into Tryibion-prevent-full-desktop
2023-09-28 20:34:12 +02:00
Wojtek Figat
481bbd3a77
Merge branch 'editor_bindings' of https://github.com/GoaLitiuM/FlaxEngine into GoaLitiuM-editor_bindings
2023-09-28 20:17:35 +02:00
Wojtek Figat
9ad607c054
Merge branch 'editor-options-save-popup' of https://github.com/Tryibion/FlaxEngine into Tryibion-editor-options-save-popup
2023-09-28 19:58:24 +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
75711a16bc
Merge branch 'fix/editor-window-closing-during-camera-flight' of https://github.com/solnem/FlaxEngine into solnem-fix/editor-window-closing-during-camera-flight
2023-09-27 13:18:10 +02:00
Wojtek Figat
b00156f519
Add some improvements to particles editing
...
#1395
2023-09-27 13:04:44 +02:00
Wojtek Figat
6621e70ae7
Add objects replication and RPC stats table to Network Profiler
2023-09-26 10:33:12 +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
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
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
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
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
Nils Hausfeld
b6ad252305
- Removed unnecessary null-conditional operator
...
- Removed unnecessary Float2 allocation
2023-09-23 19:14:06 +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
8ed57863b8
Add Editor input bindings for Tools menu items
2023-09-23 15:23:09 +03:00
efbc757369
Cancel camera rotation toggle when entering playmode or hitting escape
2023-09-23 15:23:08 +03:00
2023aa8c94
Add viewport camera movement speed adjustment input bindings
2023-09-23 15:23:08 +03:00
0122a9f699
Implement viewport camera rotation toggle for trackpad users
2023-09-23 15:23:08 +03:00
69ce189c5d
Add input bindings for Scene viewport related actions and Pilot Actor
2023-09-23 15:23:08 +03:00
964913013d
Add shortcut key to gizmo buttons
2023-09-23 15:23:07 +03:00
17e1afb04a
Add Editor input option for toggling gizmo transform space
2023-09-23 15:23:07 +03:00
61b4738b6a
Fix Editor bindings with no modifiers triggering with modifiers pressed
2023-09-23 15:23:07 +03:00
642766d9cc
Add Editor input options for Play Current Scenes and running cooked game
2023-09-23 15:23:07 +03:00
Nils Hausfeld
963300c2cb
- Implemented shift tab support for Container Controls
2023-09-23 11:56:45 +02:00
Wojtek Figat
07db94c4f7
Merge branch 'copy-paste-fix' of https://github.com/Tryibion/FlaxEngine into Tryibion-copy-paste-fix
2023-09-22 18:56:39 +02:00
Wojtek Figat
cb423f78f4
Merge branch 'create-folder-fix' of https://github.com/Tryibion/FlaxEngine into Tryibion-create-folder-fix
2023-09-22 18:50:57 +02:00
Wojtek Figat
19651db45e
Merge branch 'max-min-on-click' of https://github.com/Tryibion/FlaxEngine into Tryibion-max-min-on-click
2023-09-22 18:49:14 +02:00
Wojtek Figat
2b4911ef06
Merge branch 'fix-VisjectContextMenu-SpaceInput' of https://github.com/Chikinsupu/FlaxEngine into Chikinsupu-fix-VisjectContextMenu-SpaceInput
2023-09-22 18:45:55 +02:00
08d04ea6fb
Fix exceptions in Debug Log Window not using correct line numbers
...
Additions to fix in commit 1714bc243a
2023-09-22 16:54:58 +03:00
Chandler Cox
bd864c42fa
Add popup to editor options to remind the user to save or not.
2023-09-22 08:40:38 -05:00
Nils Hausfeld
d0679c1f9b
- Made Visject connection bezier curves bend around nodes
2023-09-22 15:28:46 +02:00
Wojtek Figat
79aba00ab4
Merge branch 'macos-bugs-two' of https://github.com/wackoisgod/FlaxEngine into wackoisgod-macos-bugs-two
2023-09-22 13:01:21 +02:00
Wojtek Figat
6b8d1f448e
Merge branch 'rider-open-file' of https://github.com/MineBill/FlaxEngine into MineBill-rider-open-file
2023-09-22 12:57:54 +02:00
Wojtek Figat
d6c177ffca
Merge branch 'window_flicker_fix' of https://github.com/GoaLitiuM/FlaxEngine into GoaLitiuM-window_flicker_fix
2023-09-22 12:55:11 +02:00
MineBill
1714bc243a
Fix not capturing the the Debug.Log line in the DebugLogWindow
2023-09-22 11:03:59 +03:00
Chandler Cox
7012832050
Add filter to content window to hide generated files. Hide by default.
2023-09-21 21:29:21 -05:00
Chandler Cox
521b180352
Fix issue with copying and poasting in same folder.
2023-09-21 18:56:45 -05:00
bbf8883275
Fix docking hint areas not hiding after dragging a window
2023-09-21 20:13:06 +03:00
Nils Hausfeld
d19984d3e9
- Pressing space to open visject context menu now ignores the space char as input
2023-09-21 18:02:00 +02:00