Commit Graph

4852 Commits

Author SHA1 Message Date
Wojtek Figat
7de30bef7c Merge branch 'update-mainmenu-shortkeys' of https://github.com/Tryibion/FlaxEngine into Tryibion-update-mainmenu-shortkeys 2023-04-04 17:36:46 +02:00
Wojtek Figat
a8c6b2b619 Fix crash on end play when one of the actors has been manually disabled 2023-04-04 15:56:56 +02:00
Chandler Cox
1a2eb48705 Added updating the main menu shortcut keys on editor options saved. Also adds an action that can be used to update plugin short keys if needed. 2023-03-16 20:54:56 -05:00
Wojtek Figat
31a6c052f3 Fix tests build 2023-03-14 12:33:29 +01:00
Wojtek Figat
1c27674fd5 Merge branch 'Tryibion-tangent-color-change' 2023-03-14 09:44:11 +01:00
Wojtek Figat
c39242ecba Merge branch 'tangent-color-change' of https://github.com/Tryibion/FlaxEngine into Tryibion-tangent-color-change 2023-03-14 09:42:54 +01:00
Wojtek Figat
9614110f10 Merge branch 'Tryibion-blend-with-mask-fix' 2023-03-14 09:40:37 +01:00
Wojtek Figat
39c3b760ac Merge branch 'blend-with-mask-fix' of https://github.com/Tryibion/FlaxEngine into Tryibion-blend-with-mask-fix 2023-03-14 09:39:42 +01:00
Wojtek Figat
72659a481e Merge branch 'Tryibion-better-looking-states' 2023-03-14 09:38:49 +01:00
Wojtek Figat
55a439645c Merge branch 'better-looking-states' of https://github.com/Tryibion/FlaxEngine into Tryibion-better-looking-states 2023-03-14 09:35:21 +01:00
Wojtek Figat
eece05c118 Add support for using INetworkSerializable on custom structure in C++ for networking 2023-03-14 00:02:47 +01:00
Wojtek Figat
7950c0d9d7 Fix codegen for C# networking when using custom structures for replication and RPCs 2023-03-14 00:02:24 +01:00
Wojtek Figat
7cdd35cc8d Fix network codegen for 6 or more param RPC in C# 2023-03-13 20:36:10 +01:00
Wojtek Figat
6f304040b0 Format code 2023-03-13 20:20:10 +01:00
Wojtek Figat
d2a0438b71 Fix error on control reorder while it got remove before 2023-03-13 20:06:45 +01:00
Wojtek Figat
dea3319b9d Merge branch 'Tryibion-output-gitignore' 2023-03-13 16:11:10 +01:00
Wojtek Figat
58fab97447 Merge branch 'output-gitignore' of https://github.com/Tryibion/FlaxEngine into Tryibion-output-gitignore 2023-03-13 16:11:05 +01:00
Wojtek Figat
a41ad511f0 Fix Visual Studio project names collision when using both C++ and C# scripting 2023-03-13 16:10:21 +01:00
Wojtek Figat
44b45faa9a Merge branch 'Tryibion-fix-missing-generic-json' 2023-03-13 16:04:51 +01:00
Wojtek Figat
e747a345d8 Merge branch 'fix-missing-generic-json' of https://github.com/Tryibion/FlaxEngine into Tryibion-fix-missing-generic-json 2023-03-13 16:04:40 +01:00
Wojtek Figat
dadb9207b9 Fix Json asset cooking to properly serialize whole asset data even if modified at runtime 2023-03-13 16:00:27 +01:00
Wojtek Figat
086c2f155d Fix error when using nested Visject Surface context during State Machines editing in Anim Graph 2023-03-13 15:39:36 +01:00
Wojtek Figat
cfa7cac149 Fix crash when loading scene with script which type is not a scene object 2023-03-13 14:24:16 +01:00
Wojtek Figat
95748744a4 Add logging missing asset type on failed load 2023-03-13 14:23:23 +01:00
Chandler Cox
4cf20efe2e Add Output folder to .gitignore 2023-03-07 08:51:24 -06:00
Chandler Cox
4265ba12d7 Fixed the Generic Json Proxy not showing up in the content cm. 2023-03-05 12:04:45 -06:00
Chandler Cox
57014851a7 Fix visuals of the Blend with Mask node 2023-03-03 16:46:22 -06:00
Chandler Cox
e6b0cd69ae Small bug fix 2023-03-03 13:34:24 -06:00
Chandler Cox
70e9410da0 Changed color of tangents when editing a spline to help the user know where the tangents are. 2023-03-03 13:25:53 -06:00
Chandler Cox
38c027704e Better looking state machine states. 2023-03-03 12:31:13 -06:00
Wojtek Figat
a7c5397641 Fix content window auto scrolling regression
656fcf9847
2023-03-01 22:47:52 +01:00
Wojtek Figat
07afb0a020 Update build number 2023-03-01 16:46:49 +01:00
Wojtek Figat
5e6f33ff1e Fix stability of Global Surface Atlas to smooth objects culling buffer capacity over time 2023-03-01 15:50:40 +01:00
Wojtek Figat
fcf412f64e Merge branch 'GoaLitiuM-libstdcpp_version' 2023-02-28 15:56:36 +01:00
Wojtek Figat
2a4a283c4b Merge branch 'libstdcpp_version' of https://github.com/GoaLitiuM/FlaxEngine into GoaLitiuM-libstdcpp_version 2023-02-28 15:52:49 +01:00
Wojtek Figat
b2f7ffa545 Add BC4, BC5 and BC7 formats decompression support on non-Windows platforms 2023-02-28 15:51:05 +01:00
Wojtek Figat
127c575752 Add LinuxFileSystem::ShowBrowseFolderDialog 2023-02-28 15:50:18 +01:00
Wojtek Figat
9df7489727 Fix using Vulkan SDK header from system when cross-compiling 2023-02-28 15:49:59 +01:00
Wojtek Figat
12b330e4ec Add support for building Android app on Linux or Mac 2023-02-28 15:49:34 +01:00
Wojtek Figat
9b74effe22 Merge branch 'Tryibion-searchbox-cursor-fix' 2023-02-27 19:55:14 +01:00
Wojtek Figat
96e1f1e595 Merge branch 'searchbox-cursor-fix' of https://github.com/Tryibion/FlaxEngine into Tryibion-searchbox-cursor-fix 2023-02-27 19:53:49 +01:00
Wojtek Figat
48a2ca5fe9 Merge branch 'Tryibion-add-ragdoll' 2023-02-27 19:51:44 +01:00
Wojtek Figat
b5558606b5 Merge branch 'add-ragdoll' of https://github.com/Tryibion/FlaxEngine into Tryibion-add-ragdoll 2023-02-27 19:51:38 +01:00
Wojtek Figat
8003c30ed6 Merge branch 'GoaLitiuM-platform_dllimport_fix' 2023-02-27 19:50:23 +01:00
Wojtek Figat
b57cb13318 Merge branch 'platform_dllimport_fix' of https://github.com/GoaLitiuM/FlaxEngine into GoaLitiuM-platform_dllimport_fix 2023-02-27 19:50:14 +01:00
Wojtek Figat
79dbddc48e Fix Level::FindActors with Tag 2023-02-27 12:45:55 +01:00
Wojtek Figat
2df70f16f9 Fix Tag natvis debugger print 2023-02-27 12:43:20 +01:00
68e04ca7e4 Add FLAXENGINE_API to platform specific classes 2023-02-26 17:29:51 +02:00
Chandler Cox
037ad94ae7 Small Fix 2023-02-22 17:37:03 -06:00
Chandler Cox
34aff4a2b6 Added a change cursor boolean to TextBoxBase and made it so the cursor changes to default when hovering over the cancel button. 2023-02-22 17:34:33 -06:00