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
*
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
*
Use range iterators for RBSet in most cases
Aaron Record
2022-05-19
1
-6
/
+6
*
Add dedicated macros for property name extraction
Haoyu Qiu
2022-05-19
1
-0
/
+10
*
Create onready variables when dropping nodes and holding Ctrl
Haoyu Qiu
2022-05-17
2
-9
/
+27
*
Replace most uses of Map by HashMap
reduz
2022-05-16
3
-29
/
+29
*
Add documentation comments for internationalization C++ macros
Hugo Locurcio
2022-05-12
1
-3
/
+60
*
Add a new HashMap implementation
reduz
2022-05-12
1
-27
/
+13
*
Style: Partially apply clang-tidy's `cppcoreguidelines-pro-type-member-init`
Rémi Verschelde
2022-05-02
1
-2
/
+2
*
Fix left aligned integer sign in string formatting
Haoyu Qiu
2022-05-01
1
-15
/
+18
*
Merge pull request #59979 from bruvzg/cpp_check2
Rémi Verschelde
2022-04-27
1
-5
/
+0
|
\
|
*
Fix more issues found by cppcheck.
bruvzg
2022-04-20
1
-5
/
+0
*
|
Implement Scene Unique Nodes
reduz
2022-04-25
3
-1
/
+16
|
/
*
Merge pull request #60046 from Zylann/print_line_function
Rémi Verschelde
2022-04-11
1
-1
/
+9
|
\
|
*
Changed print_line macro to a function
Marc Gilleron
2022-04-09
1
-1
/
+9
*
|
Make FileAccess and DirAccess classes reference counted.
bruvzg
2022-04-11
1
-2
/
+1
*
|
Fix some issues found by cppcheck.
bruvzg
2022-04-06
4
-5
/
+5
*
|
Zero initialize all pointer class and struct members
Rémi Verschelde
2022-04-04
1
-1
/
+1
|
/
*
String: Remove TTR and DTR defines in non-tools build
Rémi Verschelde
2022-03-28
1
-4
/
+0
*
Unify TextServer built-in module and GDExtension code.
bruvzg
2022-03-17
2
-0
/
+7
*
Improve `--debug-stringnames` to be more useful
Hugo Locurcio
2022-03-15
1
-2
/
+14
*
Optimize String concatenation and copy functions
Bartłomiej T. Listwon
2022-02-24
1
-45
/
+38
*
[Editor] Fix "en" editor translation detection.
bruvzg
2022-02-18
1
-2
/
+6
*
Use EditorFileDialog instead of FileDialog in the project manager
Hendrik Brucker
2022-02-12
1
-1
/
+1
*
Fix typos with codespell
Rémi Verschelde
2022-02-10
1
-1
/
+1
*
Merge pull request #57788 from reduz/describe-sname-usage
Rémi Verschelde
2022-02-08
1
-0
/
+12
|
\
|
*
Clarify SNAME usage
reduz
2022-02-08
1
-0
/
+12
*
|
[GDExtension] Add binds for missing methods, operators, and constants require...
bruvzg
2022-02-08
1
-0
/
+1
|
/
*
Merge pull request #57017 from godotengine/string-name-static-false-unclaimed
Rémi Verschelde
2022-02-05
1
-6
/
+9
|
\
|
*
Fix false reporting unclaimed StringName at exit due to static refs
Ignacio Roldán Etcheverry
2022-01-20
1
-6
/
+9
[next]