Commit Graph

2375 Commits

Author SHA1 Message Date
davevanegdom
21c742bd8a Customizable statusbar 2023-09-21 14:54:57 +02:00
Andrew Spiering
d4c71b5fd9 Launching Rider on macOS
* Fixing issues where when the editor would try and launch rider on an M1/2 machine it would not properly open because it was the wrong architecture which is now resolved because open will do the right thing
* Making the ParseArgs function a little more resilient against escaped arguments
2023-09-20 23:16:38 -07:00
Chandler Cox
f315286e26 Change wording to "Set To Null" 2023-09-20 19:08:36 -05:00
Chandler Cox
12c0ce9ea5 Revert maximize. 2023-09-20 18:09:16 -05:00
Chandler Cox
ccb3f40de0 Prevent inital window from being covering the task bar on restore of windows window 2023-09-20 17:58:08 -05:00
Chandler Cox
eb5a1f1103 Fix max and min on double click main menu buttons for custom menu bar 2023-09-20 17:49:17 -05:00
Wojtek Figat
da7ba0ecba Fix regression on cooking ios game 2023-09-20 22:41:47 +02:00
Chandler Cox
cadd0d2356 Fix visuals 2023-09-20 15:18:33 -05:00
Chandler Cox
812813251d Fix being able to create folder from project folder. 2023-09-20 14:42:18 -05:00
Chandler Cox
dfb9f1985f Improve input editors to use combo box. 2023-09-20 13:19:03 -05:00
Wojtek Figat
9f97787099 Merge remote-tracking branch 'origin/master' into 1.7 2023-09-20 16:02:48 +02:00
Wojtek Figat
5c5c64cf76 Update macOS app cooking to properly execute tools 2023-09-20 11:52:26 +02:00
Menotdan
67653cc0e8 Increase the size of the bitwise node to accomodate for the "Result" text. 2023-09-20 01:45:49 -04:00
Andrew Spiering
f40657ea04 macOS support fixes
* Adding macOS FileSystemWatcher, this should allow files to be monitored and update like the other OSs
* Reworked how macOS launches processes to use NSTask which just deals with escaped and unescaped paths better
* Made a change to the ScriptsBuilder::RunBuildTool, this was adding the escaped values to the path, in reality it should be up to the underlying OS to make sure things are properly escaped, so removed those as they just end up causing issues. Also instead of appending the args to the fileName we just properly use the Arguments variable on the CreateProcessSettings
* No longer use open in order to show files in the finder, we use the proper method selectFile
* made a slight cleanup change to the MacPlatform Tick function
* Added ToNSString functions just to make that easier
* Added a ParseArguments function that will take a string and turn it into an array for NSTask
2023-09-19 20:58:12 -07:00
Menotdan
b4d95a68f1 Apply patch from DutchDave on discord to make nodes selectable from any point on the node. 2023-09-19 23:08:57 -04:00
Menotdan
0fe1acdabc Update grid size to fit the Node Box positioning. 2023-09-19 23:00:55 -04:00
Menotdan
a7d56c29b5 Update scaling setters. 2023-09-19 23:00:17 -04:00
Menotdan
d83d510002 Update material size node to fit text.. 2023-09-19 22:59:38 -04:00
4a1787dfbe Generate project files at startup when project Cache was cleared 2023-09-20 00:15:25 +03:00
Wojtek Figat
a56ce92867 Fix crash when importing model with materials and Split Objects enabled 2023-09-19 23:07:10 +02:00
Wojtek Figat
a71de7357c Merge remote-tracking branch 'origin/master' into 1.7 2023-09-19 21:42:53 +02:00
Wojtek Figat
f0b5d3b838 Minor improvements 2023-09-19 21:37:24 +02:00
Wojtek Figat
e9cf188c2d Add outline for relevant BT nodes when debugging tree 2023-09-19 21:24:00 +02:00
Wojtek Figat
336fe46e03 Add GetDebugInfo to BT nodes for debugging 2023-09-19 20:57:19 +02:00
Wojtek Figat
cdcba9bddb Merge branch 'clamp-node-size' of https://github.com/Tryibion/FlaxEngine into Tryibion-clamp-node-size 2023-09-18 17:29:02 +02:00
Wojtek Figat
40c98ac9e5 Merge branch 'fix_folder_rename' of https://github.com/MineBill/FlaxEngine into MineBill-fix_folder_rename 2023-09-18 16:56:53 +02:00
Menotdan
b202573920 Scale node size to the next highest grid-aligned size. 2023-09-18 10:37:23 -04:00
Wojtek Figat
960b825b4c Code style fix 2023-09-18 12:21:12 +02:00
elestrago
4fe02a24e9 Fix find Rider versions 2022 and later 2023-09-18 12:19:58 +02:00
Walrusking
4b0e70aa06 Fixes Rider 2022 not detected when installed with toolbox 2023-09-18 12:19:50 +02:00
Walrusking
03b8b9f73f Fix rider search detecting any jetbrains product as rider 2023-09-18 12:19:38 +02:00
Wojtek Figat
db790a13d4 Merge branch 'fix/detect-rider-installed-from-toolbox-windows' of https://github.com/Walrusking16/FlaxEngine into Walrusking16-fix/detect-rider-installed-from-toolbox-windows 2023-09-18 12:16:37 +02:00
Chandler Cox
6e94b21452 Fix build issue 2023-09-17 20:02:22 -05:00
Chandler Cox
17383fe0b6 Small fix to error message 2023-09-17 17:49:38 -05:00
Chandler Cox
c1104e803d Code cleanup 2023-09-17 17:48:09 -05:00
Chandler Cox
478c946c1c Add automatic module creation. 2023-09-17 17:42:18 -05:00
Menotdan
83bf68a64f Make GridSize public. 2023-09-17 18:31:49 -04:00
Menotdan
02d68bc057 Add toggle button for grid snapping. 2023-09-17 18:20:50 -04:00
Andrew Spiering
76945b9144 MacOS Rider Support
* Adding in code to properly look for rider on macOS
* Also fixing an issue in the macOS CreateProcess where spaces where not properly escaped for popen(which one should likely use NSTask long term)
2023-09-17 14:56:22 -07:00
Menotdan
5571430e1b Move options out of VisjectSurface.Input to a different place. 2023-09-17 16:50:02 -04:00
Menotdan
e38da7eb95 Factor Toolstrip setup out from the various Visject Windows. I made this it's own commit in case you don't like these changes, but if you want to undo you will have to add the new button I added to all three windows. 2023-09-17 16:48:41 -04:00
Menotdan
976faee8a3 Extract options from testing area and handle extra mouse deltas that were not processed during the previous movement frame. 2023-09-17 12:46:57 -04:00
Menotdan
bd6ce4ae25 Very basic grip snap working. Need to add configuration. 2023-09-17 02:03:01 -04:00
Chandler Cox
ab2d60e6d2 Fix viewport options extras locations. 2023-09-16 15:30:49 -05:00
Chandler Cox
e9bafed2c7 Fix about dialog button 2023-09-16 15:22:15 -05:00
Chandler Cox
f4b7ae41a9 Fix profiler rows with larger font sizes. 2023-09-16 14:51:47 -05:00
Chandler Cox
1d08e4b1b8 Add several fixes to button sizes when fonts are larger. 2023-09-16 14:28:21 -05:00
Walrusking
425d625aa7 Fix rider search detecting any jetbrains product as rider 2023-09-16 13:48:49 -04:00
MineBill
9931a5c026 Don't treat '.' in folder names as extensions. 2023-09-16 19:09:38 +03:00
Chandler Cox
a89856bece Increase size of clamp node to handle vector4. 2023-09-16 10:15:26 -05:00