index
:
godot-fmod
4.0.3
Godot with FMOD integration
RayHammer
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
core
/
ustring.h
Age
Commit message (
Expand
)
Author
2020-10-14
Refactored binding system for core types
reduz
2020-09-04
Ensure assignment operators return by reference to avoid unnecessary copies.
Marcel Admiraal
2020-09-03
[Complex Test Layouts] Change `String` to use UTF-32 encoding on all platforms.
bruvzg
2020-08-19
Updated Translation architecture to have TranslationPO, did some commit fixes...
SkyJJ
2020-08-19
Added plurals and context support to Translation
SkyJJ
2020-07-27
Make all String float conversion methods be 64-bit
Aaron Franke
2020-07-03
Remove String::find_last (same as rfind)
Stijn Hinlopen
2020-06-03
Rename String bin_to_int64 to bin_to_int
Aaron Franke
2020-06-03
Remove 32-bit String hex_to_int method
Aaron Franke
2020-06-03
Remove 32-bit String to_int method
Aaron Franke
2020-05-14
Style: Enforce braces around if blocks and loops
Rémi Verschelde
2020-05-14
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-05-10
New lightmapper
Juan Linietsky
2020-04-02
Replace NULL with nullptr
lupoDharkael
2020-03-20
i18n: Add support for translating the class reference
Rémi Verschelde
2020-02-11
A lot of progress with canvas rendering, still far from working.
Juan Linietsky
2020-01-01
Update copyright statements to 2020
Rémi Verschelde
2019-12-20
Encodes property names properly in project.godot
Haoyu Qiu
2019-11-01
Fix some crashes, overflows and using variables without values
Rafał Mikrut
2019-10-04
Bind the `String::humanize_size` method
Andrii Doroshenko (Xrayez)
2019-09-03
Create a GDScript String function repeat
Bhupendra Aole
2019-08-12
Remove redundant author doc comments
IAmActuallyCthulhu
2019-07-23
Added count method to String
Chaosus
2019-07-03
Add sha1 functions to string (using new CryptoCore)
Fabio Alessandrelli
2019-06-26
Some code changed with Clang-Tidy
qarmin
2019-06-19
Merge pull request #28648 from KoBeWi/substr-1
Rémi Verschelde
2019-06-16
i18n: Fix extract.py support for new TTRC
Rémi Verschelde
2019-05-03
Make second parameter of substr optional
Tomasz Chabora
2019-04-25
Support for binary literals in GDScript. Added an error that shows if a point...
jude-lafitteIII
2019-04-22
fixed an access after free in OS_X11::set_context.
Ibrahn Sahir
2019-04-08
Add ability to edit editor feature profiles
Juan Linietsky
2019-03-02
Fix new GCC 9 warnings: -Wdeprecated-copy.
marxin
2019-02-21
Fix warnings seen with -Wignored-qualifiers.
marxin
2019-01-07
Repair String lstrip and rstrip.
Ibrahn Sahir
2019-01-04
String[size()] should return a default constructed CharType
Hein-Pieter van Braam
2019-01-01
Update copyright statements to 2019
Rémi Verschelde
2018-12-16
Reduce String CoW
Hein-Pieter van Braam
2018-12-03
const char* operator on CharString now const.
Ibrahn Sahir
2018-09-12
Make core/ includes absolute, remove subfolders from include path
Rémi Verschelde
2018-08-06
fix out of buffer read when copying non-null terminated strings
Marcin Zawiejski
2018-07-26
Reduce unnecessary COW on Vector by make writing explicit
Hein-Pieter van Braam
2018-07-24
removed redundant strlen calculation from String::substr
Ibrahn Sahir
2018-05-23
Merge pull request #14715 from Krakean/string_add_rsplit2
Max Hilbrunner
2018-04-22
Merge pull request #18176 from nikibobi/string-trim
George Marques
2018-04-17
add string trim_prefix trim_suffix lstrip and rstrip methods
bosak
2018-04-12
Revert "Unify http- and percent- encode/decode"
Pedro J. Estébanez
2018-03-27
Unify http- and percent- encode/decode
Pedro J. Estébanez
2018-02-25
Mono: Better versioning and gracefully unloading of Godot API assemblies
Ignacio Etcheverry
2018-01-05
Add missing copyright headers and fix formatting
Rémi Verschelde
2018-01-01
Update copyright statements to 2018
Rémi Verschelde
[next]