Commit Graph

  • e860f969be Add attributes support for dotnet interop for methods, fields and properties Wojtek Figat 2024-10-04 15:57:41 +02:00
  • c6958357c3 Allow placing DebugCommand attribute on fields and properties Wojtek Figat 2024-10-04 15:58:47 +02:00
  • 74d2f5d115 Fix parsing numbers to support sign Wojtek Figat 2024-10-04 15:58:27 +02:00
  • 777e65c170 Fix crash when setting static dotnet field from unmanaged code Wojtek Figat 2024-10-04 15:58:05 +02:00
  • adbe578aa1 Add attributes support for dotnet interop for methods, fields and properties Wojtek Figat 2024-10-04 15:57:41 +02:00
  • c8f57ea82b Fix RichTextBox selection bug Amir Alizadeh 2024-10-03 21:46:59 +03:30
  • 1414eb9852 Add Variant enum parsing by name and fix enum printing to string Wojtek Figat 2024-10-03 17:10:34 +02:00
  • 497cd19fe5 Fix managed interop bug Wojtek Figat 2024-10-03 17:10:01 +02:00
  • 85915d787a Add Variant enum parsing by name and fix enum printing to string Wojtek Figat 2024-10-03 17:10:34 +02:00
  • 2f0518a348 Fix managed interop bug Wojtek Figat 2024-10-03 17:10:01 +02:00
  • c6e121a777 Add 2k res to scene anim renderer Wojtek Figat 2024-10-03 13:39:58 +02:00
  • 7f5f1ba938 Merge remote-tracking branch 'origin/1.10' into 1.10 Wojtek Figat 2024-10-03 12:37:00 +02:00
  • 1229b12d9a Merge branch 'Tryibion-fix-joint-flag-cat' Wojtek Figat 2024-10-03 11:46:59 +02:00
  • cd964666e2 Merge branch 'fix-joint-flag-cat' of https://github.com/Tryibion/FlaxEngine into Tryibion-fix-joint-flag-cat Wojtek Figat 2024-10-03 11:46:50 +02:00
  • a932d549f4 Debug Commands work in progress Wojtek Figat 2024-10-03 10:24:15 +02:00
  • 791435ba76 Merge remote-tracking branch 'origin/master' into 1.10 Wojtek Figat 2024-10-03 10:23:13 +02:00
  • 0b3a95e551 Merge commit 'f74694048575160067734cbe27a023ad78a2c727' into 1.10 Wojtek Figat 2024-10-03 10:23:07 +02:00
  • f746940485 Fix typo Wojtek Figat 2024-10-03 10:04:18 +02:00
  • c3162ca2cb Fix missing EditorDisplay attribute on Distance and Hinge Joints for thier Flags Chandler Cox 2024-10-02 10:55:43 -05:00
  • e2462c8151 Add ability to edit position curve in timeline with a gizmo in a viewport Wojtek Figat 2024-10-02 17:00:58 +02:00
  • 7f7549d2f7 Add Foliage.RemoveAllInstances to clear all instances of foliage Wojtek Figat 2024-10-01 23:07:47 +02:00
  • c597c38705 Fix volumetric fog particles after objects instancing refactor Wojtek Figat 2024-10-01 15:07:32 +02:00
  • b00cab6388 Fix using old CPU particle assets Wojtek Figat 2024-10-01 14:38:32 +02:00
  • 0b492180df Fix Content Finder input action binding in Output Log Wojtek Figat 2024-10-01 12:29:29 +02:00
  • e9ac02d416 Refactor toolstrip buttons tooltips to properly format empty input bindings Wojtek Figat 2024-10-01 11:06:13 +02:00
  • d1d14daa1e Improve timeline tracks renaming to use shared utility with proper incrementing Wojtek Figat 2024-10-01 10:16:30 +02:00
  • bfa09e165a Fix BehaviorTreeMoveToNode when goal location changes every frame by less than tolerance Wojtek Figat 2024-09-30 23:15:16 +02:00
  • c063afc5bc Fix GetObject/SetObject usage in network replication hierarchy Wojtek Figat 2024-09-30 14:52:05 +02:00
  • babaa2680f Merge remote-tracking branch 'origin/1.9' Wojtek Figat 2024-09-30 12:23:57 +02:00
  • fbc5a061d9 Merge branch '1.9' of https://gitlab.flaxengine.com/flax/flaxengine into 1.9 Wojtek Figat 2024-09-30 12:22:40 +02:00
  • cf8c9f0982 Add basic Variant parsing from text Wojtek Figat 2024-09-30 12:20:34 +02:00
  • dd5b66386a Fix compilation regression from 5f7075d2f7 Wojtek Figat 2024-09-29 22:25:44 +02:00
  • 8dab6f3370 Merge branch 'Tryibion-audio-debug-video-player' Wojtek Figat 2024-09-29 22:14:57 +02:00
  • 5a2b46c6d2 Merge branch 'audio-debug-video-player' of https://github.com/Tryibion/FlaxEngine into Tryibion-audio-debug-video-player Wojtek Figat 2024-09-29 22:14:51 +02:00
  • 58da950f62 Merge branch 'Tryibion-fix-item-scroll-vis' Wojtek Figat 2024-09-29 22:12:48 +02:00
  • 75002ce45d Merge branch 'fix-item-scroll-vis' of https://github.com/Tryibion/FlaxEngine into Tryibion-fix-item-scroll-vis Wojtek Figat 2024-09-29 22:12:43 +02:00
  • b40fea79ce Merge branch 'Tryibion-fix-rich-text-box-border-vars' Wojtek Figat 2024-09-29 22:11:41 +02:00
  • 001597284a Merge branch 'fix-rich-text-box-border-vars' of https://github.com/Tryibion/FlaxEngine into Tryibion-fix-rich-text-box-border-vars Wojtek Figat 2024-09-29 22:11:36 +02:00
  • 6b658a5bc3 Merge branch 'LOOPDISK-networklagdriver-fix' Wojtek Figat 2024-09-29 22:10:34 +02:00
  • bf4badd6b9 Merge branch 'networklagdriver-fix' of https://github.com/LOOPDISK/FlaxEngine into LOOPDISK-networklagdriver-fix Wojtek Figat 2024-09-29 22:10:29 +02:00
  • 5f7075d2f7 Add NetworkReplicationNode::SetObject to customize object replication settings at runtime Wojtek Figat 2024-09-29 22:08:31 +02:00
  • 5f19538455 Add UpdateFlags to ISceneRenderingListener::UpdateActor for more contextual control overdirtying actors state in renderer data Wojtek Figat 2024-09-29 22:03:46 +02:00
  • 6015514680 Fixed NetworkLagDriver having wrong ChannelType and Length Terence Lee 2024-09-29 12:38:55 +08:00
  • 6b2380c5fa Add audio debug sphere for video player if spatial audio is used. Chandler Cox 2024-09-28 15:20:44 -05:00
  • ecb80e0f34 Add context to drag drop for object ref editor. Chandler Cox 2024-09-27 18:26:37 -05:00
  • aded4bfdeb Add context to object referece control to narrow finding actors and scripts Chandler Cox 2024-09-27 17:49:44 -05:00
  • 8080c21760 Fix HasBorder and BorderThickness for RichTextBox Chandler Cox 2024-09-27 11:31:59 -05:00
  • 6e91e26dfe Fix issue with scroll bars not showing in item search panel when clear search button is clicked. Chandler Cox 2024-09-27 11:24:33 -05:00
  • 1161a4114d Minor tweaks to simd codebase Wojtek Figat 2024-09-26 18:56:22 +02:00
  • a4350cdf3f Merge branch 'GoaLitiuM-msvc_v140_arm64_fix' Wojtek Figat 2024-09-25 20:34:56 +02:00
  • e17c68a5a0 Merge branch 'msvc_v140_arm64_fix' of https://github.com/GoaLitiuM/FlaxEngine into GoaLitiuM-msvc_v140_arm64_fix Wojtek Figat 2024-09-25 20:34:49 +02:00
  • b70e65acb4 Fix error when adding new audio track to scene anim via drag & drop Wojtek Figat 2024-09-25 20:33:10 +02:00
  • 19817e4ad6 Fix crash on find references in visject surface after grid snap has been added Wojtek Figat 2024-09-25 20:26:28 +02:00
  • d580667b97 Prevent generating configurations for unsupported external projects Ari Vuollet 2024-09-25 17:40:54 +03:00
  • 301bf41fab Fix ARM64 compiler support detection with MSVC v140 toolset Ari Vuollet 2024-09-25 17:38:29 +03:00
  • 2ad9c7f4d5 Fix Skybox rendering regression Wojtek Figat 2024-09-24 23:01:13 +02:00
  • c8eed098ba Fix regression 207c6a0cb5 Wojtek Figat 2024-09-24 22:12:42 +02:00
  • 207c6a0cb5 Refactor platform apis comments and cleanup a bit Wojtek Figat 2024-09-24 18:29:30 +02:00
  • da203352fd Refactor old code documentation Wojtek Figat 2024-09-24 18:20:12 +02:00
  • f817448839 Merge branch 'Tryibion-fix-carot-pos' Wojtek Figat 2024-09-24 09:26:41 +02:00
  • bf56ccaee9 Merge branch 'fix-carot-pos' of https://github.com/Tryibion/FlaxEngine into Tryibion-fix-carot-pos Wojtek Figat 2024-09-24 09:26:35 +02:00
  • 5d578d9e92 Fix NetworkReplicator::MapObjectId to work in both ways on a client Wojtek Figat 2024-09-24 09:25:10 +02:00
  • 7b9da3786d Fix carrot position when no text but text alignment Chandler Cox 2024-09-23 15:57:21 -05:00
  • 5690707c73 Optimize generic GetActors/GetScripts on basic type Wojtek Figat 2024-09-23 21:01:04 +02:00
  • 3b3be75d94 Fix DDGI probes debug when using very large amount of probes Wojtek Figat 2024-09-23 20:31:54 +02:00
  • 128321c655 Fix network profiler to properly calculate network usage statistics per second Wojtek Figat 2024-09-23 20:15:50 +02:00
  • d2c35e8591 Fix crash in build tool when generating project files with incorrect target setup Wojtek Figat 2024-09-23 20:15:27 +02:00
  • 3c31b5bc1e Bump up build number Wojtek Figat 2024-09-23 14:15:12 +02:00
  • 81d62756fb Merge remote-tracking branch 'origin/1.9' Wojtek Figat 2024-09-23 14:11:41 +02:00
  • 18dc475f40 Merge remote-tracking branch 'origin/master' into 1.9 Wojtek Figat 2024-09-23 14:11:05 +02:00
  • e22f4a28bd Fix editor log spam by rebuilding layout when Custom Editor throws exception on update Wojtek Figat 2024-09-23 13:58:56 +02:00
  • aba46cb2c6 Fix naming convention in scripting backend for klass Wojtek Figat 2024-09-22 12:30:34 +02:00
  • da5570e89f Fix terrain shader compilation regression Wojtek Figat 2024-09-22 11:28:26 +02:00
  • c943b3a526 Restore single editor tab window header on platforms with not yet implemented drag features (mac, linux) Wojtek Figat 2024-09-22 11:08:31 +02:00
  • 428a56af28 Fix old api usage warning Wojtek Figat 2024-09-22 10:53:01 +02:00
  • eb825f516e Fix terrain splatmap cache clearng Wojtek Figat 2024-09-22 10:40:10 +02:00
  • 371e16a857 Merge branch 'Chikinsupu-SurfaceComments-CenterHeaderEditBox' Wojtek Figat 2024-09-21 18:13:06 +02:00
  • 750e4be1b9 Merge branch 'SurfaceComments-CenterHeaderEditBox' of https://github.com/Chikinsupu/FlaxEngine into Chikinsupu-SurfaceComments-CenterHeaderEditBox Wojtek Figat 2024-09-21 18:12:58 +02:00
  • 382ac2c70b - Center alignment for surface comment header Nils Hausfeld 2024-09-20 21:00:34 +02:00
  • d9aa123bce Add custom grid snapping value for translation Wojtek Figat 2024-09-20 18:33:08 +02:00
  • c77b1c3ab2 Revert IK to the pre-1.8 to fix broken projects using it Wojtek Figat 2024-09-20 08:05:00 +02:00
  • ed7f190778 Revert partially 075c224022 Wojtek Figat 2024-09-20 00:08:49 +02:00
  • f983be6104 Fix realtime environment probes updating Wojtek Figat 2024-09-19 23:46:04 +02:00
  • 075c224022 Fix C# structures memory packing to match C++ better Wojtek Figat 2024-09-19 19:35:45 +02:00
  • ba701eb4d3 Fix compilation warnings on large worlds Wojtek Figat 2024-09-19 17:04:31 +02:00
  • 93d9b9877c Add preserving local changes to model prefab objects when reimporting Wojtek Figat 2024-09-19 11:18:42 +02:00
  • 87b0cc705e Add logging missing object reference context when spawning prefab Wojtek Figat 2024-09-19 10:49:26 +02:00
  • 6924042452 Add copy/paste context actions to the sprite properties panel Wojtek Figat 2024-09-19 10:34:46 +02:00
  • be395304ec Fix Pre-Skinned Normal and Position when accessed in Pixel Shader Wojtek Figat 2024-09-19 10:11:49 +02:00
  • fb4b0b2f75 Add resizing panel based on highest child if ControlChildSize is disabled but AutoSize is enabled Wojtek Figat 2024-09-18 23:37:05 +02:00
  • 596b61b23f Fix crashes in vector editors in rare cases Wojtek Figat 2024-09-18 23:36:27 +02:00
  • a8354720df Add ControlChildSize option to disable autosizing child controls in UI panel Wojtek Figat 2024-09-18 23:19:45 +02:00
  • c9817b25a3 Fix label sizing issues Wojtek Figat 2024-09-18 23:06:10 +02:00
  • e024897b7d Refactor Button to inherit from Label and get all of its functionalities Wojtek Figat 2024-09-18 23:05:42 +02:00
  • 262c536d7f Fix Label auto sizing to be relative to pivot and sync layout when editing Wojtek Figat 2024-09-18 22:21:56 +02:00
  • 8c0d89bc62 Add NetworkReplicator::MapObjectId for networked object identifies mapping Wojtek Figat 2024-09-18 12:54:10 +02:00
  • 8f0cf3b8ef Fix navigation focus path in UIControl transform editor Wojtek Figat 2024-09-18 12:46:59 +02:00
  • 6857664f48 Add navigation focus submit to Image via mouse left click action Wojtek Figat 2024-09-18 12:27:37 +02:00
  • e1c4bf5289 Add navigation focus support to AssetPicker control Wojtek Figat 2024-09-18 12:17:30 +02:00
  • f7f4c15e82 Fix TextBox caret and selection when using text alignment options Wojtek Figat 2024-09-18 12:00:41 +02:00