Commit Graph

  • 57d7508e25 Fix some editor UI controls visible in Visual Scripting Wojtek Figat 2021-01-21 14:26:22 +01:00
  • 8680aba897 Fix missing public empty constructor for UICanvas Wojtek Figat 2021-01-20 13:45:49 +01:00
  • 8dce3c0fb7 Fix missing animated model parameter error Wojtek Figat 2021-01-20 13:38:42 +01:00
  • f236338311 Merge branch 'stefnotch-patch-1' Wojtek Figat 2021-01-20 13:19:55 +01:00
  • 0b1ac3d0fe Merge branch 'patch-1' of git://github.com/stefnotch/FlaxEngine into stefnotch-patch-1 Wojtek Figat 2021-01-20 13:19:52 +01:00
  • ec4ccaeba5 Merge branch 'intolerantape-bugfixes' Wojtek Figat 2021-01-20 13:18:49 +01:00
  • 214ae3c440 Merge branch 'bugfixes' of git://github.com/intolerantape/FlaxEngine into intolerantape-bugfixes Wojtek Figat 2021-01-20 13:18:46 +01:00
  • ef5e98efaa Fix assertion during engine shutdown after crash during rendering Wojtek Figat 2021-01-20 13:12:11 +01:00
  • ea489fbf2a Fix crash in motion blur tile size calculation Wojtek Figat 2021-01-20 13:11:45 +01:00
  • 9ae79b8307 Add IFunctionDependantNode for Visject nodes Wojtek Figat 2021-01-20 11:13:09 +01:00
  • f8bf87e0b1 Fixes Wojtek Figat 2021-01-20 09:14:30 +01:00
  • 75d197cb84 Spelling fixes. intolerantape 2021-01-19 23:02:33 -08:00
  • 6b5ce8c6e2 Merge branch 'stefnotch-patch-2' Wojtek Figat 2021-01-19 21:53:10 +01:00
  • db6a02e20f Merge branch 'patch-2' of git://github.com/stefnotch/FlaxEngine into stefnotch-patch-2 Wojtek Figat 2021-01-19 21:53:07 +01:00
  • 0a0c856a64 Add more splash screen quotes Wojtek Figat 2021-01-19 21:10:45 +01:00
  • bd7a681700 Add more descriptive error message stefnotch 2021-01-19 21:08:26 +01:00
  • c4e6d013c1 Add more splash screen quotes Wojtek Figat 2021-01-18 22:47:31 +01:00
  • d17d93c8a5 Merge branch 'jb-perrier-nearequalnode' Wojtek Figat 2021-01-18 21:10:09 +01:00
  • 6caffdc23f Merge branch 'nearequalnode' of git://github.com/jb-perrier/FlaxEngine into jb-perrier-nearequalnode Wojtek Figat 2021-01-18 21:10:05 +01:00
  • 99b011df8b Merge branch 'W2Wizard-AboutFlaxAdjustment' Wojtek Figat 2021-01-18 21:07:53 +01:00
  • c02faf51a0 Merge branch 'AboutFlaxAdjustment' of git://github.com/W2Wizard/FlaxEngine into W2Wizard-AboutFlaxAdjustment Wojtek Figat 2021-01-18 21:07:49 +01:00
  • ef240ce986 Add culling for decals (via DrawMinScreenSize property) Wojtek Figat 2021-01-18 15:53:15 +01:00
  • e58332723a Fix compilation Wojtek Figat 2021-01-18 15:32:40 +01:00
  • 81daaf663b Fix Assimp on Linux Wojtek Figat 2021-01-18 15:27:57 +01:00
  • a9e4d6d908 Fix exposing Mono API when using dynamic linking mafiesto4 2021-01-17 23:35:47 +01:00
  • 5f7f53304d Fix crash on GPUDeviceVulkan dispose if compute queue was using graphics queue mafiesto4 2021-01-17 23:35:15 +01:00
  • 3e0b753498 Refactor mono on Linux to use dynamic linking mafiesto4 2021-01-17 22:33:29 +01:00
  • 4bd76b70f2 Fix UseNativeWindowSystem option to be Windows-only mafiesto4 2021-01-17 22:30:21 +01:00
  • d19c31555b Add support for dynamic updating navmesh when moving NavModifierVolume Wojtek Figat 2021-01-18 15:08:00 +01:00
  • e0f1f18998 Move Actor static flags helper methods to be manually implemented (less bindings) Wojtek Figat 2021-01-18 15:07:39 +01:00
  • f80c33f381 Add Actor.HasStaticFlag Wojtek Figat 2021-01-18 15:07:01 +01:00
  • 2bfcc15f66 Add invoking BoxVolume::OnBoundsChanged after transform changed Wojtek Figat 2021-01-18 15:00:35 +01:00
  • fdc8e371c4 Add support for using NavAreas for navigation Wojtek Figat 2021-01-18 13:18:26 +01:00
  • ba050b9eaa Add default spacing for CollectionEditor to 10 for cleaner UI when working with arrays and lists in Editor Wojtek Figat 2021-01-18 11:42:50 +01:00
  • c1216a4318 Add NavAreaProperties Wojtek Figat 2021-01-18 11:42:17 +01:00
  • 2ae78b9afd Fix navmesh tiles build Wojtek Figat 2021-01-18 10:51:55 +01:00
  • f33a2d8fe5 Remove assimp file mafiesto4 2021-01-17 22:14:37 +01:00
  • 1943de62e9 Add icon for Editor on Linux mafiesto4 2021-01-17 22:14:16 +01:00
  • fcc4b371b9 Fix using dynamic libraries resolving path on Linux mafiesto4 2021-01-17 21:50:58 +01:00
  • 837174582b Fixes for Editor on Linux mafiesto4 2021-01-17 21:48:15 +01:00
  • 6b0d34a21d Fix C# assemblies id generation to use cross-platform hash code impl mafiesto4 2021-01-17 21:44:37 +01:00
  • 50f87c8bfb Remove unused (). Jean-Baptiste Perrier 2021-01-17 12:36:53 +01:00
  • edb103f8e7 Fix NearEqual (GPU Particle) missing implementation. Jean-Baptiste Perrier 2021-01-17 12:13:48 +01:00
  • 8fd0af3f39 Fixed Typos and padding W2.Wizard 2021-01-17 10:18:30 +01:00
  • 4db3c6ca71 Increase default distance between nodes stefnotch 2021-01-16 19:23:35 +01:00
  • aa4ecab271 Improve Visject bracket positioning stefnotch 2021-01-16 19:20:36 +01:00
  • 3356013858 Improve empty space finding stefnotch 2021-01-16 18:16:48 +01:00
  • 8003055ba6 Improve node layout algorithm stefnotch 2021-01-15 20:23:40 +01:00
  • c112274666 Add additional comments to the formatting algorithm stefnotch 2021-01-15 19:51:23 +01:00
  • 01a30faa62 Add NavMesh Modifier Volume actor type Wojtek Figat 2021-01-15 16:46:40 +01:00
  • 070faf12da Fixes for the rotated navmeshes building Wojtek Figat 2021-01-15 12:48:22 +01:00
  • 65d3883f03 Add support for masking navmesh agents in NavMeshBoundsVolume Wojtek Figat 2021-01-15 11:59:21 +01:00
  • 2c2c1af97f Add NavAgentMask Wojtek Figat 2021-01-15 11:59:04 +01:00
  • f80f7cdd33 Fix crash on Android if GPU doesn't support linear sampling of the shadow map Wojtek Figat 2021-01-14 22:23:22 +01:00
  • b76d5d34ea Fix lambda Wojtek Figat 2021-01-14 21:21:08 +01:00
  • d7949b5405 Remove deprecated comment Wojtek Figat 2021-01-14 14:29:27 +01:00
  • f8624ae768 Fix crash during navmesh build when actor gets removed Wojtek Figat 2021-01-14 14:18:40 +01:00
  • 98d272a903 Add support for SphereCollider and CapsuleCollider for navmesh Wojtek Figat 2021-01-14 14:18:22 +01:00
  • 00c40e279c Update Extensions.cs W2.Wizard 2021-01-14 13:56:10 +01:00
  • 7835259a83 Add TestPath utility to navigation system Wojtek Figat 2021-01-14 13:11:32 +01:00
  • 93aa265b20 Add support for rotated navmeshes Wojtek Figat 2021-01-14 13:08:53 +01:00
  • 8e44e6b23c Applied additional review changes W2.Wizard 2021-01-14 12:28:51 +01:00
  • 437018e614 Applied review changes W2.Wizard 2021-01-14 11:50:03 +01:00
  • 75c3388c00 Corrected comments W2.Wizard 2021-01-14 01:12:13 +01:00
  • 31dd5b852e Update Extensions.cs W2.Wizard 2021-01-13 22:04:16 +01:00
  • 6649f0d4c2 Removed unnecessary overload W2.Wizard 2021-01-13 21:58:16 +01:00
  • 604c583c36 Moved all methods to Extension.cs W2.Wizard 2021-01-13 21:16:17 +01:00
  • b2a2652b56 Fix not using hardcoded order for showing Actor main properties in editor Wojtek Figat 2021-01-13 15:35:53 +01:00
  • af692605ab Add option to hide navmesh in editor debug view Wojtek Figat 2021-01-13 15:21:50 +01:00
  • d1a282e228 Fix removing unused navmesh tiles on whole scene rebuild Wojtek Figat 2021-01-13 14:50:12 +01:00
  • 88bddfb141 Add navmesh name to logs for better debugging Wojtek Figat 2021-01-13 14:49:50 +01:00
  • 29c3e2d54b Fix Color doc comments Wojtek Figat 2021-01-13 14:28:58 +01:00
  • 27ed23c1b9 Add support for multiple navmeshes on a scene Wojtek Figat 2021-01-13 14:28:46 +01:00
  • 9e3c413c91 Fix crash when using Byte, Int16 or UInt16 as VS parameters Wojtek Figat 2021-01-13 00:22:52 +01:00
  • fd6158e1a9 Fix loading VariantType.Blob Wojtek Figat 2021-01-12 23:36:50 +01:00
  • 932de300e4 Fix missing focus for SliderControl Wojtek Figat 2021-01-12 23:07:20 +01:00
  • 783b910700 Added XML comments W2.Wizard 2021-01-12 20:29:32 +01:00
  • a3fa8ff9f0 Optimize some includes Wojtek Figat 2021-01-12 19:17:08 +01:00
  • 259c419c36 Fix crash when resizing existing MaterialSlots collection for model Wojtek Figat 2021-01-12 19:09:42 +01:00
  • d7696c4765 Split VectorInt into separate files for Int2, Int3 and Int4 Wojtek Figat 2021-01-12 19:09:22 +01:00
  • 89f25516fc Add inline for float16 compression and add code reference note Wojtek Figat 2021-01-12 19:05:17 +01:00
  • fd268f4e15 Add missing FLAXENGINE_API expose macro to engine math types Wojtek Figat 2021-01-12 19:00:54 +01:00
  • dba43c4e9f Add support for using ObsoleteAttribute to upgrade old C# asset/script data format after refactor Wojtek Figat 2021-01-12 15:33:17 +01:00
  • eaba489ba2 Initial Random class W2.Wizard 2021-01-12 15:08:45 +01:00
  • 40c7fe3f77 Add support for automatic DefaultValue attributes generation for fields in scripting API Wojtek Figat 2021-01-12 14:14:35 +01:00
  • a6d5fb318a Fix default field value parsing to skip whitespaces Wojtek Figat 2021-01-12 14:14:08 +01:00
  • d20cbf434f Add default values initialization for structures and new array entries when resizing Wojtek Figat 2021-01-12 13:49:26 +01:00
  • 5679d86683 Fix tracking mouse offset on high DPI screens stefnotch 2021-01-12 12:04:30 +01:00
  • 45211fa61c Merge remote-tracking branch 'origin/master' into navigation-features Wojtek Figat 2021-01-12 12:04:20 +01:00
  • 6252c111b4 Tweak BatteryInfo Wojtek Figat 2021-01-11 16:38:12 +01:00
  • ab4195ab6c Fix right clicking on Visject boxes stefnotch 2021-01-11 16:23:02 +01:00
  • 1d2e2e5575 Merge branch 'jb-perrier-batteryinfo' Wojtek Figat 2021-01-11 16:13:21 +01:00
  • 7de0010772 Merge branch 'batteryinfo' of git://github.com/jb-perrier/FlaxEngine into jb-perrier-batteryinfo Wojtek Figat 2021-01-11 16:13:17 +01:00
  • ebe0b9c8c9 Merge branch 'jb-perrier-opendialog' Wojtek Figat 2021-01-11 15:39:09 +01:00
  • fa3b2af0ca Merge branch 'opendialog' of git://github.com/jb-perrier/FlaxEngine into jb-perrier-opendialog Wojtek Figat 2021-01-11 15:39:06 +01:00
  • b446790438 Update shaders Wojtek Figat 2021-01-11 15:38:22 +01:00
  • 7ddf98abaa Merge branch 'W2Wizard-typo-fix' Wojtek Figat 2021-01-11 15:34:46 +01:00
  • fb84aa2c4b Merge branch 'typo-fix' of git://github.com/W2Wizard/FlaxEngine into W2Wizard-typo-fix Wojtek Figat 2021-01-11 15:34:41 +01:00
  • 023c4f4726 Merge branch 'VNNCC-typo-fix' Wojtek Figat 2021-01-11 15:33:49 +01:00
  • ba1a246a90 Merge branch 'typo-fix' of git://github.com/VNNCC/FlaxEngine into VNNCC-typo-fix Wojtek Figat 2021-01-11 15:33:45 +01:00