Commit Graph

  • 166f7c2728 Refactor. Jean-Baptiste Perrier 2021-05-11 16:09:27 +02:00
  • 31a446cfab Fix getter only properties not showing. Jean-Baptiste Perrier 2021-05-11 14:57:07 +02:00
  • 95c4004ad8 Uint16 & Int16 Mono glue code. Jean-Baptiste Perrier 2021-05-10 22:59:10 +02:00
  • 7506142dbb Uint16 & Int16 CPP serialization. Jean-Baptiste Perrier 2021-05-10 22:57:49 +02:00
  • 4764e7914d Int16 & Uint16 NearEqual, Lerp, Hash. Jean-Baptiste Perrier 2021-05-10 22:57:26 +02:00
  • 97338d61d2 Uint16 & Int16 Variant Cast. Jean-Baptiste Perrier 2021-05-10 22:56:48 +02:00
  • 78ed675eda Uint16 & Int16 Variant CanCast. Jean-Baptiste Perrier 2021-05-10 22:55:43 +02:00
  • 954a11a1b0 Uint16 & Int16 Variant CanCast. Jean-Baptiste Perrier 2021-05-10 22:55:17 +02:00
  • a5ec9d749b Uint16 & Int16 Variant CanCast. Jean-Baptiste Perrier 2021-05-10 22:54:52 +02:00
  • ab3de4777c Uint16 & Int16 Variant ToString. Jean-Baptiste Perrier 2021-05-10 22:53:40 +02:00
  • 08ca326571 Uint16 & Int16 more cast. Jean-Baptiste Perrier 2021-05-10 22:52:48 +02:00
  • ab5d789732 Uint16 & Int16 Variant cast. Jean-Baptiste Perrier 2021-05-10 22:52:13 +02:00
  • cff8c57dba Uint16 & int16 op overload. Jean-Baptiste Perrier 2021-05-10 22:51:18 +02:00
  • 7ed39ef375 Uint16 & Int16 ToString, Typename. Jean-Baptiste Perrier 2021-05-10 22:50:35 +02:00
  • c59b617106 Int16 & Uint16 Variant ctor. Jean-Baptiste Perrier 2021-05-10 22:50:07 +02:00
  • 98ca916197 Int16 & Uint16 C# serialization. Jean-Baptiste Perrier 2021-05-10 22:48:33 +02:00
  • 74916dddfd Add Uint16 & Int16 names. Jean-Baptiste Perrier 2021-05-10 22:47:02 +02:00
  • 0d6f81904d Uint16 & Int16 ScriptType ToString. Jean-Baptiste Perrier 2021-05-10 22:46:24 +02:00
  • 62394b4b1d Update CppStaticClassTemplate.h LcrW 2021-05-10 21:37:01 +01:00
  • 9eaa6e622b Uint16 & Int16 Scripting support. Jean-Baptiste Perrier 2021-05-10 22:24:35 +02:00
  • f9e1dc3ffb New Features LcrW 2021-05-10 21:04:52 +01:00
  • 08a9a00330 Update ScriptTemplate.cs LcrW 2021-05-10 18:30:46 +01:00
  • 62b095dde6 Merge remote-tracking branch 'upstream/master' LcrW 2021-05-10 18:25:07 +01:00
  • 0a32e6bf7d Add digit check at asset creation. Jean-Baptiste Perrier 2021-05-10 18:20:58 +02:00
  • c8f8b33bd9 Implement AddForceAtPosition for Rigidbodies GoaLitiuM 2021-05-09 15:18:04 +03:00
  • 30624e7320 Merge branch 'master' of https://github.com/LCRW/FlaxEngine LcrW 2021-05-05 20:28:04 +01:00
  • 2c51f79c0a Add automatic profiler events for Visual Script methods invocation Wojtek Figat 2021-05-04 00:30:49 +02:00
  • e4de83f2ed Add automatic profiler events for C# methods invocation Wojtek Figat 2021-05-04 00:17:27 +02:00
  • 17e3625e5d Add support for ANSI name and variable name for named profiler events Wojtek Figat 2021-05-04 00:17:01 +02:00
  • aa7c467679 Fix some profile event names Wojtek Figat 2021-05-04 00:16:01 +02:00
  • f6137831ee Fix POD structure check in scripting api if contains array field Wojtek Figat 2021-05-04 00:15:22 +02:00
  • b57c0a9db1 Fix String::Resize to support buffer growing Wojtek Figat 2021-05-03 21:04:40 +02:00
  • c4c1655f76 Fixes and tweaks Wojtek Figat 2021-05-03 19:25:03 +02:00
  • 4e94c7c88c Optimize C# method invoke in bindings via direct Mono invoke Wojtek Figat 2021-05-03 19:24:48 +02:00
  • c36d1a5680 Add automatic profile events for engine services events Wojtek Figat 2021-05-03 19:23:16 +02:00
  • b984276bc6 Fix compile error Wojtek Figat 2021-05-02 12:30:34 +02:00
  • 28969a7de4 Fix EnumComboBox to support negative items as a cost of lack of uint64 support Wojtek Figat 2021-05-02 12:04:14 +02:00
  • 05c6a2214b Cleanup concurrentqueue.h Wojtek Figat 2021-05-02 11:57:18 +02:00
  • 71fc8c63fe Fix compiler errors and warnings Wojtek Figat 2021-05-02 11:39:24 +02:00
  • 543d1a3c0e Add Tracy profiler support Wojtek Figat 2021-05-02 11:24:42 +02:00
  • 1a261597c5 Cleanup DataContainer Wojtek Figat 2021-04-29 23:24:23 +02:00
  • 09671823e4 Optimize String usage with StringView for basic file paths operations Wojtek Figat 2021-04-29 23:24:06 +02:00
  • fd595863dc Fix asset paths to be from project rather than packages Wojtek Figat 2021-04-29 23:21:59 +02:00
  • 05f919c50f Optimization and tweaks Wojtek Figat 2021-04-29 23:20:37 +02:00
  • e2789214ae Refactor Editor Utils into separate VariantUtils Wojtek Figat 2021-04-24 18:02:52 +02:00
  • 51e5dc0c00 Add SceneTicking to engine API Wojtek Figat 2021-04-24 17:33:42 +02:00
  • 7d9d6eb272 Fix compiler warnings for UWP Wojtek Figat 2021-04-24 17:33:29 +02:00
  • 167f7e268d Fix Linux build Wojtek Figat 2021-04-30 17:03:40 +02:00
  • c785f9106b Fix Linux build Wojtek Figat 2021-04-30 16:42:13 +02:00
  • 0e75dba142 Optimize C++ compilation time Wojtek Figat 2021-04-30 16:27:57 +02:00
  • 2f07b11bb6 [CLEAN] Add missing include and undef redefined macro Vizepi 2021-04-30 10:16:58 +02:00
  • 346d0e3111 Improve quotes? stefnotch 2021-04-29 21:28:36 +02:00
  • 288bde7925 Merge pull request #1 from FlaxEngine/master Mr L Watson 2021-04-29 18:52:01 +01:00
  • f35902ed85 Add missing '/' to XML docs W2.Wizard 2021-04-29 17:23:18 +02:00
  • 05ba9b8d45 Fix models uvs preview drawing Wojtek Figat 2021-04-29 16:39:26 +02:00
  • c996476a28 Fix ScreenSpace UICanvas order in Prefab preview (move back to prevent editor widgets occlusion) Wojtek Figat 2021-04-29 16:21:29 +02:00
  • eaa5716d6a Fix editor viewport input when using ScreenSpace canvas in a prefab Wojtek Figat 2021-04-29 16:17:40 +02:00
  • 2e5b89aa84 Fix ScreenSpace UICanvas prefab preview activate/deactivate Wojtek Figat 2021-04-29 15:49:57 +02:00
  • d2ac0429d3 Fix order when pasting UI Controls Wojtek Figat 2021-04-29 15:22:36 +02:00
  • c2afe0b6b2 Fix synchronizing ActorTreeNode order after actor duplicate Wojtek Figat 2021-04-29 15:22:10 +02:00
  • a9b5c5d32d Fix initial label ands button text values Wojtek Figat 2021-04-29 11:33:13 +02:00
  • 238d0f42b1 Merge branch 'GoaLitiuM-capsule_trace_fix' Wojtek Figat 2021-04-29 10:15:45 +02:00
  • 4f97ae35bb Merge branch 'capsule_trace_fix' of git://github.com/GoaLitiuM/FlaxEngine into GoaLitiuM-capsule_trace_fix Wojtek Figat 2021-04-29 10:15:43 +02:00
  • 4479035595 Merge branch 'W2Wizard-MathStuff' Wojtek Figat 2021-04-29 10:14:32 +02:00
  • c745e6f29b Merge branch 'MathStuff' of git://github.com/W2Wizard/FlaxEngine into W2Wizard-MathStuff Wojtek Figat 2021-04-29 10:14:31 +02:00
  • f63849ed56 Fix panels filenames Wojtek Figat 2021-04-29 10:12:56 +02:00
  • 23d5a5e238 Merge branch 'honzapatCZ-patch-2' Wojtek Figat 2021-04-29 10:12:38 +02:00
  • 9b226926ed Merge branch 'patch-2' of git://github.com/honzapatCZ/FlaxEngine into honzapatCZ-patch-2 Wojtek Figat 2021-04-29 10:12:33 +02:00
  • 4ad8b8bb19 Add support for VisibleIf on value editors using group panel Wojtek Figat 2021-04-28 16:49:15 +02:00
  • cbea62ceb9 Fix structured uav/srv buffer usage on Vulkan Wojtek Figat 2021-04-28 15:52:48 +02:00
  • cf799c2198 Fix BitonicSort constant buffer size error on Vulkan due to structure padding Wojtek Figat 2021-04-28 15:51:54 +02:00
  • f3be30a55e Merge branch 'MiheevN-master' Wojtek Figat 2021-04-28 11:41:52 +02:00
  • c4fa30d39c Add sorting for used namespaces in bindings and include nested types checks Wojtek Figat 2021-04-28 11:41:46 +02:00
  • a02b5b8b57 Merge branch 'master' of git://github.com/MiheevN/FlaxEngine into MiheevN-master Wojtek Figat 2021-04-28 11:21:30 +02:00
  • 6988333a8e Merge branch 'stefnotch-fix-textbox-bugs' Wojtek Figat 2021-04-28 10:40:29 +02:00
  • 3eef855c31 Merge branch 'fix-textbox-bugs' of git://github.com/stefnotch/FlaxEngine into stefnotch-fix-textbox-bugs Wojtek Figat 2021-04-28 10:40:27 +02:00
  • d9f3915186 Merge branch 'Vizepi-master' Wojtek Figat 2021-04-28 10:28:42 +02:00
  • 19941c3e88 Merge branch 'master' of git://github.com/Vizepi/FlaxEngine into Vizepi-master Wojtek Figat 2021-04-28 10:28:36 +02:00
  • 877a6e6913 Merge branch 'Crawcik-master' Wojtek Figat 2021-04-28 10:26:09 +02:00
  • 2051a724ae Merge branch 'master' of git://github.com/Crawcik/FlaxEngine into Crawcik-master Wojtek Figat 2021-04-28 10:26:05 +02:00
  • 774c4b65fe Fix error when platform culture is invalid Wojtek Figat 2021-04-28 10:01:33 +02:00
  • 3ef41e1e23 Merge branch 'master' into localization Wojtek Figat 2021-04-27 16:54:49 +02:00
  • b96f0efd9c Fix using Delegate<> in API event Wojtek Figat 2021-04-14 12:23:50 +02:00
  • 801587ab6c Fix case sensitivity check for StartsWith and EndsWith in StringView Wojtek Figat 2021-04-15 16:56:07 +02:00
  • df1dfbec36 Add support for object reference wrappers usage in hash maps and dictionaries Wojtek Figat 2021-04-16 15:47:26 +02:00
  • 59af92bfc4 Fix format string errors assertions into soft checks Wojtek Figat 2021-04-27 10:57:07 +02:00
  • 35f06bbf6e Fix using TextBoxBase with child controls Wojtek Figat 2021-04-26 15:15:17 +02:00
  • 766a79af12 Remove unused include Wojtek Figat 2021-04-27 14:29:01 +02:00
  • 17467c81a4 Add LocalizedString support for UI Wojtek Figat 2021-04-27 14:28:42 +02:00
  • 5fc2f12139 Add helper method for CultureInfo to change language in VS Wojtek Figat 2021-04-27 12:58:16 +02:00
  • ae846debd4 Add C++ current culture sync with localization system Wojtek Figat 2021-04-27 12:21:01 +02:00
  • c01e5efe43 Fix format string errors assertions into soft checks Wojtek Figat 2021-04-27 10:57:07 +02:00
  • 06be726a6f Add C# current culture sync with localization system Wojtek Figat 2021-04-27 10:22:29 +02:00
  • bdde0af771 Fix typos Wojtek Figat 2021-04-27 10:22:06 +02:00
  • c76f1f2432 Add profile events to LocalizationSettingsEditor Wojtek Figat 2021-04-27 10:14:37 +02:00
  • ed4eeee647 Fix undo for custom serialized objects (eg. LocalizedString) Wojtek Figat 2021-04-27 10:14:19 +02:00
  • 8c79c21e61 Add custom editor for LocalizedString Wojtek Figat 2021-04-27 10:13:48 +02:00
  • ca56c5f9d0 Add formatting of localized plural string Wojtek Figat 2021-04-26 15:15:44 +02:00
  • a22d5887bb Add LocalizedString.Empty Wojtek Figat 2021-04-26 15:15:30 +02:00
  • 2b41c8d24f Fix using TextBoxBase with child controls Wojtek Figat 2021-04-26 15:15:17 +02:00