Wojtek Figat
|
5ca61d8568
|
Fix Convert to Parameter to check if can perform action
|
2024-05-20 22:39:46 +02:00 |
|
Nils Hausfeld
|
58998f4576
|
- Reroute node now always checks if the mouse is inside the "connecting bounds" and changes the cursor accordingly
- Slightly increased "connecting bounds" padding
|
2024-05-20 21:18:12 +02: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
|
4d9c92dd49
|
Fix editor hang when scene deserialization fails
|
2024-05-20 18:24:20 +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 |
|
Abra
|
b2fc5e8fd3
|
increase horizontal slot amount
|
2024-05-20 17:01:07 +03:00 |
|
Abra
|
4fb42319ef
|
add edit prefab button
|
2024-05-20 16:59:32 +03: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
|
52090d3a6b
|
Merge branch 'update-cursor-unlock-text' of https://github.com/Tryibion/FlaxEngine into Tryibion-update-cursor-unlock-text
|
2024-05-20 11:47:01 +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 |
|
Chandler Cox
|
6705205e2f
|
Update cursor unlock text with correct input key bind.
|
2024-05-17 09:41:02 -05:00 |
|
Wojtek Figat
|
2cdd0ff644
|
Fix test compilation
|
2024-05-17 15:47:50 +02:00 |
|
Wojtek Figat
|
7f8700288f
|
Merge branch 'sel-prefab-clear-search' of https://github.com/Tryibion/FlaxEngine into Tryibion-sel-prefab-clear-search
|
2024-05-17 15:30:59 +02:00 |
|
Wojtek Figat
|
65a6c0aed5
|
Merge branch 'edit-options-move' of https://github.com/Tryibion/FlaxEngine into Tryibion-edit-options-move
|
2024-05-17 15:30:44 +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
|
3837e8b263
|
Rename "Options" to "Editor Options" and move under the "Edit" menu.
|
2024-05-16 23:20:44 -05:00 |
|
Chandler Cox
|
47b3141f18
|
Clear item search on select prefab
|
2024-05-16 23:00:32 -05: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
|
0765fa92b5
|
Add option to move all selected UI Controls while holding Shift key
|
2024-05-16 14:11:11 +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
|
6b9f6ac82e
|
Fix incorrect async methods used as RPCs (not supported now)
|
2024-05-16 10:35:17 +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
|
1cd2f6a070
|
Fix compilation when using non-strongly typed enum as default value
|
2024-05-15 13:23:30 +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
|
fd871ce830
|
Merge branch 'nested_type_fixes' of https://github.com/GoaLitiuM/FlaxEngine into GoaLitiuM-nested_type_fixes
|
2024-05-15 12:50:44 +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
|
2625a9d762
|
Merge branch 'ui-edit-handles' of https://github.com/Tryibion/FlaxEngine into Tryibion-ui-edit-handles
|
2024-05-15 12:26:20 +02:00 |
|
Wojtek Figat
|
a6e8e6f749
|
Merge branch 'add-script' of https://github.com/Tryibion/FlaxEngine into Tryibion-add-script
|
2024-05-15 12:25:59 +02:00 |
|
Wojtek Figat
|
13f94dcf11
|
Merge branch 'control-trans-dup' of https://github.com/Tryibion/FlaxEngine into Tryibion-control-trans-dup
|
2024-05-15 12:25:28 +02:00 |
|
Wojtek Figat
|
1457637707
|
Merge branch 'checkerboard-colorpicker' of https://github.com/Tryibion/FlaxEngine into Tryibion-checkerboard-colorpicker
|
2024-05-15 12:25:08 +02:00 |
|
Wojtek Figat
|
1c7f06e570
|
Merge branch 'treenode-guidelines' of https://github.com/Tryibion/FlaxEngine into Tryibion-treenode-guidelines
|
2024-05-15 12:24:12 +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 |
|