Wojtek Figat
|
175fd31431
|
Fix Delegate invoke to copy arguments values to each call instead of passing as reference
|
2024-06-05 18:00:00 +02:00 |
|
Wojtek Figat
|
3b1a96582a
|
Fix crash in gpu memory profiler if resource name is missing
#2688
|
2024-06-05 17:14:44 +02:00 |
|
Wojtek Figat
|
116539ce34
|
Merge branch 'Tryibion-fix-cursor-show-edge-cases'
|
2024-06-03 19:17:58 +02:00 |
|
Wojtek Figat
|
e8421d4274
|
Merge branch 'fix-cursor-show-edge-cases' of https://github.com/Tryibion/FlaxEngine into Tryibion-fix-cursor-show-edge-cases
|
2024-06-03 19:17:50 +02:00 |
|
Wojtek Figat
|
0b9ee23a5c
|
Merge branch 'Chikinsupu-Visject-ConnectionImprovements'
|
2024-06-03 14:22:04 +02:00 |
|
Wojtek Figat
|
2d2841d59e
|
Merge branch 'Visject-ConnectionImprovements' of https://github.com/Chikinsupu/FlaxEngine into Chikinsupu-Visject-ConnectionImprovements
|
2024-06-03 14:17:11 +02:00 |
|
Wojtek Figat
|
a0c2f6a51e
|
Merge branch 'HydrogenC-scroll-fix'
|
2024-06-03 11:09:59 +02:00 |
|
Wojtek Figat
|
1d946afe82
|
Merge branch 'scroll-fix' of https://github.com/HydrogenC/FlaxEngine into HydrogenC-scroll-fix
|
2024-06-03 11:09:52 +02:00 |
|
Wojtek Figat
|
6ea519b55a
|
Merge branch 'GoaLitiuM-variant_fixes'
|
2024-06-03 11:04:18 +02:00 |
|
Wojtek Figat
|
2d6c49ee20
|
Merge branch 'variant_fixes' of https://github.com/GoaLitiuM/FlaxEngine into GoaLitiuM-variant_fixes
|
2024-06-03 11:04:06 +02:00 |
|
Wojtek Figat
|
59b250f091
|
Merge branch 'GoaLitiuM-exr_crash_fix'
|
2024-06-03 11:01:24 +02:00 |
|
Wojtek Figat
|
6c347f08b6
|
Merge branch 'exr_crash_fix' of https://github.com/GoaLitiuM/FlaxEngine into GoaLitiuM-exr_crash_fix
|
2024-06-03 11:01:11 +02:00 |
|
Wojtek Figat
|
304f24764b
|
Merge branch 'GoaLitiuM-debuglog_options'
|
2024-06-03 10:58:57 +02:00 |
|
Wojtek Figat
|
3dac26ffda
|
Merge branch 'debuglog_options' of https://github.com/GoaLitiuM/FlaxEngine into GoaLitiuM-debuglog_options
|
2024-06-03 10:58:49 +02:00 |
|
Wojtek Figat
|
f51a442357
|
Fix crash when using content search in Visject surface
|
2024-06-03 10:54:22 +02:00 |
|
|
|
c4d5e50f22
|
Update Editor options when window is shown
|
2024-06-01 23:13:34 +03:00 |
|
|
|
86d90605fc
|
Fix Editor options data applying in realtime after first save
Reclone the data in order to not modify the currently applied options
data after save.
|
2024-06-01 23:13:34 +03:00 |
|
|
|
db71bf2868
|
Store Debug Log view options in Editor options
|
2024-06-01 23:13:34 +03:00 |
|
|
|
fef124a01d
|
Fix crash when trying to import unsupported EXR-file
|
2024-06-01 21:36:22 +03:00 |
|
|
|
272977a521
|
Defer Editor EndInit after loading scripting assemblies
Assets containing deserialized data of scripting assembly structures
needs to be loaded after the scripting assemblies have been loaded.
|
2024-06-01 20:24:57 +03:00 |
|
|
|
dedb3d57fd
|
Fix Variant getters returning already freed managed handles
|
2024-06-01 20:22:16 +03:00 |
|
ExMatics HydrogenC
|
9e9013ec43
|
Add missing recalculations of the thumb
|
2024-06-01 18:23:37 +08:00 |
|
Nils Hausfeld
|
0c50fa9816
|
- Implemented a connection line offset that increases the less curvature the line has
- Made connection lines a tiny bit thicker and added constants at the top of OutputBox to easily change the default style
|
2024-05-31 20:16:33 +02:00 |
|
Wojtek Figat
|
e0791eacad
|
Fix game crashes due to scene objects C# instances removal on EndPlay before all game logic ends
|
2024-05-31 10:29:23 +02:00 |
|
Wojtek Figat
|
806bff19f4
|
Fix editor play state exceptions into errors to prevent locking editor state
|
2024-05-30 17:26:43 +02:00 |
|
Wojtek Figat
|
949057b1c3
|
Fix some html tags parsing to be safer
|
2024-05-30 17:22:43 +02:00 |
|
Wojtek Figat
|
5c23f4ac09
|
Fix project cache in editor to use invariant culture when converting numbers
|
2024-05-30 17:22:30 +02:00 |
|
Chandler Cox
|
f01784108d
|
Add check to cursor hidden/showing loops.
|
2024-05-30 08:47:41 -05:00 |
|
Wojtek Figat
|
3f3df090f4
|
Format code in Visject
|
2024-05-30 12:20:40 +02:00 |
|
Wojtek Figat
|
390f574662
|
Merge branch 'Chikinsupu-Visject-ImprovedSearchAndFiltering'
|
2024-05-30 12:15:41 +02:00 |
|
Wojtek Figat
|
48a09c9783
|
Merge branch 'Visject-ImprovedSearchAndFiltering' of https://github.com/Chikinsupu/FlaxEngine into Chikinsupu-Visject-ImprovedSearchAndFiltering
|
2024-05-30 12:15:35 +02:00 |
|
Wojtek Figat
|
981109a6f1
|
Merge branch 'Chikinsupu-Visject-ConnectionCurvatureOption'
|
2024-05-30 12:11:45 +02:00 |
|
Wojtek Figat
|
2f8428db1a
|
Merge branch 'Visject-ConnectionCurvatureOption' of https://github.com/Chikinsupu/FlaxEngine into Chikinsupu-Visject-ConnectionCurvatureOption
|
2024-05-30 12:11:40 +02:00 |
|
Wojtek Figat
|
d0ec3fa2e2
|
Merge branch 'Tryibion-slider-focus'
|
2024-05-30 12:07:25 +02:00 |
|
Wojtek Figat
|
9533289e57
|
Merge branch 'slider-focus' of https://github.com/Tryibion/FlaxEngine into Tryibion-slider-focus
|
2024-05-30 12:05:10 +02:00 |
|
Wojtek Figat
|
0f485cf77c
|
Merge branch 'Tryibion-cwidget-size'
|
2024-05-30 12:01:03 +02:00 |
|
Wojtek Figat
|
8c8b4613d2
|
Merge branch 'cwidget-size' of https://github.com/Tryibion/FlaxEngine into Tryibion-cwidget-size
|
2024-05-30 12:00:56 +02:00 |
|
Wojtek Figat
|
3b872f08a8
|
Merge branch 'Chikinsupu-Visject-CommentRenameImprovements'
|
2024-05-30 11:54:36 +02:00 |
|
Wojtek Figat
|
e89e0159bf
|
Merge branch 'Visject-CommentRenameImprovements' of https://github.com/Chikinsupu/FlaxEngine into Chikinsupu-Visject-CommentRenameImprovements
|
2024-05-30 11:46:53 +02:00 |
|
Wojtek Figat
|
857d2c26f4
|
Merge branch 'MrCapy0-Fix-Game-Compilation'
|
2024-05-30 11:44:40 +02:00 |
|
Wojtek Figat
|
49e70637db
|
Merge branch 'Fix-Game-Compilation' of https://github.com/MrCapy0/FlaxEngine into MrCapy0-Fix-Game-Compilation
|
2024-05-30 11:36:16 +02:00 |
|
Wojtek Figat
|
72a151816a
|
Merge branch 'Tryibion-control-update-fix'
|
2024-05-30 11:24:15 +02:00 |
|
Wojtek Figat
|
528b20dc00
|
Merge branch 'control-update-fix' of https://github.com/Tryibion/FlaxEngine into Tryibion-control-update-fix
|
2024-05-30 11:23:46 +02:00 |
|
Wojtek Figat
|
ce2d2b78c4
|
Merge branch 'Chikinsupu-Visject-ImprovedInactiveBoxes'
|
2024-05-30 10:37:10 +02:00 |
|
Wojtek Figat
|
b22c42b9e3
|
Merge branch 'Visject-ImprovedInactiveBoxes' of https://github.com/Chikinsupu/FlaxEngine into Chikinsupu-Visject-ImprovedInactiveBoxes
|
2024-05-30 10:37:04 +02:00 |
|
Wojtek Figat
|
377d25a1fd
|
Merge branch 'Chikinsupu-Visject-RerouteMovingQoL'
|
2024-05-30 10:35:04 +02:00 |
|
Wojtek Figat
|
32a60c3b5c
|
Merge branch 'Visject-RerouteMovingQoL' of https://github.com/Chikinsupu/FlaxEngine into Chikinsupu-Visject-RerouteMovingQoL
|
2024-05-30 10:26:29 +02:00 |
|
Wojtek Figat
|
3f40aff01f
|
Merge branch 'Tryibion-header-height'
|
2024-05-30 10:24:31 +02:00 |
|
Chandler Cox
|
09563caf37
|
Fix header height when using HeaderAttribute with multiline label.
|
2024-05-29 15:48:31 -05:00 |
|
Nils Hausfeld
|
130fc5b54d
|
- Cleanup
|
2024-05-27 23:41:01 +02:00 |
|