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
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
Wojtek Figat
b2ec235f01
Minor tweaks
2023-09-25 11:00:49 +02:00
Wojtek Figat
15b1e0a984
Minor fixes
2023-09-24 13:20:19 +02:00
Nils Hausfeld
b6ad252305
- Removed unnecessary null-conditional operator
...
- Removed unnecessary Float2 allocation
2023-09-23 19:14:06 +02:00
Nils Hausfeld
963300c2cb
- Implemented shift tab support for Container Controls
2023-09-23 11:56:45 +02:00
Wojtek Figat
1c20398d8c
Merge remote-tracking branch 'origin/master' into 1.7
2023-09-22 22:43:29 +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
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
Luke Schneider
65bf13ea4f
Removed debug messages
2023-09-21 08:38:18 -05:00
Luke Schneider
ad29dd0c92
MMB Panning
...
Added MMB panning to VisjectSurfaces (materials/etc).
2023-09-21 08:37:13 -05:00
Andrew Spiering
d4c71b5fd9
Launching Rider on macOS
...
* Fixing issues where when the editor would try and launch rider on an M1/2 machine it would not properly open because it was the wrong architecture which is now resolved because open will do the right thing
* Making the ParseArgs function a little more resilient against escaped arguments
2023-09-20 23:16:38 -07:00
Chandler Cox
f315286e26
Change wording to "Set To Null"
2023-09-20 19:08:36 -05:00
Chandler Cox
eb5a1f1103
Fix max and min on double click main menu buttons for custom menu bar
2023-09-20 17:49:17 -05:00
Wojtek Figat
da7ba0ecba
Fix regression on cooking ios game
2023-09-20 22:41:47 +02:00
Chandler Cox
cadd0d2356
Fix visuals
2023-09-20 15:18:33 -05:00
Chandler Cox
812813251d
Fix being able to create folder from project folder.
2023-09-20 14:42:18 -05:00
Chandler Cox
dfb9f1985f
Improve input editors to use combo box.
2023-09-20 13:19:03 -05:00
Wojtek Figat
9f97787099
Merge remote-tracking branch 'origin/master' into 1.7
2023-09-20 16:02:48 +02:00
Wojtek Figat
5c5c64cf76
Update macOS app cooking to properly execute tools
2023-09-20 11:52:26 +02:00
Andrew Spiering
f40657ea04
macOS support fixes
...
* Adding macOS FileSystemWatcher, this should allow files to be monitored and update like the other OSs
* Reworked how macOS launches processes to use NSTask which just deals with escaped and unescaped paths better
* Made a change to the ScriptsBuilder::RunBuildTool, this was adding the escaped values to the path, in reality it should be up to the underlying OS to make sure things are properly escaped, so removed those as they just end up causing issues. Also instead of appending the args to the fileName we just properly use the Arguments variable on the CreateProcessSettings
* No longer use open in order to show files in the finder, we use the proper method selectFile
* made a slight cleanup change to the MacPlatform Tick function
* Added ToNSString functions just to make that easier
* Added a ParseArguments function that will take a string and turn it into an array for NSTask
2023-09-19 20:58:12 -07:00
4a1787dfbe
Generate project files at startup when project Cache was cleared
2023-09-20 00:15:25 +03:00
Wojtek Figat
a56ce92867
Fix crash when importing model with materials and Split Objects enabled
2023-09-19 23:07:10 +02:00
Wojtek Figat
a71de7357c
Merge remote-tracking branch 'origin/master' into 1.7
2023-09-19 21:42:53 +02:00
Wojtek Figat
f0b5d3b838
Minor improvements
2023-09-19 21:37:24 +02:00
Wojtek Figat
e9cf188c2d
Add outline for relevant BT nodes when debugging tree
2023-09-19 21:24:00 +02:00
Wojtek Figat
336fe46e03
Add GetDebugInfo to BT nodes for debugging
2023-09-19 20:57:19 +02:00
Wojtek Figat
cdcba9bddb
Merge branch 'clamp-node-size' of https://github.com/Tryibion/FlaxEngine into Tryibion-clamp-node-size
2023-09-18 17:29:02 +02:00