summaryrefslogtreecommitdiffstats
path: root/modules/mono/utils
Commit message (Expand)AuthorAgeFilesLines
* C#/netcore: Add base desktop game export implementationIgnacio Roldán Etcheverry2022-08-222-0/+33
* C#: Begin move to .NET CoreIgnacio Roldán Etcheverry2022-08-222-296/+0
* C#: Move marshaling logic and generated glue to C#Ignacio Roldán Etcheverry2022-08-222-25/+7
* Code quality: Fix header guards consistencyRémi Verschelde2022-07-254-12/+12
* Rename OSX to macOS and iPhoneOS to iOS.bruvzg2022-07-212-10/+10
* Allows parsing of invalid UTF-16 surrogates (can be encountered in Windows fi...bruvzg2022-07-072-6/+8
* Mono: Fix typo to `foreach` C# keywordiamjsk102022-06-171-1/+1
* [macOS / iOS] Fix text-to-speech build with older macOS / iOS SDK.bruvzg2022-05-101-2/+2
* Make FileAccess and DirAccess classes reference counted.bruvzg2022-04-111-3/+1
* Style: Cleanup single-line blocks, semicolons, dead codeRémi Verschelde2022-02-162-16/+31
* 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
|\