index
:
redot-engine.git
4.3
master
Redot Engine – Multi-platform 2D and 3D game engine
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
core
/
string
Commit message (
Expand
)
Author
Age
Files
Lines
*
One Copyright Update to rule them all
Rémi Verschelde
2023-01-05
21
-609
/
+609
*
Add missing != operator to `StringName`
Yuri Rubinsky
2022-12-20
2
-0
/
+5
*
Fix String::word_wrap() for long words
Haoyu Qiu
2022-12-16
2
-32
/
+0
*
Improve logic for detecting and tracking extensions
Bastiaan Olij
2022-11-24
2
-0
/
+13
*
Double precision of `String.split_floats`
Micky
2022-11-20
2
-3
/
+3
*
Merge pull request #68229 from Mickeon/c-escape-hell
Rémi Verschelde
2022-11-14
1
-2
/
+0
|
\
|
*
Remove "?" from String.c_escape()
Micky
2022-11-03
1
-2
/
+0
*
|
Remove redundant Variant-types initializations
Markus Sauermann
2022-11-14
1
-1
/
+1
*
|
Merge pull request #68448 from bruvzg/font_imp_tr
Rémi Verschelde
2022-11-14
6
-0
/
+66
|
\
\
|
*
|
[Font] Add an import option to pre-render all glyphs required for the transla...
bruvzg
2022-11-10
6
-0
/
+66
*
|
|
fix a buffer overflow due to a misbehaving vcrt snprintf call on String::num,...
gnumaru
2022-11-09
1
-3
/
+13
|
/
/
*
/
Add support for empty delimiter in String.split
kobewi
2022-11-04
2
-6
/
+19
|
/
*
Merge pull request #67931 from bruvzg/locale_no_def
Rémi Verschelde
2022-10-31
2
-17
/
+24
|
\
|
*
Do not auto add default script and country codes to the locale.
bruvzg
2022-10-27
2
-17
/
+24
*
|
Merge pull request #67578 from KoBeWi/GEDITOR
Rémi Verschelde
2022-10-31
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
Unify usage of GLOBAL/EDITOR_GET
kobewi
2022-10-18
1
-1
/
+1
*
|
Fix localize_path with custom protocol identifiers
Gilles Roudière
2022-10-20
1
-1
/
+1
|
/
*
Fix big negative numbers printing incorrect decimals in num_real
Aaron Franke
2022-10-15
1
-4
/
+5
*
Make String.simplify_path keep the protocol identifier for urls
Gilles Roudière
2022-10-13
1
-25
/
+36
*
Merge pull request #64268 from timothyqiu/is-finite
Rémi Verschelde
2022-10-11
1
-6
/
+6
|
\
|
*
Add `is_finite` method for checking built-in types
Haoyu Qiu
2022-10-08
1
-6
/
+6
*
|
Fix simplify_path() breaking uid://
kobewi
2022-10-09
1
-4
/
+7
|
/
*
Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...
bruvzg
2022-10-07
2
-61
/
+58
*
Merge pull request #64833 from MarcusElg/naninfprinting
Rémi Verschelde
2022-10-03
1
-4
/
+12
|
\
|
*
Improve string formatting for %f and %v for inf and nan
Marcus Elg
2022-08-25
1
-4
/
+12
*
|
Fix MSVC warning C4706: assignment within conditional expression
Rémi Verschelde
2022-09-28
1
-10
/
+15
*
|
Style: Cleanup header guards for consistency
Rémi Verschelde
2022-09-26
1
-2
/
+2
*
|
HarfBuzz: Update to version 5.2.0, add new Unicode 15 blocks and scripts.
bruvzg
2022-09-17
1
-0
/
+2
*
|
Merge pull request #64714 from Chaosus/string_remove_erase
Rémi Verschelde
2022-09-01
1
-2
/
+0
|
\
\
|
*
|
Remove `String::erase` method declaration
Yuri Rubinsky
2022-08-22
1
-2
/
+0
*
|
|
Add `String.to_{camel,pascal,snake}_case` methods
Danil Alexeev
2022-08-30
2
-39
/
+51
*
|
|
Rename String `plus_file` to `path_join`
Aaron Franke
2022-08-29
2
-2
/
+2
|
|
/
|
/
|
*
|
Replace Array return types with TypedArray 3
kobewi
2022-08-24
2
-5
/
+5
*
|
Merge pull request #63728 from MarcusElg/%v
Rémi Verschelde
2022-08-24
1
-3
/
+72
|
\
\
|
*
|
Add %v for formatting vectors
Marcus Elg
2022-08-23
1
-3
/
+72
|
|
/
*
|
Improved performance of String repeat method
VolTer
2022-08-22
1
-12
/
+13
*
|
Fix undefined behavior in `String::operator+=(const String &)`
kleonc
2022-08-18
1
-2
/
+4
|
/
*
Add tests for empty/unnamed arguments to ClassDB, Variant, GDScript
Yuri Sizov
2022-08-08
1
-1
/
+1
*
Merge pull request #61315 from lawnjelly/variant_bucket_pools
Rémi Verschelde
2022-08-02
2
-7
/
+4
|
\
|
*
Variant memory pools
lawnjelly
2022-07-04
2
-7
/
+4
*
|
[TextServer] Implement ICU/UAX 31 based `is_valid_identifier` function.
bruvzg
2022-08-02
2
-0
/
+1476
*
|
File: Re-add support to skip CR (`\r`) in `File::get_as_text`
Rémi Verschelde
2022-08-01
2
-2
/
+10
*
|
Code quality: Fix header guards consistency
Rémi Verschelde
2022-07-25
1
-1
/
+2
*
|
Allows parsing of invalid UTF-16 surrogates (can be encountered in Windows fi...
bruvzg
2022-07-07
2
-150
/
+250
|
/
*
implement bone renamer in importer
Silc Renew
2022-07-01
2
-0
/
+17
*
Adding print_rich for printing with BBCode
Voylin
2022-06-29
2
-3
/
+104
*
Fix parameter name for String.left and String.right
Haoyu Qiu
2022-06-12
2
-14
/
+14
*
Fix `String.uri_encode` on Windows
Haoyu Qiu
2022-06-03
1
-9
/
+6
*
Add a new HashSet template
reduz
2022-05-20
1
-2
/
+2
*
Tweak 64-bit integer overflow message to mention that it's a signed type
Hugo Locurcio
2022-05-20
1
-6
/
+6
[next]