Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-04-05 | Light2D height range expanded to -2048 to 2048. | Jared | |
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 | 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 | 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 | 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 | 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 | |||
2019-04-02 | Fix memory leak introduced in bb6814a | Ignacio Etcheverry | |
2019-04-02 | Merge pull request #27597 from marxin/fix-Wnon-virtual-dtor-warnings | Rémi Verschelde | |
Fix -Wnon-virtual-dtor warnings. | |||
2019-04-02 | Merge pull request #26343 from marxin/warnings-all-add-most-of-Wextra | Rémi Verschelde | |
Enable most of -Wextra warnings for warnings=all. | |||
2019-04-02 | Enable warnings=extra on clang and GCC testers. | marxin | |
And remove 2 warnings from warnings=extra. | |||
2019-04-02 | Fix -Wnon-virtual-dtor warnings. | marxin | |
Example of the warning: ./core/script_language.h:198:7: warning: 'class ScriptCodeCompletionCache' has virtual functions and accessible non-virtual destructor [-Wnon-virtual-dtor] | |||
2019-04-02 | Fixed an issue where changing the default_cursor on the RichTextLabel's ↵ | Robear Selwans | |
meta_hover_ended caused the entire project to crash | |||
2019-04-02 | Merge pull request #27228 from Kanabenki/preserve-binds-change-node | Rémi Verschelde | |
Preserve extra arguments for connected signals when changing node type | |||
2019-04-01 | Merge pull request #27171 from Chaosus/randfix | Rémi Verschelde | |
Properly setup seed in RNG | |||
2019-04-01 | Merge pull request #27430 from LeonardMeagher2/csg_get_mesh_data | Rémi Verschelde | |
Apply proper offset to CSGMesh brush materials and smooth flags | |||
2019-04-01 | Merge pull request #27557 from Paulb23/deselect_line_edit_clear | Rémi Verschelde | |
Fixed not deselecting when clearing lineedit. | |||
2019-04-01 | Merge pull request #27485 from Faless/io/encode_decode_safety_pr | Rémi Verschelde | |
Safer encode/decode variant. | |||
2019-04-01 | Merge pull request #27562 from guilhermefelipecgs/fix_27484 | Rémi Verschelde | |
Fix wrong blend of animation tree | |||
2019-04-01 | Some improvements to is_equal_approx, restored Quat operator. | Juan Linietsky | |
2019-04-01 | Add object encoding param to serialization methods | Fabio Alessandrelli | |
Network peers get_var/put_var File get_var/store_var GDScript/Mono/VisualScript bytes2var/var2bytes Add MultiplayerAPI.allow_object_decoding member which deprecates PacketPeer.allow_object_decoding. Break ABI compatibaility (API compatibility for GDNative). | |||
2019-04-01 | Multiplayer API now respects allow_object_decoding | Fabio Alessandrelli | |
Add doc about allow_object_decoding in PacketPeer | |||
2019-04-01 | Merge pull request #27505 from clayjohn/depth_bug | Rémi Verschelde | |
Keep DEPTH from causing compile error in GLES2 | |||
2019-04-01 | Merge pull request #27317 from aqnuep/depth_texture_fix | Rémi Verschelde | |
Fixed handling of depth texture so it's resolved and bound when needed | |||
2019-04-01 | Allow TileMap to override set_cell behaviour while using TileMap editor | Samuele Zolfanelli | |
2019-04-01 | doc: Bump version to 3.2 | Rémi Verschelde | |
2019-04-01 | doc: Fix formatting bug from #27429 | Rémi Verschelde | |
2019-04-01 | Merge pull request #25676 from willnationsdev/fix-inherited-icons | Rémi Verschelde | |
Fix inherited icons for script classes | |||
2019-04-01 | Merge pull request #26097 from ↵ | Rémi Verschelde | |
danielspaniol/25955-wrong-unreachable-warning-after-returning-from-matchs-wildcard-pattern Fix: Wrong unreachable warning after returning from match's wildcard pattern #25955 |