summaryrefslogtreecommitdiff
path: root/scene
AgeCommit message (Collapse)Author
2019-06-01Merge pull request #28841 from KoBeWi/option_button_optionsRémi Verschelde
Improvements to incremental search
2019-06-01Merge pull request #24560 from guilhermefelipecgs/fix_24549Rémi Verschelde
Add EDITMODE_PRIORITY for ATLAS_TILE
2019-05-31Fix and expose String::strip_escapes(), use it in LineEdit pasteRémi Verschelde
Supersedes #27736.
2019-05-31Improvements to incremental searchTomasz Chabora
2019-05-31Merge pull request #29331 from KoBeWi/animation_time_machineRémi Verschelde
Add track_set_key_time() to Animation
2019-05-31Merge pull request #29299 from creikey/masterRémi Verschelde
Check if parent is null before updating transform
2019-05-31Add track_set_key_time() to AnimationTomasz Chabora
2019-05-30Merge pull request #26942 from RandomShaper/fix-vp-issuesRémi Verschelde
Fix Viewport and Camera issues
2019-05-30Merge pull request #29188 from Calinou/improve-ssao-performance-qualityRémi Verschelde
Improve SSAO performance and quality
2019-05-30Merge pull request #29296 from jbuck3/cleanupRémi Verschelde
Remove some redundant lines
2019-05-29Check if parent is null before updating trasnformCameron Reikes
- parent being null means it's not a CollisionObject
2019-05-29Remove some redundant linesJames Buck
2019-05-29Merge pull request #25012 from avencherus/prevent-duplicate-keyframesRémi Verschelde
Do precision comparison to prevent the creation of keyframes with a time that already exists
2019-05-29Fix wrong property binding for NavigationPolygon::verticesRémi Verschelde
2019-05-29Merge pull request #25520 from Zylann/expose_node_custom_aabbRémi Verschelde
Exposed custom AABB setter on GeometryInstance
2019-05-29Merge pull request #29261 from volzhs/fix-basebuttonRémi Verschelde
Fix BaseButton not emitting signal with virtual function
2019-05-29Fix BaseButton not emitting signal with virtual functionvolzhs
Fix #29258
2019-05-28Merge pull request #29251 from qarmin/some_uninitialised_values_fixesRémi Verschelde
Fix some unintialised variables
2019-05-28Merge pull request #28896 from Ranoller/masterRémi Verschelde
Fix tilemap displaced textures and shapes
2019-05-28Merge pull request #29246 from akien-mga/whats-in-a-nameRémi Verschelde
Node::duplicate: Don't set name if original node is nameless
2019-05-28Merge pull request #29248 from Cheeseness/camera_project_fixRémi Verschelde
Add a depth parameter to Camera::project_position()
2019-05-28Fix some unincialised variablesqarmin
2019-05-29Add a depth parameter to Camera::project_position()Cheeseness
2019-05-28Merge pull request #26355 from fire/expose_surface_toolRémi Verschelde
Expose more surface tools and add create_from_blend_shape.
2019-05-28Merge pull request #26978 from qarmin/fix_recursive_bitmapfont_crashRémi Verschelde
Fix crash when trying to set as Bitmap Font fallback one of his parent
2019-05-28Node::duplicate: Don't set name if original node is namelessRémi Verschelde
In practice this only happens when duplicating a node which is not in the scene tree yet, as nameless nodes get assigned a generated name when added to the scene tree. Fixes #27319.
2019-05-28Merge pull request #27836 from turtletooth/right-clickRémi Verschelde
Allow Right Click in Empty Space on FileSystemDock
2019-05-28Merge pull request #27875 from Thource/vehicle_wheel-get_rpmRémi Verschelde
Added a get_rpm() function to VehicleWheel
2019-05-28Merge pull request #28454 from homer666/popup-centered-maxsizeRémi Verschelde
Add `popup_centered_clamped()` method to Popup
2019-05-28Merge pull request #28581 from Lisapple/patch-1Rémi Verschelde
Fixing Curve2D/3D baked interpolated values
2019-05-28Merge pull request #28726 from megalike/add_mac_os_hotkeys_leRémi Verschelde
Support Mac OS hotkeys in line_edit
2019-05-28Merge pull request #29174 from Chaosus/fix_line_wrap_outputRémi Verschelde
Fix "Index out of size" TextEdit's spam to output (when using Expression nodes in the visual shaders)
2019-05-27Make animation editor change tracks positions instead of swapping themMichael Alexsander Silva Dias
2019-05-27Merge pull request #29228 from neikeq/issue-29117Rémi Verschelde
Fix GetTypeInfo error due to missing include
2019-05-27Merge pull request #29182 from clayjohn/radiance_mapRémi Verschelde
Fix radiance map settings
2019-05-27Fix GetTypeInfo error due to missing includeIgnacio Etcheverry
2019-05-27Merge pull request #29118 from JFonS/improve_navmesh_generationRémi Verschelde
Various improvements to NavigationMesh generation
2019-05-27Merge pull request #29223 from Jummit/add-get-camera-ridRémi Verschelde
Add get_camera_rid method to Camera
2019-05-27Fix uninitialised member variable 'meta_hovering' in RichTextLabelIbrahn Sahir
2019-05-27add get_camera_rid methodJummit
2019-05-27Merge pull request #29172 from KoBeWi/path_deoverflowingRémi Verschelde
Don't allow PathFollow offset outside bounds
2019-05-27Merge pull request #29176 from Calinou/tweak-particle-animation-warningRémi Verschelde
Tweak the particle animation node configuration warning message
2019-05-26Fix TextEdit blocking scroll without scrollbarTomasz Chabora
2019-05-26Improve SSAO performance and qualityHugo Locurcio
This decreases the number of samples significantly, leading to a notable performance increase with only a very slight loss in visual quality. This also tweaks the default SSAO settings to use 3×3 blurring, which makes noise patterns much less visible.
2019-05-25fix radiance map settingsclayjohn
2019-05-25Tweak the particle animation node configuration warning messageHugo Locurcio
2019-05-25Fix "Index out of size" TextEdit's spam to outputChaosus
2019-05-25Don't allow PathFollow offset outside boundsTomasz Chabora
2019-05-24Merge pull request #29152 from nekomatata/fix-node-rename-tool-scriptRémi Verschelde
Fixed scene tree update after changing node name in tool script
2019-05-24Merge pull request #29078 from KoBeWi/scroll_stuffRémi Verschelde
Improvements to scroll handling