Rémi Verschelde
522b09db89
Merge pull request #29449 from dawikur/fix/NULL_assignment
...
Remove unnecessary assignment
2019-06-04 09:27:56 +02:00
Rémi Verschelde
2844b76feb
Merge pull request #29448 from Calinou/improve-performance-monitor-display
...
Improve the performance monitor display
2019-06-04 09:27:39 +02:00
Rémi Verschelde
e13d470034
Merge pull request #29427 from GDquest/doc-gdscript-assert
...
Improve @GDScript.assert documentation
2019-06-04 09:23:33 +02:00
Rémi Verschelde
bdbf2e818c
Merge pull request #29461 from YeldhamDev/tilemapeditor_search_errorspam_fix
...
Fix error spam when typing in the TileMap editor's search box while having no results
2019-06-04 08:41:50 +02:00
Rémi Verschelde
909c3ad1a0
Merge pull request #29454 from Lisapple/patch-2
...
Add description for Particles.capture_aabb and fix typo
2019-06-04 08:35:12 +02:00
Rémi Verschelde
72df0c9436
Merge pull request #29451 from KoBeWi/incremental_bug
...
Fix crash when searching Tree with no selection
2019-06-04 08:08:00 +02:00
Michael Alexsander Silva Dias
412a0b73e9
Fix error spam when typing in the TileMap editor's search box while having no results
2019-06-04 01:44:38 -03:00
Maxime Leroy
77b6f3e812
Adding missing description for method and fixing typo
2019-06-04 03:20:58 +02:00
Nathan Lovato
6f1f887078
Improve @GDScript.assert documentation
...
Mention that assert only runs in debug builds, closes #29154
2019-06-04 10:00:17 +09:00
Tomasz Chabora
2f75471f24
Fix crash when searching Tree with no selection
2019-06-04 01:50:50 +02:00
Hugo Locurcio
b615277a07
Improve the performance monitor display
...
- Use dark colors when using a light theme for better visibility
- Enable antialiasing (only effective when using the GLES3 renderer)
- Make graph lines thinner but opaque
- Scale graph line widths on hiDPI displays
2019-06-03 23:30:05 +02:00
Dawid Kurek
923aaf970f
Remove unnecessary assignment
2019-06-03 23:25:07 +02:00
Rémi Verschelde
774a9fde84
Merge pull request #26848 from ptrojahn/utf8navigation
...
Support UTF-8 in TextEdit and LineEdit navigation
2019-06-03 22:28:54 +02:00
Rémi Verschelde
85a3382958
Merge pull request #29431 from Calinou/fix-unix-permissions-errors
...
Fix errors when attempting to set UNIX permissions when unavailable
2019-06-03 20:54:09 +02:00
Rémi Verschelde
8cc8383a7f
Merge pull request #29433 from bojidar-bg/29406-dictionary-constant
...
Properly catch certain errors in Dictionary and Array declarations
2019-06-03 20:53:02 +02:00
Rémi Verschelde
42569f566f
Merge pull request #29359 from neikeq/android-mono
...
Android build and export for the mono module
2019-06-03 18:06:07 +02:00
Ignacio Etcheverry
14df9e5cb2
Android build and export for the mono module
2019-06-03 17:09:24 +02:00
Bojidar Marinov
b5bbedb45a
Properly catch certain errors in Dictionary declarations
...
Fixes #29406
2019-06-03 17:29:05 +03:00
Rémi Verschelde
22583ec6a3
Merge pull request #29432 from bojidar-bg/29401-tscn-serialization
...
Escape node names when saving to .tscn
2019-06-03 16:25:00 +02:00
Bojidar Marinov
cc004485bc
Escape node names when saving to .tscn
...
Fixes #29401
2019-06-03 16:54:41 +03:00
Hugo Locurcio
cbd31d9f0b
Fix errors when attempting to set UNIX permissions when unavailable
...
This makes exporting from Windows to Linux work again.
This closes #29416 .
2019-06-03 14:35:33 +02:00
Rémi Verschelde
b9dc2e7e4d
Merge pull request #28099 from lupoDharkael/fix-completion
...
Fix code completion not working with class_name
2019-06-03 14:01:07 +02:00
Rémi Verschelde
0dac4d6db6
Merge pull request #25522 from aqnuep/MeshLibrary_improvements
...
MeshLibrary export improvements
2019-06-03 13:59:43 +02:00
Rémi Verschelde
b3162a2a28
Merge pull request #29412 from YeldhamDev/audio_editor_pause_fix
...
Fix pausing in audio player editor acting the same as stopping
2019-06-03 13:58:52 +02:00
Rémi Verschelde
164fae9c1d
Merge pull request #29414 from YeldhamDev/meshinstance2d_texture_signal
...
Properly add "texture_changed" signal to MeshInstance2D
2019-06-03 13:57:32 +02:00
Rémi Verschelde
657c7fd81c
Merge pull request #29417 from YeldhamDev/visual_shader_icon
...
Better visual shader icon
2019-06-03 13:56:48 +02:00
Rémi Verschelde
d1999048e9
Merge pull request #29428 from akien-mga/docdata-merge-properties
...
doc: Fix DocData.merge_from copying old setters and getters
2019-06-03 13:54:53 +02:00
Rémi Verschelde
1abca62697
Merge pull request #29426 from GDquest/object-docs-improvements
...
Improve the documentation of the Object class
2019-06-03 13:11:58 +02:00
Rémi Verschelde
e1e3fcc908
doc: Fix DocData.merge_from copying old setters and getters
...
This is not necessary and means that some setters and getters
can end up wrong if they are changed in the bindings but DocData
does not update them when running --doctool.
Fixes #29425 .
Co-authored-by: Bojidar Marinov <bojidar.marinov.bg@gmail.com>
2019-06-03 13:03:05 +02:00
Rémi Verschelde
1e55f8a241
Merge pull request #29422 from akien-mga/particlesmaterial-missing-enum-value
...
Bind missing FLAG_DISABLE_Z enum value in ParticlesMaterial
2019-06-03 12:24:40 +02:00
Rémi Verschelde
c661d21ffb
Merge pull request #29405 from Calinou/travis-add-no-3d-build
...
Travis CI: Build Linux export template with `disable_3d=yes`
2019-06-03 12:24:18 +02:00
Rémi Verschelde
7da9f28035
Merge pull request #29424 from JFonS/add_heightmap_gizmo
...
Add HeightMapShape mesh in CollisionShape gizmo
2019-06-03 12:18:28 +02:00
Nathan Lovato
21a0dad58a
Improve the documentation of the Object class
...
I edited the main description to remove parentheses and split long sentences.
Closes #29382
Closes #29384
2019-06-03 19:10:59 +09:00
JFonS
6f31143996
Add HeightMapShape mesh in CollisionShape gizmo
2019-06-03 11:59:55 +02:00
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
587c2608c0
Merge pull request #29421 from JFonS/fix_meshlibrary_disable_3d
...
Remove MeshLibrary from disable_3d=true builds
2019-06-03 11:11:18 +02:00
JFonS
c2a2a1083d
Remove MeshLibrary from disable_3d=true builds
2019-06-03 10:25:11 +02:00
Michael Alexsander Silva Dias
8ea67380d0
Better visual shader icon
...
Closes #20695 .
2019-06-03 02:44:59 -03:00
Michael Alexsander Silva Dias
962652f14b
Properly add "texture_changed" signal to MeshInstance2D
...
Fixes #29410 .
2019-06-02 23:51:44 -03:00
Michael Alexsander Silva Dias
a5f1635bf2
Fix pausing in audio player editor acting the same as stopping
2019-06-02 22:40:28 -03: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
Hugo Locurcio
b29387c859
Travis CI: Build Linux export template with `disable_3d=yes`
...
This increases the build coverage by making sure the Linux
export template still compiles when 3D support is disabled.
This also adds human-readable names to each job, which are displayed
on the Travis CI interface.
2019-06-02 19:45:46 +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