Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-06-03 | Merge pull request #25522 from aqnuep/MeshLibrary_improvements | Rémi Verschelde | |
MeshLibrary export improvements | |||
2019-06-03 | Merge pull request #29412 from YeldhamDev/audio_editor_pause_fix | Rémi Verschelde | |
Fix pausing in audio player editor acting the same as stopping | |||
2019-06-03 | Merge pull request #29414 from YeldhamDev/meshinstance2d_texture_signal | Rémi Verschelde | |
Properly add "texture_changed" signal to MeshInstance2D | |||
2019-06-03 | Merge pull request #29417 from YeldhamDev/visual_shader_icon | Rémi Verschelde | |
Better visual shader icon | |||
2019-06-03 | Merge pull request #29428 from akien-mga/docdata-merge-properties | Rémi Verschelde | |
doc: Fix DocData.merge_from copying old setters and getters | |||
2019-06-03 | Merge pull request #29426 from GDquest/object-docs-improvements | Rémi Verschelde | |
Improve the documentation of the Object class | |||
2019-06-03 | doc: Fix DocData.merge_from copying old setters and getters | Ré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-03 | Merge pull request #29422 from akien-mga/particlesmaterial-missing-enum-value | Rémi Verschelde | |
Bind missing FLAG_DISABLE_Z enum value in ParticlesMaterial | |||
2019-06-03 | Merge pull request #29405 from Calinou/travis-add-no-3d-build | Rémi Verschelde | |
Travis CI: Build Linux export template with `disable_3d=yes` | |||
2019-06-03 | Merge pull request #29424 from JFonS/add_heightmap_gizmo | Rémi Verschelde | |
Add HeightMapShape mesh in CollisionShape gizmo | |||
2019-06-03 | Improve the documentation of the Object class | Nathan Lovato | |
I edited the main description to remove parentheses and split long sentences. Closes #29382 Closes #29384 | |||
2019-06-03 | Add HeightMapShape mesh in CollisionShape gizmo | JFonS | |
2019-06-03 | Bind missing FLAG_DISABLE_Z enum value in ParticlesMaterial | Rémi Verschelde | |
Fixes #29419. | |||
2019-06-03 | Merge pull request #29421 from JFonS/fix_meshlibrary_disable_3d | Rémi Verschelde | |
Remove MeshLibrary from disable_3d=true builds | |||
2019-06-03 | Remove MeshLibrary from disable_3d=true builds | JFonS | |
2019-06-03 | Better visual shader icon | Michael Alexsander Silva Dias | |
Closes #20695. | |||
2019-06-02 | Properly add "texture_changed" signal to MeshInstance2D | Michael Alexsander Silva Dias | |
Fixes #29410. | |||
2019-06-02 | Fix pausing in audio player editor acting the same as stopping | Michael Alexsander Silva Dias | |
2019-06-02 | Merge pull request #29378 from KoBeWi/why | Rémi Verschelde | |
Fixed get_item_at_position being weird | |||
2019-06-02 | Merge pull request #29383 from groud/strength_for_inputeventaction | Rémi Verschelde | |
Add configurable strength value to InputEventAction | |||
2019-06-02 | Merge pull request #29397 from GodotExplorer/gdscript-fix-inner-class-freed | Rémi Verschelde | |
Fix GDSCript inner classes be freed after compile | |||
2019-06-02 | Travis 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-02 | Fixed get_item_at_position being weird | Tomasz Chabora | |
2019-06-02 | Add configurable strength value to InputEventAction | Gilles Roudiere | |
2019-06-02 | Fix GDSCript inner classes be freed after compile | geequlim | |
2019-06-02 | Merge pull request #29375 from Calinou/lengthen-version-git-hashes | Rémi Verschelde | |
Display longer Git hashes in engine version dialogs | |||
2019-06-02 | Merge pull request #28390 from KoBeWi/smaller_bigger_gizmo | Rémi Verschelde | |
Allow to change Position2D gizmo size | |||
2019-06-01 | Display longer Git hashes in engine version dialogs | Hugo 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-01 | doc: Sync classref with current source | Rémi Verschelde | |
2019-06-01 | Allow to change Position2D gizmo size | Tomasz Chabora | |
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 | |