summaryrefslogtreecommitdiffstats
path: root/modules/mono/utils/string_utils.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* Rebrand preambles to RedotSpartan3222024-10-131-0/+2
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* C#: Move marshaling logic and generated glue to C#Ignacio Roldán Etcheverry2022-08-221-24/+5
* Allows parsing of invalid UTF-16 surrogates (can be encountered in Windows fi...bruvzg2022-07-071-1/+1
* Mono: Fix typo to `foreach` C# keywordiamjsk102022-06-171-1/+1
* Make FileAccess and DirAccess classes reference counted.bruvzg2022-04-111-3/+1
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Rename GLES2 driver to OpenGL to prepare for the upgrade to GLES3Hugo Locurcio2021-10-301-6/+6
* clang-format: Disable alignment of operands, too unreliableRémi Verschelde2021-10-281-18/+18
* Remove `#ifdefs` for handling compilation with Visual Studio < 2015Hugo Locurcio2021-08-311-1/+1
* Core: Move DirAccess and FileAccess to `core/io`Rémi Verschelde2021-06-111-1/+1
* Rename File::get_len() get_length()Marcel Admiraal2021-05-251-1/+1
* Make all file access 64-bit (uint64_t)Pedro J. Estébanez2021-05-171-2/+2
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Remove empty lines around braces with the formatting scriptAaron Franke2020-11-161-1/+0
* [Complex Test Layouts] Change `String` to use UTF-32 encoding on all platforms.bruvzg2020-09-031-3/+3
* Mono/C#: Fix several clang-tidy warnings and cleanupIgnacio Etcheverry2020-07-051-4/+8
* Style: Enforce separation line between function definitionsRémi Verschelde2020-05-141-0/+1
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-1/+0
* Remove some C++11 polyfill defines that are no longer neededHugo Locurcio2020-05-031-10/+0
* Replace NULL with nullptrlupoDharkael2020-04-021-1/+1
* PoolVector is gone, replaced by VectorJuan Linietsky2020-02-181-4/+4
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Mono/C#: Initial exporter support for AOT compilationIgnacio Etcheverry2019-11-151-4/+20
* Merge pull request #32051 from qarmin/some_error_explanationRémi Verschelde2019-09-251-1/+1
|\
| * Added some obvious errors explanationsqarmin2019-09-251-1/+1
* | Mono: Fix unable to create log file due to str_format bugIgnacio Etcheverry2019-09-081-3/+7
|/
* Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in 'modules/mono'Ignacio Etcheverry2019-08-091-4/+1
* Fixes minor issues found by static analyzerqarmin2019-07-071-1/+1
* Fix generation of Mono Glue for Visual Studio 2017+ShyRed2019-05-051-1/+1
* Ignore a warning in _get_socket_error (-Wlogical-op).marxin2019-05-021-1/+1
* Fix missing argument for vsnprintf_sIgnacio Etcheverry2019-04-301-1/+2
* C# bindings generator cleanupIgnacio Etcheverry2019-04-251-0/+49
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* Parse C# script namespace and classIgnacio Etcheverry2018-10-251-0/+28
* Add missing copyright headers and fix formattingRémi Verschelde2018-01-051-0/+1
* Update copyright statements to 2018Rémi Verschelde2018-01-011-2/+2
* Style: Apply new clang-format 5.0 style to all filesRémi Verschelde2017-12-071-1/+1
* Improve signature of signal target generated functionIgnacio Etcheverry2017-10-161-0/+29
* Added mono moduleIgnacio Etcheverry2017-10-031-0/+128