| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Rename Rect3 to AABB. | Ferenc Arn | 2017-11-17 | 1 | -2/+2 |
| | | | | | Fixes #12973. | ||||
| * | doc: Rename "@Global Scope" to "@GlobalScope" | Rémi Verschelde | 2017-11-15 | 1 | -2/+2 |
| | | | | | Spaces in filenames are evil. | ||||
| * | Move singleton management from ProjectSettings to Engine | Leon Krause | 2017-11-14 | 1 | -3/+3 |
| | | |||||
| * | Fix regression from #12473 and #12388 | Ignacio Etcheverry | 2017-10-29 | 1 | -27/+27 |
| | | |||||
| * | BindingsGenerator cleanup and improved error messages | Ignacio Etcheverry | 2017-10-29 | 1 | -535/+565 |
| | | | | | If there is an error generating a property or a method, the error message will include the member and class names. | ||||
| * | Exit after generating mono glue | Ignacio Etcheverry | 2017-10-24 | 1 | -10/+30 |
| | | |||||
| * | Mono: Prevent raising exceptions in native code | Ignacio Etcheverry | 2017-10-23 | 1 | -4/+4 |
| | | | | | For now we will just print the exceptions we catch. Later, we should use something similar to 'mono_set_pending_exception(ex)'. | ||||
| * | Improve signature of signal target generated function | Ignacio Etcheverry | 2017-10-16 | 1 | -30/+0 |
| | | |||||
| * | Merge pull request #12135 from neikeq/g | Ignacio Etcheverry | 2017-10-16 | 1 | -4/+0 |
| |\ | | | | | Re-write SignalAwaiter implementation | ||||
| | * | Re-write SignalAwaiter implementation | Ignacio Etcheverry | 2017-10-16 | 1 | -4/+0 |
| | | | | | | | | | Old implementation had issues where you could only await on the same signal of the same source once. | ||||
| * | | Mono: Make use of ClassInfo's exposed API | Ignacio Etcheverry | 2017-10-09 | 1 | -15/+6 |
| |/ | | | | | - BindingsGenerator only generates exposed classes. - Fix creation of managed instances of non-exposed classes. | ||||
| * | Added mono module | Ignacio Etcheverry | 2017-10-03 | 1 | -0/+2151 |
