mafiesto4
f46cc32715
Cleanup code #1115
2023-10-04 20:15:23 +02:00
mafiesto4
c46303018e
Merge branch 'material_import' of https://github.com/Menotdan/FlaxEngine into Menotdan-material_import
2023-10-04 19:59:42 +02:00
mafiesto4
f2a3338dce
Improve #859
2023-10-04 19:58:10 +02:00
mafiesto4
8811c9cda0
Merge branch 'game-window-focus-issue' of https://github.com/Tryibion/FlaxEngine into Tryibion-game-window-focus-issue
2023-10-04 19:02:18 +02:00
mafiesto4
bd14790628
Merge branch 'pugixml_extra' of https://github.com/Arcnor/FlaxEngine into Arcnor-pugixml_extra
2023-10-04 17:36:55 +02:00
mafiesto4
f1d57e47cb
Fix regression in some context menus on Windows due to recent changes to windows showing after first paint
2023-10-04 17:34:14 +02:00
Edu Garcia
f1600b3014
Move custom pugixml changes to pugixml_extra
2023-10-04 13:14:06 +01:00
mafiesto4
569a8eb538
Merge branch 'game-set-open' of https://github.com/Tryibion/FlaxEngine into Tryibion-game-set-open
2023-10-04 13:35:21 +02:00
mafiesto4
d2531273e6
Merge branch 'master' of https://github.com/nothingTVatYT/FlaxEngine into nothingTVatYT-master
2023-10-04 13:33:10 +02:00
mafiesto4
46353365da
Fix missing debug shapes drawing when skeleton node gets selected
...
#1220
2023-10-04 10:24:36 +02:00
Tryibion
c6bd989744
Add Game Settings open button to menu.
2023-10-03 22:47:13 -05:00
mafiesto4
4e83a0a757
Fix potential exception in drag and drop handling
2023-10-03 22:20:44 +02:00
nothingTVatYT
78b074e7da
Fix segfault: target can be null when font size is changed
2023-10-03 01:14:35 +02:00
mafiesto4
dd66ee3521
Add using text Show in Finder on macOS in Editor
2023-10-02 13:26:26 +02:00
mafiesto4
5fe135e10b
Fix updating Content folder name when renamed in Finder on macOS
2023-10-02 13:11:20 +02:00
mafiesto4
8a9d0271a3
Add ignoring ’.DS_Store’ files in Content on macOS
2023-10-02 13:04:21 +02:00
Menotdan
139aea5f2d
Merge branch 'FlaxEngine:master' into material_import
2023-10-02 01:14:49 -04:00
mafiesto4
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
mafiesto4
2db55a3711
Merge branch 'Remove-Background_From-CollisionDataWindow' of https://github.com/RuanLucasGD/FlaxEngine into RuanLucasGD-Remove-Background_From-CollisionDataWindow
2023-10-01 12:35:22 +02:00
mafiesto4
883abc2f3b
Merge branch 'base-win-size' of https://github.com/Tryibion/FlaxEngine into Tryibion-base-win-size
2023-10-01 12:30:14 +02:00
mafiesto4
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
mafiesto4
26040f27cc
Merge branch 'renameNewActor' of https://github.com/Arcnor/FlaxEngine into Arcnor-renameNewActor
2023-10-01 12:08:01 +02:00
mafiesto4
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
mafiesto4
4d6a27c92a
Merge branch 'Statusbar-Imrpovements' of https://github.com/davevanegdom/FlaxEngine into davevanegdom-Statusbar-Imrpovements
2023-10-01 12:01:31 +02:00
mafiesto4
a761a7e857
Merge branch 'master' of https://github.com/M-3-H/FlaxEngine into M-3-H-master
2023-10-01 12:00:40 +02:00
mafiesto4
c35a21a1dc
Merge branch 'Visject-PrettierConnectionBezier' of https://github.com/Chikinsupu/FlaxEngine into Chikinsupu-Visject-PrettierConnectionBezier
2023-10-01 11:57:08 +02:00
mafiesto4
3a85b27cbe
Merge branch 'bool-fix' of https://github.com/Tryibion/FlaxEngine into Tryibion-bool-fix
2023-10-01 11:36:21 +02:00
Tryibion
bae1cfbc8a
Change base editor window size to 75% of desktop size when restored for first time.
2023-09-30 17:35:42 -05:00
Edu Garcia
8cdd026826
Merge branch 'FlaxEngine:master' into renameNewActor
2023-09-29 15:04:23 +01:00
Tryibion
8f5af2e149
Fix bool editor when null.
2023-09-28 19:49:59 -05:00
Ruan Lucas
bb54229760
Simplify code
2023-09-28 20:13:57 -04:00
Tryibion
9975bde78c
Change output window search and scroll bars to be like other windows.
2023-09-28 19:09:02 -05:00
Edu Garcia
6d3fdeec8a
Rename new actor after creating it
2023-09-28 22:50:07 +01:00
GoaLitiuM
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
GoaLitiuM
ea201b6173
Fix null check in SceneAnimationWindow
...
The null-conditional operator checks for reference equality of the
Object, but doesn't check the unmanaged pointer validity.
2023-09-28 22:05:17 +03:00
mafiesto4
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
mafiesto4
481bbd3a77
Merge branch 'editor_bindings' of https://github.com/GoaLitiuM/FlaxEngine into GoaLitiuM-editor_bindings
2023-09-28 20:17:35 +02:00
mafiesto4
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
mafiesto4
44292efa04
Fix editing array of tags in Editor that is null initially
...
#1451
2023-09-27 13:38:03 +02:00
mafiesto4
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
mafiesto4
b00156f519
Add some improvements to particles editing
...
#1395
2023-09-27 13:04:44 +02:00
mafiesto4
6621e70ae7
Add objects replication and RPC stats table to Network Profiler
2023-09-26 10:33:12 +02:00
Menotdan
f06af4d589
Visual studio auto-formatting fixed by just editing it in notepad :)
2023-09-26 00:09:57 -04:00
Menotdan
0f53c486ed
Fixed formatting to match master branch
2023-09-26 00:05:50 -04:00
Menotdan
fdf760f483
Merge branch 'master' of https://github.com/Menotdan/FlaxEngine into material_import
...
Merge Upstream Changes.
2023-09-25 23:51:34 -04: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
mafiesto4
da47088250
Add conditional profiling in Editor (run only when using Profiler window)
2023-09-25 18:34:07 +02:00
mafiesto4
216a5e9f92
Add support for displaying all active Network Peer stats in Editor Profiler tab
2023-09-25 16:49:18 +02:00
mafiesto4
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
mafiesto4
212a2e1ded
Format code from recent PRs
2023-09-25 15:42:23 +02:00