Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-06-04 | Merge pull request #29411 from clayjohn/multimesh_instance_2d | Rémi Verschelde | |
Added MultiMeshInstance2D node for using MultiMesh in 2D | |||
2019-06-04 | Merge pull request #29469 from bojidar-bg/29446-graphnode-seperation | Rémi Verschelde | |
Fix GraphNode not adding separation after the first node | |||
2019-06-04 | Merge pull request #29473 from neikeq/fix-envvars-mono | Rémi Verschelde | |
Mono: Fix SCons options added to the wrong environment | |||
2019-06-04 | Merge pull request #29459 from hpvb/fix-move-rename | Rémi Verschelde | |
Fix moving and renaming files | |||
2019-06-04 | Merge pull request #29464 from bruvzg/macos_fix_non_ime_unicode_input | Rémi Verschelde | |
[macOS] Fixes unicode input with IME input mode inactive. | |||
2019-06-04 | Merge pull request #29452 from YeldhamDev/remember_selected_subtile | Rémi Verschelde | |
Remember selected subtile when updating the TileMap editor | |||
2019-06-04 | Merge pull request #29460 from YeldhamDev/tilemapeditor_atlas_copy_fix | Rémi Verschelde | |
Fix TileMap editor not correctly copying atlas tiles | |||
2019-06-04 | Fix moving and renaming files | Hein-Pieter van Braam-Stewart | |
This commit fixes several issues related to moving scenes and resources in an open project. * Don't try to reload scenes while not all scenes are updated yet. * Don't use the UndoRedo system to update non-user initiated editor state. * Resave scenes after moving files and updating resource path(s). | |||
2019-06-04 | Mono: Fix SCons options added to the wrong environment | Ignacio Etcheverry | |
2019-06-04 | Fix GraphNode not adding seperation after the first node | Bojidar Marinov | |
Fixes #29446 | |||
2019-06-04 | Update sponsors | Rémi Verschelde | |
Image Campus is no longer a Gold sponsor at this time. | |||
2019-06-04 | Update DONORS list | Rémi Verschelde | |
2019-06-04 | [macOS] Fixes unicode input with IME mode inactive, Improves IME mode ↵ | bruvzg | |
documentation. | |||
2019-06-04 | Merge pull request #29449 from dawikur/fix/NULL_assignment | Rémi Verschelde | |
Remove unnecessary assignment | |||
2019-06-04 | Merge pull request #29448 from Calinou/improve-performance-monitor-display | Rémi Verschelde | |
Improve the performance monitor display | |||
2019-06-04 | Merge pull request #29427 from GDquest/doc-gdscript-assert | Rémi Verschelde | |
Improve @GDScript.assert documentation | |||
2019-06-04 | Merge pull request #29461 from YeldhamDev/tilemapeditor_search_errorspam_fix | Rémi Verschelde | |
Fix error spam when typing in the TileMap editor's search box while having no results | |||
2019-06-04 | Merge pull request #29454 from Lisapple/patch-2 | Rémi Verschelde | |
Add description for Particles.capture_aabb and fix typo | |||
2019-06-04 | Merge pull request #29451 from KoBeWi/incremental_bug | Rémi Verschelde | |
Fix crash when searching Tree with no selection | |||
2019-06-04 | Fix error spam when typing in the TileMap editor's search box while having ↵ | Michael Alexsander Silva Dias | |
no results | |||
2019-06-04 | Fix TileMap editor not correctly copying atlas tiles | Michael Alexsander Silva Dias | |
Fixes #29307. | |||
2019-06-04 | Adding missing description for method and fixing typo | Maxime Leroy | |
2019-06-04 | Improve @GDScript.assert documentation | Nathan Lovato | |
Mention that assert only runs in debug builds, closes #29154 | |||
2019-06-03 | Remember selected subtile when updating the TileMap editor | Michael Alexsander Silva Dias | |
Fixes #29444. | |||
2019-06-04 | Fix crash when searching Tree with no selection | Tomasz Chabora | |
2019-06-03 | Improve the performance monitor display | Hugo Locurcio | |
- 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 | Remove unnecessary assignment | Dawid Kurek | |
2019-06-03 | Merge pull request #26848 from ptrojahn/utf8navigation | Rémi Verschelde | |
Support UTF-8 in TextEdit and LineEdit navigation | |||
2019-06-03 | added MultiMeshInstance2D node for using MultiMesh in 2D | clayjohn | |
2019-06-03 | Merge pull request #29431 from Calinou/fix-unix-permissions-errors | Rémi Verschelde | |
Fix errors when attempting to set UNIX permissions when unavailable | |||
2019-06-03 | Merge pull request #29433 from bojidar-bg/29406-dictionary-constant | Rémi Verschelde | |
Properly catch certain errors in Dictionary and Array declarations | |||
2019-06-03 | Merge pull request #29359 from neikeq/android-mono | Rémi Verschelde | |
Android build and export for the mono module | |||
2019-06-03 | Android build and export for the mono module | Ignacio Etcheverry | |
2019-06-03 | Properly catch certain errors in Dictionary declarations | Bojidar Marinov | |
Fixes #29406 | |||
2019-06-03 | Merge pull request #29432 from bojidar-bg/29401-tscn-serialization | Rémi Verschelde | |
Escape node names when saving to .tscn | |||
2019-06-03 | Escape node names when saving to .tscn | Bojidar Marinov | |
Fixes #29401 | |||
2019-06-03 | Fix errors when attempting to set UNIX permissions when unavailable | Hugo Locurcio | |
This makes exporting from Windows to Linux work again. This closes #29416. | |||
2019-06-03 | Merge pull request #28099 from lupoDharkael/fix-completion | Rémi Verschelde | |
Fix code completion not working with class_name | |||
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 | |