summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-06-04Removes redundant "display/window/per_pixel_transparency/splash" setting, ↵bruvzg
improves per pixel transparency documentation.
2019-06-03Merge pull request #26848 from ptrojahn/utf8navigationRémi Verschelde
Support UTF-8 in TextEdit and LineEdit navigation
2019-06-03Merge pull request #29431 from Calinou/fix-unix-permissions-errorsRémi Verschelde
Fix errors when attempting to set UNIX permissions when unavailable
2019-06-03Merge pull request #29433 from bojidar-bg/29406-dictionary-constantRémi Verschelde
Properly catch certain errors in Dictionary and Array declarations
2019-06-03Merge pull request #29359 from neikeq/android-monoRémi Verschelde
Android build and export for the mono module
2019-06-03Android build and export for the mono moduleIgnacio Etcheverry
2019-06-03Properly catch certain errors in Dictionary declarationsBojidar Marinov
Fixes #29406
2019-06-03Merge pull request #29432 from bojidar-bg/29401-tscn-serializationRémi Verschelde
Escape node names when saving to .tscn
2019-06-03Escape node names when saving to .tscnBojidar Marinov
Fixes #29401
2019-06-03Fix errors when attempting to set UNIX permissions when unavailableHugo Locurcio
This makes exporting from Windows to Linux work again. This closes #29416.
2019-06-03Merge pull request #28099 from lupoDharkael/fix-completionRémi Verschelde
Fix code completion not working with class_name
2019-06-03Merge pull request #25522 from aqnuep/MeshLibrary_improvementsRémi Verschelde
MeshLibrary export improvements
2019-06-03Merge pull request #29412 from YeldhamDev/audio_editor_pause_fixRémi Verschelde
Fix pausing in audio player editor acting the same as stopping
2019-06-03Merge pull request #29414 from YeldhamDev/meshinstance2d_texture_signalRémi Verschelde
Properly add "texture_changed" signal to MeshInstance2D
2019-06-03Merge pull request #29417 from YeldhamDev/visual_shader_iconRémi Verschelde
Better visual shader icon
2019-06-03Merge pull request #29428 from akien-mga/docdata-merge-propertiesRémi Verschelde
doc: Fix DocData.merge_from copying old setters and getters
2019-06-03Merge pull request #29426 from GDquest/object-docs-improvementsRémi Verschelde
Improve the documentation of the Object class
2019-06-03doc: Fix DocData.merge_from copying old setters and gettersRémi Verschelde
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-03Merge pull request #29422 from akien-mga/particlesmaterial-missing-enum-valueRémi Verschelde
Bind missing FLAG_DISABLE_Z enum value in ParticlesMaterial
2019-06-03Merge pull request #29405 from Calinou/travis-add-no-3d-buildRémi Verschelde
Travis CI: Build Linux export template with `disable_3d=yes`
2019-06-03Merge pull request #29424 from JFonS/add_heightmap_gizmoRémi Verschelde
Add HeightMapShape mesh in CollisionShape gizmo
2019-06-03Improve the documentation of the Object classNathan Lovato
I edited the main description to remove parentheses and split long sentences. Closes #29382 Closes #29384
2019-06-03Add HeightMapShape mesh in CollisionShape gizmoJFonS
2019-06-03Bind missing FLAG_DISABLE_Z enum value in ParticlesMaterialRémi Verschelde
Fixes #29419.
2019-06-03Merge pull request #29421 from JFonS/fix_meshlibrary_disable_3dRémi Verschelde
Remove MeshLibrary from disable_3d=true builds
2019-06-03Remove MeshLibrary from disable_3d=true buildsJFonS
2019-06-03Better visual shader iconMichael Alexsander Silva Dias
Closes #20695.
2019-06-02Properly add "texture_changed" signal to MeshInstance2DMichael Alexsander Silva Dias
Fixes #29410.
2019-06-02Fix pausing in audio player editor acting the same as stoppingMichael Alexsander Silva Dias
2019-06-02Merge pull request #29378 from KoBeWi/whyRémi Verschelde
Fixed get_item_at_position being weird
2019-06-02Merge pull request #29383 from groud/strength_for_inputeventactionRémi Verschelde
Add configurable strength value to InputEventAction
2019-06-02Merge pull request #29397 from GodotExplorer/gdscript-fix-inner-class-freedRémi Verschelde
Fix GDSCript inner classes be freed after compile
2019-06-02Travis CI: Build Linux export template with `disable_3d=yes`Hugo Locurcio
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-02Fixed get_item_at_position being weirdTomasz Chabora
2019-06-02Add configurable strength value to InputEventActionGilles Roudiere
2019-06-02Fix GDSCript inner classes be freed after compilegeequlim
2019-06-02Merge pull request #29375 from Calinou/lengthen-version-git-hashesRémi Verschelde
Display longer Git hashes in engine version dialogs
2019-06-02Merge pull request #28390 from KoBeWi/smaller_bigger_gizmoRémi Verschelde
Allow to change Position2D gizmo size
2019-06-01Display longer Git hashes in engine version dialogsHugo Locurcio
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-01doc: Sync classref with current sourceRémi Verschelde
2019-06-01Allow to change Position2D gizmo sizeTomasz Chabora
2019-06-01Merge pull request #24943 from aqnuep/issue-18201Rémi Verschelde
Mute errors on surface->index_array_len == 0 in the GLES3 renderer
2019-06-01Merge pull request #29372 from akien-mga/docs-tutorials-track-latestRémi Verschelde
doc: Make all tutorial links track "latest" in master branch
2019-06-01Merge pull request #27789 from Giacom/move_towardsRémi Verschelde
Added move_toward functions for float, Vector2 and Vector3
2019-06-01Merge pull request #28841 from KoBeWi/option_button_optionsRémi Verschelde
Improvements to incremental search
2019-06-01doc: Make all tutorial links track "latest" in master branchRé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-01Merge pull request #29298 from Faless/javascript/clipboardRémi Verschelde
Partial Javascript clipboard support
2019-06-01Merge pull request #29360 from Calinou/improve-curve-editor-renderingRémi Verschelde
Improve the curve editor rendering
2019-06-01Merge pull request #24560 from guilhermefelipecgs/fix_24549Rémi Verschelde
Add EDITMODE_PRIORITY for ATLAS_TILE
2019-06-01Merge pull request #24708 from uzimonkey/sub-resource-names-in-script-editorRémi Verschelde
Add sub-resource name when available to script editor