Wojtek Figat
8e23781153
Fix updating time left when destroying large amount of objects
...
#1584
2023-10-09 12:13:09 +02:00
Wojtek Figat
64d4076615
Minor tweaks
2023-10-09 12:06:55 +02:00
Wojtek Figat
d7e9e2ed16
Fix AssetsCache to include project path and reject cache when project gets duplicated with cache
...
#1631
2023-10-09 11:33:02 +02:00
Wojtek Figat
6c0011bef5
Merge branch 'fix-linux-systeminfo' of https://github.com/nothingTVatYT/FlaxEngine into nothingTVatYT-fix-linux-systeminfo
2023-10-09 10:44:08 +02:00
Wojtek Figat
481a3cfba5
Minor tweaks
2023-10-08 23:33:51 +02:00
Wojtek Figat
0b786feb65
Merge branch 'linux-doubleclick' of https://github.com/MineBill/FlaxEngine into MineBill-linux-doubleclick
2023-10-08 22:14:02 +02:00
nothingTVatYT
5b866b643b
fix GetDesktopSize for Linux
2023-10-08 22:05:53 +02:00
minebill
03642632f5
Use a maximum distance between clicks, when detecting a double click
2023-10-08 22:05:02 +03:00
Wojtek Figat
552641c51a
Fix potential crashes if uses calls terrain tools with invalid params
2023-10-08 17:02:26 +02:00
Wojtek Figat
f3818c8a1d
Merge branch 'viewport_cam_drift_fix' of https://github.com/GoaLitiuM/FlaxEngine into GoaLitiuM-viewport_cam_drift_fix
2023-10-08 16:48:23 +02:00
Wojtek Figat
c3924d636d
Merge branch 'Fix-Actor-OnDestroy' of https://github.com/RuanLucasGD/FlaxEngine into RuanLucasGD-Fix-Actor-OnDestroy
2023-10-08 16:41:40 +02:00
Wojtek Figat
38664e9d43
More improvements to 13853d5fb5
2023-10-08 16:34:41 +02:00
4db1975f02
Fix Editor viewport camera drifting with odd viewport sizes
2023-10-08 17:28:28 +03:00
Wojtek Figat
13853d5fb5
Fix model asset previews to wait for materials to be loaded
2023-10-08 16:01:34 +02:00
Wojtek Figat
734f8bcaf4
Fix shader compilation tracking to check for directory existence
2023-10-08 15:52:36 +02:00
Wojtek Figat
b56447bae4
Refactor code in #1423 to be cleaner
2023-10-08 15:14:35 +02:00
Wojtek Figat
3b23e50ee6
Merge branch 'auto-module' of https://github.com/Tryibion/FlaxEngine into Tryibion-auto-module
...
# Conflicts:
# Source/Editor/Windows/ContentWindow.ContextMenu.cs
2023-10-08 13:43:28 +02:00
Wojtek Figat
f80271bdfd
Merge branch 'ies_fix' of https://github.com/GoaLitiuM/FlaxEngine into GoaLitiuM-ies_fix
2023-10-08 13:36:55 +02:00
Wojtek Figat
916993f241
Merge branch 'light_field_order_fix' of https://github.com/GoaLitiuM/FlaxEngine into GoaLitiuM-light_field_order_fix
2023-10-08 13:36:10 +02:00
Wojtek Figat
12ed17618f
Merge branch 'fix_edit_text_box' of https://github.com/RuanLucasGD/FlaxEngine into RuanLucasGD-fix_edit_text_box
2023-10-08 13:34:08 +02:00
Wojtek Figat
dc59a38b64
Merge branch 'Visject-BendingPreviewConnectionFix' of https://github.com/Chikinsupu/FlaxEngine into Chikinsupu-Visject-BendingPreviewConnectionFix
2023-10-08 11:16:38 +02:00
Wojtek Figat
a9231d5e08
Merge branch 'Visject-ContextSensitiveParameterSupport' of https://github.com/Chikinsupu/FlaxEngine into Chikinsupu-Visject-ContextSensitiveParameterSupport
2023-10-08 11:15:26 +02:00
Wojtek Figat
b2ee160bfe
Merge branch 'Visject-FixItemDuplicationBug' of https://github.com/Chikinsupu/FlaxEngine into Chikinsupu-Visject-FixItemDuplicationBug
2023-10-08 11:12:55 +02:00
Wojtek Figat
880e394554
Merge branch 'alt-key-linux' of https://github.com/MineBill/FlaxEngine into MineBill-alt-key-linux
2023-10-08 11:10:08 +02:00
Wojtek Figat
b8f094e007
Cleanup Iterator in ChunkedArray
2023-10-08 11:09:12 +02:00
Christopher Rothert
5e85fa2c0c
Merge branch 'master' into feat/improved-camera-settings
2023-10-08 01:41:05 +02:00
Christopher Rothert
966e5cdda2
Update some comments
2023-10-08 01:40:50 +02:00
Christopher Rothert
997c442e69
Update movement speed formatting
...
* add property for movement speed text format
* add additional checks to camera speed progress calculation
* round movement speed to make it visually more appealing in the context menu
2023-10-08 01:07:36 +02:00
Ruan Lucas
95f40ecc0c
clean code
2023-10-07 16:27:14 -04:00
minebill
e903348d71
Fix incorrect mapping of Alt key on linux
2023-10-07 22:28:39 +03:00
Ruan Lucas
56c3080b10
fix edit text box
2023-10-07 11:06:23 -04:00
Nils Hausfeld
d41ec15606
- Implemented support for surface parameters
2023-10-07 13:57:05 +02:00
2eb49dba59
Move Use Inverse Squared Falloff above Falloff Exponent in lights
...
Prevents the checkbox in UI from moving around when toggling the value.
2023-10-07 14:38:58 +03:00
bc658bbfba
Fix Dictionary iterator comparison
...
Missing change from 9291295a4d
2023-10-07 14:25:07 +03:00
1f4343d664
Fix IES profile light computation formula
2023-10-07 14:24:54 +03:00
Christopher Rothert
00aa54cde8
Update camera speed stepping and easing
...
* remove complex curve function
* update camera easing feature to use Mathf.Pow instead
* add total camera speed steps to ViewportOptions
* change default value for max camera speed from 64 to 32
* update ViewportOptions ordering and grouping
* update string format for movement speed
2023-10-07 02:40:52 +02:00
Nils Hausfeld
e4bd84bd6a
- Fixed items in Surface Paramter Group getting duplicated over and over again
2023-10-06 23:02:00 +02:00
Nils Hausfeld
78c0e1dd92
- Visual fix to preview connection when pulling out of an input box or a reroute node
2023-10-06 18:16:04 +02:00
Nils Hausfeld
c4136dcaa9
Merge branch 'master' into AnimationSampleNode-AnimationAssetReferencePort
2023-10-06 17:50:36 +02:00
Nils Hausfeld
63d57151d0
- Minor cleanup
2023-10-06 17:50:19 +02:00
Wojtek Figat
a8f6a90a2f
Merge branch 'control-double-click' of https://github.com/MineBill/FlaxEngine into MineBill-control-double-click
2023-10-06 17:20:46 +02:00
Wojtek Figat
e41e200305
Merge branch 'Vert-color-deduplication-check' of https://github.com/Muzz/FlaxEngine into Muzz-Vert-color-deduplication-check
2023-10-06 17:06:21 +02:00
Wojtek Figat
5cf1d2b46e
Code format
2023-10-06 17:06:17 +02:00
Wojtek Figat
f1557554ab
Merge branch 'pos-camera' of https://github.com/Tryibion/FlaxEngine into Tryibion-pos-camera
2023-10-06 17:02:51 +02:00
Wojtek Figat
bc291f592e
Merge branch 'improved-scrolling' of https://github.com/ontrigger/FlaxEngine into ontrigger-improved-scrolling
2023-10-06 16:58:36 +02:00
Wojtek Figat
e041a2d006
Merge branch 'scene-scroll-fix' of https://github.com/Tryibion/FlaxEngine into Tryibion-scene-scroll-fix
2023-10-06 16:07:45 +02:00
Wojtek Figat
cd889604e1
Fix build regression
2023-10-06 16:02:31 +02:00
Wojtek Figat
2cac149741
Code cleanup for #1377
2023-10-06 15:58:23 +02:00
Nils Hausfeld
ea355dd560
- Title of Animation sample node gets updated when connection of animation reference box changes
2023-10-06 15:30:52 +02:00
Wojtek Figat
58552afc40
Merge branch 'viewlayer' of https://github.com/Withaust/FlaxEngine into Withaust-viewlayer
2023-10-06 15:26:15 +02:00