Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-06-01 | doc: Sync classref with current source | Rémi Verschelde | |
2019-06-01 | Merge pull request #24943 from aqnuep/issue-18201 | Rémi Verschelde | |
Mute errors on surface->index_array_len == 0 in the GLES3 renderer | |||
2019-06-01 | Merge pull request #29372 from akien-mga/docs-tutorials-track-latest | Rémi Verschelde | |
doc: Make all tutorial links track "latest" in master branch | |||
2019-06-01 | Merge pull request #27789 from Giacom/move_towards | Rémi Verschelde | |
Added move_toward functions for float, Vector2 and Vector3 | |||
2019-06-01 | Merge pull request #28841 from KoBeWi/option_button_options | Rémi Verschelde | |
Improvements to incremental search | |||
2019-06-01 | doc: Make all tutorial links track "latest" in master branch | Rémi Verschelde | |
While the master branch is in development state for the next stable branch, its links should point to the "latest" docs branch, to ensure that users of the unstable builds are linked to the relevant documentation. Those links could be switched to stable branch subdomains before branching off for a new major or minor release, to start tracking the frozen stable docs branches. See discussion in #29104. | |||
2019-06-01 | Merge pull request #29298 from Faless/javascript/clipboard | Rémi Verschelde | |
Partial Javascript clipboard support | |||
2019-06-01 | Merge pull request #29360 from Calinou/improve-curve-editor-rendering | Rémi Verschelde | |
Improve the curve editor rendering | |||
2019-06-01 | Merge pull request #24560 from guilhermefelipecgs/fix_24549 | Rémi Verschelde | |
Add EDITMODE_PRIORITY for ATLAS_TILE | |||
2019-06-01 | Merge pull request #24708 from uzimonkey/sub-resource-names-in-script-editor | Rémi Verschelde | |
Add sub-resource name when available to script editor | |||
2019-06-01 | Merge pull request #28695 from Ranoller/patch-2 | Rémi Verschelde | |
FIX Script editor doesn´t send unsaved script #28693 | |||
2019-06-01 | Improve the curve editor rendering | Hugo Locurcio | |
- Fix grid rendering when using a light theme - Enable anti-aliasing for the main curve line (only applies when using the GLES3 renderer) - Swap the main line and edge line colors for better visibility - Scale some line widths on hiDPI displays (not all of them could be scaled due to rendering bugs) | |||
2019-05-31 | Merge pull request #29340 from qarmin/fix_array_overflow | Rémi Verschelde | |
Fix array overflow when saving scene preview | |||
2019-05-31 | Merge pull request #27309 from KoBeWi/main_scene_on_android | Rémi Verschelde | |
Ensure main scene is set when running on device | |||
2019-05-31 | Merge pull request #29347 from akien-mga/string-strip-escapes | Max Hilbrunner | |
Fix and expose String::strip_escapes(), use it in LineEdit paste | |||
2019-05-31 | Ensure main scene is set when running on device | Tomasz Chabora | |
2019-05-31 | Fix and expose String::strip_escapes(), use it in LineEdit paste | Rémi Verschelde | |
Supersedes #27736. | |||
2019-05-31 | Merge pull request #27334 from qarmin/add_50_percent_editor_scale | Rémi Verschelde | |
Add support for 50% editor scale | |||
2019-05-31 | Improvements to incremental search | Tomasz Chabora | |
2019-05-31 | Merge pull request #28144 from Calinou/animation-track-editor-align-bool | Rémi Verschelde | |
Align boolean track icons to other keys in the animation editor | |||
2019-05-31 | Fix array overflow when saving scene preview | qarmin | |
2019-05-31 | Merge pull request #29318 from bojidar-bg/29313-control-constant-update | Rémi Verschelde | |
Fix constant redrawing of the editor when selecting a Control in a Container | |||
2019-05-31 | Merge pull request #29324 from qarmin/fix_memory_leak_text_editor | Rémi Verschelde | |
Fix memory leak in Text Editor and FileSystem dock | |||
2019-05-31 | Merge pull request #29329 from volzhs/fix-animation-player | Rémi Verschelde | |
Fix animation player | |||
2019-05-31 | Merge pull request #29331 from KoBeWi/animation_time_machine | Rémi Verschelde | |
Add track_set_key_time() to Animation | |||
2019-05-31 | Merge pull request #29334 from KoBeWi/not_crash_is_true | Rémi Verschelde | |
Fix crash when inherit in rootless unsaved scene | |||
2019-05-31 | Merge pull request #29328 from KoBeWi/undo_cpuparticles_too | Rémi Verschelde | |
Allow undo of conversion to CPUParticles | |||
2019-05-31 | Merge pull request #29301 from creikey/fix-remotescenetree | Rémi Verschelde | |
Hide remote scene tree when adding new scene | |||
2019-05-31 | Merge pull request #29299 from creikey/master | Rémi Verschelde | |
Check if parent is null before updating transform | |||
2019-05-30 | Hide remote scene tree when adding new scene | Cameron Reikes | |
- Don't show create_root_dialog if remote scenetree visible - Hide create_root_dialog on showing of remote scenetree Fixes #29288 | |||
2019-05-31 | Add sub-resource name when available to script editor | UziMonkey | |
2019-05-31 | Merge pull request #29336 from Cheeseness/rigidbody_axis_lock_typos | Rémi Verschelde | |
Correct typos in RigidBody axis lock documentation | |||
2019-05-31 | Correct typos in RigidBody axis lock documentation | Cheeseness | |
2019-05-31 | Fix crash when inherit in rootless unsaved scene | Tomasz Chabora | |
2019-05-31 | Add track_set_key_time() to Animation | Tomasz Chabora | |
2019-05-31 | Sync Animation editor with Inspector | volzhs | |
2019-05-30 | Allow undo conversion to CPUParticles | Tomasz Chabora | |
2019-05-31 | Revert "Fix AnimationPlayer editor length and step synchronization" | volzhs | |
This reverts commit ca80ebe9f6319f3caf008bd3f49fc11bae13423c. | |||
2019-05-30 | Fix memory leak in Text Editor and FileSystem Dock | qarmin | |
2019-05-30 | Merge pull request #29319 from fire/preview_Crash | Rémi Verschelde | |
Check error code before using FileAccess to create a preview and cras… | |||
2019-05-30 | Merge pull request #26942 from RandomShaper/fix-vp-issues | Rémi Verschelde | |
Fix Viewport and Camera issues | |||
2019-05-30 | Check error code before using FileAccess to create a preview and crashing. | K. S. Ernest (iFIre) Lee | |
2019-05-30 | Fix constant redrawing of the editor when selecting a Control in a Container | Bojidar Marinov | |
Fixes #29313 | |||
2019-05-30 | Merge pull request #29297 from Calinou/decrease-editor-fps-unfocused | Rémi Verschelde | |
Decrease the editor FPS cap when the window is unfocused | |||
2019-05-30 | Merge pull request #29315 from akien-mga/fix-paths-localization | Rémi Verschelde | |
Don't localize paths that contain but are not in the resource path | |||
2019-05-30 | Merge pull request #29311 from AspenBlack/patch-1 | Rémi Verschelde | |
More accurate description of valid Parents | |||
2019-05-30 | Merge pull request #24286 from glaforte/bugfix/20878 | Rémi Verschelde | |
Fixes the support of the 'keep on reimport' flag - Issue #20878. | |||
2019-05-30 | Don't localize paths that contain but are not in the resource path | Rémi Verschelde | |
This issue could be triggered if you try to access a path which contains the resource path string in its absolute path, while pointing to a directory which is *not* in the resource path. It's clearer with an example: with `/my/project` as resource path, the previous logic would also localize `/my/project_data` to `res://data`, which is incorrect and would lead to a cryptic error. Fixes #24761. Co-authored-by: volzhs <volzhs@gmail.com> | |||
2019-05-30 | Decrease the editor FPS cap when the window is unfocused | Hugo Locurcio | |
This decreases CPU/GPU usage when the window is unfocused, which can be beneficial to laptop users. This also makes the low-processor mode sleep project setting no longer affect the editor. Instead, two new editor settings now define the duration of sleeping when the editor is focused and unfocused. This closes #24209 and partially addresses #29257. | |||
2019-05-30 | Merge pull request #29310 from follower/patch-4 | Rémi Verschelde | |
Improve AudioStreamSample documentation. |