summaryrefslogtreecommitdiffstats
path: root/modules/mono/godotsharp_dirs.cpp
Commit message (Expand)AuthorAgeFilesLines
* Core: Move DirAccess and FileAccess to `core/io`Rémi Verschelde2021-06-111-1/+1
* Implement shader cachingreduz2021-05-311-2/+2
* Mono/macOS: Separate data dir into frameworks and resources for codesigningShane Liesegang2021-03-031-5/+5
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Rename empty() to is_empty()Marcel Admiraal2020-12-281-1/+1
* 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
* Rename the ".mono" folder to ".godot/mono"Aaron Franke2020-09-231-1/+1
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-1/+0
* Mono: Fix include for Android supportRémi Verschelde2020-04-181-1/+1
* Mono/C#: Add iOS supportIgnacio Etcheverry2020-03-311-3/+3
* C#: Fix uses of old Configuration namesIgnacio Etcheverry2020-03-181-3/+3
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Mono/C#: Add option to export assemblies outside of PCKIgnacio Etcheverry2019-11-291-0/+13
* Mono/C#: Initial exporter support for AOT compilationIgnacio Etcheverry2019-11-151-6/+6
* Mono/C#: WebAssembly supportIgnacio Etcheverry2019-11-131-0/+4
* C#: Fix detection of outdated release Godot API assembliesIgnacio Etcheverry2019-10-111-15/+3
* Re-write mono module editor code in C#Ignacio Etcheverry2019-07-051-1/+21
* Mono: Android build and shared libraries fixesIgnacio Etcheverry2019-07-031-7/+23
* Mono: Fix export template build errorsIgnacio Etcheverry2019-02-151-7/+18
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* Mono: Editor and export template dependencies and fixesIgnacio Etcheverry2018-10-031-5/+84
* 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
* Style: Apply new clang-format 5.0 style to all filesRémi Verschelde2017-12-071-1/+1
* Add initial support for the XDG Base Directory specRémi Verschelde2017-11-191-8/+2
* EditorSettings: Rename settings_path to settings_dirRémi Verschelde2017-11-171-1/+1
* Rename OS::get_data_dir to OS::get_user_data_dirRémi Verschelde2017-11-171-1/+1
* Mono: Use "UnnamedProject" if application/config/name is emptyUnknown2017-10-271-1/+8
* Take self-contained mode into considerationIgnacio Etcheverry2017-10-171-6/+15
* Added mono moduleIgnacio Etcheverry2017-10-031-0/+185