summaryrefslogtreecommitdiffstats
path: root/modules/mono/utils/path_utils.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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-141-0/+23
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* 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-221-0/+31
* Allows parsing of invalid UTF-16 surrogates (can be encountered in Windows fi...bruvzg2022-07-071-5/+7
* Style: Cleanup single-line blocks, semicolons, dead codeRémi Verschelde2022-02-161-3/+6
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Add missing WIN32_LEAN_AND_MEANBartłomiej T. Listwon2021-09-231-0/+1
* Merge pull request #49511 from akien-mga/core-diraccess-fileaccess-ioRémi Verschelde2021-06-111-2/+2
|\
| * Core: Move DirAccess and FileAccess to `core/io`Rémi Verschelde2021-06-111-2/+2
* | Rename `String.is_abs_path()` to `String.is_absolute_path()`Hugo Locurcio2021-06-031-1/+1
|/
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Rename empty() to is_empty()Marcel Admiraal2020-12-281-2/+2
* Remove empty lines around braces with the formatting scriptAaron Franke2020-11-161-1/+0
* Reorganized core/ directory, it was too fatty alreadyreduz2020-11-071-1/+1
* 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-031-2/+2
* Mono/C#: Fix several clang-tidy warnings and cleanupIgnacio Etcheverry2020-07-051-34/+12
* Replace NULL with nullptrlupoDharkael2020-04-021-5/+5
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Mono/C#: Re-structure API solution and GodotTools post-build targetIgnacio Etcheverry2019-12-281-0/+37
* Fix --generate-mono-glue bug when directory doesn't existIgnacio Etcheverry2019-07-081-34/+93
* Mono: Test Windows binaries with lowercase extensionRémi Verschelde2019-01-271-1/+1
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* Improve the C# API projects generationIgnacio Etcheverry2018-11-081-4/+6
* Make core/ includes absolute, remove subfolders from include pathRémi Verschelde2018-09-121-4/+4
* Add missing copyright headers and fix formattingRémi Verschelde2018-01-051-0/+1
* Update copyright statements to 2018Rémi Verschelde2018-01-011-2/+2
* Fix 'which' returning file without extension on WindowsIgnacio Etcheverry2017-10-301-3/+3
* Added mono moduleIgnacio Etcheverry2017-10-031-0/+111