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 #49291 from NoFr1ends/fix-49262
Rémi Verschelde
2021-07-13
1
-19
/
+0
|
\
|
*
String::format leave passed values untouched
Jonas Bernemann
2021-06-03
1
-19
/
+0
*
|
Rename `instance()`->`instantiate()` when it's a verb
Lightning_A
2021-06-19
1
-1
/
+1
*
|
Rename `is_valid_integer()` to `is_valid_int()`
Lightning_A
2021-06-16
2
-4
/
+4
*
|
Merge pull request #49505 from underdoeg/patch-2
Rémi Verschelde
2021-06-16
1
-1
/
+1
|
\
\
|
*
|
fix url parsing with port numbers
Philip Whitfield
2021-06-11
1
-1
/
+1
|
|
/
*
|
Merge pull request #34668 from aaronfranke/to-string
Rémi Verschelde
2021-06-13
2
-3
/
+5
|
\
\
|
*
|
Reformat structure string operators
Aaron Franke
2021-06-11
2
-3
/
+5
*
|
|
Merge pull request #49511 from akien-mga/core-diraccess-fileaccess-io
Rémi Verschelde
2021-06-11
1
-1
/
+1
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Core: Move DirAccess and FileAccess to `core/io`
Rémi Verschelde
2021-06-11
1
-1
/
+1
|
|
/
*
|
Merge pull request #49279 from Calinou/rename-string-is-abs-path-method
Rémi Verschelde
2021-06-11
2
-3
/
+3
|
\
\
|
*
|
Rename `String.is_abs_path()` to `String.is_absolute_path()`
Hugo Locurcio
2021-06-03
2
-3
/
+3
|
|
/
*
/
Increase String::num default decimal precision
Heikki Simojoki
2021-05-29
1
-9
/
+22
|
/
*
Fix usage of String.left()
kobewi
2021-05-21
1
-1
/
+1
*
Change behavior of String.right
Tomasz Chabora
2021-05-20
1
-8
/
+16
*
Check PHashTranslation generate p_from is valid
MaxStgs
2021-05-03
1
-0
/
+1
*
Merge pull request #48205 from Faless/net/4.x_url_parsing
Fabio Alessandrelli
2021-05-03
2
-0
/
+66
|
\
|
*
[Net] Implement String::parse_url for parsing URLs.
Fabio Alessandrelli
2021-04-26
2
-0
/
+66
*
|
Fix `url_decode` with mixed percent-encoding/Unicode strings. Treat Unix driv...
bruvzg
2021-04-30
1
-9
/
+10
*
|
Core: Drop custom `copymem`/`zeromem` defines
Rémi Verschelde
2021-04-27
1
-4
/
+4
*
|
Remove uses of `auto` for better readability and online code reviews
Hugo Locurcio
2021-04-26
2
-11
/
+11
|
/
*
NodePath: Remove unimplemented `get_parent()` method
Rémi Verschelde
2021-04-23
1
-2
/
+0
*
Merge pull request #47512 from DanielKriz/bugfix/uri_encode
Fabio Alessandrelli
2021-04-10
1
-2
/
+2
|
\
|
*
fix wrong encoding in uri_encode
Daniel Kříž
2021-04-10
1
-2
/
+2
*
|
Merge pull request #46991 from madmiraal/rename-invert-reverse
Rémi Verschelde
2021-04-01
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
Rename Array.invert() to Array.reverse()
Marcel Admiraal
2021-03-21
1
-1
/
+1
*
|
Merge pull request #45234 from madmiraal/rename-phashtranslation
Rémi Verschelde
2021-03-23
3
-23
/
+23
|
\
\
|
*
|
Rename PHashTranslation to OptimizedTranslation
Marcel Admiraal
2021-03-20
3
-23
/
+23
|
|
/
*
|
Merge pull request #34587 from YeldhamDev/translation_resource_notification_r...
Rémi Verschelde
2021-03-22
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
Make translation change notification when setting the locale of a Translation...
Michael Alexsander
2020-11-08
1
-1
/
+1
*
|
Fixes small typos and grammar correction
Anshul7sp1
2021-03-12
3
-4
/
+4
*
|
Merge pull request #45545 from abaire/relaxes_gltf_name_sanitization
Rémi Verschelde
2021-03-09
2
-0
/
+16
|
\
\
|
*
|
Relaxes Node naming constraints in glTF documents to match the Editor.
abaire
2021-02-24
2
-0
/
+16
*
|
|
Merge pull request #45914 from HenryWConklin/45841-xml-entities
Rémi Verschelde
2021-02-24
1
-16
/
+46
|
\
\
\
|
*
|
|
Add support for numeric XML entities to XMLParser
Henry Conklin
2021-02-14
1
-16
/
+46
|
|
/
/
*
|
|
Merge pull request #46195 from AndyBarcia/FixLanguageCodesIncosistencies
Rémi Verschelde
2021-02-24
1
-3
/
+16
|
\
\
\
|
*
|
|
Fixes some inconsistent ISO-639 language codes
andybarcia
2021-02-18
1
-3
/
+16
|
|
/
/
*
/
/
Reorganize Project Settings
reduz
2021-02-18
1
-6
/
+6
|
/
/
*
|
Make String::ends_with don't use String::rfind
kleonc
2021-02-09
1
-13
/
+20
*
|
Unify URI encoding/decoding and add to C#
Aaron Franke
2021-01-28
2
-64
/
+6
*
|
Make hex_to_int and bin_to_int handle the prefix automatically
Aaron Franke
2021-01-28
2
-15
/
+11
*
|
Merge pull request #45489 from aaronfranke/core
Rémi Verschelde
2021-01-27
1
-3
/
+4
|
\
\
|
*
|
Type consistencies in core
Aaron Franke
2021-01-26
1
-3
/
+4
*
|
|
Renamed String.ord_at to unicode_at
Yuri Roubinsky
2021-01-26
2
-7
/
+7
|
/
/
*
|
Fix String.ends_with() for empty string arguments
Vedat Günel
2021-01-19
1
-1
/
+6
*
|
Update copyright statements to 2021
Rémi Verschelde
2021-01-01
18
-36
/
+36
*
|
Rename empty() to is_empty()
Marcel Admiraal
2020-12-28
6
-39
/
+39
*
|
Fix the `String::get_base_dir()` logic to properly check for top level direct...
Fredia Huya-Kouadio
2020-12-23
1
-1
/
+4
*
|
Static analyzer fixes:
bruvzg
2020-12-09
1
-1
/
+1
*
|
[Complex Text Layouts] Refactor Font class, default themes and controls to us...
bruvzg
2020-11-26
2
-0
/
+23
[next]