summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-04-05Merge pull request #27677 from akien-mga/Wimplicit-fallthroughRémi Verschelde
Fix -Wimplicit-fallthrough warnings from GCC 8
2019-04-05Merge pull request #27008 from qarmin/fix_toggle_visibilityRémi Verschelde
Fix crash when toggle visibility in SceneTreeDialog
2019-04-05Merge pull request #27153 from YeldhamDev/animsprite_backwardsRémi Verschelde
Make AnimatedSprite able to play backwards
2019-04-05Merge pull request #27327 from goodyttoor/grayscale_exrRémi Verschelde
Fix import grayscale EXR
2019-04-05Merge pull request #27240 from Chaosus/clear_line_pointsRémi Verschelde
Added method to clear all points in Line2D
2019-04-05Merge pull request #27233 from Chaosus/tween_signalRémi Verschelde
Added signal for Tween emitted at full completion
2019-04-05Merge pull request #27254 from piyushdagar/fix-animationRémi Verschelde
Fixes Adding animation to AnimatedSprite doesn't update inspector immmediately #26381
2019-04-05Ability to make CanvasLayers have pseudo 3D depth.Juan Linietsky
2019-04-05Merge pull request #27339 from YeldhamDev/undoredo_merge_versionRémi Verschelde
Fix 'UndoRedo' increasing its version on actions that should be merged
2019-04-05Merge pull request #27401 from Calinou/fix-restart-label-colorRémi Verschelde
Use the "warning" color for the "restart required" label
2019-04-05Merge pull request #27411 from KidRigger/raster_storeRémi Verschelde
Added GLES2 RenderStorage Info calculations.
2019-04-05Merge pull request #27462 from ShyRed/fixgroovejoint2dRémi Verschelde
Replace hardcoded GrooveJoint2D bias with user provided bias
2019-04-05Merge 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-05Fix -Wimplicit-fallthrough warnings from GCC 8Ré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-05Merge pull request #27683 from Xrayez/fix-bitmap-true-bit-countRémi Verschelde
Fix BitMap calculating incorrect true bit count
2019-04-05Merge pull request #27365 from Byteron/tile_map_negative_offsetMariano Javier Suligoy
TileMap, negative Y and X Offset
2019-04-05SCons: add `methods.using_clang` to check used compilerRé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-05Merge pull request #27687 from Zylann/fix_heightmap_shape_min_maxRémi Verschelde
Fix wrong heights data used to compute min and max heights
2019-04-05added negative X and negative Y offset to TileMapAaron Winter
clang-format added negative X and negative Y offset to TileMap
2019-04-04Merge pull request #27500 from samdze/masterMariano Javier Suligoy
Allow TileMap to override set_cell behaviour while using TileMap editor
2019-04-04Merge pull request #27201 from siddharth952/issue1Mariano Javier Suligoy
Fixed Tileset Editor bug related to polygon size
2019-04-04Merge pull request #27122 from LATRio/fix_texture_region_zoomMariano Javier Suligoy
Fix zooming in TextureRegion
2019-04-04Merge pull request #27688 from ForLoveOfCats/masterIgnacio Roldán Etcheverry
Mono: Make missing default constructor error more foolproof
2019-04-04Mono: Make missing default constructor error more foolproofForLoveOfCats
2019-04-04Fix wrong heights data used to compute min and max heightsMarc Gilleron
2019-04-04Merge pull request #27686 from ForLoveOfCats/masterIgnacio Roldán Etcheverry
Mono: Make GD.Convert take Variant.Type instead of int
2019-04-04Mono: Makes GD.Convert take Variant.Type instead of intForLoveOfCats
2019-04-04Fix 'UndoRedo' increasing its version on actions that should be mergedMichael Alexsander Silva Dias
2019-04-04Merge pull request #27469 from Calinou/text-selection-use-accent-colorRémi Verschelde
Use the accent color to highlight selected text
2019-04-04Fix BitMap calculating incorrect true bit countAndrii Doroshenko (Xrayez)
2019-04-04Merge pull request #27567 from Calinou/selection-boxes-use-accent-colorRémi Verschelde
Use the editor theme's accent color for 2D/3D selections and rotations
2019-04-04Merge pull request #27596 from mo7sener/masterRémi Verschelde
Fix: RichTextLabel Crash - meta_hover_ended
2019-04-04Clean up notifications and merge Node and MainLoop ones for clarity, closes ↵Juan Linietsky
#27614
2019-04-04Merge pull request #27671 from akien-mga/scons-opus-armRémi Verschelde
SCons: Fix OPUS_ARM_OPT flag applied for all android/iphone arches
2019-04-04SCons: Fix OPUS_ARM_OPT flag applied for all android/iphone archesRé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-03Merge pull request #27655 from Faless/mp/err_explain_fixRémi Verschelde
Properly explain RPC/RSET mode failure.
2019-04-03Properly 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-03Fix: Keep custom tracks option now keeps animation loop property and value ↵Angeloss
track update mode. (cherry picked from commit 589c5698a0808fb2ad9f240d65c1f44ad6544834)
2019-04-03Add documentation about nested YSort nodes.Juan Linietsky
2019-04-03Merge pull request #27636 from Jayman2000/contributing-theseRémi Verschelde
Minor English fix
2019-04-03Merge pull request #27634 from akien-mga/dist-linux-mimeRémi Verschelde
dist: Rename Linux mime type to follow system convention
2019-04-03Merge pull request #27633 from akien-mga/scons-py3-fixupRémi Verschelde
SCons: Fix python3 compat for builtin_bullet=no
2019-04-03Minor English fixJason 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-03dist: Rename Linux mime type to follow system conventionRé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-03SCons: Fix python3 compat for builtin_bullet=noRémi Verschelde
2019-04-03Merge pull request #27264 from ViktorEvil/masterRémi Verschelde
Enable macOS Mojave "Dark Mode" on the editor title bar
2019-04-03Added signal for Tween emitted at completionChaosus
2019-04-03Merge pull request #27214 from marcelofg55/midi_note_offRémi Verschelde
Fix MIDI Note Off missing on some devices
2019-04-03Merge pull request #27238 from ShyRed/cpu2dmaskRémi Verschelde
Add Emission Mask to CPUParticle2D
2019-04-03Merge pull request #27618 from neikeq/fix-leakIgnacio Roldán Etcheverry
Fix memory leak introduced in bb6814a