Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-06-12 | Merge pull request #29601 from NilsIrl/hiding_enabled | Rémi Verschelde | |
Treat hiding_enabled as bool throughout | |||
2019-06-12 | Merge pull request #29648 from jbuck3/tree-tooltips | Rémi Verschelde | |
Fix Tree button tooltips | |||
2019-06-12 | Merge pull request #29589 from kbajno/master | Rémi Verschelde | |
Add in missing 'FLAG_DRAW_NEXT_FRAME_IF_VISIBLE' to Flag enun | |||
2019-06-12 | Merge pull request #29306 from qarmin/small_code_fixes | Rémi Verschelde | |
Small fixes to unrechable code, possibly overflows, using NULL pointers | |||
2019-06-12 | Merge pull request #29696 from akien-mga/cpuparticles-randomness | Rémi Verschelde | |
CPUParticles: Do randomness ratio computations in phase instead of time | |||
2019-06-12 | Merge pull request #29685 from akien-mga/cpuparticles-tangential-accel | Rémi Verschelde | |
CPUParticles: Fix inconsistent tangential acceleration | |||
2019-06-11 | CPUParticles: Do randomness ratio computations in phase instead of time | Rémi Verschelde | |
The original shader code uses a phase (ratio from 0 to 1 for the particle lifetime) for the randomness ratio computations, and this code was ported over but converted to time computations. The seeding/cycle logic was thus invalid, so we're going back to phase for these computations, thus fixing the previous non-working time/emission randomness property. Part of #29692. Follow-up to #26859. | |||
2019-06-11 | Merge pull request #29678 from akien-mga/err-macros-semicolon | Rémi Verschelde | |
Fix error macro calls not ending with semicolon | |||
2019-06-11 | CPUParticles: Fix inconsistent tangential acceleration | Rémi Verschelde | |
The tangential acceleration for both CPUParticles2D and CPUParticles had been badly converted from their GPU counterpart (ParticlesMaterial). This fixes it and ensures that both GPU and CPU particles behave the same with regard to tangential acceleration. | |||
2019-06-11 | Merge pull request #29573 from qarmin/fix_rich_text_process_line | Rémi Verschelde | |
Fix RichLabelText::_process_line crash | |||
2019-06-11 | Merge pull request #29543 from qarmin/fix_arvr_error_spam | Rémi Verschelde | |
Fix ARVRAnchor and ARVRController error spam | |||
2019-06-11 | Fix error macro calls not ending with semicolon | Rémi Verschelde | |
It's not necessary, but the vast majority of calls of error macros do have an ending semicolon, so it's best to be consistent. Most WARN_DEPRECATED calls did *not* have a semicolon, but there's no reason for them to be treated differently. | |||
2019-06-11 | Merge pull request #29539 from qarmin/fix_crash_with_get_keywords_color | Rémi Verschelde | |
Fix crash with get_keywords_color | |||
2019-06-11 | Merge pull request #29558 from SamSindt/fix-lifetime-reversed-CPUParticles2D | Rémi Verschelde | |
Reversed operator in SortLifetime fixing #29440 | |||
2019-06-11 | Merge pull request #29519 from Ranoller/master | Rémi Verschelde | |
Make tilemap texture origin point top-left. | |||
2019-06-11 | Merge pull request #29498 from bruvzg/fix_line_edit_alt_keys | Rémi Verschelde | |
Fix third and fourth level (AltGr / ⌥ modifier) keys input in LineEdit. | |||
2019-06-11 | Fix third and fourth level (AltGr / ⌥ modifier) keys input in LineEdit. | bruvzg | |
2019-06-10 | Fix crash when frames are empty | qarmin | |
2019-06-09 | Fix Tree button tooltips | James Buck | |
Fixes #22777 | |||
2019-06-08 | Treat hiding_enabled as bool throughout | Nils ANDRÉ-CHANG | |
2019-06-07 | Add in missing 'FLAG_DRAW_NEXT_FRAME_IF_VISIBLE' to Flag enun | kbajno | |
2019-06-07 | Fix RichLabelText::_process_line crash | qarmin | |
2019-06-06 | Reversed operator in SortLifetime fixing #29440 | SamSindt | |
2019-06-06 | Fix 2D Line crash | qarmin | |
2019-06-06 | Fix ARVRAnchor and ARVRController error spam | qarmin | |
2019-06-06 | Fix crash with get_keywords_color | qarmin | |
2019-06-05 | Make tilemap texture origin point top-left. | Ranoller | |
Fix https://github.com/godotengine/godot/issues/29487. In this commit: https://github.com/godotengine/godot/pull/28896 bad offset of textures and shapes was fixed, but a center of texture was added too, and this seems not dessired by default because breaks too much compatibility with demos and user projects. A future Check box for center texture can be added | |||
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 | Fix GraphNode not adding seperation after the first node | Bojidar Marinov | |
Fixes #29446 | |||
2019-06-04 | Fix crash when searching Tree with no selection | Tomasz Chabora | |
2019-06-03 | Merge pull request #26848 from ptrojahn/utf8navigation | Rémi Verschelde | |
Support UTF-8 in TextEdit and LineEdit navigation | |||
2019-06-03 | Small fixes to unrechable code, possibly overflows, using NULL pointers | qarmin | |
2019-06-03 | added MultiMeshInstance2D node for using MultiMesh in 2D | clayjohn | |
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 | Merge pull request #25522 from aqnuep/MeshLibrary_improvements | Rémi Verschelde | |
MeshLibrary export improvements | |||
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 #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 #29424 from JFonS/add_heightmap_gizmo | Rémi Verschelde | |
Add HeightMapShape mesh in CollisionShape gizmo | |||
2019-06-03 | Add HeightMapShape mesh in CollisionShape gizmo | JFonS | |
2019-06-03 | Bind missing FLAG_DISABLE_Z enum value in ParticlesMaterial | Rémi Verschelde | |
Fixes #29419. | |||
2019-06-03 | Remove MeshLibrary from disable_3d=true builds | JFonS | |
2019-06-02 | Properly add "texture_changed" signal to MeshInstance2D | Michael Alexsander Silva Dias | |
Fixes #29410. | |||
2019-06-02 | Merge pull request #29378 from KoBeWi/why | Rémi Verschelde | |
Fixed get_item_at_position being weird | |||
2019-06-02 | Fixed get_item_at_position being weird | Tomasz Chabora | |
2019-06-02 | Merge pull request #28390 from KoBeWi/smaller_bigger_gizmo | Rémi Verschelde | |
Allow to change Position2D gizmo size | |||
2019-06-01 | Allow to change Position2D gizmo size | Tomasz Chabora | |
2019-06-01 | Merge pull request #28841 from KoBeWi/option_button_options | Rémi Verschelde | |
Improvements to incremental search | |||
2019-06-01 | Merge pull request #24560 from guilhermefelipecgs/fix_24549 | Rémi Verschelde | |
Add EDITMODE_PRIORITY for ATLAS_TILE |