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
*
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
*
|
Cleanup and move char functions to the `char_utils.h` header.
bruvzg
2022-02-04
4
-49
/
+113
*
|
String: Add contains().
Anilforextra
2022-02-04
1
-0
/
+2
*
|
Merge pull request #57116 from bruvzg/win_net_share
Rémi Verschelde
2022-01-28
2
-3
/
+28
|
\
\
|
*
|
[Windows] Add support for handling network share paths.
bruvzg
2022-01-24
2
-3
/
+28
*
|
|
Merge pull request #57281 from Rubonnek/rename-subsequence
Rémi Verschelde
2022-01-27
2
-2
/
+2
|
\
\
\
|
*
|
|
Rename String::is_subsequence_ofi to String::is_subsequence_ofn
Wilson E. Alvarez
2022-01-26
2
-2
/
+2
|
|
/
/
*
/
/
Fix translation with multiple sources for the same language.
bruvzg
2022-01-24
2
-8
/
+9
|
/
/
*
/
Rename or refactor macros to avoid leading underscores
Omar Polo
2022-01-20
1
-17
/
+17
|
/
*
Fix locale always selecting translation instead of "en", when no match found.
bruvzg
2022-01-19
1
-2
/
+2
*
Improve locale detection.
bruvzg
2022-01-18
3
-936
/
+1523
*
Replace String::num_real code with a wrapper around String::num
Aaron Franke
2022-01-15
1
-102
/
+11
*
Update copyright statements to 2022
Rémi Verschelde
2022-01-03
18
-36
/
+36
*
Fix various typos
luz paz
2022-01-02
1
-1
/
+1
*
Make `--doctool` locale aware
Haoyu Qiu
2021-12-16
2
-0
/
+22
*
Added check to get_all_locales to avoid adding duplicate locales to array
raphaelazev
2021-12-10
1
-1
/
+4
*
Replace String comparisons with "", String() to is_empty()
Nathan Franke
2021-12-09
5
-8
/
+8
*
Don't return reference on copy assignment operators
Rémi Verschelde
2021-11-30
2
-19
/
+7
*
Rename `remove()` to `remove_at()` when removing by index
Lightning_A
2021-11-23
3
-8
/
+8
*
Allow dehardcoding documentation branch and URL in docs links
Rémi Verschelde
2021-11-15
1
-5
/
+11
*
String: Remove `erase` method, bindings can't mutate String
Rémi Verschelde
2021-11-11
1
-4
/
+0
*
Add missing characters for property name quoting
Haoyu Qiu
2021-11-11
1
-1
/
+1
*
Rename `PROPERTY_USAGE_NOEDITOR` to `PROPERTY_USAGE_NO_EDITOR`
Hugo Locurcio
2021-11-03
1
-1
/
+1
*
Merge pull request #54350 from akien-mga/clang-format-dont-align-operands
Rémi Verschelde
2021-10-28
2
-55
/
+63
|
\
|
*
clang-format: Various fixes to comments alignment from `clang-format` 13
Rémi Verschelde
2021-10-28
1
-53
/
+61
|
*
clang-format: Disable alignment of operands, too unreliable
Rémi Verschelde
2021-10-28
1
-2
/
+2
*
|
Merge pull request #53526 from KoBeWi/super_print
Rémi Verschelde
2021-10-28
2
-3
/
+15
|
\
\
|
|
/
|
/
|
|
*
Change print_line() to use any number of Variants
kobewi
2021-10-07
2
-3
/
+15
*
|
Merge pull request #54081 from Rubonnek/add_bin_messages_master
Rémi Verschelde
2021-10-22
1
-1
/
+1
|
\
\
|
*
|
Accept capital B in String::bin_to_int prefix
Wilson E. Alvarez
2021-10-21
1
-1
/
+1
*
|
|
Add error messages to String::hex_to_int, and accept capital X in prefix
Wilson E. Alvarez
2021-10-21
1
-2
/
+2
|
/
/
*
/
Fix specific warnings issues by Clang
K. S. Ernest (iFire) Lee
2021-10-14
1
-5
/
+0
|
/
*
Merge pull request #53225 from aaronfranke/c-locale
Rémi Verschelde
2021-10-05
1
-3
/
+6
|
\
|
*
Add locale rename for the "C" locale
Aaron Franke
2021-09-29
1
-3
/
+6
*
|
GDScript completion: Handle quote style ad-hoc to remove editor dependency
Rémi Verschelde
2021-10-04
1
-1
/
+0
*
|
Merge pull request #53270 from akien-mga/charproxy-add-copy-constructor
Rémi Verschelde
2021-10-04
1
-6
/
+10
|
\
\
|
*
|
CharProxy: Add copy constructor
Rémi Verschelde
2021-09-30
1
-6
/
+10
|
|
/
*
/
Use range iterators for `Map`
Lightning_A
2021-09-30
2
-11
/
+11
|
/
*
Implement override of get_message and get_plural_message
O01eg
2021-09-29
2
-0
/
+18
*
Fix String::num_real and String test cases when compiling with doubles
Aaron Franke
2021-09-15
1
-9
/
+16
*
Merge pull request #52049 from theraot/master
Rémi Verschelde
2021-09-13
1
-11
/
+27
|
\
|
*
Fix get_base_dir windows top level directory logic
Theraot
2021-08-24
1
-11
/
+27
[next]