|
e53f2b27ba
|
Added force printing / logging option to OS. Made PLogger use this internally.
|
2024-11-16 10:28:17 +01:00 |
|
|
48935e93b3
|
Fix the fix.
|
2024-11-14 01:24:40 +01:00 |
|
|
d75d3591ed
|
Better solution for the previous fix.
|
2024-11-14 01:06:33 +01:00 |
|
Haoyu Qiu
|
4585110a29
|
Fix split_floats behavior when spaces are used as separators
|
2024-11-13 23:59:35 +01:00 |
|
Haoyu Qiu
|
c2da31c377
|
Cache results for TranslationServer.compare_locales()
|
2024-11-13 23:21:28 +01:00 |
|
jitspoe
|
b0701da063
|
Do not auto add default script and country codes to the locale.
|
2024-11-13 23:19:26 +01:00 |
|
|
eebeadbe47
|
Added more helper methods to StringBuilder.
|
2024-04-27 18:53:54 +02:00 |
|
|
f6d9ca069f
|
Fix build.
|
2024-04-06 13:46:57 +02:00 |
|
bruvzg
|
620b30a86a
|
Backport locale selection improvements.
|
2024-04-06 12:37:02 +02:00 |
|
|
cf7b59b6c8
|
Fix small formatting inconsistencies.
|
2024-03-01 16:25:19 +01:00 |
|
|
dcd00dec81
|
Fix incorrect clipping in String::substr_index().
|
2024-02-26 13:22:15 +01:00 |
|
|
43b14a071c
|
Added to_real helper methods to String.
|
2023-12-27 13:02:57 +01:00 |
|
|
57c3233187
|
Optimized path_clean_end_slash in String.
|
2023-12-22 19:26:41 +01:00 |
|
|
4d6b2f6f55
|
Fix logic in String::substr_index.
|
2023-12-22 15:35:35 +01:00 |
|
|
4f6d95d77e
|
Fix warning.
|
2023-12-20 23:25:00 +01:00 |
|
|
2e41d4dfcd
|
Now unicode error printing is disabled by default. Also can be enabled via a macro.
|
2023-12-20 23:21:32 +01:00 |
|
Rémi Verschelde
|
1c70f86950
|
Fix various GCC 13 warnings
Fixes occurrences of `-Wtype-limits`, `-Wmaybe-uninitialized`,
`-Wduplicated-branches`.
|
2023-12-20 22:57:54 +01:00 |
|
|
99621357a0
|
File copyright header updates pt4.
|
2023-12-17 22:50:00 +01:00 |
|
|
7df893ab6b
|
Ported from godot: Add context support for editor translation
- timothyqiu
878cf8262a
|
2023-10-02 20:48:04 +02:00 |
|
|
65d4c57233
|
Added translate_to() method to TranslationServer, and trt() method to Object. This let's you transalte strings into specific (noon app wide) locales.
|
2023-08-29 22:02:31 +02:00 |
|
|
50fa3addad
|
Fix handling dots in String::is_numeric().
|
2023-06-01 15:41:43 +02:00 |
|
|
5cb00f3622
|
Make the parameters of String's and PoolVector's join() const ref.
|
2023-05-25 22:27:34 +02:00 |
|
|
474e253aa1
|
Added 2 const qualifiers.
|
2023-05-25 21:54:57 +02:00 |
|
|
8ab1998fcb
|
Ported from godot 4: Optimize Node::add_child validation
Adding 10k nodes is almost twice as fast.
- reduz
223ce4fcb9
|
2023-04-10 18:10:22 +02:00 |
|
|
d357a57ab2
|
Updated the logic of a few getters in String.
|
2023-03-22 01:42:53 +01:00 |
|
|
4b23c9c5c9
|
Renamed utf8_length() to utf8_byte_length(), and utf16_length() to utf16_byte_length() in String, as this might help to better explain why these differ from normal length().
|
2023-03-20 22:34:21 +01:00 |
|
|
a0d33b5fcd
|
Added utf8_length(), and utf16_length() helper methods to String.
|
2023-03-20 22:12:17 +01:00 |
|
|
26f77bbe2b
|
Use set_length, instead of resize in String's operator +=.
|
2023-03-20 21:26:59 +01:00 |
|
|
2cd4e4d828
|
Renamed Set to RBSet.
|
2023-01-15 19:42:08 +01:00 |
|
|
1b0aac6028
|
Renamed Map to RBMap.
|
2023-01-15 19:12:50 +01:00 |
|
|
3bf2b79d88
|
Added set_length helper method to String.
|
2022-12-22 21:10:04 +01:00 |
|
|
e756718326
|
Add _FORCE_INLINE_ to String's resize().
|
2022-12-22 20:04:50 +01:00 |
|
|
4fb7856b5a
|
Remove now superfluos check from String's operator[].
|
2022-12-22 20:03:28 +01:00 |
|
|
91c53c41c2
|
Ported: Fix String::word_wrap() for long words
- timothyqiu
51fd1c27aa
|
2022-11-30 14:57:35 +01:00 |
|
|
fbc6f9cf22
|
Added missing semicolons.
|
2022-10-09 10:17:16 +02:00 |
|
|
6f35d04ef3
|
Use FALLTHROUGH macro instead on [[fallthrough]];
|
2022-10-09 10:14:12 +02:00 |
|
|
42ff9cf8bc
|
Ported: Improve %f formatting for inf and nan.
- MarcusElg
e9cbe9517b
|
2022-10-08 17:53:43 +02:00 |
|
|
dbcca5d26d
|
Ported: Optimize String.repeat()
This backports the optimization done in `master`.
- Calinou, MewPurPur
3b31ff9008
|
2022-09-16 22:08:51 +02:00 |
|
|
0f841bac29
|
Now String and CharString Types properly move the null terminator on resize and remove.
|
2022-08-26 15:10:56 +02:00 |
|
|
45bec656d5
|
Small cleanups and fixes to StringName. Also increased it's internal table's size.
|
2022-08-22 01:44:53 +02:00 |
|
|
9757c39f05
|
Moved a few more core classes.
|
2022-08-17 17:43:49 +02:00 |
|
|
686663d3e4
|
Moved around more classes in core.
|
2022-08-17 16:01:01 +02:00 |
|
|
04feb63860
|
Moved Engine and projectSettings.
|
2022-08-17 15:35:28 +02:00 |
|
|
220b2db443
|
Moved String and related classes under a string folder in core.
|
2022-08-17 14:19:55 +02:00 |
|