Wojtek Figat
c9bebc0700
Merge branch 'marshaller_namespace' of https://github.com/GoaLitiuM/FlaxEngine into GoaLitiuM-marshaller_namespace
2024-06-08 12:06:17 +02:00
Wojtek Figat
dfd6df7f42
Merge branch 'progress-bar-fix' of https://github.com/Swiggies/FlaxEngine into Swiggies-progress-bar-fix
2024-06-08 12:02:26 +02:00
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
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
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
2d6c49ee20
Merge branch 'variant_fixes' of https://github.com/GoaLitiuM/FlaxEngine into GoaLitiuM-variant_fixes
2024-06-03 11:04:06 +02:00
bf5e5d1254
Refactor native interop internal type lookup
2024-06-01 23:20:33 +03:00
adbe43c2c2
Move generated marshallers into separate namespace
...
Avoid polluting the `FlaxEngine` namespace with interop related
marshallers, move those to nested namespace called `Interop` where most
of the common marshallers are placed already.
2024-06-01 23:20:32 +03:00
fef124a01d
Fix crash when trying to import unsupported EXR-file
2024-06-01 21:36:22 +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
Olly Rybak
8b72c063a8
Quick fix
2024-05-31 21:18:00 +10: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
949057b1c3
Fix some html tags parsing to be safer
2024-05-30 17:22:43 +02:00
Chandler Cox
f01784108d
Add check to cursor hidden/showing loops.
2024-05-30 08:47:41 -05: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
MrCapy0
cc01e88ce8
fix compilation when calling debug draw on scripts
2024-05-26 11:09:17 -04:00
Chandler Cox
7c4b8758ea
Fix a few edge cases for cursor showing/not showing
2024-05-22 21:10:01 -05:00
Chandler Cox
94884fc39a
Run control update even when UiCanvas skips events.
2024-05-22 14:52:30 -05:00
Wojtek Figat
c486577b07
Fix TAA in editor's debug view modes
2024-05-20 19:03:28 +02:00
Wojtek Figat
a69c8ce6a2
Revert 73f68c102d and reopen #2610
2024-05-20 18:37:15 +02:00
Wojtek Figat
e527783e55
Fix missing curve initialization when loading from json
2024-05-20 18:36:41 +02:00
Wojtek Figat
9b01229e58
Fix regression in GPU Particle collisions in editor
2024-05-20 18:12:35 +02:00
Wojtek Figat
cb878294ea
Minor fixes
2024-05-20 17:09:59 +02:00
Wojtek Figat
b433312042
Merge branch 'richtextbox_fix' of https://github.com/GoaLitiuM/FlaxEngine into GoaLitiuM-richtextbox_fix
2024-05-20 14:43:09 +02:00
Wojtek Figat
1ace5fd10d
Merge branch 'patch-2' of https://github.com/tecnessino/FlaxEngine into tecnessino-patch-2
2024-05-20 14:23:03 +02:00
Wojtek Figat
cfc9f73744
Fix deadlock between content storage and asset that is being updated during load
...
#2621
2024-05-20 14:22:03 +02:00
Wojtek Figat
73f68c102d
Revert #2421 two bone ik to solve #2610 regression
2024-05-20 11:19:03 +02:00
tecnessino
862dd1e5f1
Change comment
2024-05-18 20:37:43 +02:00
58351d1989
Fix RichTextBox not drawing the last character
2024-05-18 00:00:27 +03:00
Wojtek Figat
2cdd0ff644
Fix test compilation
2024-05-17 15:47:50 +02:00
Wojtek Figat
816984542a
Merge branch 'prefab-camera' of https://github.com/Tryibion/FlaxEngine into Tryibion-prefab-camera
2024-05-17 15:30:18 +02:00
Chandler Cox
e10ee3e55a
Force camera model to load in prefabs.
2024-05-16 16:49:56 -05:00
Wojtek Figat
0a4e89e29b
Fix UI navigation when using multiple canvases
...
#2574
2024-05-16 16:12:53 +02:00
Wojtek Figat
2529312152
Refactor Color.FromRGBA and add matching old logic Color.FromARGB
...
2592
2024-05-16 13:45:29 +02:00
Wojtek Figat
3404643636
Add better error messages to NetworkReplicator::SetObjectOwnership for incorrect usage
2024-05-16 10:49:51 +02:00
Wojtek Figat
ab5bb79754
Fix regression in collections editing after improving ReadOnly option
2024-05-16 10:34:57 +02:00
Wojtek Figat
58f95d6ce3
Simplify 6f2bd0e932
2024-05-15 23:49:46 +02:00
Wojtek Figat
35ddfc2455
Add test case of nested types in scripting
...
#2582 #2591
2024-05-15 13:09:51 +02:00
Wojtek Figat
b4a4a8a591
Minor code cleanup
2024-05-15 12:40:08 +02:00
Wojtek Figat
c670887b1a
Merge branch 'font-case' of https://github.com/Tryibion/FlaxEngine into Tryibion-font-case
2024-05-15 12:30:39 +02:00
Wojtek Figat
57084b3d6c
Merge branch 'tooltip-text-padding' of https://github.com/Tryibion/FlaxEngine into Tryibion-tooltip-text-padding
2024-05-15 12:23:47 +02:00
Wojtek Figat
1f2456fc67
Merge branch 'scroll-colors' of https://github.com/Tryibion/FlaxEngine into Tryibion-scroll-colors
2024-05-15 12:23:08 +02:00
Wojtek Figat
2e59c35a44
Merge branch 'textbox-add' of https://github.com/Tryibion/FlaxEngine into Tryibion-textbox-add
2024-05-15 12:22:40 +02:00
Wojtek Figat
6f2bd0e932
Another attempt on 6a883bc7c6
2024-05-15 11:22:07 +02:00
Wojtek Figat
6a883bc7c6
Revert file handles bug
2024-05-14 09:03:52 +02:00
Chandler Cox
17de6388ca
Code fix
2024-05-13 17:42:37 -05:00
Chandler Cox
e028d263f1
Remove unused include.
2024-05-13 16:38:38 -05:00
Chandler Cox
6962ed6730
Fix case spelling
2024-05-13 16:38:10 -05:00
Chandler Cox
b66d50ae1b
Add font and case options to Label and Textbox
2024-05-13 16:34:23 -05:00