aboutsummaryrefslogtreecommitdiff
path: root/modules/mono/mono_gd/gd_mono_utils.cpp
Commit message (Collapse)AuthorAgeFilesLines
* New sync keywords in GDScript, NativeScript, MonoFabio Alessandrelli2018-05-291-0/+6
|
* Revert "RPCMode refactor, more sync modes"Max Hilbrunner2018-05-291-6/+0
|
* New sync keywords in GDScript, NativeScript, MonoFabio Alessandrelli2018-05-261-0/+6
|
* fix build error when compiling with mono, tools=no, target=releasePaul Joannon2018-02-271-1/+1
| | | | change TTR to RTR in `print_unhandled_exception`
* Mono: Better versioning and gracefully unloading of Godot API assembliesIgnacio Etcheverry2018-02-251-4/+4
|
* [mono] get stacktraces for all inner exceptionsPaul Joannon2018-02-241-20/+39
|
* add a [Signal] attribute to CSharpScriptsPaul Joannon2018-02-171-0/+2
|
* RID cached class was wrong (mono)Paul Joannon2018-01-221-1/+1
|
* Mono: Some StackTrace to StackInfo[] fixesIgnacio Etcheverry2018-01-121-4/+20
| | | | | | - Sometimes `StackFrame.GetMethod()` returns null (e.g.: latest frame of a `MissingMethodException`). Still not sure what to do with that frame (maybe skip it), but at least it no longer fails. - Skip `CSharpLanguage::debug_get_current_stack_info()` if an error is printed from `GDMonoUtils::update_corlib_cache()`. - Fix crash when calling `GDMonoUtils::print_unhandled_exception(exc)` if there is no ScriptDebugger attached.
* Mono: Some fixes for #15463Ignacio Etcheverry2018-01-091-3/+3
|
* Mono: Implement stack info for errors and exceptionsIgnacio Etcheverry2018-01-091-3/+70
|
* Add missing copyright headers and fix formattingRémi Verschelde2018-01-051-0/+1
| | | | | | Using `misc/scripts/fix_headers.py` on all Godot files. Some missing header guards were added, and the header inclusion order was fixed in the Bullet module.
* Mono: Add properties support in scriptsIgnacio Etcheverry2018-01-041-2/+8
|
* Update copyright statements to 2018Rémi Verschelde2018-01-011-2/+2
| | | | Happy new year to the wonderful Godot community!
* Mono: Make the bindings generator output enumsIgnacio Etcheverry2017-12-241-2/+2
| | | | - Switch to PascalCase for constants names
* Rename Rect3 to AABB.Ferenc Arn2017-11-171-3/+3
| | | | Fixes #12973.
* Export attribute fixes and improvementsIgnacio Etcheverry2017-10-171-2/+2
| | | | | | - Allow non-public fields to be exported as well (to avoid confusion). - Set PROPERTY_HINT_RESOURCE_TYPE for resource derived fields. - Support enums and automatically fill PROPERTY_HINT_ENUM's hint_string for enum fields.
* Re-write SignalAwaiter implementationIgnacio Etcheverry2017-10-161-2/+2
| | | | Old implementation had issues where you could only await on the same signal of the same source once.
* Added mono moduleIgnacio Etcheverry2017-10-031-0/+367