Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-11-17 | Rename Rect3 to AABB. | Ferenc Arn | |
Fixes #12973. | |||
2017-11-01 | Merge pull request #12549 from neikeq/seriously-do-they | Ignacio Etcheverry | |
Mono cleanup fixes | |||
2017-11-01 | Make sure gchandle bindings are released before cleanup | Ignacio Etcheverry | |
2017-10-31 | Mono: support custom script templates. | Andreas Haas | |
Also fixes a bug that prevented methods like `duplicate()` from copying the source code. (Copied from GDScript implementation) | |||
2017-10-29 | Mono: Add build project button and reload interval | Ignacio Etcheverry | |
2017-10-27 | Mono: Use "UnnamedProject" if application/config/name is empty | Unknown | |
2017-10-26 | Merge pull request #12405 from Jerome67000/clean_getnodetype | Rémi Verschelde | |
Removes Script::get_node_type() [ci skip] | |||
2017-10-25 | Fix default C# script | Przmk | |
2017-10-25 | Removes Script::get_node_type() | Jerome67000 | |
used before GDScript, with squirrel apparently | |||
2017-10-24 | Merge pull request #12365 from neikeq/p | Rémi Verschelde | |
Add ScriptLanguage::supports_builtin_mode and improve ScriptCreateDialog | |||
2017-10-24 | Add ScriptLanguage::supports_builtin_mode and improve ScriptCreateDialog | Ignacio Etcheverry | |
- 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. | |||
2017-10-22 | Add _process(delta) to new script templates. Closes #11994. | mhilbrunner | |
2017-10-18 | Mono: Fix warning about exported static fields | Ignacio Etcheverry | |
2017-10-18 | Mono: Fix build with tools=no or target=release | Ignacio Etcheverry | |
2017-10-17 | Export attribute fixes and improvements | Ignacio Etcheverry | |
- 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. | |||
2017-10-16 | Merge pull request #12138 from neikeq/i | Rémi Verschelde | |
Avoid adding built-in script path to csproj | |||
2017-10-16 | Avoid adding built-in script path to csproj | Ignacio Etcheverry | |
2017-10-16 | Improve signature of signal target generated function | Ignacio Etcheverry | |
2017-10-16 | Merge pull request #12135 from neikeq/g | Ignacio Etcheverry | |
Re-write SignalAwaiter implementation | |||
2017-10-16 | Re-write SignalAwaiter implementation | Ignacio Etcheverry | |
Old implementation had issues where you could only await on the same signal of the same source once. | |||
2017-10-11 | Merge pull request #11954 from neikeq/d | Ignacio Etcheverry | |
Added 'exposed' field to ClassInfo for registered classes | |||
2017-10-09 | Mono: Make use of ClassInfo's exposed API | Ignacio Etcheverry | |
- BindingsGenerator only generates exposed classes. - Fix creation of managed instances of non-exposed classes. | |||
2017-10-09 | Fixed IntPtr unboxing (#11949) | Ignacio Etcheverry | |
- Fix boolean never reset to false - Fix IntPtr unboxing and cleanup | |||
2017-10-07 | Merge pull request #11894 from neikeq/pr-issue-11834 | Ignacio Etcheverry | |
Mono: Make sure editor thread is attached on script reload | |||
2017-10-07 | Mono: Make sure editor thread is attached on script reload | Ignacio Etcheverry | |
2017-10-05 | get parent class fields when updating a CSharpScript's exports | Carter Anderson | |
This makes the fields viewable / editable in the inspector | |||
2017-10-05 | Add C# script to csproj when attaching it to an object | Ignacio Etcheverry | |
2017-10-03 | Added mono module | Ignacio Etcheverry | |