Commit Graph

6513 Commits

Author SHA1 Message Date
Wojtek Figat
829d3b3642 Add editor shortcuts usability when toolstrip or main menu controls are focused 2023-09-11 15:07:06 +02:00
Wojtek Figat
48d4a51c1b Fix crash when boxing native array to managed value 2023-09-11 15:06:26 +02:00
Wojtek Figat
1134cfa6a6 Fix using ManagedDictionary when item value type is array
#1305
2023-09-11 15:05:46 +02:00
Wojtek Figat
9afa98e905 Fix Random Range nodes in CPU particles/script graphs when using int
#1341
2023-09-11 13:59:10 +02:00
Wojtek Figat
fb27606541 Add missing Particle Scale getter node to Particle Emitter graph
#1343
2023-09-11 13:54:44 +02:00
Wojtek Figat
716e643f2a Fix applying prefab changes to nesting prefab instances
#1256
2023-09-10 21:07:41 +02:00
Wojtek Figat
ae27d51dc6 Fix building for Android with the latest Java version (update to Gradle 8.3) 2023-09-10 14:53:58 +02:00
Wojtek Figat
a4312590e7 Fix debug draw leftover from 9da686cd52
#1369 #1365
2023-09-10 13:34:46 +02:00
Wiktor Kocielski
8008f05d64 Merge branch 'master' into layeraddition 2023-09-10 13:39:31 +03:00
Wojtek Figat
328bfa8322 Merge branch 'Tryibion-sort-projects' 2023-09-10 12:06:30 +02:00
Wojtek Figat
e1a75b9ae9 Merge branch 'sort-projects' of https://github.com/Tryibion/FlaxEngine into Tryibion-sort-projects 2023-09-10 12:05:14 +02:00
Wojtek Figat
f08e1019b4 Merge branch 'Tryibion-content-item-improve' 2023-09-10 12:03:47 +02:00
Wojtek Figat
212b7970fc Merge branch 'content-item-improve' of https://github.com/Tryibion/FlaxEngine into Tryibion-content-item-improve 2023-09-10 12:00:20 +02:00
Wojtek Figat
9da686cd52 Improve #1369 for #1365 2023-09-10 11:58:54 +02:00
Wojtek Figat
948ca92b4f Merge branch 'RuanLucasGD-master' 2023-09-10 11:44:40 +02:00
Wojtek Figat
3962285b87 Merge branch 'master' of https://github.com/RuanLucasGD/FlaxEngine into RuanLucasGD-master 2023-09-10 11:44:34 +02:00
Wojtek Figat
53deeff116 Missing change from 9291295a4d 2023-09-10 11:33:08 +02:00
Wojtek Figat
9291295a4d Fix Dictionary and HashSet iterators to prevent unwanted data copies
#1361
2023-09-10 11:25:36 +02:00
Wojtek Figat
0c89aa1958 Merge branch 'Withaust-resizedelegate' 2023-09-10 11:12:25 +02:00
Wojtek Figat
9d031fadc0 Merge branch 'resizedelegate' of https://github.com/Withaust/FlaxEngine into Withaust-resizedelegate 2023-09-10 11:12:19 +02:00
Wojtek Figat
d730d712fb Merge branch 'Tryibion-slider' 2023-09-10 11:09:37 +02:00
Wojtek Figat
317c7021a3 Merge branch 'slider' of https://github.com/Tryibion/FlaxEngine into Tryibion-slider 2023-09-10 11:08:10 +02:00
Wojtek Figat
d11a90a680 Merge branch 'RuanLucasGD-add_DebugDraw_DrawRay' 2023-09-10 11:03:37 +02:00
Wojtek Figat
f8d56fceec Merge branch 'add_DebugDraw_DrawRay' of https://github.com/RuanLucasGD/FlaxEngine into RuanLucasGD-add_DebugDraw_DrawRay 2023-09-10 11:03:31 +02:00
Wojtek Figat
bd63fadfbd Merge branch 'scene-select-fix' of https://github.com/Tryibion/FlaxEngine 2023-09-10 10:59:13 +02:00
Wojtek Figat
b279adbaab Merge branch 'GoaLitiuM-managed_utf8_str_fix' 2023-09-10 10:52:21 +02:00
Wojtek Figat
002d46cddd Merge branch 'managed_utf8_str_fix' of https://github.com/GoaLitiuM/FlaxEngine into GoaLitiuM-managed_utf8_str_fix 2023-09-10 10:52:08 +02:00
Wojtek Figat
f20977732e Merge branch 'Tryibion-remove-tag' 2023-09-10 10:18:52 +02:00
Wojtek Figat
d653300e18 Merge branch 'remove-tag' of https://github.com/Tryibion/FlaxEngine into Tryibion-remove-tag 2023-09-10 10:18:45 +02:00
Ruan Lucas
c6ad4d0e19 small doc fix 2023-09-09 13:07:39 -04:00
Ruan Lucas
420e02e3c1 add empty drawRay 2023-09-09 09:28:06 -04:00
Ruan Lucas
317384ed28 add debugdraw::drawray 2023-09-08 22:19:09 -04:00
Ruan Lucas
fc7c24f771 Fix for #1365 2023-09-07 11:33:16 -04:00
Wiktor Kocielski
5ceafaad77 WindowBase::Resized delegate 2023-09-06 05:47:51 +03:00
Wiktor Kocielski
d9a1eb349d Implement tags recursive addition 2023-09-06 05:43:27 +03:00
Wiktor Kocielski
7c9959bca5 Merge branch 'FlaxEngine:master' into layeraddition 2023-09-06 05:19:55 +03:00
Chandler Cox
d96f19e5c6 Change exposed positionns to float 2 2023-09-05 08:44:59 -05:00
Chandler Cox
65a02f032f Expose helpful slider data. 2023-09-05 08:25:25 -05:00
Chandler Cox
20f35e332f Add slider control 2023-09-04 20:15:59 -05:00
Chandler Cox
39ecfe8c24 Small bug fix 2023-09-03 12:11:33 -05:00
Mr. Capybara
0a094ca916 Merge branch 'FlaxEngine:master' into add_spline_edit_options 2023-09-03 09:25:14 -04:00
Chandler Cox
924e1c6d81 Fix right click deselecting scene tree nodes. 2023-09-03 06:36:29 -05:00
afec6afe4c Fix managed UTF-8 string allocation not using correct encoding 2023-09-03 14:05:21 +03:00
Chandler Cox
92a5432d22 Sort plugin projects in content tree. 2023-09-02 13:13:34 -05:00
Chandler Cox
67909e33c8 Add difference for folders. 2023-09-01 16:37:14 -05:00
Chandler Cox
53861c4795 Improve content item in tile view. Decrease margin between list view items. 2023-09-01 14:28:26 -05:00
Wojtek Figat
36dca16991 Fix WheeledVehicle driving in Drive4W mode when wheels are in custom order
#1352
2023-09-01 13:43:36 +02:00
Chandler Cox
5b5c298a96 Add remove tag method to actor. 2023-09-01 06:35:52 -05:00
Wojtek Figat
5a8944a82d Add support for editing WheeledVehicle engine/differential config at runtime without full physics state rebuild
#1348
2023-09-01 12:52:01 +02:00
Wojtek Figat
b0ec8525aa Add support for editing WheeledVehicle wheels config at runtime without full physics state rebuild
#1324
2023-09-01 12:40:51 +02:00