Commit Graph

  • 626bdf2e37 Add Variant::AsStructure to comparision operator between VariantType and ScriptingTypeHandle mafiesto4 2023-09-24 19:27:23 +02:00
  • 8a00a3e61e Expose moveTo node functions to override in C# mafiesto4 2023-09-24 19:26:41 +02:00
  • 65583ac6aa Add NavMeshRuntime to scripting api mafiesto4 2023-09-24 19:26:17 +02:00
  • 0de31f630f - Moved control point calculation into its own function since multiple parts of the code depend on it - 'DrawConnection' function now calls the control point calculation function - 'IntersectsConnection' function now calls the control point calculation function Nils Hausfeld 2023-09-24 18:40:34 +02:00
  • 1e3debf1ec Remake #1413 Ruan Lucas 2023-09-24 11:37:14 -04:00
  • 409b17df2d Remake Ruan Lucas 2023-09-24 11:28:07 -04:00
  • 9021deb49e Fix Vulkan shader compilation with source files missing the last newline GoaLitiuM 2023-09-24 15:38:12 +03:00
  • 15b1e0a984 Minor fixes mafiesto4 2023-09-24 13:20:19 +02:00
  • 959bd33efc Rename AllocState to NewState mafiesto4 2023-09-24 13:17:59 +02:00
  • 22764f5362 Improved SceneNodeDoubleClick names davevanegdom 2023-09-23 23:28:59 +02:00
  • b6ad252305 - Removed unnecessary null-conditional operator - Removed unnecessary Float2 allocation Nils Hausfeld 2023-09-23 19:14:06 +02:00
  • 10bcb26005 Fix invalid characters in generated C# launch settings paths GoaLitiuM 2023-09-23 18:29:27 +03:00
  • dc324b4ec6 Fix crash when max files open limit is too small on macOS/iOS mafiesto4 2023-09-23 14:47:16 +02:00
  • f09aebacad Add editor app packaging for macOS mafiesto4 2023-09-23 14:42:05 +02:00
  • 080091c271 Fix missing bindings for Actor related actions GoaLitiuM 2023-09-23 15:35:45 +03:00
  • 385c3541c9 Apply global editor bindings in most windows GoaLitiuM 2023-09-23 15:21:57 +03:00
  • 52cf4df641 Add input bindings for File menu actions GoaLitiuM 2023-09-23 15:21:33 +03:00
  • a1cbaba743 Add Editor input bindings for Profiler window and Profiler actions GoaLitiuM 2023-09-17 00:15:26 +03:00
  • 8ed57863b8 Add Editor input bindings for Tools menu items GoaLitiuM 2023-09-17 00:14:18 +03:00
  • efbc757369 Cancel camera rotation toggle when entering playmode or hitting escape GoaLitiuM 2023-09-16 23:23:50 +03:00
  • 2023aa8c94 Add viewport camera movement speed adjustment input bindings GoaLitiuM 2023-09-16 23:16:17 +03:00
  • 0122a9f699 Implement viewport camera rotation toggle for trackpad users GoaLitiuM 2023-09-16 22:39:04 +03:00
  • 69ce189c5d Add input bindings for Scene viewport related actions and Pilot Actor GoaLitiuM 2023-09-16 19:52:58 +03:00
  • 964913013d Add shortcut key to gizmo buttons GoaLitiuM 2023-09-14 19:48:55 +03:00
  • 17e1afb04a Add Editor input option for toggling gizmo transform space GoaLitiuM 2023-09-14 19:48:27 +03:00
  • 61b4738b6a Fix Editor bindings with no modifiers triggering with modifiers pressed GoaLitiuM 2023-08-26 13:05:00 +03:00
  • 642766d9cc Add Editor input options for Play Current Scenes and running cooked game GoaLitiuM 2023-08-26 12:19:37 +03:00
  • 963300c2cb - Implemented shift tab support for Container Controls Nils Hausfeld 2023-09-23 11:56:45 +02:00
  • 1b84f57a5b Small optimization davevanegdom 2023-09-23 03:24:19 +02:00
  • 1c20398d8c Merge remote-tracking branch 'origin/master' into 1.7 mafiesto4 2023-09-22 22:43:29 +02:00
  • 29e1d9855a add hability to create spline points with mouse click Ruan Lucas 2023-09-22 15:32:07 -04:00
  • 248304a78f Fix regression of importing only a single material for models with split objects enabled mafiesto4 2023-09-22 19:43:00 +02:00
  • d11e3b5bd4 Update SplashScreen.cpp Meh 2023-09-22 19:25:16 +02:00
  • df23174deb - Added proper control backspace support Nils Hausfeld 2023-09-22 19:23:16 +02:00
  • 25708e2875 add more quotes Meh 2023-09-22 19:01:37 +02:00
  • 0948f7f18e Merge branch 'Tryibion-copy-paste-fix' mafiesto4 2023-09-22 18:56:44 +02:00
  • 07db94c4f7 Merge branch 'copy-paste-fix' of https://github.com/Tryibion/FlaxEngine into Tryibion-copy-paste-fix mafiesto4 2023-09-22 18:56:39 +02:00
  • aa969ec023 Merge branch 'Tryibion-create-folder-fix' mafiesto4 2023-09-22 18:54:53 +02:00
  • cb423f78f4 Merge branch 'create-folder-fix' of https://github.com/Tryibion/FlaxEngine into Tryibion-create-folder-fix mafiesto4 2023-09-22 18:50:57 +02:00
  • 86a7484947 Merge branch 'Tryibion-max-min-on-click' mafiesto4 2023-09-22 18:49:19 +02:00
  • 19651db45e Merge branch 'max-min-on-click' of https://github.com/Tryibion/FlaxEngine into Tryibion-max-min-on-click mafiesto4 2023-09-22 18:49:14 +02:00
  • 72d61017f1 Merge branch 'Chikinsupu-fix-VisjectContextMenu-SpaceInput' mafiesto4 2023-09-22 18:46:00 +02:00
  • 2b4911ef06 Merge branch 'fix-VisjectContextMenu-SpaceInput' of https://github.com/Chikinsupu/FlaxEngine into Chikinsupu-fix-VisjectContextMenu-SpaceInput mafiesto4 2023-09-22 18:45:55 +02:00
  • 23f4a82bbc Double click actions + open prefab ctxmenu davevanegdom 2023-09-22 18:31:54 +02:00
  • 2696bc3704 Add debug view for collision boxes. Menotdan 2023-09-22 12:26:11 -04:00
  • 45231a8b04 Update SplashScreen.cpp Meh 2023-09-22 18:13:31 +02:00
  • 7b051ce827 Update SplashScreen.cpp Meh 2023-09-22 18:07:42 +02:00
  • b82436cf4e Refactor splash screen quotes Meh 2023-09-22 17:57:19 +02:00
  • cf4fc535b3 Merge branch 'GoaLitiuM-debug_log_exception_line_fix' mafiesto4 2023-09-22 17:49:11 +02:00
  • 15859134a3 Refactor splash screen quotes Meh 2023-09-22 17:33:17 +02:00
  • dbbd6ce045 Add codesigning to macOS editor package binaries mafiesto4 2023-09-22 17:19:14 +02:00
  • 08d04ea6fb Fix exceptions in Debug Log Window not using correct line numbers GoaLitiuM 2023-09-22 16:54:23 +03:00
  • bd864c42fa Add popup to editor options to remind the user to save or not. Tryibion 2023-09-22 08:40:38 -05:00
  • d0679c1f9b - Made Visject connection bezier curves bend around nodes Nils Hausfeld 2023-09-22 15:28:46 +02:00
  • d94dfe9fa9 Merge remote-tracking branch 'upstream/master' into Statusbar-Imrpovements davevanegdom 2023-09-22 13:19:57 +02:00
  • faeb21a77a Merge branch 'GoaLitiuM-csproj_file_structure' mafiesto4 2023-09-22 13:02:42 +02:00
  • da00d3b971 Merge branch 'csproj_file_structure' of https://github.com/GoaLitiuM/FlaxEngine into GoaLitiuM-csproj_file_structure mafiesto4 2023-09-22 13:02:20 +02:00
  • bd4efe5f02 Merge branch 'wackoisgod-macos-bugs-two' mafiesto4 2023-09-22 13:01:28 +02:00
  • 79aba00ab4 Merge branch 'macos-bugs-two' of https://github.com/wackoisgod/FlaxEngine into wackoisgod-macos-bugs-two mafiesto4 2023-09-22 13:01:21 +02:00
  • 1a0fad5be0 Merge branch 'MineBill-rider-open-file' mafiesto4 2023-09-22 12:58:04 +02:00
  • 6b8d1f448e Merge branch 'rider-open-file' of https://github.com/MineBill/FlaxEngine into MineBill-rider-open-file mafiesto4 2023-09-22 12:57:54 +02:00
  • 787479357e Codestyle fix #1495 mafiesto4 2023-09-22 12:57:07 +02:00
  • 5f9a81a664 Merge branch 'GoaLitiuM-window_flicker_fix' mafiesto4 2023-09-22 12:55:18 +02:00
  • d6c177ffca Merge branch 'window_flicker_fix' of https://github.com/GoaLitiuM/FlaxEngine into GoaLitiuM-window_flicker_fix mafiesto4 2023-09-22 12:55:11 +02:00
  • 2b01e3781c Merge branch 'GoaLitiuM-unloaded_assembly_fix' mafiesto4 2023-09-22 12:54:30 +02:00
  • 9731d76a94 Merge branch 'unloaded_assembly_fix' of https://github.com/GoaLitiuM/FlaxEngine into GoaLitiuM-unloaded_assembly_fix mafiesto4 2023-09-22 12:54:22 +02:00
  • bccb796baf Merge branch 'MineBill-shader-division' mafiesto4 2023-09-22 12:53:22 +02:00
  • 97be8b572f Merge branch 'shader-division' of https://github.com/MineBill/FlaxEngine into MineBill-shader-division mafiesto4 2023-09-22 12:53:16 +02:00
  • 053e27ca9c Merge branch 'wackoisgod-macos-csproj-fix' mafiesto4 2023-09-22 12:51:25 +02:00
  • 0fbb3f4414 Merge branch 'macos-csproj-fix' of https://github.com/wackoisgod/FlaxEngine into wackoisgod-macos-csproj-fix mafiesto4 2023-09-22 12:51:08 +02:00
  • 62c2008cbc Fix crash in C# JobSystem.Dispatch due to GC collecting Delegate object mafiesto4 2023-09-22 12:50:50 +02:00
  • a0de513a43 Optimize updating scripts tick arrays mafiesto4 2023-09-22 12:37:35 +02:00
  • 31b3f56ddb Fix visibility of some internal NativeInterop methods for game bindings mafiesto4 2023-09-22 12:37:13 +02:00
  • abcfc8af35 Add using exact C# method profiler data for profiler events in overriden thunk method callbacks mafiesto4 2023-09-22 12:04:41 +02:00
  • ab7ca683bb Addressing Feedback Andrew Spiering 2023-09-22 02:59:38 -07:00
  • 1537f49e73 Fixing Editor Path Andrew Spiering 2023-09-22 02:41:09 -07:00
  • 017967d5f8 Fixing non-windows platforms csproj files Andrew Spiering 2023-09-22 02:13:49 -07:00
  • 1714bc243a Fix not capturing the the Debug.Log line in the DebugLogWindow MineBill 2023-09-22 11:03:59 +03:00
  • 7012832050 Add filter to content window to hide generated files. Hide by default. Tryibion 2023-09-21 21:29:21 -05:00
  • 521b180352 Fix issue with copying and poasting in same folder. Tryibion 2023-09-21 18:56:45 -05:00
  • 5fc9176ce7 Removed customization for "Normal" and "TextColor" davevanegdom 2023-09-21 23:18:46 +02:00
  • 794ccd42ff - Added MissingScriptEditor Red Kitsune 2023-09-21 22:00:20 +02:00
  • bbf8883275 Fix docking hint areas not hiding after dragging a window GoaLitiuM 2023-09-21 20:12:29 +03:00
  • 4451f5feb2 add spline snap Ruan Lucas 2023-09-21 12:44:47 -04:00
  • bf68d17afe Create VS folder structure for BuildScripts and FlaxEngine source files GoaLitiuM 2023-09-21 19:18:11 +03:00
  • 7d69abadb7 Fix script reload crash with .NET libraries GoaLitiuM 2023-09-21 19:42:52 +03:00
  • d19984d3e9 - Pressing space to open visject context menu now ignores the space char as input Nils Hausfeld 2023-09-21 18:02:00 +02:00
  • 80a3bb2ae2 Replaced string color lookups davevanegdom 2023-09-21 17:10:49 +02:00
  • 65bf13ea4f Removed debug messages Luke Schneider 2023-09-21 08:38:18 -05:00
  • ad29dd0c92 MMB Panning Luke Schneider 2023-09-21 08:37:13 -05:00
  • 21c742bd8a Customizable statusbar davevanegdom 2023-09-21 14:54:57 +02:00
  • 8f668c8506 Ensure floating numbers are formatted with enough precision MineBill 2023-09-21 12:39:19 +03:00
  • 97ed46bc4f Merge branch 'GoaLitiuM-default_configurations_fix' mafiesto4 2023-09-21 11:31:43 +02:00
  • 38671e0e01 Merge branch 'default_configurations_fix' of https://github.com/GoaLitiuM/FlaxEngine into GoaLitiuM-default_configurations_fix mafiesto4 2023-09-21 11:28:59 +02:00
  • 4bc3d922d0 Merge branch 'GoaLitiuM-msbuild_detect_fix' mafiesto4 2023-09-21 11:28:04 +02:00
  • b66cbc1d67 Merge branch 'msbuild_detect_fix' of https://github.com/GoaLitiuM/FlaxEngine into GoaLitiuM-msbuild_detect_fix mafiesto4 2023-09-21 11:27:59 +02:00
  • d94c0d3323 Fix C#-only game projects to reference precompiled DLLs instead of FlaxEngine.csproj mafiesto4 2023-09-21 11:26:04 +02:00
  • a420ca72d6 Fix Visual Studio solution project to ensure that main project is the first one mafiesto4 2023-09-21 11:23:57 +02:00
  • d4c71b5fd9 Launching Rider on macOS Andrew Spiering 2023-09-20 23:16:38 -07:00
  • f315286e26 Change wording to "Set To Null" Tryibion 2023-09-20 19:08:36 -05:00