summaryrefslogtreecommitdiffstats
path: root/modules/mono
Commit message (Expand)AuthorAgeFilesLines
* Fix missing mono internal callIgnacio Etcheverry2018-09-172-0/+6
* Merge pull request #22193 from neikeq/idontlikesanditscoarseandroughandirrita...Ignacio Etcheverry2018-09-1714-52/+441
|\
| * Mono: Fix opening code editors in OSX and cleanupIgnacio Etcheverry2018-09-1713-51/+425
| * Add some mono root dir hints to the build scriptIgnacio Etcheverry2018-09-171-1/+16
* | Check for mono binary when finding versionSophie Tauchert2018-09-161-1/+8
|/
* [Mono] implement Transform.InterpolateWith()Kelly Thomas2018-09-152-0/+51
* Clearly deprecate sync too in favor of remotesync.Fabio Alessandrelli2018-09-151-2/+2
* Rename slave keyword to puppetFabio Alessandrelli2018-09-154-7/+15
* Merge pull request #21982 from luzpaz/misc-typosRémi Verschelde2018-09-131-2/+2
|\
| * Misc. typosluz.paz2018-09-121-2/+2
* | Move modules/mono/glue/cs_files to modules/mono/glue/Managed/FilesIgnacio Etcheverry2018-09-1245-1/+181
* | Mono: Fix build regression due to wrong return typeIgnacio Etcheverry2018-09-122-4/+4
* | C#: Fix explicit enum values when exporting memberIgnacio Etcheverry2018-09-123-31/+117
* | Make core/ includes absolute, remove subfolders from include pathRémi Verschelde2018-09-1229-65/+65
* | C#: Fix cs_files glue mismatch bugIgnacio Etcheverry2018-09-125-16/+20
* | Fix/workaround for issue #21667Ignacio Etcheverry2018-09-1215-190/+506
* | Add some mono root hint dirs for OSXIgnacio Etcheverry2018-09-122-8/+37
* | Allow special characters in C# glue filesIgnacio Etcheverry2018-09-121-7/+13
* | Cleanup of c# api files and bindings generatorIgnacio Etcheverry2018-09-1227-753/+1409
|/
* [Mono] Various style changes and naming standardizationAaron Franke2018-09-103-150/+154
* [Mono] Tabs -> SpacesAaron Franke2018-09-103-135/+135
* Merge pull request #21497 from neikeq/hmIgnacio Etcheverry2018-08-272-36/+23
|\
| * C# generated classes ignore warning CS1591 and cleanupIgnacio Etcheverry2018-08-272-36/+23
* | Merge pull request #21205 from KellyThomas/c-sharp-feature-parity-quatIgnacio Etcheverry2018-08-272-29/+70
|\ \ | |/ |/|
| * mono: Quat - add some missing constructors and methodsKelly Thomas2018-08-242-29/+70
* | Merge pull request #21423 from exts/mono/collectionsIgnacio Etcheverry2018-08-267-45/+48
|\ \
| * | Added Collections namespace to Array & Dictionaryexts2018-08-257-45/+48
* | | Merge pull request #16927 from neikeq/rework-refcount-notifyJuan Linietsky2018-08-256-15/+93
|\ \ \ | |/ / |/| |
| * | Notify instance binding data api of refcount increment/decrementIgnacio Etcheverry2018-08-236-15/+93
* | | Merge pull request #20717 from PJB3005/18-08-04-godot-exceptionsIgnacio Etcheverry2018-08-241-2/+2
|\ \ \
| * | | Fix Mono exception handling.Pieter-Jan Briers2018-08-231-2/+2
* | | | Merge pull request #20707 from aaronfranke/mono-combineIgnacio Etcheverry2018-08-2414-50/+48
|\ \ \ \
| * | | | [Mono] Move several small related filesAaron Franke2018-08-2314-50/+48
* | | | | Add print_verbose to print to stdout only in verbose modeRémi Verschelde2018-08-244-40/+23
|/ / / /
* | | | [Mono] AABB - Position, Size, End setters, Rect2 - End setterKelly Thomas2018-08-232-103/+98
* | | | Merge pull request #21240 from aaronfranke/mono-project-vectorRémi Verschelde2018-08-232-0/+10
|\ \ \ \
| * | | | [Mono] Vector2/3 Project methodsAaron Franke2018-08-222-0/+10
* | | | | Merge pull request #21174 from KellyThomas/c-sharp-feature-parity-rect2Ignacio Etcheverry2018-08-221-57/+64
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | mono: add Abs() to Rect2 and rename private fieldsKelly Thomas2018-08-191-57/+64
| | |_|/ | |/| |
* | | | Mono: Fix weird crash when loading corlibIgnacio Etcheverry2018-08-222-14/+44
* | | | Merge pull request #18502 from space-wizards/18-04-29-assembly-load-hookIgnacio Etcheverry2018-08-222-4/+45
|\ \ \ \
| * | | | assembly_load_hook fallback for registering GDMonoAssemblies.Pieter-Jan Briers2018-04-292-4/+45
* | | | | Style: Fix issues that went past CIRémi Verschelde2018-08-212-4/+3
* | | | | Merge pull request #21253 from aaronfranke/plane-constantsRémi Verschelde2018-08-211-0/+9
|\ \ \ \ \
| * | | | | Rename Plane constants, add to MonoAaron Franke2018-08-211-0/+9
* | | | | | Deprecate incorrect Color::gray()Rémi Verschelde2018-08-211-5/+0
|/ / / / /
* | / / / Prevent "cannot use a string pattern on a bytes-like object"Justin Abene2018-08-201-1/+3
| |/ / / |/| | |
* | | | Mono: Improve C# core files (glue/cs_files) buildsystemIgnacio Etcheverry2018-08-174-13/+24
* | | | Merge pull request #20945 from neikeq/dict-erase-retboolRémi Verschelde2018-08-151-2/+2
|\ \ \ \
| * | | | Dictionary: remove erase_checked(key), make erase(key) return boolIgnacio Etcheverry2018-08-141-2/+2
| | |/ / | |/| |