Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-11-07 | Merge pull request #32477 from aaronfranke/equal-approx-separate | Rémi Verschelde | |
Make is_equal_approx separate and make == exact again | |||
2019-10-29 | [Mono] Alphabetize Mathf | Aaron Franke | |
2019-10-23 | Merge pull request #32670 from aaronfranke/mono-plane | Rémi Verschelde | |
[Mono] Change Plane intersect methods to return nullable Vector3 | |||
2019-10-14 | Expose is_equal_approx and restore == to be exact again | Aaron Franke | |
This commit changes behavior for GDScript and C#. Also did some organizing of the order to logically group related methods, mostly for Rect2 and AABB. | |||
2019-10-14 | Make is_equal_approx separate for structures | Aaron Franke | |
This commit adds exposed behavior for C# | |||
2019-10-12 | C#: Fix regression from #32732 caused a crash on domain reload | Ignacio Etcheverry | |
2019-10-11 | Mono: Fix template build after #32732 | Rémi Verschelde | |
2019-10-11 | C#: Fix detection of outdated release Godot API assemblies | Ignacio Etcheverry | |
2019-10-08 | [Mono] Change Plane intersect methods to return nullable Vector3 | Aaron Franke | |
2019-10-03 | Mono: Fix detection of MsBuild from Visual Studio | Rémi Verschelde | |
This was a wrong check as an exit code of 0 means success, not failure. It used to be fine as blocking mode always returned -2, but this was changed in #32033 to return the exit code. Fixes #32424. | |||
2019-09-28 | Merge pull request #32401 from neikeq/Kisaama! | Ignacio Roldán Etcheverry | |
Mono: Don't compare API hashes on release builds | |||
2019-09-28 | Mono: Don't compare API hashes on release builds | Ignacio Etcheverry | |
API hashes cannot be calculated on release builds, as bindings information is lacking. Therefore, we should not be comparing it with the generated glue hash as they will never match. | |||
2019-09-26 | Merge pull request #32353 from neikeq/yamero | Rémi Verschelde | |
Mono: Improve API assembly load error message on exported games | |||
2019-09-26 | Merge pull request #32352 from neikeq/issue-32237 | Rémi Verschelde | |
Mono: Don't use project settings for debugger agent on exported games | |||
2019-09-25 | Mono: Improve API assembly load error message on exported games | Ignacio Etcheverry | |
2019-09-25 | Mono: Don't use project settings for debugger agent on exported games | Ignacio Etcheverry | |
2019-09-25 | Merge pull request #32051 from qarmin/some_error_explanation | Rémi Verschelde | |
Added some obvious errors explanations | |||
2019-09-25 | Added some obvious errors explanations | qarmin | |
2019-09-24 | Improve C# bindings generator errors for default param values | Ignacio Etcheverry | |
2019-09-20 | Merge pull request #32223 from neikeq/cs_glue_version_fix | Rémi Verschelde | |
C#: Make sure cs_glue_version is present when building export templates | |||
2019-09-20 | C#: Make sure cs_glue_version is present when building export templates | Ignacio Etcheverry | |
2019-09-19 | Merge pull request #31919 from m4gr3d/use_aar_for_custom_build | Rémi Verschelde | |
Leverage Android archive (AAR) file for Godot custom build | |||
2019-09-16 | [Mono] Corrected rectangle intersection | Chaosus89 | |
2019-09-08 | Merge pull request #32045 from neikeq/fix-cannot-create-mono-log-file | Rémi Verschelde | |
Mono: Fix unable to create log file due to str_format bug | |||
2019-09-08 | Mono: Fix unable to create log file due to str_format bug | Ignacio Etcheverry | |
2019-09-07 | Merge pull request #32022 from neikeq/fix-mono-export-windows-backslash | Ignacio Roldán Etcheverry | |
Mono: Fix PCK assembly paths when exporting from Windows | |||
2019-09-07 | Fix missing method for internal_MonoWindowsInstallRoot | Ignacio Etcheverry | |
2019-09-07 | Mono: Fix PCK assembly paths when exporting from Windows | Ignacio Etcheverry | |
Assembly paths were written to PCK files with backslash as path separator and PackedData only supports forward slash. This would make exported games unable to find the assemblies. | |||
2019-09-04 | Split the Android platform java logic into an Android library module (`lib`) ↵ | fhuya | |
and an application module (`app`). The application module `app` serves double duties of providing the prebuilt Godot binaries ('android_debug.apk', 'android_release.apk') and the Godot custom build template ('android_source.zip'). | |||
2019-09-03 | Adds skip-breakpoints feature | iwek7 | |
2019-09-01 | Check for exact equality before approximate equality | Aaron Franke | |
2019-08-30 | Mono: Force preemptive thread suspend mode as a temporary workaround | Ignacio Etcheverry | |
2019-08-29 | Merge pull request #31770 from neikeq/supercedes-31008 | Rémi Verschelde | |
Fix GodotTools.ProjectEditor HintPaths for referenced packages | |||
2019-08-29 | Fix GodotTools.ProjectEditor HintPaths for referenced packages | Ignacio Etcheverry | |
2019-08-28 | Merge pull request #31729 from aaronfranke/mono-color | Rémi Verschelde | |
[Mono] Various Color fixes and improvements | |||
2019-08-28 | Style: Fix copyright headers in new files | Rémi Verschelde | |
2019-08-28 | Merge pull request #31606 from toasteater/fix/nativescript-new-json-return-type | Rémi Verschelde | |
Fix the return type of NativeScript::new in API json | |||
2019-08-27 | [Mono] Various Color improvements | Aaron Franke | |
I also slid in a fix to C++ Vector3 > and >= | |||
2019-08-27 | Mono: Fix OSX build due to invalid function call | Rémi Verschelde | |
2019-08-26 | Make VarArg methods return types show up as Variant in API json | toasteater | |
VarArg methods have the return type Object in the API json for GDNative. This can cause undefined behavior in some language bindings due to lack of documentation on VarArg methods' behavior. This changes the MethodInfo of: - CSharpScript::_new - GDScript::_new - PluginScript::_new | |||
2019-08-26 | Merge pull request #31680 from neikeq/fix-android-gen-sources | Ignacio Roldán Etcheverry | |
Fix 'android_mono_config.gen.cpp' not compiled first time it's generated | |||
2019-08-26 | Fix 'android_mono_config.gen.cpp' not compiled first time it's generated | Ignacio Etcheverry | |
2019-08-26 | Merge pull request #31652 from Calinou/csharp-alpha-dialog-android | Rémi Verschelde | |
Mention Android support in the C# alpha dialog message | |||
2019-08-25 | Set C# 7 as LangVersion for GodotTools and Godot API projects | Ignacio Etcheverry | |
This will make it harder for someone to accidentally commit code that requires a newer version. | |||
2019-08-25 | Mention Android support in the C# alpha dialog message | Hugo Locurcio | |
2019-08-25 | default is only supported by 7.1, reverted to support 7.0 out of the box (no ↵ | lamonte | |
conflict) | |||
2019-08-23 | Merge pull request #31094 from aaronfranke/vector-sign-mod-etc | Rémi Verschelde | |
Add Vector2/3 sign and posmod functions, axis, docs, misc additions | |||
2019-08-22 | Make sure '.mono/metadata/' exists before creating file | Ignacio Etcheverry | |
Fixes #31549 | |||
2019-08-17 | Add Vector2/3 sign and posmod functions, misc additions | Aaron Franke | |
Also make the docs more consistent, add Axis enum to Vector2, add > and >=. and C# also gets % and an override for vector-vector mod. | |||
2019-08-14 | Merge pull request #31347 from neikeq/monodevelop-addin | Rémi Verschelde | |
C#: Add Ide Connection library and server for the editor |