Commit Graph

847 Commits

Author SHA1 Message Date
mafiesto4 b3fdc9eddd Add ShowFileExplorer on Linux 2021-02-28 16:45:16 +01:00
mafiesto4 08a428416c Fix 2021-02-28 16:41:58 +01:00
mafiesto4 7ec57f8ddb Add support for opening url links on Linux 2021-02-28 16:15:20 +01:00
mafiesto4 957b92eac7 Fix windows cleanup to prevent unmapped leftovers on Linux X11 2021-02-28 16:11:59 +01:00
mafiesto4 a0740c162a Fix using bundled mono for VS Code build tasks 2021-02-28 15:03:51 +01:00
mafiesto4 98a753267f Linux support improvements 2021-02-28 14:56:57 +01:00
mafiesto4 657de4b62c Fix Linxu build 2021-02-28 13:28:33 +01:00
mafiesto4 a293265058 Add more files to ignore for watchers in VS Code project 2021-02-28 13:22:39 +01:00
mafiesto4 af792ff677 Merge branch 'orientation' of git://github.com/jb-perrier/FlaxEngine into jb-perrier-orientation 2021-02-27 20:51:31 +01:00
mafiesto4 fbecd01435 Merge branch 'visject-improvements-6' of git://github.com/stefnotch/FlaxEngine into stefnotch-visject-improvements-6 2021-02-27 20:44:29 +01:00
jb-perrier 20edcdc64b Merge branch '1.1' of https://github.com/FlaxEngine/FlaxEngine into orientation 2021-02-27 17:02:42 +01:00
mafiesto4 93541b6ed5 Merge branch 'master' into 1.1 2021-02-27 16:42:53 +01:00
mafiesto4 ca3948ad69 Format code 2021-02-27 16:29:30 +01:00
mafiesto4 8857a7a0ae Merge branch 'patch-2' of git://github.com/honzapatCZ/FlaxEngine into honzapatCZ-patch-2 2021-02-27 16:25:55 +01:00
jb-perrier 1d5f98a730 Fix camera orientations. 2021-02-27 15:39:26 +01:00
Nejcraft 84015f78fc Ported Vecctor3 ClampLength to others and remade it using refs 2021-02-27 12:07:26 +01:00
mafiesto4 3bc664df37 Format code 2021-02-27 00:55:49 +01:00
mafiesto4 26244df222 Merge branch 'patch-1' of git://github.com/honzapatCZ/FlaxEngine into honzapatCZ-patch-1 2021-02-27 00:53:40 +01:00
mafiesto4 c3e3e70f96 Add minor tweaks for debug code and add mono dev docs 2021-02-27 00:39:12 +01:00
mafiesto4 cdf66372e6 Add write barriers for Mono GC in bindings glue code 2021-02-27 00:38:42 +01:00
mafiesto4 bcf86d9d9f Add StringBuilder::ToStringView() 2021-02-27 00:00:28 +01:00
mafiesto4 86c1823d4a Fix typo 2021-02-27 00:00:02 +01:00
stefnotch f3c608f2f3 Improve arrow key navigation 2021-02-26 19:09:59 +01:00
stefnotch 09f8ad948a Prevent multiple connections on reroute node 2021-02-26 19:08:25 +01:00
mafiesto4 8b4a001641 Move Win32 GetBatteryInfo into Windows and UWP platforms impl 2021-02-26 15:42:46 +01:00
mafiesto4 b402232a47 Move IES profile importer into ContentImporters module 2021-02-26 15:41:04 +01:00
mafiesto4 327fa6718e Refactor AssetsContainer 2021-02-26 15:40:44 +01:00
mafiesto4 e1497bcfe2 Optimize DebugLog stack trace formatting 2021-02-26 14:08:53 +01:00
mafiesto4 0a54b9e77e Add newest dbghelp.dll lib 2021-02-26 13:59:06 +01:00
mafiesto4 ff70c16051 Add support for capturing stack trace of called DebugLog from C++ 2021-02-26 13:58:42 +01:00
mafiesto4 a45b71617d Add separate Platform::GetStackTrace and Platform::GetStackFrames 2021-02-26 13:58:02 +01:00
stefnotch ebfa3822ef Fixes for the reroute node 2021-02-26 13:19:53 +01:00
stefnotch 0334329c50 Handle lost connections in reroute nodes
An alternative solution to that problem
2021-02-26 12:55:32 +01:00
mafiesto4 e1387e92a3 Fix Debug Log stack trace collecting in Editor
Fixes #51
2021-02-26 12:49:33 +01:00
mafiesto4 13cc6eb7b9 Cleanup DebugLog internal calls 2021-02-26 11:50:05 +01:00
stefnotch 70b0aa25b6 Undo-able reroute node adding 2021-02-26 11:14:22 +01:00
stefnotch 69162ad8d9 Fix visject connections redo
Previously, it would create double connections
2021-02-26 10:43:31 +01:00
stefnotch 9ed0ace01e Tweak DrawFPS documentation comment 2021-02-26 09:14:16 +01:00
stefnotch fd802e54fb Implement reroute node code 2021-02-25 22:01:45 +01:00
stefnotch 9265f23681 Basic reroute nodes 2021-02-25 20:22:54 +01:00
mafiesto4 27d53b69dc Fix some minor issues with materials previews in Editor 2021-02-25 16:38:08 +01:00
mafiesto4 4d73b271b8 Fix some minor issues with materials previews in Editor 2021-02-25 16:38:05 +01:00
mafiesto4 26607c1d09 Add more utilities to LayersMask 2021-02-25 15:46:10 +01:00
mafiesto4 5d2fe5908b Add editor window outline color to match the status bar color 2021-02-25 14:46:17 +01:00
mafiesto4 43d578deb2 Add support for borderless window style on Windows that supports system docking and aero shadow 2021-02-25 14:46:16 +01:00
mafiesto4 529a82234b Add support for using ThirdPartyModule in game/project scripting 2021-02-25 13:02:48 +01:00
mafiesto4 6f12dc8567 Add improved dll import/export attributes injection when building binary modules 2021-02-25 13:02:13 +01:00
mafiesto4 b193a7abc4 Add support for binary modules with native-code only 2021-02-25 13:01:15 +01:00
mafiesto4 d41daee94c Fix warning 2021-02-25 11:14:42 +01:00
stefnotch bcc036f808 Hover over connections 2021-02-25 09:55:17 +01:00