Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-04-21 | Improve wording of various messages and make casing more consistent | Hugo Locurcio | |
This also adds the number of selected projects to the confirmation dialog that appears before removing projects. | |||
2019-04-05 | Revert "Properly explain RPC/RSET mode failure." | Rémi Verschelde | |
This reverts commit 95ad747deaa474b30c04b01f60634f2be9a5ea18. It introduced regressions, see #27655. | |||
2019-04-05 | Merge pull request #26847 from IronicallySerious/capitalise-drive-letter-case | Rémi Verschelde | |
Capitalise drive letters | |||
2019-04-05 | Merge pull request #26830 from KidRigger/physics_fps_bug | Rémi Verschelde | |
Fixes physic_fps=0 bug that prevented quit. | |||
2019-04-05 | Merge pull request #26803 from ptrojahn/emptynode | Rémi Verschelde | |
Make get_node return NULL for empty NodePaths | |||
2019-04-05 | Merge pull request #26903 from guzzard/polygon-point-hover | Rémi Verschelde | |
Display vertex number when hovering point in collision polygon | |||
2019-04-05 | Merge pull request #26914 from xDGameStudios/popup_menu_add_item | Rémi Verschelde | |
Fixed optional idx argument in add_item (PopupMenu) | |||
2019-04-05 | Merge pull request #26918 from aqnuep/skeleton_reparenting_fix | Rémi Verschelde | |
Fix skeleton reparenting to also work when the skeleton node is not a bone | |||
2019-04-05 | Merge pull request #26927 from qarmin/fix_perspective_button_hide | Rémi Verschelde | |
Fix perspective button hide when it actually should be disabled | |||
2019-04-05 | Merge pull request #26930 from qarmin/fix_delete_project_settings_properties | Rémi Verschelde | |
Fix deleting properties after deleting files | |||
2019-04-05 | Merge pull request #26954 from willnationsdev/refresh | Rémi Verschelde | |
Add a getter for the EditorInspector | |||
2019-04-05 | Merge pull request #27330 from qarmin/fix_bones_not_showing_after_create | Rémi Verschelde | |
Show bones after creating | |||
2019-04-05 | Merge pull request #27677 from akien-mga/Wimplicit-fallthrough | Rémi Verschelde | |
Fix -Wimplicit-fallthrough warnings from GCC 8 | |||
2019-04-05 | Merge pull request #27008 from qarmin/fix_toggle_visibility | Rémi Verschelde | |
Fix crash when toggle visibility in SceneTreeDialog | |||
2019-04-05 | Merge pull request #27153 from YeldhamDev/animsprite_backwards | Rémi Verschelde | |
Make AnimatedSprite able to play backwards | |||
2019-04-05 | Merge pull request #27327 from goodyttoor/grayscale_exr | Rémi Verschelde | |
Fix import grayscale EXR | |||
2019-04-05 | Merge pull request #27240 from Chaosus/clear_line_points | Rémi Verschelde | |
Added method to clear all points in Line2D | |||
2019-04-05 | Merge pull request #27233 from Chaosus/tween_signal | Rémi Verschelde | |
Added signal for Tween emitted at full completion | |||
2019-04-05 | Merge pull request #27254 from piyushdagar/fix-animation | Rémi Verschelde | |
Fixes Adding animation to AnimatedSprite doesn't update inspector immmediately #26381 | |||
2019-04-05 | Ability to make CanvasLayers have pseudo 3D depth. | Juan Linietsky | |
2019-04-05 | Merge pull request #27339 from YeldhamDev/undoredo_merge_version | Rémi Verschelde | |
Fix 'UndoRedo' increasing its version on actions that should be merged | |||
2019-04-05 | Merge pull request #27401 from Calinou/fix-restart-label-color | Rémi Verschelde | |
Use the "warning" color for the "restart required" label | |||
2019-04-05 | Merge pull request #27411 from KidRigger/raster_store | Rémi Verschelde | |
Added GLES2 RenderStorage Info calculations. | |||
2019-04-05 | Merge pull request #27462 from ShyRed/fixgroovejoint2d | Rémi Verschelde | |
Replace hardcoded GrooveJoint2D bias with user provided bias | |||
2019-04-05 | Merge pull request #27465 from ↵ | Rémi Verschelde | |
neikeq/road-to-lang-agnostic-docs-is-going-to-be-tough EditorHelp: Improve enum ref resolving and add constant ref support | |||
2019-04-05 | Fix -Wimplicit-fallthrough warnings from GCC 8 | Rémi Verschelde | |
Adds `FALLTHROUGH` macro to specify when a fallthrough is intentional. Can be replaced by `[[fallthrough]]` if/when we switch to C++17. The warning is now enabled by default for GCC on `extra` warnings level (part of GCC's `-Wextra`). It's not enabled in Clang's `-Wextra` yet, but we could enable it manually once we switch to C++11. There's no equivalent feature in MSVC for now. Fixes #26135. | |||
2019-04-05 | Merge pull request #27683 from Xrayez/fix-bitmap-true-bit-count | Rémi Verschelde | |
Fix BitMap calculating incorrect true bit count | |||
2019-04-05 | Merge pull request #27365 from Byteron/tile_map_negative_offset | Mariano Javier Suligoy | |
TileMap, negative Y and X Offset | |||
2019-04-05 | SCons: add `methods.using_clang` to check used compiler | Rémi Verschelde | |
Also rename `use_gcc` to `using_gcc` to make it clear that it returns a config but does not alter it. | |||
2019-04-05 | Merge pull request #27687 from Zylann/fix_heightmap_shape_min_max | Rémi Verschelde | |
Fix wrong heights data used to compute min and max heights | |||
2019-04-05 | added negative X and negative Y offset to TileMap | Aaron Winter | |
clang-format added negative X and negative Y offset to TileMap | |||
2019-04-04 | Merge pull request #27500 from samdze/master | Mariano Javier Suligoy | |
Allow TileMap to override set_cell behaviour while using TileMap editor | |||
2019-04-04 | Merge pull request #27201 from siddharth952/issue1 | Mariano Javier Suligoy | |
Fixed Tileset Editor bug related to polygon size | |||
2019-04-04 | Merge pull request #27122 from LATRio/fix_texture_region_zoom | Mariano Javier Suligoy | |
Fix zooming in TextureRegion | |||
2019-04-04 | Merge pull request #27688 from ForLoveOfCats/master | Ignacio Roldán Etcheverry | |
Mono: Make missing default constructor error more foolproof | |||
2019-04-04 | Mono: Make missing default constructor error more foolproof | ForLoveOfCats | |
2019-04-04 | Fix wrong heights data used to compute min and max heights | Marc Gilleron | |
2019-04-04 | Merge pull request #27686 from ForLoveOfCats/master | Ignacio Roldán Etcheverry | |
Mono: Make GD.Convert take Variant.Type instead of int | |||
2019-04-04 | Mono: Makes GD.Convert take Variant.Type instead of int | ForLoveOfCats | |
2019-04-04 | Fix 'UndoRedo' increasing its version on actions that should be merged | Michael Alexsander Silva Dias | |
2019-04-04 | Merge pull request #27469 from Calinou/text-selection-use-accent-color | Rémi Verschelde | |
Use the accent color to highlight selected text | |||
2019-04-04 | Fix BitMap calculating incorrect true bit count | Andrii Doroshenko (Xrayez) | |
2019-04-04 | Merge pull request #27567 from Calinou/selection-boxes-use-accent-color | Rémi Verschelde | |
Use the editor theme's accent color for 2D/3D selections and rotations | |||
2019-04-04 | Merge pull request #27596 from mo7sener/master | Rémi Verschelde | |
Fix: RichTextLabel Crash - meta_hover_ended | |||
2019-04-04 | Clean up notifications and merge Node and MainLoop ones for clarity, closes ↵ | Juan Linietsky | |
#27614 | |||
2019-04-04 | Merge pull request #27671 from akien-mga/scons-opus-arm | Rémi Verschelde | |
SCons: Fix OPUS_ARM_OPT flag applied for all android/iphone arches | |||
2019-04-04 | SCons: Fix OPUS_ARM_OPT flag applied for all android/iphone arches | Rémi Verschelde | |
The first 'if' always evaluated to true, as it evaluated values which are the default ones for Android and iOS respectively, so even if one of them was overridden, the other one would be true. Fixes #27658. | |||
2019-04-03 | Merge pull request #27655 from Faless/mp/err_explain_fix | Rémi Verschelde | |
Properly explain RPC/RSET mode failure. | |||
2019-04-03 | Properly explain RPC/RSET mode failure. | Fabio Alessandrelli | |
_can_call_mode used to call is_network_master/get_network_master internally. This would reset any potential last error set via ERR_EXPLAIN, preventing it from being displayed correctly. _can_call_mode now expects the node master ID to be passed instead. | |||
2019-04-03 | Fix: Keep custom tracks option now keeps animation loop property and value ↵ | Angeloss | |
track update mode. (cherry picked from commit 589c5698a0808fb2ad9f240d65c1f44ad6544834) |