Commit Graph

1293 Commits

Author SHA1 Message Date
Wojtek Figat
f7837f99c2 Fix handling spacing in collection editors to align label in a proper way with margin 2021-04-22 10:59:35 +02:00
Wojtek Figat
04836f037d Fix json proxy regression for Generic json assets 2021-04-22 10:58:52 +02:00
Wojtek Figat
64b6b4ebc9 Fix byte array deserialization from base64 encoded string 2021-04-22 10:58:25 +02:00
Wojtek Figat
2f1aeb6897 Fix API_AUTO_SERIALZIATION usage if base type is not serializable 2021-04-22 10:58:01 +02:00
Wojtek Figat
480783b7fa Add LocalizedString to TextRender 2021-04-19 16:25:44 +02:00
Wojtek Figat
3781228dd2 Add support for using generic class value types in scripting API bindings code 2021-04-19 16:24:51 +02:00
Wojtek Figat
983190b9a0 Add LocalizedString 2021-04-19 16:24:14 +02:00
Wojtek Figat
f1b82b788b Add string localization API 2021-04-16 15:58:31 +02:00
Wojtek Figat
029566b2ff Add localization string tables caching for current language 2021-04-16 15:48:27 +02:00
Wojtek Figat
35aaacd61b Add support for importing .po files with strings localization 2021-04-16 15:47:59 +02:00
Wojtek Figat
eab3631c33 Add support for object reference wrappers usage in hash maps and dictionaries 2021-04-16 15:47:26 +02:00
Wojtek Figat
cca8200794 Fix JsonAssetProxy.IsProxyFor 2021-04-16 15:47:01 +02:00
Wojtek Figat
0fb02a5aff Add LocalizationSettings 2021-04-16 15:46:42 +02:00
Wojtek Figat
7448383079 Add LocalizedStringTable 2021-04-16 15:39:31 +02:00
Wojtek Figat
e9215c1a9e Tweaks 2021-04-16 11:34:10 +02:00
Wojtek Figat
69d3cb5b2b Add support for nesting Array inside Dictionary in scripting API 2021-04-16 10:13:15 +02:00
Wojtek Figat
e4d3989b71 Add support for nesting Array inside Dictionary in scripting API 2021-04-16 10:12:40 +02:00
Wojtek Figat
f9c6166b46 Minor tweak 2021-04-15 16:57:16 +02:00
Wojtek Figat
ee691469b4 Fix natvis display for string views 2021-04-15 16:56:49 +02:00
Wojtek Figat
752e7e73bc Fix case sensitivity check for StartsWith and EndsWith in StringView 2021-04-15 16:56:07 +02:00
Wojtek Figat
a9ec4566e7 Add support for custom asset type factory in game code 2021-04-15 16:55:03 +02:00
Wojtek Figat
653cdd8654 Add support for importing assets into custom formats with AssetsImportingManager 2021-04-15 16:48:01 +02:00
Wojtek Figat
18901ba66f Rename event 2021-04-14 13:13:35 +02:00
Wojtek Figat
7bc0e3c14d Fix dummy locale on Linux 2021-04-14 12:27:48 +02:00
Wojtek Figat
7b2c034fba Fix using Delegate<> in API event 2021-04-14 12:23:50 +02:00
Wojtek Figat
7dd2a8fac9 Add Localization 2021-04-14 12:22:48 +02:00
Wojtek Figat
ac1eb8d58d Merge branch 'master' into 1.2 2021-04-13 09:52:03 +02:00
Wojtek Figat
b2ae91e3b9 Fix warnings 2021-04-13 09:51:55 +02:00
Wojtek Figat
5d0da2c8c2 Merge branch 'intx' of git://github.com/jb-perrier/FlaxEngine into jb-perrier-intx 2021-04-13 09:38:43 +02:00
Wojtek Figat
df07529f21 Fix game build 2021-04-13 09:34:23 +02:00
Wojtek Figat
857b7e522f Merge branch 'bugfix-3d-audio-placement' of git://github.com/TaylerMauk/FlaxEngine into TaylerMauk-bugfix-3d-audio-placement 2021-04-13 09:32:05 +02:00
Wojtek Figat
af9962c30f Fix render layers mask usage for shadows rendering 2021-04-13 09:28:34 +02:00
Tayler Mauk
a7e29c5784 Fix 3D audio placement for XAudio2 and OpenAL
Corrected inverted x-axis for XAudio2
Corrected inverted z-axis for OpenAL
2021-04-12 22:06:01 -07:00
Wojtek Figat
3a03fe5f7f Format code 2021-04-12 23:26:49 +02:00
Wojtek Figat
40ed499889 Merge branch 'pxupvector' of git://github.com/jb-perrier/FlaxEngine into jb-perrier-pxupvector 2021-04-12 23:25:24 +02:00
Wojtek Figat
55155630ca Fix duplicating spline
#452
2021-04-12 21:06:34 +02:00
Wojtek Figat
3bfeb1db76 Add BoxBrush::SetMaterial 2021-04-12 19:07:18 +02:00
Wojtek Figat
e5ab536db4 Merge branch 'tweak-random-byte' of git://github.com/stefnotch/FlaxEngine into stefnotch-tweak-random-byte 2021-04-12 18:37:14 +02:00
Wojtek Figat
c572d75d1d Format code 2021-04-12 15:45:58 +02:00
Wojtek Figat
d774cb496a Merge branch 'tweak-quaternion-editing' of git://github.com/stefnotch/FlaxEngine into stefnotch-tweak-quaternion-editing 2021-04-12 15:44:03 +02:00
Wojtek Figat
0dafa2f562 Expose TickData to scripting API 2021-04-12 13:24:59 +02:00
Wojtek Figat
5ab554f61c Fix using Camera refs 2021-04-12 12:57:15 +02:00
Wojtek Figat
8a725ec243 Fix natvis for StringBuilder 2021-04-12 12:51:26 +02:00
Wojtek Figat
cd1f57b634 Fix doc comments 2021-04-12 12:51:10 +02:00
Wojtek Figat
c47db14c83 Fix using Sorting in C++ game code 2021-04-12 12:50:59 +02:00
Wojtek Figat
81305a10cf Fix crash on relocation in BitArray 2021-04-12 12:50:46 +02:00
stefnotch
a58645da0f Slightly improve the random byte generation code 2021-04-12 10:46:00 +02:00
Jean-Baptiste Perrier
cd707eb5a4 Fix "This" node output type. 2021-04-11 12:16:03 +02:00
stefnotch
5b1c5824c8 Fix #408 by being more precise in some places
IEEE floating point numbers are fun ™️
2021-04-10 09:13:19 +02:00
stefnotch
c4af8ce0ca Super smooth quaternion editing
Downside: I have no idea if this is a good implementation
2021-04-09 14:28:02 +02:00