Age | Commit message (Collapse) | Author | |
---|---|---|---|
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) | |||
2019-04-03 | Add documentation about nested YSort nodes. | Juan Linietsky | |
2019-04-03 | Merge pull request #27636 from Jayman2000/contributing-these | Rémi Verschelde | |
Minor English fix | |||
2019-04-03 | Merge pull request #27634 from akien-mga/dist-linux-mime | Rémi Verschelde | |
dist: Rename Linux mime type to follow system convention | |||
2019-04-03 | Merge pull request #27633 from akien-mga/scons-py3-fixup | Rémi Verschelde | |
SCons: Fix python3 compat for builtin_bullet=no | |||
2019-04-03 | Minor English fix | Jason Yundt | |
CONTRIBUTING.md would use the phrase "those guidelines" to introduce a list. In general, the word "these" is used to refer to something that is being introduced or has recently been introduced, and "those" is used to refer to something that had been previously introduced. This change also makes CONTRIBUTING.md consistent with the documentation. The documentation guidelines at https://docs.godotengine.org/en/latest/community/contributing/documentation_guidelines.html use "these" to introduce a list and its singular form, "this", to introduce items. | |||
2019-04-03 | dist: Rename Linux mime type to follow system convention | Rémi Verschelde | |
Mime type definitions are usually named like the mime type they define, i.e. x-godot-project in our case. It was introduced with reverse DNS naming as that's what FlatHub favors, so it will need to be renamed there. | |||
2019-04-03 | SCons: Fix python3 compat for builtin_bullet=no | Rémi Verschelde | |
2019-04-03 | Merge pull request #27264 from ViktorEvil/master | Rémi Verschelde | |
Enable macOS Mojave "Dark Mode" on the editor title bar | |||
2019-04-03 | Added signal for Tween emitted at completion | Chaosus | |
2019-04-03 | Merge pull request #27214 from marcelofg55/midi_note_off | Rémi Verschelde | |
Fix MIDI Note Off missing on some devices | |||
2019-04-03 | Merge pull request #27238 from ShyRed/cpu2dmask | Rémi Verschelde | |
Add Emission Mask to CPUParticle2D | |||
2019-04-03 | Merge pull request #27618 from neikeq/fix-leak | Ignacio Roldán Etcheverry | |
Fix memory leak introduced in bb6814a |