Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | 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 | |||
2019-07-19 | Merge pull request #30683 from bojidar-bg/30671-triplanar-binormal | Rémi Verschelde | |
Fix binormal sign when using triplanar mapping | |||
2019-07-19 | Merge pull request #29180 from fire/vs_type_hints | Rémi Verschelde | |
Visualscript: Add types for get and set. | |||
2019-07-19 | Visualscript: Add types for base type get and set. | K. S. Ernest (iFIre) Lee | |
2019-07-19 | Merge pull request #30600 from vortexofdoom/dualshock_joypad | Rémi Verschelde | |
Added DualShock Equivalents to Joypad Button 10 and 11 | |||
2019-07-19 | Merge pull request #30645 from Meriipu/document_tree_minwidth | Rémi Verschelde | |
Documented the Tree column behaviour of min_width in conjunction with expand | |||
2019-07-19 | Merge pull request #30686 from Calinou/enable-auto-brace-complete | Rémi Verschelde | |
Enable the script editor's "Auto Brace Complete" by default | |||
2019-07-19 | Merge pull request #30674 from FlamyAT/patch-1 | Rémi Verschelde | |
Added missing InputEvent documentation | |||
2019-07-19 | Merge pull request #30684 from Calinou/improve-assetlib-image-display | Rémi Verschelde | |
Improve preview and screenshot display in the asset library | |||
2019-07-18 | Add integer posmod and rename default arg names | Aaron Franke | |
"posmod" is the integer version of "fposmod". We do not need a "mod" because of the % operator. I changed the default arg names from "x" and "y" to "a" and "b" because they are not coordinates. I also changed pow's arg names to "base" and "exp". Also, I reorganized the code in the VS built-in funcs switch statement. | |||
2019-07-18 | Enable the script editor's "Auto Brace Complete" by default | Hugo Locurcio | |
This also adds a setting hint for the "Code Complete Delay" setting and cleans up some duplicated default setting values. This closes #30662. | |||
2019-07-18 | Improve preview and screenshot display in the asset library | Hugo Locurcio | |
Images are now resized with Lanczos interpolation for higher quality. Video thumbnails now display a "pointing hand" cursor when hovered as they will open in an external browser. | |||
2019-07-18 | Fix binormal sign when using triplanar mapping | Bojidar Marinov | |
Fixes #30671 | |||
2019-07-18 | Merge pull request #30226 from lawnjelly/interpolate | Rémi Verschelde | |
Add access to interpolation fraction for fixed timestep interpolation | |||
2019-07-18 | Added missing InputEvent documentation | FlamyAT | |
2019-07-18 | Merge pull request #30656 from Calinou/lower-directional-shadow-max-distance | Rémi Verschelde | |
Lower the default directional shadow maximum distance to 100 | |||
2019-07-18 | Merge pull request #30648 from NilsIrl/useless_casts | Rémi Verschelde | |
Remove useless casts to String | |||
2019-07-18 | Merge pull request #30641 from YeldhamDev/assetlib_minor_improvements | Rémi Verschelde | |
Minor improvements to the AssetLib | |||
2019-07-18 | Merge pull request #30663 from bojidar-bg/30269-stack-underflow | Rémi Verschelde | |
Fix stack underflows when yielding twice | |||
2019-07-17 | Fix stack underflows when yielding twice | Bojidar Marinov | |
Also, refactor GDScriptFunctionState::_signal_callback, removing some excessive repetition. Fixes #30269. | |||
2019-07-17 | Merge pull request #30655 from Xrayez/bmp-compression-fix | Rémi Verschelde | |
Fix BMP loader to distinguish between compression types | |||
2019-07-17 | Merge pull request #30657 from hadrien-psydk/optimize_dir_access_unix_get_next | Rémi Verschelde | |
Optimize DirAccessUnix::get_next() for some file systems | |||
2019-07-17 | Optimize DirAccessUnix::get_next() for some file systems | Hadrien | |
On some file systems, like ext4 on Linux, readdir() gives enough information to determine the entry type in order to avoid doing a stat() system call. Use this information and call stat() only if necessary. |