Commit Graph

24 Commits

Author SHA1 Message Date
Wojtek Figat
c639a3103c Add memory profiling events to the main areas of the engine 2025-05-22 04:47:01 +02:00
Wojtek Figat
c9e625a1a0 Fix not defined localized strings to use fallback instead of empty text
#3387
2025-04-16 09:55:35 +02:00
Wojtek Figat
9c3fd052cd Remove copyright year from source files and update to 2025 2025-04-07 19:22:21 +02:00
Wojtek Figat
d4a5c76c82 Add serialization of game settings for proper upgrade when loading deprecated data 2025-01-20 23:47:51 +01:00
Wojtek Figat
859c420d76 Update year in copyright note 2024-02-26 19:00:48 +01:00
Wojciech Figat
9626e9bbb6 Update copyright year 2023-01-10 15:29:37 +01:00
Wojciech Figat
d36c502287 Add easier game or plugin settings asset usage with SettingsBase 2022-01-21 16:22:14 +01:00
Wojciech Figat
8c2241c6dc Update copyright year 2022-01-14 13:31:12 +01:00
Wojciech Figat
9c7b66ba70 Merge branch 'local' of git://github.com/honzapatCZ/FlaxEngine into honzapatCZ-local
# Conflicts:
#	Source/Editor/Windows/Assets/LocalizedStringTableWindow.cs
#	Source/Engine/Localization/Localization.cpp
#	Source/Engine/Localization/LocalizedStringTable.h
2021-12-09 11:31:06 +01:00
Wojciech Figat
80ef2befd5 Add FallbackTable for localized strings table to redirect missing texts into other language 2021-11-15 16:39:16 +01:00
honzapatCZ
4be0888776 fix 2021-08-23 22:35:41 +02:00
Nejcraft
67d5fc6a2a Merge branch 'master' into local 2021-08-23 20:40:37 +02:00
honzapatCZ
d493eb9ada localization udpates 2021-08-23 19:30:13 +02:00
Zbigniew Skowron
aecc81f5e5 Fixed many invalid uses of StringView::GetText(), where a null-terminated string was required.
Renamed GetText() to GetNonTerminatedText() to reduce chance of same bugs appearing in the future.
2021-08-09 00:29:19 +02:00
marynate
6908aa4a8a Catch potential runtime error from locale::global 2021-08-07 14:20:38 +08:00
Wojtek Figat
38e2824415 Fix locale on Android 2021-07-13 12:51:04 +02:00
Wojtek Figat
ae846debd4 Add C++ current culture sync with localization system 2021-04-27 12:21:01 +02:00
Wojtek Figat
ca56c5f9d0 Add formatting of localized plural string 2021-04-26 15:15:44 +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
0fb02a5aff Add LocalizationSettings 2021-04-16 15:46:42 +02:00
Wojtek Figat
18901ba66f Rename event 2021-04-14 13:13:35 +02:00
Wojtek Figat
7dd2a8fac9 Add Localization 2021-04-14 12:22:48 +02:00