Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-12-30 | i18n: Sync translations with Weblate | Rémi Verschelde | |
2019-12-30 | Merge pull request #34317 from m4gr3d/make_app_id_match_godot_package_name | Rémi Verschelde | |
Replace the android.defaultConfig.applicationId in build.gradle with the package/unique_name | |||
2019-12-30 | Merge pull request #34700 from Calinou/doc-input-device-touchscreen-id | Rémi Verschelde | |
Document how to distinguish emulated mouse events from physical ones | |||
2019-12-30 | Merge pull request #34695 from timothyqiu/show-in-file-system | Rémi Verschelde | |
Checks script path before show in filesystem | |||
2019-12-30 | Merge pull request #34692 from bluenote10/bluenote10-shadow_item_cull_mask-docs | Rémi Verschelde | |
shadow_item_cull_mask should reference light mask | |||
2019-12-30 | Merge pull request #34682 from Calinou/os-exit-code-nonportable-warning | Rémi Verschelde | |
Print a warning message if `OS.exit_code` is set to a non-portable value | |||
2019-12-30 | Merge pull request #34680 from Calinou/editor-export-nonzero-exit-code-error | Rémi Verschelde | |
Exit the editor export process with a non-zero exit code on error | |||
2019-12-30 | Merge pull request #34670 from dalexeev/expr_ord | Rémi Verschelde | |
Add ord() function to Expression class | |||
2019-12-30 | Merge pull request #34653 from YeldhamDev/optionbutton_margin_auto | Rémi Verschelde | |
Make OptionButton itself take into account the arrow margin instead of relying on the theme | |||
2019-12-30 | Merge pull request #34659 from Calinou/improve-timer-wait-time-hint | Rémi Verschelde | |
Improve the Timer wait time property hint | |||
2019-12-30 | Merge pull request #34656 from volzhs/keep-selected-dir | Rémi Verschelde | |
Show selected directory in split mode when selecting a file | |||
2019-12-30 | Merge pull request #34647 from madmiraal/pulse-audio-null-pointer | Rémi Verschelde | |
Check for null pointer in PulseAudio server info callback. | |||
2019-12-30 | Merge pull request #34642 from timothyqiu/help-search | Rémi Verschelde | |
Improves Search Help dialog | |||
2019-12-30 | Merge pull request #34625 from timothyqiu/i18n | Rémi Verschelde | |
Makes more editor strings translatable | |||
2019-12-30 | Merge pull request #34621 from cbscribe/kcc_misc_doc_fixes | Rémi Verschelde | |
[Docs] Description updates for Node2D & Object | |||
2019-12-30 | Merge pull request #34615 from lakshay-angrish/area_shape_entered-docs | Rémi Verschelde | |
add area_shape_entered usage | |||
2019-12-30 | Merge pull request #34614 from qarmin/dont_create_preview_of_empty_scene | Rémi Verschelde | |
Don't create preview of empty scene. | |||
2019-12-30 | Merge pull request #34578 from timothyqiu/var-rename | Rémi Verschelde | |
Fixes variable naming in FileSystemDock | |||
2019-12-30 | Merge pull request #34613 from timothyqiu/edscale-again | Rémi Verschelde | |
Fixes Theme Editor minimum height on HiDPI monitor | |||
2019-12-30 | Merge pull request #34611 from lakshay-angrish/33841_bitmapfont_doc | Rémi Verschelde | |
add AngelCode format in BitmapFont doc's description | |||
2019-12-30 | Merge pull request #34598 from timothyqiu/tab-height | Rémi Verschelde | |
Fixes tab height in Batch Rename dialog | |||
2019-12-30 | Merge pull request #34594 from marstaik/gltf_colorfix_u | Rémi Verschelde | |
Fix Hard Crash on glTF Color Accessor Import | |||
2019-12-30 | Merge pull request #34593 from Calinou/doc-httprequest-json-example | Rémi Verschelde | |
Add an example of using HTTPRequest to contact a REST API | |||
2019-12-30 | Replace the android.defaultConfig.applicationId in build.gradle with the ↵ | fhuya | |
package/unique_name. | |||
2019-12-30 | Merge pull request #34590 from willnationsdev/kc | Rémi Verschelde | |
Fix KinematicCollision docs mislabeling an ObjectID as an RID. | |||
2019-12-30 | Merge pull request #34589 from Calinou/improve-cli-export-help | Rémi Verschelde | |
Fix and improve command-line exporting help | |||
2019-12-30 | Merge pull request #34582 from timothyqiu/forward-decl | Rémi Verschelde | |
Cleans up headers included in editor_node.h | |||
2019-12-30 | Merge pull request #34576 from rcorre/imgeo-coords | Rémi Verschelde | |
Clarify ImmediateGeometry.add_vertex. | |||
2019-12-30 | Merge pull request #34571 from rcorre/array_returns | Rémi Verschelde | |
Be more specific about array return values. | |||
2019-12-30 | Merge pull request #34563 from Paulb23/23751_extra_line_indent | Rémi Verschelde | |
Fixed selection indent taking an additional line | |||
2019-12-30 | Merge pull request #34561 from NoFr1ends/fix-disconnect-in-theme-change | Rémi Verschelde | |
Fix issue with disconnecting events when font changes | |||
2019-12-30 | Merge pull request #34685 from winston-yallow/fix_omnilight_attenuation | Rémi Verschelde | |
Use correct omni light attenuation | |||
2019-12-30 | Merge pull request #34655 from MadEqua/fix-multimesh-gles3 | Rémi Verschelde | |
Reset GLES3 MultiMesh buffer id when reallocating. | |||
2019-12-30 | Document how to distinguish emulated mouse events from physical ones | Hugo Locurcio | |
Mouse events emulated from a touchscreen will always have a device ID of -1. | |||
2019-12-30 | Exit the editor export process with a non-zero exit code on error | Hugo Locurcio | |
This closes #34672. | |||
2019-12-30 | Makes more editor strings translatable | Haoyu Qiu | |
* Title of Sprite Editor convert preview dialogs * Title of UV Channel Debug dialog * Various editor warnings * GridMap popup menu item "Paste Selects" * Tileset editor shape button texts * MeshLibrary update confirmation text | |||
2019-12-30 | Checks script path before show in filesystem | Haoyu Qiu | |
2019-12-29 | Merge pull request #34690 from kramer425/mono-build-tools-fix | Ignacio Roldán Etcheverry | |
Fix msbuild target argument | |||
2019-12-29 | Fix msbuild target argument | Dan Kramer | |
2019-12-29 | shadow_item_cull_mask should reference light mask | Fabian Keller | |
2019-12-29 | Use correct omni light attenuation | Winston | |
fixes godotengine/godot#34683 | |||
2019-12-29 | Print a warning message if `OS.exit_code` is set to a non-portable value | Hugo Locurcio | |
This also improves the related documentation. | |||
2019-12-29 | Merge pull request #34657 from neikeq/tasukete | Ignacio Roldán Etcheverry | |
Mono/C#: Re-structure API solution and GodotTools post-build target | |||
2019-12-29 | Add ord() function to Expression class | Danil Alexeev | |
The ord() function was recently added in GDScript and VisualScript, but was missed in the Expression class. | |||
2019-12-28 | Improve the Timer wait time property hint | Hugo Locurcio | |
- Make it possible to enter more precise values (up to 3 decimals). - Make it possible to enter values above 4096. | |||
2019-12-28 | Mono/C#: Re-structure API solution and GodotTools post-build target | Ignacio Etcheverry | |
Previously we had a placeholder solution called 'Managed' to benefit from tooling while editing the a part of the C# API. Later the bindings generator would create the final 'GodotSharp' solution including these C# files as well as the auto-generated C# API. Now we replaced the 'Managed' solution with the final 'GodotSharp' solution which is no longer auto-generated, and the bindings generator only takes care of the auto-generated C# API. This has the following benefits: - It's less confusing as there will no longer be two versions of the same file (the original and a generated copy of it). Now there's only one. - We no longer need placeholder for auto-generated API classes, like Node or Resource. We used them for benefiting from tooling. Now we can just use the auto-generated API itself. - Simplifies the build system and bindings generator. Removed lot of code that is not needed anymore. Also added a post-build target to the GodotTools project to copy the output to the data dir. This makes it easy to iterate when doing changes to GodotTools, as SCons doesn't have to be executed anymore just to copy these new files. | |||
2019-12-29 | Show selected directory in split mode when selecting a file | volzhs | |
2019-12-28 | Reset GLES3 MultiMesh buffer id when reallocating. | Bruno Lourenço | |
2019-12-28 | Revert "Merge pull request #34315 from ↵ | Michael Alexsander | |
YeldhamDev/editor_theme_optionbutton_arrow" This reverts commit 0da0eec6cc42066626f867079700c10737092217, reversing changes made to ec97535ea34456607c0c53607d41e34f272890ec. | |||
2019-12-28 | Make OptionButton itself take into account the arrow margin instead of ↵ | Michael Alexsander | |
relying on the theme |