Commit Graph

  • 877a6e6913 Merge branch 'Crawcik-master' mafiesto4 2021-04-28 10:26:09 +02:00
  • 2051a724ae Merge branch 'master' of git://github.com/Crawcik/FlaxEngine into Crawcik-master mafiesto4 2021-04-28 10:26:05 +02:00
  • 774c4b65fe Fix error when platform culture is invalid mafiesto4 2021-04-28 10:01:33 +02:00
  • 3ef41e1e23 Merge branch 'master' into localization mafiesto4 2021-04-27 16:54:49 +02:00
  • b96f0efd9c Fix using Delegate<> in API event mafiesto4 2021-04-14 12:23:50 +02:00
  • 801587ab6c Fix case sensitivity check for StartsWith and EndsWith in StringView mafiesto4 2021-04-15 16:56:07 +02:00
  • df1dfbec36 Add support for object reference wrappers usage in hash maps and dictionaries mafiesto4 2021-04-16 15:47:26 +02:00
  • 59af92bfc4 Fix format string errors assertions into soft checks mafiesto4 2021-04-27 10:57:07 +02:00
  • 35f06bbf6e Fix using TextBoxBase with child controls mafiesto4 2021-04-26 15:15:17 +02:00
  • 766a79af12 Remove unused include mafiesto4 2021-04-27 14:29:01 +02:00
  • 17467c81a4 Add LocalizedString support for UI mafiesto4 2021-04-27 14:28:42 +02:00
  • 5fc2f12139 Add helper method for CultureInfo to change language in VS mafiesto4 2021-04-27 12:58:16 +02:00
  • ae846debd4 Add C++ current culture sync with localization system mafiesto4 2021-04-27 12:21:01 +02:00
  • c01e5efe43 Fix format string errors assertions into soft checks mafiesto4 2021-04-27 10:57:07 +02:00
  • 06be726a6f Add C# current culture sync with localization system mafiesto4 2021-04-27 10:22:29 +02:00
  • bdde0af771 Fix typos mafiesto4 2021-04-27 10:22:06 +02:00
  • c76f1f2432 Add profile events to LocalizationSettingsEditor mafiesto4 2021-04-27 10:14:37 +02:00
  • ed4eeee647 Fix undo for custom serialized objects (eg. LocalizedString) mafiesto4 2021-04-27 10:14:19 +02:00
  • 8c79c21e61 Add custom editor for LocalizedString mafiesto4 2021-04-27 10:13:48 +02:00
  • ca56c5f9d0 Add formatting of localized plural string mafiesto4 2021-04-26 15:15:44 +02:00
  • a22d5887bb Add LocalizedString.Empty mafiesto4 2021-04-26 15:15:30 +02:00
  • 2b41c8d24f Fix using TextBoxBase with child controls mafiesto4 2021-04-26 15:15:17 +02:00
  • c519c00678 Add CreateSearchPopup to editor utils mafiesto4 2021-04-26 15:14:46 +02:00
  • 4c130bcba1 Merge branch '1.2' of https://github.com/FlaxEngine/FlaxEngine into indirect-vulkan jb-perrier 2021-04-24 14:29:51 +02:00
  • 3fc7073046 DrawInstancedIndirect & DrawIndexedInstanceIndirect impl. jb-perrier 2021-04-24 14:29:38 +02:00
  • b73ff9aaf6 Merge branch '1.1' into 1.2 mafiesto4 2021-04-24 12:32:17 +02:00
  • 3c2c95d670 Fix textbox selection when deleting stefnotch 2021-04-24 10:30:08 +02:00
  • 37ed8afb30 Fix selecting and then pasting text stefnotch 2021-04-24 10:19:20 +02:00
  • 51a90dcd28 Adding the namespace of a field from another module. Николай Михеев 2021-04-24 14:13:07 +07:00
  • 23e722a9fb Add timeout check for drag&drop on Linux to prevent deadlock 1.1.6218 1.1 mafiesto4 2021-04-23 22:36:56 +02:00
  • 27fbd896f7 Fix Win32 stack traces issue due to invalid search path for debug symbols mafiesto4 2021-04-23 16:35:18 +02:00
  • 0b16490719 Add full C# NetworkMessage API Erdroy 2021-04-23 21:09:15 +02:00
  • d36a36d439 Fix Win32 stack traces issue due to invalid search path for debug symbols mafiesto4 2021-04-23 16:35:18 +02:00
  • ac33ba432d Adding private protected access modifier Crawcik 2021-04-23 14:02:16 +02:00
  • 6e885ece34 [CLEAN] Added missing includes in headers Vizepi 2021-04-23 13:59:02 +02:00
  • 826581cb77 Add support for searching for localization strings in scenes and prefabs mafiesto4 2021-04-23 13:57:16 +02:00
  • d533dc5f5e Skip empty Value in LocalizedString serialization mafiesto4 2021-04-23 12:57:45 +02:00
  • 66fac52905 Add tooltips mafiesto4 2021-04-23 12:50:38 +02:00
  • c28215b93e Fix UTF-8 encoding read in 2 places mafiesto4 2021-04-23 12:47:17 +02:00
  • bbfd80dcb1 Add support for searching for localization strings in C#/C++ code mafiesto4 2021-04-23 12:46:32 +02:00
  • 81efa49951 Add button to update localization dashboard mafiesto4 2021-04-23 10:58:43 +02:00
  • dc62586314 Fix missing asset register for new json resources mafiesto4 2021-04-23 10:53:27 +02:00
  • 6a1b4e547c Add support for exporting localized strings for translation mafiesto4 2021-04-23 10:52:51 +02:00
  • d3c974a838 Access modifier detection fix Crawcik 2021-04-23 08:31:00 +02:00
  • 2b698ca8b0 Add support for fixed-array fields in scripting mafiesto4 2021-04-22 21:03:40 +02:00
  • 3e945fbe34 Bump up version number mafiesto4 2021-04-22 20:24:21 +02:00
  • 8409f9d2d4 Fix missing rotation parameters in capsule physics queries GoaLitiuM 2021-04-22 20:49:33 +03:00
  • 6821e3c370 Fix progress bar drawing precision and stability mafiesto4 2021-04-22 19:25:01 +02:00
  • d4a27f38ff Add support for adding new culture to game localization mafiesto4 2021-04-22 17:09:27 +02:00
  • ace8295ab7 Merge remote-tracking branch 'origin/master' into localization mafiesto4 2021-04-22 16:10:36 +02:00
  • c23d2ad2c4 Improve LocalizationSettings editor mafiesto4 2021-04-22 16:10:20 +02:00
  • b5e19d95bd Add undo support for Json Asset editor window mafiesto4 2021-04-22 14:21:07 +02:00
  • af34bafc5a Improve LocalizedStringTable editor mafiesto4 2021-04-22 13:28:52 +02:00
  • aa07d3b2fa Add CultureInfo editor with picker mafiesto4 2021-04-22 13:28:28 +02:00
  • f7837f99c2 Fix handling spacing in collection editors to align label in a proper way with margin mafiesto4 2021-04-22 10:59:35 +02:00
  • 04836f037d Fix json proxy regression for Generic json assets mafiesto4 2021-04-22 10:58:52 +02:00
  • 64b6b4ebc9 Fix byte array deserialization from base64 encoded string mafiesto4 2021-04-22 10:58:25 +02:00
  • 2f1aeb6897 Fix API_AUTO_SERIALZIATION usage if base type is not serializable mafiesto4 2021-04-22 10:58:01 +02:00
  • d11a9d4d8f Fix typo mafiesto4 2021-04-21 23:47:02 +02:00
  • 3ed55c89f0 Add drag&drop support for Linux mafiesto4 2021-04-21 23:46:56 +02:00
  • 9381d0f5f1 Add automatic destination folder creation when saving Json asset mafiesto4 2021-04-20 21:05:26 +02:00
  • a7a6dc7671 Add path utils to support StringView mafiesto4 2021-04-20 21:05:02 +02:00
  • 02856273ad Add error message box on Editor Options saving error mafiesto4 2021-04-20 21:04:05 +02:00
  • 8ba1affe9e Fix PrefabSpritesRenderer from script list mafiesto4 2021-04-21 10:14:59 +02:00
  • ba2b7939a3 Merge branch 'TaylerMauk-fix-issue-468' mafiesto4 2021-04-21 10:12:08 +02:00
  • 7739078aad Merge branch 'fix-issue-468' of git://github.com/TaylerMauk/FlaxEngine into TaylerMauk-fix-issue-468 mafiesto4 2021-04-21 10:12:05 +02:00
  • 851c6d972c Merge branch 'TaylerMauk-fix-issue-460' mafiesto4 2021-04-21 10:04:38 +02:00
  • 3410bd5380 Standardize variable names Tayler Mauk 2021-04-20 22:31:15 -07:00
  • dc0f77ae2a Fix issue #468 Tayler Mauk 2021-04-20 22:24:37 -07:00
  • 3e73f40c0f Fix issue #460 Tayler Mauk 2021-04-20 21:23:42 -07:00
  • 7cfcacf0cd Remove Unit Direction method W2Wizard 2021-04-20 18:21:27 +02:00
  • 28c0552e0a Fix diff-serialization and deserialization of C# lists mafiesto4 2021-04-20 16:06:32 +02:00
  • 9857fb12c4 Fix crash when using C# script that inherits from C++ script mafiesto4 2021-04-20 11:47:32 +02:00
  • 5b31a8222c Fix crash when using C# script that inherits from C++ script mafiesto4 2021-04-20 11:47:21 +02:00
  • 1eacb36256 Minor tweaks mafiesto4 2021-04-20 10:58:14 +02:00
  • eabab8301d Fix compilation of bindings code with API_EVENT in some cases mafiesto4 2021-04-20 10:35:09 +02:00
  • 20331bc858 Fix crash when using Actor GetScript or GetChild with invalid index mafiesto4 2021-04-20 10:12:57 +02:00
  • 6387e87a30 Merge branch 'stefnotch-fix-get-child-at' mafiesto4 2021-04-20 10:05:31 +02:00
  • 221c4f0648 Merge branch 'W2Wizard-initlist' into 1.2 mafiesto4 2021-04-20 09:46:09 +02:00
  • 52815a4ab0 Refactor using GPUDrawIndirectArgs. jb-perrier 2021-04-19 22:02:59 +02:00
  • 203d1d79dc Add drawCount to GPU indirect draw cmds. jb-perrier 2021-04-19 21:41:34 +02:00
  • 480783b7fa Add LocalizedString to TextRender mafiesto4 2021-04-19 16:25:44 +02:00
  • 3781228dd2 Add support for using generic class value types in scripting API bindings code mafiesto4 2021-04-19 16:24:51 +02:00
  • 983190b9a0 Add LocalizedString mafiesto4 2021-04-19 16:24:14 +02:00
  • 4e01d110a1 Add UnitDirection & Goldenratio W2Wizard 2021-04-19 15:37:39 +02:00
  • 08d08133c1 GetChildAt should do it in reverse order to respect z order stefnotch 2021-04-18 09:49:25 +02:00
  • b1ad70b6b2 Add include W2.Wizard 2021-04-03 00:58:22 +02:00
  • 6e9b5225d2 Add init functions W2Wizard 2021-04-17 20:08:10 +02:00
  • 0d422ec169 Remove unused include mafiesto4 2021-04-17 19:38:31 +02:00
  • c5dd3674c1 Optimize WriteStream::WriteText mafiesto4 2021-04-17 19:38:23 +02:00
  • cf0a16e875 Fix handling crash when loading scripting api bindings cache during build mafiesto4 2021-04-17 19:37:51 +02:00
  • 841a336581 Fix using AssetsCache in game code mafiesto4 2021-04-17 19:37:11 +02:00
  • b2729e35c2 Fixes for UWP build mafiesto4 2021-04-17 19:36:38 +02:00
  • e7f899309c Add simple SendMessage with single target Erdroy 2021-04-16 22:08:59 +02:00
  • ed82787093 Fix compilation issues & cleanup Erdroy 2021-04-16 22:03:35 +02:00
  • acb4a10fd5 Add IsServer checks for message sending Erdroy 2021-04-16 21:18:12 +02:00
  • 9927209293 Add message sending to clients Erdroy 2021-04-16 21:17:43 +02:00
  • d5bc9b5e46 Add NetworkConnection to ENetPeer map Erdroy 2021-04-16 21:16:26 +02:00
  • 8aaa0a2d6b Add Timeout event Erdroy 2021-04-16 21:15:20 +02:00
  • ba8d506c14 Add explicit ctor to NetworkConnection Erdroy 2021-04-16 21:14:54 +02:00