summaryrefslogtreecommitdiff
path: root/modules/mono/utils
AgeCommit message (Expand)Author
2021-08-31Remove `#ifdefs` for handling compilation with Visual Studio < 2015Hugo Locurcio
2021-06-11Merge pull request #49511 from akien-mga/core-diraccess-fileaccess-ioRémi Verschelde
2021-06-11Core: Move DirAccess and FileAccess to `core/io`Rémi Verschelde
2021-06-03Rename `String.is_abs_path()` to `String.is_absolute_path()`Hugo Locurcio
2021-05-25Rename File::get_len() get_length()Marcel Admiraal
2021-05-17Make all file access 64-bit (uint64_t)Pedro J. Estébanez
2021-01-13Update Mono module to use new execute method.Marcel Admiraal
2021-01-01Update copyright statements to 2021Rémi Verschelde
2020-12-29Fix missed renamings from empty() to is_empty()Rémi Verschelde
2020-12-28Rename empty() to is_empty()Marcel Admiraal
2020-11-16Remove empty lines around braces with the formatting scriptAaron Franke
2020-11-07Reorganized core/ directory, it was too fatty alreadyreduz
2020-09-04Fix Mono path utils char types.bruvzg
2020-09-03[Complex Test Layouts] Change `String` to use UTF-32 encoding on all platforms.bruvzg
2020-08-30Fix clang-tidy warnings due to semicolon after mono module macrosIgnacio Etcheverry
2020-07-10[macOS, Mono] Fix "Wdeprecated-declarations" build error.bruvzg
2020-07-05Mono/C#: Fix several clang-tidy warnings and cleanupIgnacio Etcheverry
2020-06-15C#: Add VisualStudio supportIgnacio Etcheverry
2020-05-14Style: Enforce separation line between function definitionsRémi Verschelde
2020-05-14Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde
2020-05-09C#/Mono: Check assembly version when loadingIgnacio Etcheverry
2020-05-03Remove some C++11 polyfill defines that are no longer neededHugo Locurcio
2020-04-02Replace NULL with nullptrlupoDharkael
2020-03-17Fix C# bindings after recent breaking changesIgnacio Etcheverry
2020-02-26Reimplement Mutex with C++'s <mutex>Pedro J. Estébanez
2020-02-18PoolVector is gone, replaced by VectorJuan Linietsky
2020-01-01Update copyright statements to 2020Rémi Verschelde
2019-12-28Mono/C#: Re-structure API solution and GodotTools post-build targetIgnacio Etcheverry
2019-11-15Mono/C#: Initial exporter support for AOT compilationIgnacio Etcheverry
2019-09-25Merge pull request #32051 from qarmin/some_error_explanationRémi Verschelde
2019-09-25Added some obvious errors explanationsqarmin
2019-09-08Mono: Fix unable to create log file due to str_format bugIgnacio Etcheverry
2019-08-09Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in 'modules/mono'Ignacio Etcheverry
2019-07-09Merge pull request #30428 from neikeq/gitcheckout-bRémi Verschelde
2019-07-08Fix --generate-mono-glue bug when directory doesn't existIgnacio Etcheverry
2019-07-07Fixes minor issues found by static analyzerqarmin
2019-07-03Mono: Android build and shared libraries fixesIgnacio Etcheverry
2019-06-26Some code changed with Clang-Tidyqarmin
2019-05-05Fix generation of Mono Glue for Visual Studio 2017+ShyRed
2019-05-02Ignore a warning in _get_socket_error (-Wlogical-op).marxin
2019-04-30Fix missing argument for vsnprintf_sIgnacio Etcheverry
2019-04-25C# bindings generator cleanupIgnacio Etcheverry
2019-04-08Merge pull request #27711 from neikeq/ifdef-clang-tidyRémi Verschelde
2019-04-06Mono: Buildsystem support for finding MSBuild from VS2019Ignacio Etcheverry
2019-04-05Replace a few #if/#elif with #ifdef and "#elif defined"Ignacio Etcheverry
2019-03-20Add support for new MSBuild directory naming introduced in VS 2019.Sebastian Hartte
2019-02-15Don't print 'Cannot find Mono in the registry' if bundled with GodotIgnacio Etcheverry
2019-02-10Fix check to determine if [[noreturn]] attribute is usableIgnacio Etcheverry
2019-02-03Merge pull request #25478 from neikeq/rrIgnacio Etcheverry
2019-02-03Mono: CleanupIgnacio Etcheverry