Commit Graph

10454 Commits

Author SHA1 Message Date
envision3d
045f49d2d6 Fixes terrain smoothing separation issue 2024-01-22 22:25:53 -06:00
Chandler Cox
d5e9ad2147 Adjust combobox window position based on what direction it opens. 2024-01-22 21:01:04 -06:00
Chandler Cox
ce658acb22 Dont include editor modules in auto generated git plugin pulling. 2024-01-22 18:03:14 -06:00
Chandler Cox
0d3b81b8ca Change drop location of multiple nodes to be vertical. 2024-01-22 17:37:02 -06:00
Wojtek Figat
a0e127b9cc Various porting patches 2024-01-22 21:17:58 +01:00
ruan
19ddcad16f Small clean code 2024-01-21 11:03:29 -04:00
ruan
e5160f2885 Small fix 2024-01-21 10:42:55 -04:00
ruan
afe9b15899 Merge branch 'master' into vehicle-physics 2024-01-21 09:02:18 -04:00
ruan
34583d7a55 Fix crash when disable vehicle 2024-01-21 09:00:46 -04:00
ruan
7f95748351 Fix brake not working on tanks 2024-01-20 19:44:08 -04:00
Wojtek Figat
37fe11e19f Add missing mono lib to consoles build 2024-01-19 20:33:28 +01:00
Wojtek Figat
8e3123a129 Add better stack trace reporting in crashes when running on non-Windows platforms 2024-01-18 16:06:34 +01:00
Wojtek Figat
b4186052df Add printing stack trace even when not using log file 2024-01-18 16:04:22 +01:00
Wojtek Figat
6d6b678b29 Minor changes from porting 2024-01-18 16:03:27 +01:00
nothingTVatYT
40e75465a3 fix plugin entry layout 2024-01-17 22:46:49 +01:00
Wojtek Figat
3bdc70a4c6 Add automatic building of nethost for consoles 2024-01-15 17:30:45 +01:00
NoriteSC
64e3db3a98 Update Array.h added IsValidIndex 2024-01-13 17:35:16 +01:00
ruan
e6389511ff Fix tank inputs without initialized values 2024-01-13 09:47:00 -04:00
Chandler Cox
2c5095e0a1 Fix Plugin Project creation when the user types in symbols. 2024-01-12 20:35:59 -06:00
Chandler Cox
503bcdcf27 Change visibility instead of enable on scroll bars. 2024-01-12 19:57:00 -06:00
Chandler Cox
0eb4e0205e Better fix 2024-01-12 19:43:58 -06:00
Chandler Cox
2935b8ba10 Fix prefab transform on drag drop with parent. #1749 2024-01-12 19:12:48 -06:00
Chandler Cox
82c8e39dfd Fix AlwaysShowScrollbars to update enabled state of the scroll bars. #2165 2024-01-12 17:23:10 -06:00
Wojtek Figat
ec6fb459bb Merge remote-tracking branch 'origin/1.8' into 1.8 2024-01-12 13:44:57 +01:00
Wojtek Figat
9a70f698b9 Various improvements to building nethost 2024-01-12 13:44:50 +01:00
Wojtek Figat
5b3e7f0bf8 Fix FileSystem::CopyDirectory not failing when source folder is missing 2024-01-12 13:44:01 +01:00
Chandler Cox
52da42e62e Add reload project menu button 2024-01-11 14:19:51 -06:00
Wojtek Figat
1da803c5fb Fix compilation without GPU resources naming enabled 2024-01-11 17:59:34 +01:00
Wojtek Figat
697db443ac Skip astc on macOS x64 due to precompiled lib with too new clang ver 2024-01-11 17:58:02 +01:00
Chandler Cox
76cf935583 Fix Dropdown panel scale correctly. 2024-01-10 22:00:20 -06:00
Chandler Cox
cae9ddfa36 Default to keep local orientation. 2024-01-10 13:56:38 -06:00
Chandler Cox
f1d6d71f6c Get unrotated bounded box to rotate. 2024-01-10 13:53:22 -06:00
Chandler Cox
361cb914f3 Keep local orientation on collider spawn. Add option to keep orientation when resizing collider. 2024-01-10 11:42:49 -06:00
nothingTVatYT
8922b5cd79 clean up include file 2024-01-10 18:38:29 +01:00
nothingTVatYT
d126f5bc55 use enum helper functions 2024-01-10 18:36:05 +01:00
nothingTVatYT
2c76785bf0 remove unused import 2024-01-10 18:31:13 +01:00
Wojtek Figat
1094abce5a Fix crash when finding actor or level with empty name text
#2161
2024-01-10 12:12:11 +01:00
Wojtek Figat
b7cc4c768f Fix unpacking Variant structure if input value is a scalar
#2163
2024-01-10 12:08:01 +01:00
Wojtek Figat
d807e9bfe0 Fix crash when setting maanaged structure data via Variant
#2163
2024-01-10 11:48:08 +01:00
Wojtek Figat
e54cbbd5a3 Merge branch 'sln_folder_mapping_fix' of https://github.com/GoaLitiuM/FlaxEngine into GoaLitiuM-sln_folder_mapping_fix 2024-01-10 11:02:56 +01:00
Wojtek Figat
a82ea17864 Merge branch 'move-shortkey' of https://github.com/Tryibion/FlaxEngine into Tryibion-move-shortkey 2024-01-10 11:01:07 +01:00
Wojtek Figat
6289b9d15a Fix crash due to incorrect PhysX usage for vehicle setup
#1530 #2129
2024-01-10 10:58:39 +01:00
Chandler Cox
1e061b77af Add back in checking for textRect x location. 2024-01-08 19:48:12 -06:00
Chandler Cox
afb5edb824 Adjust ContextMenu ShortKeys as needed to accommodate for scrollbar when visible. 2024-01-08 19:45:54 -06:00
9fd7a231ca Fix invalid Visual Studio solution folder nesting
Fixes fatal error when loading generated solution files with Rider, also
fixes folders with identical names getting mapped to same folder
(Plugins folders within plugin projects).
2024-01-08 20:45:39 +02:00
Wojtek Figat
0b7c187630 Fix Animated Model slot animations clearing on start
#1803
2024-01-07 22:35:17 +01:00
Wojtek Figat
8c2a156e1f Add SourceState and DestinationState modes to State Machine interruption modes in Anim Graph
#1735
2024-01-07 18:34:15 +01:00
Mr. Capybara
7f420c0131 add validation to vehicle drive 2024-01-07 10:46:21 -04:00
Mr. Capybara
eca17c7799 Change vehicle drive mode to vehiclde drive control 2024-01-07 10:35:00 -04:00
Mr. Capybara
14a4c92aa8 Add Vehicle anti roll bar and suspension sprung force multiplier 2024-01-06 14:49:38 -04:00