summaryrefslogtreecommitdiffstats
path: root/modules/mono/utils
Commit message (Expand)AuthorAgeFilesLines
* Update copyright statements to 2022Rémi Verschelde2022-01-039-18/+18
* Fix mono build after invalid rename of `KEY_READ`Stefan Boronczyk2021-11-151-2/+2
* Use "enum class" for input enumsAaron Franke2021-11-121-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
* Add missing WIN32_LEAN_AND_MEANBartłomiej T. Listwon2021-09-232-1/+2
* Remove `#ifdefs` for handling compilation with Visual Studio < 2015Hugo Locurcio2021-08-311-1/+1
* Merge pull request #49511 from akien-mga/core-diraccess-fileaccess-ioRémi Verschelde2021-06-113-4/+4
|\
| * Core: Move DirAccess and FileAccess to `core/io`Rémi Verschelde2021-06-113-4/+4
* | Rename `String.is_abs_path()` to `String.is_absolute_path()`Hugo Locurcio2021-06-031-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 Mono module to use new execute method.Marcel Admiraal2021-01-131-1/+1
* Update copyright statements to 2021Rémi Verschelde2021-01-019-18/+18
* Fix missed renamings from empty() to is_empty()Rémi Verschelde2020-12-291-1/+1
* Rename empty() to is_empty()Marcel Admiraal2020-12-281-2/+2
* Remove empty lines around braces with the formatting scriptAaron Franke2020-11-165-5/+0
* Reorganized core/ directory, it was too fatty alreadyreduz2020-11-076-8/+8
* Fix Mono path utils char types.bruvzg2020-09-041-6/+16
* [Complex Test Layouts] Change `String` to use UTF-32 encoding on all platforms.bruvzg2020-09-033-9/+9
* Fix clang-tidy warnings due to semicolon after mono module macrosIgnacio Etcheverry2020-08-301-1/+1
* [macOS, Mono] Fix "Wdeprecated-declarations" build error.bruvzg2020-07-101-13/+10
* Mono/C#: Fix several clang-tidy warnings and cleanupIgnacio Etcheverry2020-07-053-40/+20
* C#: Add VisualStudio supportIgnacio Etcheverry2020-06-151-1/+0
* Style: Enforce separation line between function definitionsRémi Verschelde2020-05-142-0/+2
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-144-9/+0
* C#/Mono: Check assembly version when loadingIgnacio Etcheverry2020-05-091-1/+1
* Remove some C++11 polyfill defines that are no longer neededHugo Locurcio2020-05-031-10/+0
* Replace NULL with nullptrlupoDharkael2020-04-024-12/+12
* Fix C# bindings after recent breaking changesIgnacio Etcheverry2020-03-173-316/+21
* Reimplement Mutex with C++'s <mutex>Pedro J. Estébanez2020-02-261-67/+0
* PoolVector is gone, replaced by VectorJuan Linietsky2020-02-181-4/+4
* Update copyright statements to 2020Rémi Verschelde2020-01-0112-24/+24
* Mono/C#: Re-structure API solution and GodotTools post-build targetIgnacio Etcheverry2019-12-282-0/+39
* Mono/C#: Initial exporter support for AOT compilationIgnacio Etcheverry2019-11-154-120/+22
* 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
* Merge pull request #30428 from neikeq/gitcheckout-bRémi Verschelde2019-07-092-46/+113
|\
| * Fix --generate-mono-glue bug when directory doesn't existIgnacio Etcheverry2019-07-082-46/+113
* | Fixes minor issues found by static analyzerqarmin2019-07-071-1/+1
|/
* Mono: Android build and shared libraries fixesIgnacio Etcheverry2019-07-032-0/+116
* Some code changed with Clang-Tidyqarmin2019-06-261-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-252-0/+62
* Merge pull request #27711 from neikeq/ifdef-clang-tidyRémi Verschelde2019-04-081-2/+2
|\
| * Replace a few #if/#elif with #ifdef and "#elif defined"Ignacio Etcheverry2019-04-051-2/+2