index
:
godot-fmod
4.0.3
Godot with FMOD integration
RayHammer
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
modules
/
mono
/
utils
/
string_utils.cpp
Age
Commit message (
Expand
)
Author
2023-01-05
One Copyright Update to rule them all
Rémi Verschelde
2022-08-22
C#: Move marshaling logic and generated glue to C#
Ignacio Roldán Etcheverry
2022-07-07
Allows parsing of invalid UTF-16 surrogates (can be encountered in Windows fi...
bruvzg
2022-06-17
Mono: Fix typo to `foreach` C# keyword
iamjsk10
2022-04-11
Make FileAccess and DirAccess classes reference counted.
bruvzg
2022-01-03
Update copyright statements to 2022
Rémi Verschelde
2021-10-30
Rename GLES2 driver to OpenGL to prepare for the upgrade to GLES3
Hugo Locurcio
2021-10-28
clang-format: Disable alignment of operands, too unreliable
Rémi Verschelde
2021-08-31
Remove `#ifdefs` for handling compilation with Visual Studio < 2015
Hugo Locurcio
2021-06-11
Core: Move DirAccess and FileAccess to `core/io`
Rémi Verschelde
2021-05-25
Rename File::get_len() get_length()
Marcel Admiraal
2021-05-17
Make all file access 64-bit (uint64_t)
Pedro J. Estébanez
2021-01-01
Update copyright statements to 2021
Rémi Verschelde
2020-11-16
Remove empty lines around braces with the formatting script
Aaron Franke
2020-09-03
[Complex Test Layouts] Change `String` to use UTF-32 encoding on all platforms.
bruvzg
2020-07-05
Mono/C#: Fix several clang-tidy warnings and cleanup
Ignacio Etcheverry
2020-05-14
Style: Enforce separation line between function definitions
Rémi Verschelde
2020-05-14
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-05-03
Remove some C++11 polyfill defines that are no longer needed
Hugo Locurcio
2020-04-02
Replace NULL with nullptr
lupoDharkael
2020-02-18
PoolVector is gone, replaced by Vector
Juan Linietsky
2020-01-01
Update copyright statements to 2020
Rémi Verschelde
2019-11-15
Mono/C#: Initial exporter support for AOT compilation
Ignacio Etcheverry
2019-09-25
Merge pull request #32051 from qarmin/some_error_explanation
Rémi Verschelde
2019-09-25
Added some obvious errors explanations
qarmin
2019-09-08
Mono: Fix unable to create log file due to str_format bug
Ignacio Etcheverry
2019-08-09
Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in 'modules/mono'
Ignacio Etcheverry
2019-07-07
Fixes minor issues found by static analyzer
qarmin
2019-05-05
Fix generation of Mono Glue for Visual Studio 2017+
ShyRed
2019-05-02
Ignore a warning in _get_socket_error (-Wlogical-op).
marxin
2019-04-30
Fix missing argument for vsnprintf_s
Ignacio Etcheverry
2019-04-25
C# bindings generator cleanup
Ignacio Etcheverry
2019-01-01
Update copyright statements to 2019
Rémi Verschelde
2018-10-25
Parse C# script namespace and class
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
2017-12-07
Style: Apply new clang-format 5.0 style to all files
Rémi Verschelde
2017-10-16
Improve signature of signal target generated function
Ignacio Etcheverry
2017-10-03
Added mono module
Ignacio Etcheverry