Rémi Verschelde
a3462c97ad
Bind missing FLAG_DISABLE_Z enum value in ParticlesMaterial
...
Fixes #29419 .
2019-06-03 11:18:13 +02:00
Rémi Verschelde
a25e52fb72
Merge pull request #29378 from KoBeWi/why
...
Fixed get_item_at_position being weird
2019-06-02 21:11:53 +02:00
Rémi Verschelde
688933ea18
Merge pull request #29383 from groud/strength_for_inputeventaction
...
Add configurable strength value to InputEventAction
2019-06-02 21:11:10 +02:00
Rémi Verschelde
512f8c7e62
Merge pull request #29397 from GodotExplorer/gdscript-fix-inner-class-freed
...
Fix GDSCript inner classes be freed after compile
2019-06-02 21:10:43 +02:00
Tomasz Chabora
59f403de0b
Fixed get_item_at_position being weird
2019-06-02 14:32:32 +02:00
Gilles Roudiere
f247832832
Add configurable strength value to InputEventAction
2019-06-02 14:31:34 +02:00
geequlim
eed5967c02
Fix GDSCript inner classes be freed after compile
2019-06-02 19:57:33 +08:00
Rémi Verschelde
8772beb451
Merge pull request #29375 from Calinou/lengthen-version-git-hashes
...
Display longer Git hashes in engine version dialogs
2019-06-02 13:55:57 +02:00
Rémi Verschelde
449395716f
Merge pull request #28390 from KoBeWi/smaller_bigger_gizmo
...
Allow to change Position2D gizmo size
2019-06-02 00:06:28 +02:00
Hugo Locurcio
dc981d8af7
Display longer Git hashes in engine version dialogs
...
Due to the high number of commits in the Godot repository,
7-character hashes were starting to become occasionally ambiguous.
In contrast, 9-character hashes are currently unambiguous for
all commits.
2019-06-01 13:52:58 +02:00
Rémi Verschelde
cfb9709c10
doc: Sync classref with current source
2019-06-01 12:34:29 +02:00
Tomasz Chabora
662c8f95ec
Allow to change Position2D gizmo size
2019-06-01 12:33:24 +02:00
Rémi Verschelde
c34636cbc4
Merge pull request #24943 from aqnuep/issue-18201
...
Mute errors on surface->index_array_len == 0 in the GLES3 renderer
2019-06-01 12:12:09 +02:00
Rémi Verschelde
93845572d5
Merge pull request #29372 from akien-mga/docs-tutorials-track-latest
...
doc: Make all tutorial links track "latest" in master branch
2019-06-01 12:05:41 +02:00
Rémi Verschelde
3c4fab295b
Merge pull request #27789 from Giacom/move_towards
...
Added move_toward functions for float, Vector2 and Vector3
2019-06-01 12:05:18 +02:00
Rémi Verschelde
64a88e8ef3
Merge pull request #28841 from KoBeWi/option_button_options
...
Improvements to incremental search
2019-06-01 11:47:06 +02:00
Rémi Verschelde
e92c09ba4e
doc: Make all tutorial links track "latest" in master branch
...
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 11:33:34 +02:00
Rémi Verschelde
f7953ddea8
Merge pull request #29298 from Faless/javascript/clipboard
...
Partial Javascript clipboard support
2019-06-01 11:18:25 +02:00
Rémi Verschelde
0f26d09fbf
Merge pull request #29360 from Calinou/improve-curve-editor-rendering
...
Improve the curve editor rendering
2019-06-01 11:13:09 +02:00
Rémi Verschelde
4b399034aa
Merge pull request #24560 from guilhermefelipecgs/fix_24549
...
Add EDITMODE_PRIORITY for ATLAS_TILE
2019-06-01 09:49:18 +02:00
Rémi Verschelde
d7163fb77a
Merge pull request #24708 from uzimonkey/sub-resource-names-in-script-editor
...
Add sub-resource name when available to script editor
2019-06-01 09:45:08 +02:00
Rémi Verschelde
44bddecb89
Merge pull request #28695 from Ranoller/patch-2
...
FIX Script editor doesn´t send unsaved script #28693
2019-06-01 09:01:55 +02:00
Hugo Locurcio
9f8bed3cdb
Improve the curve editor rendering
...
- 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-06-01 02:07:42 +02:00
Rémi Verschelde
e9be875007
Merge pull request #29340 from qarmin/fix_array_overflow
...
Fix array overflow when saving scene preview
2019-05-31 21:22:18 +02:00
Rémi Verschelde
a69436aa4e
Merge pull request #27309 from KoBeWi/main_scene_on_android
...
Ensure main scene is set when running on device
2019-05-31 16:55:46 +02:00
Max Hilbrunner
95f2567a8b
Merge pull request #29347 from akien-mga/string-strip-escapes
...
Fix and expose String::strip_escapes(), use it in LineEdit paste
2019-05-31 16:47:55 +02:00
Tomasz Chabora
9e18e94dc1
Ensure main scene is set when running on device
2019-05-31 16:02:57 +02:00
Rémi Verschelde
af2c742f53
Fix and expose String::strip_escapes(), use it in LineEdit paste
...
Supersedes #27736 .
2019-05-31 15:49:14 +02:00
Rémi Verschelde
29645c8147
Merge pull request #27334 from qarmin/add_50_percent_editor_scale
...
Add support for 50% editor scale
2019-05-31 15:28:14 +02:00
Tomasz Chabora
9de912caf5
Improvements to incremental search
2019-05-31 14:56:49 +02:00
Rémi Verschelde
5098d2c46b
Merge pull request #28144 from Calinou/animation-track-editor-align-bool
...
Align boolean track icons to other keys in the animation editor
2019-05-31 14:17:26 +02:00
qarmin
2b4e828b55
Fix array overflow when saving scene preview
2019-05-31 13:22:22 +02:00
Rémi Verschelde
1f91de4783
Merge pull request #29318 from bojidar-bg/29313-control-constant-update
...
Fix constant redrawing of the editor when selecting a Control in a Container
2019-05-31 10:17:56 +02:00
Rémi Verschelde
710827c5db
Merge pull request #29324 from qarmin/fix_memory_leak_text_editor
...
Fix memory leak in Text Editor and FileSystem dock
2019-05-31 10:17:19 +02:00
Rémi Verschelde
0fc6b86797
Merge pull request #29329 from volzhs/fix-animation-player
...
Fix animation player
2019-05-31 10:13:30 +02:00
Rémi Verschelde
7770f8cb7e
Merge pull request #29331 from KoBeWi/animation_time_machine
...
Add track_set_key_time() to Animation
2019-05-31 10:12:37 +02:00
Rémi Verschelde
b9802149bb
Merge pull request #29334 from KoBeWi/not_crash_is_true
...
Fix crash when inherit in rootless unsaved scene
2019-05-31 10:08:51 +02:00
Rémi Verschelde
ca6a2669df
Merge pull request #29328 from KoBeWi/undo_cpuparticles_too
...
Allow undo of conversion to CPUParticles
2019-05-31 10:05:09 +02:00
Rémi Verschelde
6b27b7d113
Merge pull request #29301 from creikey/fix-remotescenetree
...
Hide remote scene tree when adding new scene
2019-05-31 09:52:04 +02:00
Rémi Verschelde
77880d1b4d
Merge pull request #29299 from creikey/master
...
Check if parent is null before updating transform
2019-05-31 09:51:05 +02:00
Cameron Reikes
63c2d1bce1
Hide remote scene tree when adding new scene
...
- Don't show create_root_dialog if remote scenetree visible
- Hide create_root_dialog on showing of remote scenetree
Fixes #29288
2019-05-30 23:56:08 -07:00
UziMonkey
7056c825a3
Add sub-resource name when available to script editor
2019-05-31 02:39:58 -04:00
Rémi Verschelde
4bcefb2268
Merge pull request #29336 from Cheeseness/rigidbody_axis_lock_typos
...
Correct typos in RigidBody axis lock documentation
2019-05-31 06:58:31 +02:00
Cheeseness
b06dc6ba8c
Correct typos in RigidBody axis lock documentation
2019-05-31 13:28:30 +10:00
Tomasz Chabora
847a74d588
Fix crash when inherit in rootless unsaved scene
2019-05-31 02:08:37 +02:00
Tomasz Chabora
adcbcf87dd
Add track_set_key_time() to Animation
2019-05-31 00:40:29 +02:00
volzhs
fe98a31743
Sync Animation editor with Inspector
2019-05-31 06:50:14 +09:00
Tomasz Chabora
1141ab8b25
Allow undo conversion to CPUParticles
2019-05-30 23:08:57 +02:00
volzhs
e16e5012ca
Revert "Fix AnimationPlayer editor length and step synchronization"
...
This reverts commit ca80ebe9f6
.
2019-05-31 04:43:46 +09:00
qarmin
392f6f89cd
Fix memory leak in Text Editor and FileSystem Dock
2019-05-30 21:31:05 +02:00