Commit Graph

1001 Commits

Author SHA1 Message Date
Wojtek Figat
b3fdc9eddd Add ShowFileExplorer on Linux 2021-02-28 16:45:16 +01:00
Wojtek Figat
08a428416c Fix 2021-02-28 16:41:58 +01:00
Wojtek Figat
7ec57f8ddb Add support for opening url links on Linux 2021-02-28 16:15:20 +01:00
Wojtek Figat
957b92eac7 Fix windows cleanup to prevent unmapped leftovers on Linux X11 2021-02-28 16:11:59 +01:00
Wojtek Figat
a0740c162a Fix using bundled mono for VS Code build tasks 2021-02-28 15:03:51 +01:00
Wojtek Figat
98a753267f Linux support improvements 2021-02-28 14:56:57 +01:00
Wojtek Figat
657de4b62c Fix Linxu build 2021-02-28 13:28:33 +01:00
Wojtek Figat
a293265058 Add more files to ignore for watchers in VS Code project 2021-02-28 13:22:39 +01:00
Wojtek Figat
f999f337b5 Merge branch 'jb-perrier-orientation' into 1.1 2021-02-27 20:51:38 +01:00
Wojtek Figat
af792ff677 Merge branch 'orientation' of git://github.com/jb-perrier/FlaxEngine into jb-perrier-orientation 2021-02-27 20:51:31 +01:00
Wojtek Figat
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
Wojtek Figat
8d40ab5883 Add more info for mono usage 2021-02-27 20:36:01 +01:00
Jean-Baptiste Perrier
20edcdc64b Merge branch '1.1' of https://github.com/FlaxEngine/FlaxEngine into orientation 2021-02-27 17:02:42 +01:00
Wojtek Figat
93541b6ed5 Merge branch 'master' into 1.1 2021-02-27 16:42:53 +01:00
Wojtek Figat
ca3948ad69 Format code 2021-02-27 16:29:30 +01:00
Wojtek Figat
88db7c2d5f Merge branch 'honzapatCZ-patch-2' into 1.1 2021-02-27 16:25:59 +01:00
Wojtek Figat
8857a7a0ae Merge branch 'patch-2' of git://github.com/honzapatCZ/FlaxEngine into honzapatCZ-patch-2 2021-02-27 16:25:55 +01:00
Jean-Baptiste 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
Wojtek Figat
6cea33caea Merge branch 'GoaLitiuM-textboxbase_changes' into 1.1 2021-02-27 00:59:25 +01:00
Wojtek Figat
233bffdf63 Merge branch 'textboxbase_changes' of git://github.com/GoaLitiuM/FlaxEngine into GoaLitiuM-textboxbase_changes 2021-02-27 00:59:22 +01:00
Wojtek Figat
3bc664df37 Format code 2021-02-27 00:55:49 +01:00
Wojtek Figat
05eac5aeb6 Merge branch 'honzapatCZ-patch-1' into 1.1 2021-02-27 00:53:46 +01:00
Wojtek Figat
26244df222 Merge branch 'patch-1' of git://github.com/honzapatCZ/FlaxEngine into honzapatCZ-patch-1 2021-02-27 00:53:40 +01:00
Wojtek Figat
c3e3e70f96 Add minor tweaks for debug code and add mono dev docs 2021-02-27 00:39:12 +01:00
Wojtek Figat
cdf66372e6 Add write barriers for Mono GC in bindings glue code 2021-02-27 00:38:42 +01:00
Wojtek Figat
bcf86d9d9f Add StringBuilder::ToStringView() 2021-02-27 00:00:28 +01:00
Wojtek Figat
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
Wojtek Figat
8b4a001641 Move Win32 GetBatteryInfo into Windows and UWP platforms impl 2021-02-26 15:42:46 +01:00
Wojtek Figat
b402232a47 Move IES profile importer into ContentImporters module 2021-02-26 15:41:04 +01:00
Wojtek Figat
327fa6718e Refactor AssetsContainer 2021-02-26 15:40:44 +01:00
Wojtek Figat
e1497bcfe2 Optimize DebugLog stack trace formatting 2021-02-26 14:08:53 +01:00
Wojtek Figat
0a54b9e77e Add newest dbghelp.dll lib 2021-02-26 13:59:06 +01:00
Wojtek Figat
ff70c16051 Add support for capturing stack trace of called DebugLog from C++ 2021-02-26 13:58:42 +01:00
Wojtek Figat
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
Wojtek Figat
e1387e92a3 Fix Debug Log stack trace collecting in Editor
Fixes #51
2021-02-26 12:49:33 +01:00
Wojtek Figat
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
Wojtek Figat
e9adaa7c87 Update project instructions for Linux devs 2021-02-25 16:41:55 +01:00
Wojtek Figat
27d53b69dc Fix some minor issues with materials previews in Editor 2021-02-25 16:38:08 +01:00
Wojtek Figat
4d73b271b8 Fix some minor issues with materials previews in Editor 2021-02-25 16:38:05 +01:00
Wojtek Figat
26607c1d09 Add more utilities to LayersMask 2021-02-25 15:46:10 +01:00