summaryrefslogtreecommitdiffstats
path: root/scene
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #30304 from DavidSichma/remote_cacheRémi Verschelde2019-07-094-2/+16
|\
| * Added force_update_cache() to RemoteTransform and RemoteTransform2DDavid Sichma2019-07-094-2/+16
* | Add `width` and `antialiased` parameters to CanvasItem `draw_rect()`Hugo Locurcio2019-07-092-7/+47
* | Merge pull request #30315 from zaksnet/httprequest-add-timeoutFabio Alessandrelli2019-07-092-1/+49
|\ \
| * | Adds timeout property for httprequestZak2019-07-092-1/+49
* | | TreeItem: Rename new button disable method to set_button_disabledRémi Verschelde2019-07-092-17/+20
* | | Merge pull request #28190 from griant/testRémi Verschelde2019-07-092-41/+0
|\ \ \
| * | | fix improper uncommenting behavior in TextEditorgriant2019-04-192-41/+0
* | | | Merge pull request #30443 from Calinou/improve-node-configuration-warningsRémi Verschelde2019-07-0922-30/+30
|\ \ \ \
| * | | | Improve the node configuration warning displayHugo Locurcio2019-07-0922-30/+30
* | | | | Merge pull request #30438 from Calinou/use-color-constructorsRémi Verschelde2019-07-092-34/+34
|\ \ \ \ \
| * | | | | Use base `Color()` constructors instead of `Color::html()`Hugo Locurcio2019-07-082-34/+34
| |/ / / /
* | | | | Merge pull request #30404 from Calinou/add-spotlight-configuration-warningRémi Verschelde2019-07-092-0/+21
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Add a configuration warning when using ultrawide SpotLight with shadowsHugo Locurcio2019-07-092-0/+21
* | | | | Merge pull request #30361 from LikeLakers2/camera2d-offset-ignores-limitRémi Verschelde2019-07-081-17/+1
|\ \ \ \ \
| * | | | | Camera2D's offset now ignores the limit propertyLikeLakers22019-07-051-17/+1
* | | | | | Fix some issue with TileMap's and other nodes' boundariesBojidar Marinov2019-07-084-7/+18
* | | | | | Merge pull request #30408 from Meriipu/tree_buttondisableRémi Verschelde2019-07-082-0/+9
|\ \ \ \ \ \
| * | | | | | TreeItem: Added a setter for the disabled-property of buttonsMeriipu2019-07-072-0/+9
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #30407 from qarmin/small_fixessRémi Verschelde2019-07-084-4/+4
|\ \ \ \ \ \
| * | | | | | Fixes minor issues found by static analyzerqarmin2019-07-074-4/+4
| | |/ / / / | |/| | | |
* | | | | | Removed a pair of empty bracesunknown2019-07-071-3/+0
| |/ / / / |/| | | |
* | | | | Merge pull request #30357 from simonpuchert/spheresRémi Verschelde2019-07-073-4/+10
|\ \ \ \ \
| * | | | | particles: Return uniform density spheres.Simon Puchert2019-07-061-1/+4
| * | | | | cpu_particles: Return uniform density spheres.Simon Puchert2019-07-062-3/+6
| |/ / / /
* | | | | Merge pull request #30363 from YeldhamDev/viewport_size_stretch_propertyRémi Verschelde2019-07-061-0/+1
|\ \ \ \ \
| * | | | | Make 'size_override_stretch' a property in 'Viewport'Michael Alexsander Silva Dias2019-07-051-0/+1
| |/ / / /
* | | | | Merge pull request #30371 from creikey/fix-30366Rémi Verschelde2019-07-061-1/+1
|\ \ \ \ \
| * | | | | Give up finding item if started at beginningCameron Reikes2019-07-051-1/+1
| |/ / / /
* | | | | Merge pull request #30379 from bojidar-bg/30368-editor-stay-dimmedRémi Verschelde2019-07-061-0/+8
|\ \ \ \ \
| * | | | | Fix editor remaining dimmed after certain actionsBojidar Marinov2019-07-061-0/+8
* | | | | | Merge pull request #30337 from Chaosus/vs_depth_textureRémi Verschelde2019-07-062-2/+51
|\ \ \ \ \ \
| * | | | | | Added DEPTH_TEXTURE to visual shadersChaosus2019-07-052-2/+51
| | |/ / / / | |/| | | |
* | | | | | Added release function to PoolVector::Access.Ibrahn Sahir2019-07-068-26/+26
| |/ / / / |/| | | |
* | | | | Fix light area position in the selected completiongeequlim2019-07-061-1/+1
|/ / / /
* | | | Show icons for code completion optionsGeequlim2019-07-052-29/+51
* | | | Merge pull request #30300 from Calinou/remove-unused-default-theme-iconsRémi Verschelde2019-07-0424-90/+0
|\ \ \ \ | |_|_|/ |/| | |
| * | | Remove unused icons in the default themeHugo Locurcio2019-07-0324-90/+0
| | |/ | |/|
* / | Fix crash with TileSet(again)qarmin2019-07-031-0/+9
|/ /
* | Merge pull request #29988 from NathanWarden/lightmap_hint_sizeRémi Verschelde2019-07-034-10/+91
|\ \
| * | Updated lightmap baker to dynamically calculate lightmap sizes based on surfa...Nathan Warden2019-07-024-10/+91
* | | Merge pull request #30231 from Ranoller/masterRémi Verschelde2019-07-022-14/+141
|\ \ \
| * | | Tilemap fix displaced textures and shapes and added center texture and compat...Ranoller2019-07-022-14/+141
* | | | Fix various memory leaks and errorsBojidar Marinov2019-07-026-5/+7
* | | | Merge pull request #26613 from KoBeWi/direction_of_particlesRémi Verschelde2019-07-026-13/+77
|\ \ \ \ | |/ / / |/| | |
| * | | Add a Direction property to ParticlesMaterialTomasz Chabora2019-06-266-13/+77
* | | | Merge pull request #29980 from Dentrax/directed-by-qarminRémi Verschelde2019-07-016-1/+14
|\ \ \ \
| * | | | fix some crashesFurkan Türkal2019-07-016-1/+14
* | | | | Merge pull request #30126 from qarmin/remove_unnecessary_codeRémi Verschelde2019-07-014-4/+2
|\ \ \ \ \
| * | | | | Remove unnecessary code and add some error explanationsqarmin2019-07-014-4/+2