Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-07-22 | doc: Sync classref with current source | Rémi Verschelde | |
2019-07-22 | Merge pull request #30749 from godotengine/revert-22642-inspector_metadata | Rémi Verschelde | |
Revert "Expose "meta" to the Inspector" | |||
2019-07-22 | Merge pull request #30748 from ↵ | Rémi Verschelde | |
godotengine/revert-26205-spatialmaterial-use-packed-channels Revert "Tweak SpatialMaterial's default metallic and roughness texture channels" | |||
2019-07-22 | Revert "Expose "meta" to the Inspector" | Rémi Verschelde | |
2019-07-22 | Merge pull request #30726 from ↵ | Rémi Verschelde | |
GodotExplorer/revert-30657-optimize_dir_access_unix_get_next Revert "Optimize DirAccessUnix::get_next() for some file systems" | |||
2019-07-22 | Revert "Tweak SpatialMaterial's default metallic and roughness texture channels" | Rémi Verschelde | |
2019-07-22 | Merge pull request #30659 from henriiquecampos/docs | Rémi Verschelde | |
Add description for EditorSceneImporter, EditorPlugin.enable/disable and EditorInterface.select_file | |||
2019-07-22 | Merge pull request #30717 from akien-mga/zstd-1.4.1 | Rémi Verschelde | |
zstd: Update to upstream version 1.4.1 | |||
2019-07-22 | Merge pull request #30720 from Calinou/doc-improve-variant | Rémi Verschelde | |
Improve the Variant class documentation | |||
2019-07-22 | Merge pull request #30740 from neikeq/typeinfo_static_fail | Rémi Verschelde | |
Make it a build error if a GetTypeInfo specialization cannot be resolved | |||
2019-07-22 | Merge pull request #30741 from neikeq/fix-not-updating-editor-api-assembly | Rémi Verschelde | |
Mono: Fix editor API assembly not being updated | |||
2019-07-22 | Mono: Fix editor API assembly not being updated | Ignacio Etcheverry | |
If both the core and editor API assemblies are missing or out of sync, Godot will only update the former and then abort when trying to load them again because the latter was not updated. Godot will update it correctly the next time it's started, but this should not be needed and it should work the first time. This commit fixes that. | |||
2019-07-22 | Make it a build error if a GetTypeInfo specialization cannot be resolved | Ignacio Etcheverry | |
Previously it was a runtime error message. | |||
2019-07-21 | Revert "Optimize DirAccessUnix::get_next() for some file systems" | Geequlim | |
2019-07-20 | Improve the Variant class documentation | Hugo Locurcio | |
Taken from https://docs.godotengine.org/en/latest/development/cpp/variant_class.html. | |||
2019-07-20 | zstd: Update to upstream version 1.4.1 | Rémi Verschelde | |
2019-07-20 | Merge pull request #30710 from neikeq/issue-30526 | Ignacio Roldán Etcheverry | |
Fix mono module build errors for release templates | |||
2019-07-20 | Add description for EditorPlugin.enable/disable methods | Henrique Campos | |
2019-07-20 | Fix mono module build errors for release templates | Ignacio Etcheverry | |
2019-07-20 | Add docs for EditorInterface, EditorPlugin and EditorSceneImporter | Henrique Campos | |
2019-07-20 | Merge pull request #30693 from Chaosus/lerp_angle | Rémi Verschelde | |
Added lerp_angle built-in function | |||
2019-07-20 | Merge pull request #30234 from zwostein/fix-AudioStreamPlayer3D | Rémi Verschelde | |
Fixed multichannel panning for AudioStreamPlayer3D. | |||
2019-07-20 | Merge pull request #30349 from qarmin/fix_arvr_crash_at_exit | Rémi Verschelde | |
Fix ARVRServer crash at exit | |||
2019-07-20 | Merge pull request #30698 from Anutrix/assimp-pass-by-ref | Rémi Verschelde | |
Changed large const string values to const string ref in some assimp functions | |||
2019-07-20 | Merge pull request #30703 from hbina/patch-1 | Rémi Verschelde | |
Make comparison operator== const in EditorAutoloadSettings | |||
2019-07-20 | Merge pull request #30576 from qarmin/lgtm_coverage | Rémi Verschelde | |
Changed some code reported by LGTM and Coverity | |||
2019-07-20 | Added lerp_angles built-in function | Chaosus | |
Co-authored-by: Xrayez <https://github.com/Xrayez> Co-authored-by: DleanJeans <https://github.com/DleanJeans> | |||
2019-07-20 | Merge pull request #30708 from Anutrix/doc-astar-example-fix | Rémi Verschelde | |
AStar and AStar2D examples fixed to not use 'as' keyword and also removed error causing code | |||
2019-07-20 | Merge pull request #30697 from bojidar-bg/6067-pale-customtype-script | Rémi Verschelde | |
Make custom types more subtle and more useful | |||
2019-07-20 | Merge pull request #30707 from Anutrix/remove-an-unused-import | Rémi Verschelde | |
Removed an unused import in platform/android/SCsub | |||
2019-07-20 | AStar and AStar2D examples fixed to not use 'as' keyword and also removed ↵ | unknown | |
error causing code | |||
2019-07-20 | Removed an unused commit | unknown | |
2019-07-20 | Merge pull request #30696 from ivhilaire/fix/pluginscript-unregister-class | Rémi Verschelde | |
Remove added pluginscript resource format loaders and savers on cleanup | |||
2019-07-20 | Changed some code showed in LGTM and Coverage | qarmin | |
2019-07-19 | Make comparison operator== const | Hanif A | |
`operator==` of EditorAutoloadSettings is not const for whatever reason... | |||
2019-07-19 | Merge pull request #30695 from YeldhamDev/big_text_focus | Rémi Verschelde | |
Make multiline text edit grab focus when popping up | |||
2019-07-19 | Merge pull request #30692 from qarmin/null_pointer_to_function | Rémi Verschelde | |
Don't allow to pass to _is_node_locked function NULL pointer | |||
2019-07-19 | Make custom types more subtle and more useful | Bojidar Marinov | |
Implements #6067 (aaronfranke's idea) Fixes #26980 | |||
2019-07-20 | Changed large const string values to string ref in some assimp functions | unknown | |
2019-07-19 | Remove added pluginscript resource format loaders and savers on cleanup | Ivan Hilaire | |
Properly release added resource loader and save references. Otherwise PluginScript API may cause "ObjectDB Instances still exist!" warnings and segmentation faults on exit. | |||
2019-07-19 | Make multiline text edit grab focus when popping up | Michael Alexsander Silva Dias | |
2019-07-19 | Merge pull request #30354 from LikeLakers2/multinodeedit-same-type-properties | Rémi Verschelde | |
MultiNodeEdit now only shows properties with the exact same PropertyInfo data | |||
2019-07-19 | Don't allow to pass to _is_node_locked function NULL pointer | qarmin | |
2019-07-19 | Merge pull request #21833 from StraToN/wrap-in-new-node | Rémi Verschelde | |
Adds contextual item in scene tree dock to wrap selection in a new node | |||
2019-07-19 | Adds contextual item in scene tree dock to wrap selection in a new node | Julian Murgia | |
Fixes #20187 | |||
2019-07-19 | i18n: Sync translation template with current source | Rémi Verschelde | |
Fix a few typos in new strings. | |||
2019-07-19 | i18n: Sync translations with Weblate | Rémi Verschelde | |
2019-07-19 | Merge pull request #23270 from silvanocerza/remote_scene_tree_filter | Rémi Verschelde | |
Implemented remote scene tree filtering | |||
2019-07-19 | Merge pull request #23310 from aaronfranke/posmod-int | Rémi Verschelde | |
Add integer posmod and rename default arg names | |||
2019-07-19 | Merge pull request #22642 from YeldhamDev/inspector_metadata | Rémi Verschelde | |
Expose "meta" to the Inspector |