Commit Graph

7201 Commits

Author SHA1 Message Date
Chandler Cox
c6bd989744 Add Game Settings open button to menu. 2023-10-03 22:47:13 -05:00
Chandler Cox
b5d927baa5 Force windows window to be correct size when restoring window on maximize from minimize. 2023-10-03 16:22:43 -05:00
Wojtek Figat
68a713fb95 Fix model importer to use precomputed Offset Matrix for skeletal model bones
#1525
2023-10-03 22:30:58 +02:00
Wojtek Figat
4e83a0a757 Fix potential exception in drag and drop handling 2023-10-03 22:20:44 +02:00
Chandler Cox
b948152a41 Simplify 2023-10-03 09:40:46 -05:00
36b1dc1452 Fix particle effects not working properly at high framerate 2023-10-03 17:38:21 +03:00
Chandler Cox
9fbc51a22a Add back in fixed margin code. 2023-10-03 09:21:27 -05:00
Chandler Cox
d6861696a5 Simplify. 2023-10-03 09:17:52 -05:00
Chandler Cox
60ac0a8196 Fix box changes from animations. 2023-10-03 08:25:05 -05:00
Chandler Cox
7bb3ddefeb Fix AnimatedModel box. 2023-10-03 07:51:15 -05:00
Wojtek Figat
167fead18d Backport 0f53d0461f 2023-10-03 12:24:06 +02:00
Wojtek Figat
58c6e0cd15 Backport dde6cbeb14 2023-10-03 12:23:36 +02:00
Wojtek Figat
ee83c60e1f Backport 756d9b28aa 2023-10-03 12:23:13 +02:00
Wojtek Figat
78b08b4552 Backport ccceff4f78 2023-10-03 12:22:35 +02:00
Wojtek Figat
2caa168dd9 Fix using DefaultFrameRate for animation imported with Assimp
#1444
2023-10-03 10:00:57 +02:00
Wojtek Figat
8007417fe5 Fix applying scale to imported models with Assimp
#1445 #1443
2023-10-03 09:50:50 +02:00
nothingTVatYT
78b074e7da Fix segfault: target can be null when font size is changed 2023-10-03 01:14:35 +02:00
Wojtek Figat
94611c7f7e Merge branch 'Tryibion-input' 2023-10-02 21:30:41 +02:00
Wojtek Figat
3a2ff0f4a2 Merge branch 'input' of https://github.com/Tryibion/FlaxEngine into Tryibion-input 2023-10-02 21:30:31 +02:00
Wojtek Figat
4149da5f9e Fix crash when generating project files with toolchain setup that fails
#1537
2023-10-02 18:57:40 +02:00
Chandler Cox
4e42f84873 Fix bug in depreciated triggered action placement. 2023-10-02 08:39:13 -05:00
Wojtek Figat
dd66ee3521 Add using text Show in Finder on macOS in Editor 2023-10-02 13:26:26 +02:00
Wojtek Figat
5fe135e10b Fix updating Content folder name when renamed in Finder on macOS 2023-10-02 13:11:20 +02:00
Wojtek Figat
8a9d0271a3 Add ignoring ’.DS_Store’ files in Content on macOS 2023-10-02 13:04:21 +02:00
Wojtek Figat
b9198fc7a1 Merge remote-tracking branch 'origin/master' 2023-10-02 12:54:41 +02:00
Wojtek Figat
8bafdb0b78 Remove std::function usage from ArrayExtensions 2023-10-02 12:52:44 +02:00
Wojtek Figat
41f005f95b Fix typo from 17291a8a13 2023-10-02 12:49:02 +02:00
Wojtek Figat
17291a8a13 Fix Cannot find compatible metal driver on macOS due to the newest Vulkan SDK regression
#1469
2023-10-02 12:48:14 +02:00
Wojtek Figat
1156f72fbe Add versions sorting to VulkanSDK selection on macOS 2023-10-02 12:40:37 +02:00
Wojtek Figat
70f0fbe954 Fix crash on Vulkan when drawing shader without binding proper constant Buffer
#1289
2023-10-02 11:37:24 +02:00
Wojtek Figat
0ea3cb0d69 Improve workflow with Android project generated after #1570 2023-10-02 11:05:19 +02:00
Menotdan
10ea0b0665 Make it clearer what "Restore Materials on Reimport" means. 2023-10-02 03:32:11 -04:00
Menotdan
139aea5f2d Merge branch 'FlaxEngine:master' into material_import 2023-10-02 01:14:49 -04:00
Chandler Cox
bd32619016 Small fix 2023-10-01 21:11:08 -05:00
Wojtek Figat
652510ee50 Minor codestyle tweaks for #1420 2023-10-01 21:55:20 +02:00
Wojtek Figat
9b605f445c Merge branch 'RedTheKitsune-better-missing-script-handling' 2023-10-01 21:12:07 +02:00
Wojtek Figat
ae654c2f0a Merge branch 'better-missing-script-handling' of https://github.com/RedTheKitsune/FlaxEngine into RedTheKitsune-better-missing-script-handling 2023-10-01 21:07:34 +02:00
Wojtek Figat
b492c9421b Fix Tag deserialization in cooked game
#1534
2023-10-01 21:02:08 +02:00
MineBill
8a34ae3ece Handle double clicking to eliminate perceived lag. 2023-10-01 18:41:32 +03:00
MineBill
618b1bfd39 Evaluate transition data before executing the transition rule. 2023-10-01 16:13:49 +03:00
Wojtek Figat
dd21020297 Merge remote-tracking branch 'origin/master' into 1.7 2023-10-01 13:17:41 +02:00
Wojtek Figat
a001a5fbdc Remove mutex usage since scenes are loaded in sync for now 2023-10-01 13:17:37 +02:00
Wojtek Figat
6d92d0b58f Merge branch 'RuanLucasGD-Remove-Background_From-CollisionDataWindow' 2023-10-01 12:35:27 +02:00
Wojtek Figat
2db55a3711 Merge branch 'Remove-Background_From-CollisionDataWindow' of https://github.com/RuanLucasGD/FlaxEngine into RuanLucasGD-Remove-Background_From-CollisionDataWindow 2023-10-01 12:35:22 +02:00
Wojtek Figat
8de9e06b58 Merge branch 'Tryibion-main-win' 2023-10-01 12:33:59 +02:00
Wojtek Figat
fc499b763d Merge branch 'main-win' of https://github.com/Tryibion/FlaxEngine into Tryibion-main-win 2023-10-01 12:33:54 +02:00
Wojtek Figat
9acff68209 Merge branch 'Tryibion-rot-around-fix' 2023-10-01 12:32:51 +02:00
Wojtek Figat
4f5e7988c9 Merge branch 'rot-around-fix' of https://github.com/Tryibion/FlaxEngine into Tryibion-rot-around-fix 2023-10-01 12:32:42 +02:00
Wojtek Figat
20797fce5a Merge branch 'Tryibion-base-win-size' 2023-10-01 12:30:19 +02:00
Wojtek Figat
883abc2f3b Merge branch 'base-win-size' of https://github.com/Tryibion/FlaxEngine into Tryibion-base-win-size 2023-10-01 12:30:14 +02:00