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
/
string
Age
Commit message (
Expand
)
Author
2021-10-21
Add error messages to String::hex_to_int, and accept capital X in prefix
Wilson E. Alvarez
2021-10-14
Fix specific warnings issues by Clang
K. S. Ernest (iFire) Lee
2021-10-05
Merge pull request #53225 from aaronfranke/c-locale
Rémi Verschelde
2021-10-04
GDScript completion: Handle quote style ad-hoc to remove editor dependency
Rémi Verschelde
2021-10-04
Merge pull request #53270 from akien-mga/charproxy-add-copy-constructor
Rémi Verschelde
2021-09-30
Use range iterators for `Map`
Lightning_A
2021-09-30
CharProxy: Add copy constructor
Rémi Verschelde
2021-09-29
Add locale rename for the "C" locale
Aaron Franke
2021-09-29
Implement override of get_message and get_plural_message
O01eg
2021-09-15
Fix String::num_real and String test cases when compiling with doubles
Aaron Franke
2021-09-13
Merge pull request #52049 from theraot/master
Rémi Verschelde
2021-09-08
Merge pull request #52408 from GiantBlargg/fix-string-cast
Fabio Alessandrelli
2021-09-04
fix invalid string cast
Daniel Doran
2021-08-31
Remove `#ifdefs` for handling compilation with Visual Studio < 2015
Hugo Locurcio
2021-08-29
Rename String::is_rel_path to String::is_relative_path
Wilson E. Alvarez
2021-08-24
Fix get_base_dir windows top level directory logic
Theraot
2021-08-18
String: Remove old NO_USE_STDLIB code path
Rémi Verschelde
2021-08-18
String: Fix default decimals truncation in num and num_real
Rémi Verschelde
2021-08-13
Convert ustring macros to inline functions and use them wherever possible.
Anilforextra
2021-08-08
Merge pull request #51395 from angad-k/pseudolocalization-squashed
Rémi Verschelde
2021-08-08
add pseudolocalization to Godot
Angad Kambli
2021-07-25
Use const references where possible for List range iterators
Rémi Verschelde
2021-07-23
Use C++ iterators for Lists in many situations
Aaron Franke
2021-07-22
Merge pull request #50319 from nekomatata/optimize-node-path-check
Rémi Verschelde
2021-07-20
Adds ability to debug stringnames
reduz
2021-07-20
Merge pull request #50655 from JFonS/sname_opt
Rémi Verschelde
2021-07-20
Editor StringName and Viewport optimizations
Joan Fons
2021-07-20
Merge pull request #50518 from timothyqiu/locale-az
Rémi Verschelde
2021-07-18
Optimize StringName usage
reduz
2021-07-16
Fix missing locale names
Haoyu Qiu
2021-07-13
Merge pull request #49291 from NoFr1ends/fix-49262
Rémi Verschelde
2021-07-09
Optimize NodePath update when renaming or deleting nodes in the editor
PouleyKetchoupp
2021-06-19
Rename `instance()`->`instantiate()` when it's a verb
Lightning_A
2021-06-16
Rename `is_valid_integer()` to `is_valid_int()`
Lightning_A
2021-06-16
Merge pull request #49505 from underdoeg/patch-2
Rémi Verschelde
2021-06-13
Merge pull request #34668 from aaronfranke/to-string
Rémi Verschelde
2021-06-11
Reformat structure string operators
Aaron Franke
2021-06-11
Merge pull request #49511 from akien-mga/core-diraccess-fileaccess-io
Rémi Verschelde
2021-06-11
Merge pull request #49279 from Calinou/rename-string-is-abs-path-method
Rémi Verschelde
2021-06-11
Core: Move DirAccess and FileAccess to `core/io`
Rémi Verschelde
2021-06-11
fix url parsing with port numbers
Philip Whitfield
2021-06-03
String::format leave passed values untouched
Jonas Bernemann
2021-06-03
Rename `String.is_abs_path()` to `String.is_absolute_path()`
Hugo Locurcio
2021-05-29
Increase String::num default decimal precision
Heikki Simojoki
2021-05-21
Fix usage of String.left()
kobewi
2021-05-20
Change behavior of String.right
Tomasz Chabora
2021-05-03
Check PHashTranslation generate p_from is valid
MaxStgs
2021-05-03
Merge pull request #48205 from Faless/net/4.x_url_parsing
Fabio Alessandrelli
2021-04-30
Fix `url_decode` with mixed percent-encoding/Unicode strings. Treat Unix driv...
bruvzg
2021-04-27
Core: Drop custom `copymem`/`zeromem` defines
Rémi Verschelde
[next]