aboutsummaryrefslogtreecommitdiff
path: root/scene
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | | | last line scroll fix when scroll_past_last_line is disabledIan2017-11-281-4/+2
| |/ / / / / / /
* / / / / / / / disable caching for targets using helper functionsRhody Lugo2017-11-281-2/+1
|/ / / / / / /
* | | / / / / use the same cache for all branches for appveyorRhody Lugo2017-11-281-0/+1
| |_|/ / / / |/| | | | |
* | | | | | Some improvements to file/dir open/save dialogs:Dmitry Koteroff2017-11-274-9/+82
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | | | | Switch to textureLod for parallax offset, avoids errors on UWP.Juan Linietsky2017-11-271-3/+3
|/ / / / /
* | | | | Merge pull request #13308 from Krakean/scenetreedock_additemsdeselectRémi Verschelde2017-11-271-0/+4
|\ \ \ \ \ | | | | | | | | | | | | Scene Tree Dock: added ability to deselect items when clicking on empty space
| * | | | | Scene Tree Dock: added ability to deselect items when clicking on empty spaceDmitry Koteroff2017-11-261-0/+4
| | | | | |
* | | | | | Merge pull request #13318 from Paulb23/adjust_viewport_to_cursor_issue_13190Rémi Verschelde2017-11-271-15/+23
|\ \ \ \ \ \ | | | | | | | | | | | | | | Fixes adjust viewport to cursor when line is to long, issue 13190
| * | | | | | Fixes adjust viewport to cursor when line is to long, issue 13190Paulb232017-11-261-15/+23
| | | | | | |
* | | | | | | Merge pull request #13252 from Krakean/file_dialogs_small_tweaksRémi Verschelde2017-11-272-3/+30
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | A few adjustments to file/dir open dialogs
| * | | | | | | A few small adjustments to file dialogs:Dmitry Koteroff2017-11-242-3/+30
| | |/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a) Added Backspace key support for Tree-based file dialog. b) Fixed issue inability to select a folder in project manager (always previous folder was selected instead). c) Open Directory mode: changed "Open" to "Select Current Folder" d) Block "Open" button when inappropriate content is selected (for example, file when in open folder mode, or folder when in open files mode)
* | | | | | | Merge pull request #13245 from Krakean/itemlist_add_some_signalsRémi Verschelde2017-11-262-0/+29
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | Added some new API functionality to Item List component
| * | | | | | Item List small enhancementsDmitry Koteroff2017-11-262-0/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Item list: added new signal - nothing_selected (when mouse clicked on empty space), and two new functions - unselect_all() and is_any_selected()
* | | | | | | Merge pull request #12572 from RandomShaper/onion-skinningJuan Linietsky2017-11-264-13/+113
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Onion skinning
| * | | | | | | Implement onion skinning for the animation editorPedro J. Estébanez2017-11-254-6/+21
| | | | | | | |
| * | | | | | | Implement backup/restore for animated valuesPedro J. Estébanez2017-11-252-7/+92
| | | | | | | |
* | | | | | | | initialize bus_index to 0Marcin Zawiejski2017-11-261-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | fixes #13305
* | | | | | | | Merge pull request #13295 from Calinou/tweak-camera-node-defaultsPoommetee Ketson2017-11-261-1/+1
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Tweak the default camera node settings
| * | | | | | | | Tweak the default camera node settingsHugo Locurcio2017-11-251-1/+1
| | |_|_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Increase FOV to 70 - Put the Z-near plane at 0.05 meters
* / | | | | | | Fix crash on node duplicationPedro J. Estébanez2017-11-251-3/+9
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* / / / / / / Made Vector::ptrw explicit for writing, compiler was sometimes using the ↵Juan Linietsky2017-11-2511-17/+17
|/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | wrong function, leading to unnecesary copy on writes and reduced performance.
* | | | | | Fix style error with MenuButton in default themegeequlim2017-11-241-3/+3
| | | | | |
* | | | | | Fix TileMap and TileSet ClassDB bindingsRuslan Mustakov2017-11-242-2/+2
| |/ / / / |/| | | |
* | | | | Fixed not be able to unfold the last linePaulb232017-11-231-1/+1
|/ / / /
* | | | Fixed #13167. Restored ParallaxLayer mirroring that was broken by pull ↵Sofox2017-11-231-6/+10
| | | | | | | | | | | | | | | | request #12421
* | | | change default propagation valueJuan Linietsky2017-11-221-2/+2
| | | |
* | | | Merge pull request #13159 from AndreaCatania/rayRémi Verschelde2017-11-227-45/+7
|\ \ \ \ | | | | | | | | | | Removed type_mask and fixed some variable name
| * | | | Removed type_mask and fixed some variable nameAndreaCatania2017-11-217-45/+7
| | |/ / | |/| |
* | | | Merge pull request #12129 from willnationsdev/duplicate-fixRémi Verschelde2017-11-221-21/+43
|\ \ \ \ | | | | | | | | | | Node.duplicate(): instanced node's descendants' props = original's runtime values.
| * | | | Node.duplicate(): instanced node's descendants' properties now updateWill Nations2017-11-211-21/+43
| | | | | | | | | | | | | | | | | | | | w/ original's runtime values.
* | | | | Merge pull request #12301 from MarianoGnu/masterRémi Verschelde2017-11-224-37/+710
|\ \ \ \ \ | | | | | | | | | | | | Implement auto-tiling
| * | | | | Implement auto-tilingMariano Suligoy2017-11-204-37/+710
| | | | | |
* | | | | | code folding scrolling fixesianb962017-11-211-18/+29
| |/ / / / |/| | | |
* | | | | Merge pull request #12284 from bojidar-bg/allow-subproperty-setRémi Verschelde2017-11-2110-160/+189
|\ \ \ \ \ | |_|/ / / |/| | | | Allow for getting/setting "dotted" properties of objects
| * | | | Allow for getting/setting indexed properties of objects using get/set_indexedBojidar Marinov2017-11-2110-162/+187
| | | | | | | | | | | | | | | | | | | | Performance is around the same as using pure set() through GDScript.
| * | | | Make Tween::interpolate_property's able to get() the initial valueBojidar Marinov2017-11-131-0/+4
| | | | | | | | | | | | | | | | | | | | To use this behavior, pass `null` in place of the initial_value parameter.
* | | | | Merge pull request #13121 from Krakean/change_filedialog_removedotGeorge Marques2017-11-211-1/+4
|\ \ \ \ \ | | | | | | | | | | | | Remove the "." and "/" (at the end of folders name) from file manage dialog (open scene, open file, ...)
| * | | | | Remove the "." from file manage dialog (open scene, open file, ...)Dmitry Koteroff2017-11-211-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also removed the "." from game control's FileDialog component. Also remove the "/" at the end of folders name.
* | | | | | Merge pull request #13132 from Chaosus/preserve_dupsignals_flagsRémi Verschelde2017-11-211-1/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | Preserve duplicate signal flags
| * | | | | | Preserve duplicate signal flagsChaosus2017-11-211-1/+1
| |/ / / / /
* | | | | | Merge pull request #13134 from Chaosus/fixinvalidscrollRémi Verschelde2017-11-211-1/+4
|\ \ \ \ \ \ | | | | | | | | | | | | | | Fix invalid scroll
| * | | | | | Fix invalid scrollChaosus2017-11-211-1/+4
| |/ / / / /
* / / / / / Native pan and zoom for macOSBernhard Liebl2017-11-219-40/+140
|/ / / / /
* | | | | Merge pull request #13105 from Krakean/masterRémi Verschelde2017-11-201-0/+6
|\ \ \ \ \ | | | | | | | | | | | | Files list: Add "New Folder.." popup when nothing under mouse cursor
| * | | | | Add "New Folder.." to right mouse button click on project fileslist panel ↵Dmitry Koteroff2017-11-201-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | _WHEN_ no any file/folder is under mouse cursor.
* | | | | | Visual fixesDaniel J. Ramirez2017-11-201-2/+4
|/ / / / / | | | | | | | | | | | | | | | | | | | | Added some icons (Including the onion one) Fixed text editor ellipsis style and editor tabs
* | | | | Merge pull request #12421 from TheSofox/parallax-overhaulRémi Verschelde2017-11-205-16/+27
|\ \ \ \ \ | | | | | | | | | | | | Overhauled the ParallaxBackground system
| * | | | | Overhauled the ParallaxBackground system so that it works properly ↵Sofox2017-10-265-16/+27
| | | | | | | | | | | | | | | | | | | | | | | | regardless of the zoom of the camera.
* | | | | | Merge pull request #13082 from groud/fix_err_class_registrationPoommetee Ketson2017-11-201-2/+0
|\ \ \ \ \ \ | | | | | | | | | | | | | | Fixes a double class registration error
| * | | | | | Fixes a double class registering errorGilles Roudiere2017-11-201-2/+0
| | |_|/ / / | |/| | | |