Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Removes Script::get_node_type() | Jerome67000 | 2017-10-25 | 1 | -5/+0 | |
| | | | | | | | | used before GDScript, with squirrel apparently | |||||
* | | Fix default C# script | Przmk | 2017-10-25 | 1 | -1/+1 | |
|/ | ||||||
* | Merge pull request #12365 from neikeq/p | Rémi Verschelde | 2017-10-24 | 1 | -2/+9 | |
|\ | | | | | Add ScriptLanguage::supports_builtin_mode and improve ScriptCreateDialog | |||||
| * | Add ScriptLanguage::supports_builtin_mode and improve ScriptCreateDialog | Ignacio Etcheverry | 2017-10-24 | 1 | -2/+9 | |
| | | | | | | | | | | - Make ScriptCreateDialog disable the built-in script checked button if the language does not support it. - ScriptLanguage's get_template and make_template now receive the script path as class name if the the script language does not have named classes. | |||||
* | | Add _process(delta) to new script templates. Closes #11994. | mhilbrunner | 2017-10-22 | 1 | -1/+8 | |
|/ | ||||||
* | Mono: Fix warning about exported static fields | Ignacio Etcheverry | 2017-10-18 | 1 | -1/+2 | |
| | ||||||
* | Mono: Fix build with tools=no or target=release | Ignacio Etcheverry | 2017-10-18 | 1 | -0/+2 | |
| | ||||||
* | Export attribute fixes and improvements | Ignacio Etcheverry | 2017-10-17 | 1 | -17/+31 | |
| | | | | | | - 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. | |||||
* | Merge pull request #12138 from neikeq/i | Rémi Verschelde | 2017-10-16 | 1 | -6/+9 | |
|\ | | | | | Avoid adding built-in script path to csproj | |||||
| * | Avoid adding built-in script path to csproj | Ignacio Etcheverry | 2017-10-16 | 1 | -6/+9 | |
| | | ||||||
* | | Improve signature of signal target generated function | Ignacio Etcheverry | 2017-10-16 | 1 | -4/+73 | |
|/ | ||||||
* | Merge pull request #12135 from neikeq/g | Ignacio Etcheverry | 2017-10-16 | 1 | -42/+2 | |
|\ | | | | | Re-write SignalAwaiter implementation | |||||
| * | Re-write SignalAwaiter implementation | Ignacio Etcheverry | 2017-10-16 | 1 | -42/+2 | |
| | | | | | | | | Old implementation had issues where you could only await on the same signal of the same source once. | |||||
* | | Merge pull request #11954 from neikeq/d | Ignacio Etcheverry | 2017-10-11 | 1 | -0/+7 | |
|\ \ | |/ |/| | Added 'exposed' field to ClassInfo for registered classes | |||||
| * | Mono: Make use of ClassInfo's exposed API | Ignacio Etcheverry | 2017-10-09 | 1 | -0/+7 | |
| | | | | | | | | | | - BindingsGenerator only generates exposed classes. - Fix creation of managed instances of non-exposed classes. | |||||
* | | Fixed IntPtr unboxing (#11949) | Ignacio Etcheverry | 2017-10-09 | 1 | -1/+1 | |
| | | | | | | | | | | - Fix boolean never reset to false - Fix IntPtr unboxing and cleanup | |||||
* | | Merge pull request #11894 from neikeq/pr-issue-11834 | Ignacio Etcheverry | 2017-10-07 | 1 | -0/+25 | |
|\| | | | | | Mono: Make sure editor thread is attached on script reload | |||||
| * | Mono: Make sure editor thread is attached on script reload | Ignacio Etcheverry | 2017-10-07 | 1 | -0/+25 | |
| | | ||||||
* | | get parent class fields when updating a CSharpScript's exports | Carter Anderson | 2017-10-05 | 1 | -22/+31 | |
|/ | | | | This makes the fields viewable / editable in the inspector | |||||
* | Add C# script to csproj when attaching it to an object | Ignacio Etcheverry | 2017-10-05 | 1 | -15/+44 | |
| | ||||||
* | Added mono module | Ignacio Etcheverry | 2017-10-03 | 1 | -0/+1853 | |