Commit Graph

  • 2e687edd99 ui editor honzapatCZ 2021-03-06 15:09:45 +01:00
  • a82c669504 Tweaks again ... Jean-Baptiste Perrier 2021-03-06 13:19:49 +01:00
  • 8f4d88d607 Merge branch 'honzapatCZ-elementContainers' into 1.1 Wojtek Figat 2021-03-05 19:06:35 +01:00
  • 28fea66282 Merge branch 'elementContainers' of git://github.com/honzapatCZ/FlaxEngine into honzapatCZ-elementContainers Wojtek Figat 2021-03-05 19:06:28 +01:00
  • 268db124d9 Fix crash if actor in ViewportIconsRenderer::DrawIcons is null Wojtek Figat 2021-03-05 19:00:45 +01:00
  • 180efe86e6 Fix culling for Volumetric Fog particles to include particle radius Wojtek Figat 2021-03-05 14:36:59 +01:00
  • dd1dd2ef8a Add Particle Radius to in-built particle attributes Wojtek Figat 2021-03-05 14:33:31 +01:00
  • dbc88af339 Update Volumetric Fog asset Wojtek Figat 2021-03-05 14:23:45 +01:00
  • 89c966fee6 Merge branch 'GoaLitiuM-vscode_solution_files' into 1.1 Wojtek Figat 2021-03-05 14:19:19 +01:00
  • 9f4c916016 Merge branch 'vscode_solution_files' of git://github.com/GoaLitiuM/FlaxEngine into GoaLitiuM-vscode_solution_files Wojtek Figat 2021-03-05 14:19:16 +01:00
  • 86f3007887 Optimize particle attributes offsets binding to shader Wojtek Figat 2021-03-05 13:58:11 +01:00
  • 758f260574 Add instancing as required for Volumetric Fog Wojtek Figat 2021-03-05 13:57:34 +01:00
  • 2e17a94216 Fix material Sphere Mask node if radius is specified as integer Wojtek Figat 2021-03-05 13:57:14 +01:00
  • 96cd3e560c Fix sampling particle position/velocity in material for emitters simulated in Local space Wojtek Figat 2021-03-05 13:56:53 +01:00
  • 1dee615d6e Add Volumetric Fog support for particles to modify local fog Wojtek Figat 2021-03-05 13:56:07 +01:00
  • dfb502621d Fix crash in InputQueue handling when window object is deleted Wojtek Figat 2021-03-03 16:43:38 +01:00
  • 06f3d68716 sub folder for element containers + horizontal panel + shorthands for horizontal and vertical panel honzapatCZ 2021-03-04 23:39:38 +01:00
  • d7bf276deb Merge branch 'stefnotch-patch-5' Wojtek Figat 2021-03-04 22:59:00 +01:00
  • 117008babd Merge branch 'patch-5' of git://github.com/stefnotch/FlaxEngine into stefnotch-patch-5 Wojtek Figat 2021-03-04 22:58:55 +01:00
  • 68991d1222 Merge branch 'W2Wizard-patch-1' Wojtek Figat 2021-03-04 22:51:23 +01:00
  • d09bd12e5b declaration at end honzapatCZ 2021-03-04 19:55:28 +01:00
  • 4593e4c669 declaration order sorting honzapatCZ 2021-03-04 19:46:27 +01:00
  • 3cba76277b Fix CSG build crash Wojtek Figat 2021-03-04 09:45:44 +01:00
  • a7d0853519 Update .gitignore stefnotch 2021-03-03 18:58:53 +01:00
  • e04f482e52 kinda mandatory honzapatCZ 2021-03-03 18:32:52 +01:00
  • ae3ce49b92 Merge branch '1.1' of https://github.com/FlaxEngine/FlaxEngine into ortho Jean-Baptiste Perrier 2021-03-02 18:27:33 +01:00
  • 512df5f673 Tweaks. Jean-Baptiste Perrier 2021-03-02 18:27:14 +01:00
  • 69a3587f5d Set solution file as default launch solution for Omnisharp GoaLitiuM 2021-03-02 18:40:12 +02:00
  • 9f1c55edce Generate Visual Studio solution files for VSCode solutions GoaLitiuM 2021-03-02 17:37:19 +02:00
  • 8ccb4f5857 Support generating multiple project formats at once GoaLitiuM 2021-03-02 17:35:52 +02:00
  • 9c80354acf Fix dock window icon rectangle calculation if icon is used Wojtek Figat 2021-03-02 13:44:16 +01:00
  • 835cb93261 Add integration with Rider IDE Wojtek Figat 2021-03-02 13:43:50 +01:00
  • 2193dfcbc1 Use remap function instead W2.Wizard 2021-03-02 00:10:43 +01:00
  • 1deadf84b1 Tweaks. Jean-Baptiste Perrier 2021-03-01 16:25:08 +01:00
  • 8a9f86705b Merge branch '1.1' of https://github.com/FlaxEngine/FlaxEngine into ortho Jean-Baptiste Perrier 2021-03-01 16:21:58 +01:00
  • 111eaf1cf9 Tweaks. Jean-Baptiste Perrier 2021-03-01 16:19:00 +01:00
  • d6b566a3fe Add support for accessing Game Settings and related assets in C# API in game build Wojtek Figat 2021-03-01 16:17:01 +01:00
  • e218cc417f Fix findRandomPointAroundCircle in Detour lib to return points inside circle Wojtek Figat 2021-03-01 14:37:19 +01:00
  • 99bc3289e8 Add FindRandomPoint and FindRandomPointAroundCircle to the navigation utilities Wojtek Figat 2021-03-01 14:32:35 +01:00
  • 31d1932d55 Fix debug shapes leftovers update in editor after playmode Wojtek Figat 2021-03-01 14:32:06 +01:00
  • 8f633523cd Update Recast navigation lib to e75adf86f91eb3082220085e42dda62679f9a3ea Wojtek Figat 2021-03-01 14:31:28 +01:00
  • 21d96c6baf Fix loading game assets in cooked build via path relative to the project folder Wojtek Figat 2021-03-01 13:00:07 +01:00
  • 489e8ddc42 Format code Wojtek Figat 2021-03-01 11:55:31 +01:00
  • 113fe30d5a Merge branch 'jb-perrier-render2dtint' into 1.1 Wojtek Figat 2021-03-01 11:52:26 +01:00
  • 0ccffb7691 Merge branch 'render2dtint' of git://github.com/jb-perrier/FlaxEngine into jb-perrier-render2dtint Wojtek Figat 2021-03-01 11:52:23 +01:00
  • 8750b61221 Merge branch 'honzapatCZ-patch-1' into 1.1 Wojtek Figat 2021-03-01 11:50:59 +01:00
  • db921bad10 Merge branch 'patch-1' of git://github.com/honzapatCZ/FlaxEngine into honzapatCZ-patch-1 Wojtek Figat 2021-03-01 11:50:54 +01:00
  • e0c6f7e8b2 Fix placement and usage of the new instance creation button in GenericEditor Wojtek Figat 2021-03-01 11:44:18 +01:00
  • b4e09a9d55 Fix adding items in Array/List editors if element type is reference (eg. class) Wojtek Figat 2021-03-01 11:43:46 +01:00
  • dbec1389e8 Fix using Scripts in async Wojtek Figat 2021-03-01 10:42:45 +01:00
  • a7bb25b7d5 Add support for resizing textures with stb in TextureTool Wojtek Figat 2021-02-28 19:14:30 +01:00
  • 90e385c3c3 Update stb lib Wojtek Figat 2021-02-28 19:13:05 +01:00
  • ce45070d63 Tweaks. Jean-Baptiste Perrier 2021-02-28 17:45:38 +01:00
  • 1be5815df3 Add alpha channel detection in stb texture importer Wojtek Figat 2021-02-28 17:16:45 +01:00
  • 51e62c7e9d Fix file copy on unix systems Wojtek Figat 2021-02-28 17:02:02 +01:00
  • b3fdc9eddd Add ShowFileExplorer on Linux Wojtek Figat 2021-02-28 16:45:16 +01:00
  • 08a428416c Fix Wojtek Figat 2021-02-28 16:41:58 +01:00
  • aaecb6f7fd Cleanup. Jean-Baptiste Perrier 2021-02-28 16:28:41 +01:00
  • eb1a520986 Support focus actor in orthographic mode ( F key ), preserve camera direction. Jean-Baptiste Perrier 2021-02-28 16:27:57 +01:00
  • 7ec57f8ddb Add support for opening url links on Linux Wojtek Figat 2021-02-28 16:15:20 +01:00
  • 957b92eac7 Fix windows cleanup to prevent unmapped leftovers on Linux X11 Wojtek Figat 2021-02-28 16:11:59 +01:00
  • 19bf30558b Typo. Jean-Baptiste Perrier 2021-02-28 15:56:19 +01:00
  • a0740c162a Fix using bundled mono for VS Code build tasks Wojtek Figat 2021-02-28 15:03:51 +01:00
  • 98a753267f Linux support improvements Wojtek Figat 2021-02-28 14:56:57 +01:00
  • 657de4b62c Fix Linxu build Wojtek Figat 2021-02-28 13:28:33 +01:00
  • a293265058 Add more files to ignore for watchers in VS Code project Wojtek Figat 2021-02-28 13:22:39 +01:00
  • a1e7f4f689 some quotes from discord Nejcraft 2021-02-28 09:26:54 +01:00
  • a1e8056070 Missing empty line. Jean-Baptiste Perrier 2021-02-28 00:41:38 +01:00
  • 86ce671c0d Add doc. Jean-Baptiste Perrier 2021-02-28 00:40:41 +01:00
  • 16056a00e0 Add inherit param. Jean-Baptiste Perrier 2021-02-28 00:37:30 +01:00
  • 89538cb5cd Use wheel option, and tweaks/fixes. Jean-Baptiste Perrier 2021-02-27 23:38:56 +01:00
  • 39e41d8528 Add Mouse Wheel Sensitivity option. Jean-Baptiste Perrier 2021-02-27 23:38:06 +01:00
  • 0d82be3ac8 Current tint mult by previous one. Jean-Baptiste Perrier 2021-02-27 22:43:56 +01:00
  • f999f337b5 Merge branch 'jb-perrier-orientation' into 1.1 Wojtek Figat 2021-02-27 20:51:38 +01:00
  • af792ff677 Merge branch 'orientation' of git://github.com/jb-perrier/FlaxEngine into jb-perrier-orientation Wojtek Figat 2021-02-27 20:51:31 +01:00
  • fbecd01435 Merge branch 'visject-improvements-6' of git://github.com/stefnotch/FlaxEngine into stefnotch-visject-improvements-6 Wojtek Figat 2021-02-27 20:44:29 +01:00
  • 8d40ab5883 Add more info for mono usage Wojtek Figat 2021-02-27 20:36:01 +01:00
  • 4972092150 Fix when no focus. Jean-Baptiste Perrier 2021-02-27 20:35:34 +01:00
  • 3472daf97d Add ortho scale on MouseScroll. Jean-Baptiste Perrier 2021-02-27 20:27:06 +01:00
  • f939eec924 Tweak Render2D Tint. Jean-Baptiste Perrier 2021-02-27 18:18:34 +01:00
  • ab77e5ef31 Add Tint to Render2D. Jean-Baptiste Perrier 2021-02-27 18:14:20 +01:00
  • 20edcdc64b Merge branch '1.1' of https://github.com/FlaxEngine/FlaxEngine into orientation Jean-Baptiste Perrier 2021-02-27 17:02:42 +01:00
  • 93541b6ed5 Merge branch 'master' into 1.1 Wojtek Figat 2021-02-27 16:42:53 +01:00
  • ca3948ad69 Format code Wojtek Figat 2021-02-27 16:29:30 +01:00
  • 88db7c2d5f Merge branch 'honzapatCZ-patch-2' into 1.1 Wojtek Figat 2021-02-27 16:25:59 +01:00
  • 8857a7a0ae Merge branch 'patch-2' of git://github.com/honzapatCZ/FlaxEngine into honzapatCZ-patch-2 Wojtek Figat 2021-02-27 16:25:55 +01:00
  • 1d5f98a730 Fix camera orientations. Jean-Baptiste Perrier 2021-02-27 15:39:26 +01:00
  • 84015f78fc Ported Vecctor3 ClampLength to others and remade it using refs Nejcraft 2021-02-24 14:28:46 +01:00
  • 6cea33caea Merge branch 'GoaLitiuM-textboxbase_changes' into 1.1 Wojtek Figat 2021-02-27 00:59:25 +01:00
  • 233bffdf63 Merge branch 'textboxbase_changes' of git://github.com/GoaLitiuM/FlaxEngine into GoaLitiuM-textboxbase_changes Wojtek Figat 2021-02-27 00:59:22 +01:00
  • 3bc664df37 Format code Wojtek Figat 2021-02-27 00:55:49 +01:00
  • 05eac5aeb6 Merge branch 'honzapatCZ-patch-1' into 1.1 Wojtek Figat 2021-02-27 00:53:46 +01:00
  • 26244df222 Merge branch 'patch-1' of git://github.com/honzapatCZ/FlaxEngine into honzapatCZ-patch-1 Wojtek Figat 2021-02-27 00:53:40 +01:00
  • c3e3e70f96 Add minor tweaks for debug code and add mono dev docs Wojtek Figat 2021-02-27 00:39:12 +01:00
  • cdf66372e6 Add write barriers for Mono GC in bindings glue code Wojtek Figat 2021-02-27 00:38:42 +01:00
  • bcf86d9d9f Add StringBuilder::ToStringView() Wojtek Figat 2021-02-27 00:00:28 +01:00
  • 86c1823d4a Fix typo Wojtek Figat 2021-02-27 00:00:02 +01:00
  • f3c608f2f3 Improve arrow key navigation stefnotch 2021-02-26 19:09:59 +01:00
  • 09f8ad948a Prevent multiple connections on reroute node stefnotch 2021-02-26 19:08:25 +01:00
  • 8b4a001641 Move Win32 GetBatteryInfo into Windows and UWP platforms impl Wojtek Figat 2021-02-26 15:42:46 +01:00