summaryrefslogtreecommitdiff
path: root/scene
AgeCommit message (Collapse)Author
2017-12-07Merge pull request #13362 from groud/fix_foldingRémi Verschelde
Fixes folding of blank lines
2017-12-07Merge pull request #14328 from YeldhamDev/popupmenu_submenu_fixRémi Verschelde
Fixed PopupMenu's submenus not showing up in certain situations
2017-12-06-Fix particles with size==0, closes #13931Juan Linietsky
-Fixed material previews (dont show sphere unless for spatial)
2017-12-06Merge pull request #13491 from RaXaR/masterRémi Verschelde
Added get_popup() method to ColorPickerButton...
2017-12-06Merge pull request #13409 from YeldhamDev/textedit_disabledRémi Verschelde
Add disabled theme to TextEdit
2017-12-06Merge pull request #13993 from willnationsdev/animationplayer-docsRémi Verschelde
[DOCS] AnimationPlayer new props, members/methods [ci skip]
2017-12-06Fix and rewrite folding logic, closes #14005, closes #13421Juan Linietsky
2017-12-06Merge pull request #14329 from waldson/fix-missing-stylebox-on-linkbuttonAndreas Haas
Fix missing stylebox for LinkButton's hover states
2017-12-06Particles2D: Fix normal map rid.Andreas Haas
Looks like a Copy & Paste error, fixes #14334.
2017-12-06Fix missing stylebox for LinkButton's hover statesWaldson Patrício
2017-12-06Fixed PopupMenu's submenus not showing up in certain situations.Michael Alexsander Silva Dias
2017-12-05Improve slang, especially in user-visible partsUnknown
2017-12-05Merge pull request #13964 from Krakean/richtextlabel_fix_deselection_bugRémi Verschelde
Rich Text Label: fixed deselection issue
2017-12-04[DOCS] AnimationPlayer new props, members/methodsWill Nations
2017-12-04Do not cancel event if no need to cancel it. Fixes problem with GUI in 3D.Juan Linietsky
2017-12-04Added a higher level wrapper for proxy textureJuan Linietsky
2017-12-04-Implemented Proxy Textures (needed to solve the problem with ViewportTexture)Juan Linietsky
-Properly use hierarchy to initialize resources local to scene (solves problem of GUI in 3D)
2017-12-04Rich Text Label: fixed deselection issueDmitry Koteroff
2017-12-04Merge pull request #13775 from YeldhamDev/filedialog_iconRémi Verschelde
Fixed FileDialog's "parent folder" button not having a texture
2017-12-02TileMap FixesMariano Suligoy
2017-12-02Fixed FileDialog's "parent folder" button not having a texture.Michael Alexsander Silva Dias
2017-12-01Added get_popup() method to ColorPickerButton. This allows to check if the ↵RaXaR
picker is open or not using Popup signals. Ammend: Added docs for the method.
2017-12-01Fixed crash on duplicate instanced nodes (#13432)Konstantin Zaitsev
2017-12-01Merge pull request #13216 from hoelzl/pr-fix-tile-origin-centerPoommetee Ketson
Fix displacement for centered tilemaps
2017-12-01Add disabled theme to TextEdit.Michael Alexsander Silva Dias
2017-11-30Ported 'Exclude Parent' from Raycast2D to RaycastMarco Masselli
2017-11-30Fix PathFollow2D motion.Ferenc Arn
Fixes #13361.
2017-11-29Merge pull request #13392 from cbscribe/kcc_raycast_fixRémi Verschelde
Fix RayCast2D 'Exclude Parent' to include Area2D
2017-11-29Merge pull request #13379 from ianb96/lastline_scroll_fixRémi Verschelde
Scroll to Last Line fix
2017-11-28Change RayCast2D 'Exclude Parent' to include Area2DChris Bradfield
2017-11-28disable caching for targets using helper functionsRhody Lugo
2017-11-28last line scroll fix when scroll_past_last_line is disabledIan
2017-11-28Fixes folding of blank linesGilles Roudiere
2017-11-28use the same cache for all branches for appveyorRhody Lugo
2017-11-27Some improvements to file/dir open/save dialogs:Dmitry Koteroff
1. Removed "..", instead you now will see "Select Current Folder" and "Select this Folder" buttons. 2. Added "go to parent folder" (^) button to Save a File dialog. 3. Tree.cpp: "nothing_selected" signal has been re-made (previous implementation, merged in #13308, wasn't optimal in context of performance) 4. Fixed issue in Project Export dialog: MODE_SAVE_FILE wasn't set when you click "Export". 5. Now you can deselect items by clicking on empty space in Open a Directory dialog.
2017-11-27Switch to textureLod for parallax offset, avoids errors on UWP.Juan Linietsky
2017-11-27Fix displacement for centered tilemapsMatthias Hoelzl
- Fixes tile and collision placement for tilemaps with `tile_origin` set to `TILE_ORIGIN_CENTER`. - Also fixes a bug in the offset computation for collision shapes with `flip_v` flag set to true if `tile_origin` is `TILE_ORIGIN_BOTTOM_LEFT`.
2017-11-27Merge pull request #13308 from Krakean/scenetreedock_additemsdeselectRémi Verschelde
Scene Tree Dock: added ability to deselect items when clicking on empty space
2017-11-27Merge pull request #13318 from Paulb23/adjust_viewport_to_cursor_issue_13190Rémi Verschelde
Fixes adjust viewport to cursor when line is to long, issue 13190
2017-11-27Merge pull request #13252 from Krakean/file_dialogs_small_tweaksRémi Verschelde
A few adjustments to file/dir open dialogs
2017-11-26Merge pull request #13245 from Krakean/itemlist_add_some_signalsRémi Verschelde
Added some new API functionality to Item List component
2017-11-26Item List small enhancementsDmitry Koteroff
Item list: added new signal - nothing_selected (when mouse clicked on empty space), and two new functions - unselect_all() and is_any_selected()
2017-11-26Fixes adjust viewport to cursor when line is to long, issue 13190Paulb23
2017-11-26Merge pull request #12572 from RandomShaper/onion-skinningJuan Linietsky
Onion skinning
2017-11-26initialize bus_index to 0Marcin Zawiejski
fixes #13305
2017-11-26Scene Tree Dock: added ability to deselect items when clicking on empty spaceDmitry Koteroff
2017-11-26Merge pull request #13295 from Calinou/tweak-camera-node-defaultsPoommetee Ketson
Tweak the default camera node settings
2017-11-25Tweak the default camera node settingsHugo Locurcio
- Increase FOV to 70 - Put the Z-near plane at 0.05 meters
2017-11-25Fix crash on node duplicationPedro J. Estébanez
That happened when an instanced scene was being duplicated while it also contained nodes added to it in the scene holding the instance. Plus: - Add comments about the logic behind all this. - Move the null guard to where it can protect the most, but consider it a runtime error rather that a situation we expect. Fixes #13282.
2017-11-25Implement onion skinning for the animation editorPedro J. Estébanez