summaryrefslogtreecommitdiffstats
path: root/modules/mono/utils
Commit message (Expand)AuthorAgeFilesLines
* Use `(r)find_char` instead of `(r)find` for single charactersA Thousand Ships2024-11-171-1/+1
* Fix `#if *_ENABLED` inconsistencies, should check if definedRémi Verschelde2024-01-171-1/+1
* Merge pull request #78218 from raulsntos/dotnet/reserved-assembly-nameRémi Verschelde2023-06-151-2/+11
|\
| * C#: Avoid GodotSharp as project assembly nameRaul Santos2023-06-151-2/+11
* | Style: Harmonize header includes in modulesRémi Verschelde2023-06-151-2/+2
|/
* C#: Unify project name handling and fix issues with the handling of some spec...RedworkDE2023-06-142-1/+25
* Fix various typos with codespellRémi Verschelde2023-01-301-1/+1
* C#: Rename `Object` to `GodotObject`Raul Santos2023-01-271-0/+1
* C#: Renames to follow .NET naming conventionsRaul Santos2023-01-272-0/+334
* One Copyright Update to rule them allRémi Verschelde2023-01-057-203/+203
* Style: Cleanup header guards for consistencyRémi Verschelde2022-09-261-2/+2
* Rename String `plus_file` to `path_join`Aaron Franke2022-08-291-1/+1
* 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