Age | Commit message (Expand) | Author |
2019-07-12 | Tweak audio cutoff property hints to allow reasonable values only | Hugo Locurcio |
2019-07-12 | Merge pull request #30466 from Chaosus/vs_boolean_funcs | Rémi Verschelde |
2019-07-12 | Added "Is" and "Compare" functions to visual shaders | Chaosus |
2019-07-12 | Added triplanar uniform texture node to visual shaders | Chaosus |
2019-07-12 | Merge pull request #30517 from kawa-yoiko/modal-freeze | Rémi Verschelde |
2019-07-11 | Merge pull request #30498 from bojidar-bg/30495-cannot-insert-key | Rémi Verschelde |
2019-07-11 | Fix #29478 multiple modals possibly freeze | Shiqing |
2019-07-10 | Fix inability to insert keys via Insert Key context menu | Bojidar Marinov |
2019-07-10 | Merge pull request #30455 from qarmin/const_reference | Rémi Verschelde |
2019-07-10 | Merge pull request #30451 from raphael10241024/fix_outline | Rémi Verschelde |
2019-07-10 | Merge pull request #30462 from sparkart/master | Rémi Verschelde |
2019-07-10 | Use reference to constant in functions | qarmin |
2019-07-10 | Fix incorrect X position of line length guideline | Shiqing |
2019-07-09 | Merge pull request #30304 from DavidSichma/remote_cache | Rémi Verschelde |
2019-07-09 | Add `width` and `antialiased` parameters to CanvasItem `draw_rect()` | Hugo Locurcio |
2019-07-09 | Fix issue with displaying empty tooltip hint | Emmanuel Barroga |
2019-07-09 | Merge pull request #30315 from zaksnet/httprequest-add-timeout | Fabio Alessandrelli |
2019-07-09 | Added force_update_cache() to RemoteTransform and RemoteTransform2D | David Sichma |
2019-07-09 | Adds timeout property for httprequest | Zak |
2019-07-09 | TreeItem: Rename new button disable method to set_button_disabled | Rémi Verschelde |
2019-07-09 | Merge pull request #28190 from griant/test | Rémi Verschelde |
2019-07-09 | Merge pull request #30443 from Calinou/improve-node-configuration-warnings | Rémi Verschelde |
2019-07-09 | Merge pull request #30438 from Calinou/use-color-constructors | Rémi Verschelde |
2019-07-09 | Merge pull request #30404 from Calinou/add-spotlight-configuration-warning | Rémi Verschelde |
2019-07-09 | Fix DynamaicFont outline does not draw using draw_char | RaphaelHunter |
2019-07-09 | Add a configuration warning when using ultrawide SpotLight with shadows | Hugo Locurcio |
2019-07-09 | Improve the node configuration warning display | Hugo Locurcio |
2019-07-08 | Use base `Color()` constructors instead of `Color::html()` | Hugo Locurcio |
2019-07-08 | Merge pull request #30361 from LikeLakers2/camera2d-offset-ignores-limit | Rémi Verschelde |
2019-07-08 | Fix some issue with TileMap's and other nodes' boundaries | Bojidar Marinov |
2019-07-08 | Merge pull request #30408 from Meriipu/tree_buttondisable | Rémi Verschelde |
2019-07-08 | Merge pull request #30407 from qarmin/small_fixess | Rémi Verschelde |
2019-07-07 | Fixes minor issues found by static analyzer | qarmin |
2019-07-07 | Removed a pair of empty braces | unknown |
2019-07-07 | TreeItem: Added a setter for the disabled-property of buttons | Meriipu |
2019-07-07 | Merge pull request #30357 from simonpuchert/spheres | Rémi Verschelde |
2019-07-06 | Merge pull request #30363 from YeldhamDev/viewport_size_stretch_property | Rémi Verschelde |
2019-07-06 | Merge pull request #30371 from creikey/fix-30366 | Rémi Verschelde |
2019-07-06 | Merge pull request #30379 from bojidar-bg/30368-editor-stay-dimmed | Rémi Verschelde |
2019-07-06 | Merge pull request #30337 from Chaosus/vs_depth_texture | Rémi Verschelde |
2019-07-06 | particles: Return uniform density spheres. | Simon Puchert |
2019-07-06 | Fix editor remaining dimmed after certain actions | Bojidar Marinov |
2019-07-06 | Added release function to PoolVector::Access. | Ibrahn Sahir |
2019-07-05 | Give up finding item if started at beginning | Cameron Reikes |
2019-07-06 | Fix light area position in the selected completion | geequlim |
2019-07-05 | Make 'size_override_stretch' a property in 'Viewport' | Michael Alexsander Silva Dias |
2019-07-05 | Camera2D's offset now ignores the limit property | LikeLakers2 |
2019-07-06 | cpu_particles: Return uniform density spheres. | Simon Puchert |
2019-07-05 | Keep track of default theme and project custom default theme seperatelly | Bojidar Marinov |
2019-07-05 | Added DEPTH_TEXTURE to visual shaders | Chaosus |