| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | New sync keywords in GDScript, NativeScript, Mono | Fabio Alessandrelli | 2018-05-29 | 1 | -0/+3 |
| | | |||||
| * | add a [Signal] attribute to CSharpScripts | Paul Joannon | 2018-02-17 | 1 | -0/+1 |
| | | |||||
| * | SignalAwaiter::_signal_callback was calling the thunk with a wrong pointer | Paul Joannon | 2018-01-23 | 1 | -1/+1 |
| | | |||||
| * | Mono: Some StackTrace to StackInfo[] fixes | Ignacio Etcheverry | 2018-01-12 | 1 | -1/+7 |
| | | | | | | | - 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 #15463 | Ignacio Etcheverry | 2018-01-09 | 1 | -1/+1 |
| | | |||||
| * | Mono: Implement stack info for errors and exceptions | Ignacio Etcheverry | 2018-01-09 | 1 | -7/+17 |
| | | |||||
| * | Add missing copyright headers and fix formatting | Rémi Verschelde | 2018-01-05 | 1 | -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 scripts | Ignacio Etcheverry | 2018-01-04 | 1 | -1/+3 |
| | | |||||
| * | Update copyright statements to 2018 | Rémi Verschelde | 2018-01-01 | 1 | -2/+2 |
| | | | | | Happy new year to the wonderful Godot community! | ||||
| * | Mono: Make the bindings generator output enums | Ignacio Etcheverry | 2017-12-24 | 1 | -1/+1 |
| | | | | | - Switch to PascalCase for constants names | ||||
| * | Rename Rect3 to AABB. | Ferenc Arn | 2017-11-17 | 1 | -2/+2 |
| | | | | | Fixes #12973. | ||||
| * | Fix thread checking to queue instances for deletion | Ignacio Etcheverry | 2017-11-01 | 1 | -0/+4 |
| | | |||||
| * | Export attribute fixes and improvements | Ignacio Etcheverry | 2017-10-17 | 1 | -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 implementation | Ignacio Etcheverry | 2017-10-16 | 1 | -2/+2 |
| | | | | | Old implementation had issues where you could only await on the same signal of the same source once. | ||||
| * | Added mono module | Ignacio Etcheverry | 2017-10-03 | 1 | -0/+182 |
