summaryrefslogtreecommitdiffstats
path: root/modules/mono
Commit message (Expand)AuthorAgeFilesLines
* 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
| | |/ / | |/| |
* | | | Merge pull request #20583 from neikeq/issue-15371Rémi Verschelde2018-08-142-16/+60
|\ \ \ \
| * | | | Fix case where exported properties value is lostIgnacio Etcheverry2018-07-292-16/+60
* | | | | mono: add constants to transform and vector structsKelly Thomas2018-08-155-51/+65
* | | | | Merge pull request #20890 from KellyThomas/mono-is-instance-validIgnacio Etcheverry2018-08-143-6/+18
|\ \ \ \ \
| * | | | | mono: add IsInstanceValid(), move WeakRef()Kelly Thomas2018-08-143-6/+18
| | |/ / / | |/| | |
* | | | | SCons: Fix mono_root initializationRémi Verschelde2018-08-141-1/+2
* | | | | Merge pull request #20706 from mysticfall/issue-20705Ignacio Etcheverry2018-08-132-0/+10
|\ \ \ \ \
| * | | | | Add missing GetPtr() for Dictionary<> and Array<>Xavier Cho2018-08-042-0/+10
* | | | | | Fixed absent variable exception while trying to raise another exception.Teashrock2018-08-131-0/+1
* | | | | | Added system for GDScript warningsGeorge Marques2018-08-101-1/+1
* | | | | | Revert "added get_creation_time function for gdscript"Juan Linietsky2018-08-101-2/+0
* | | | | | Merge pull request #18914 from notwarp/masterJuan Linietsky2018-08-101-0/+2
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | added get_creation_time function for gdscriptDaniele Giuliani2018-05-161-0/+2
* | | | | | Merge pull request #20600 from exts/new_generic_methodsIgnacio Etcheverry2018-08-042-0/+15
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Added generic method for ResourceLoader: Load<T>()exts2018-08-032-0/+15
* | | | | | Merge pull request #20644 from NickToony/masterIgnacio Etcheverry2018-08-012-3/+3
|\ \ \ \ \ \
| * | | | | | fixed: windows mono compile (#20598)Nick Hope2018-07-312-3/+3
* | | | | | | Merge pull request #20639 from neikeq/issue-20531-and-cleanupIgnacio Etcheverry2018-07-315-28/+64
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Mono: Fix property set_value and cleanupIgnacio Etcheverry2018-07-315-28/+64
| | |_|/ / / | |/| | | |
* | | | | | Fix Mono compilation on Windows/MingHein-Pieter van Braam2018-07-292-10/+19
| |/ / / / |/| | | |
* | | | | Running builder (content generator) functions in subprocesses on WindowsViktor Ferenczi2018-07-271-0/+1
|/ / / /