| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge pull request #13245 from Krakean/itemlist_add_some_signals | Rémi Verschelde | 2017-11-26 | 2 | -0/+29 |
| |\ | | | | | Added some new API functionality to Item List component | ||||
| | * | Item List small enhancements | Dmitry Koteroff | 2017-11-26 | 2 | -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-skinning | Juan Linietsky | 2017-11-26 | 4 | -13/+113 |
| |\ \ | | | | | | | Onion skinning | ||||
| | * | | Implement onion skinning for the animation editor | Pedro J. Estébanez | 2017-11-25 | 4 | -6/+21 |
| | | | | |||||
| | * | | Implement backup/restore for animated values | Pedro J. Estébanez | 2017-11-25 | 2 | -7/+92 |
| | | | | |||||
| * | | | initialize bus_index to 0 | Marcin Zawiejski | 2017-11-26 | 1 | -0/+1 |
| | | | | | | | | | | fixes #13305 | ||||
| * | | | Merge pull request #13295 from Calinou/tweak-camera-node-defaults | Poommetee Ketson | 2017-11-26 | 1 | -1/+1 |
| |\ \ \ | | | | | | | | | Tweak the default camera node settings | ||||
| | * | | | Tweak the default camera node settings | Hugo Locurcio | 2017-11-25 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | - Increase FOV to 70 - Put the Z-near plane at 0.05 meters | ||||
| * | | | | Fix crash on node duplication | Pedro J. Estébanez | 2017-11-25 | 1 | -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 Linietsky | 2017-11-25 | 11 | -17/+17 |
| |/ / | | | | | | | | | | | wrong function, leading to unnecesary copy on writes and reduced performance. | ||||
| * | | Fix style error with MenuButton in default theme | geequlim | 2017-11-24 | 1 | -3/+3 |
| | | | |||||
| * | | Fix TileMap and TileSet ClassDB bindings | Ruslan Mustakov | 2017-11-24 | 2 | -2/+2 |
| | | | |||||
| * | | Fixed not be able to unfold the last line | Paulb23 | 2017-11-23 | 1 | -1/+1 |
| |/ | |||||
| * | Fixed #13167. Restored ParallaxLayer mirroring that was broken by pull ↵ | Sofox | 2017-11-23 | 1 | -6/+10 |
| | | | | | request #12421 | ||||
| * | change default propagation value | Juan Linietsky | 2017-11-22 | 1 | -2/+2 |
| | | |||||
| * | Merge pull request #13159 from AndreaCatania/ray | Rémi Verschelde | 2017-11-22 | 7 | -45/+7 |
| |\ | | | | | Removed type_mask and fixed some variable name | ||||
| | * | Removed type_mask and fixed some variable name | AndreaCatania | 2017-11-21 | 7 | -45/+7 |
| | | | |||||
| * | | Merge pull request #12129 from willnationsdev/duplicate-fix | Rémi Verschelde | 2017-11-22 | 1 | -21/+43 |
| |\ \ | | | | | | | Node.duplicate(): instanced node's descendants' props = original's runtime values. | ||||
| | * | | Node.duplicate(): instanced node's descendants' properties now update | Will Nations | 2017-11-21 | 1 | -21/+43 |
| | | | | | | | | | | | | | w/ original's runtime values. | ||||
| * | | | Merge pull request #12301 from MarianoGnu/master | Rémi Verschelde | 2017-11-22 | 4 | -37/+710 |
| |\ \ \ | | | | | | | | | Implement auto-tiling | ||||
| | * | | | Implement auto-tiling | Mariano Suligoy | 2017-11-20 | 4 | -37/+710 |
| | | | | | |||||
| * | | | | code folding scrolling fixes | ianb96 | 2017-11-21 | 1 | -18/+29 |
| | |/ / |/| | | |||||
| * | | | Merge pull request #12284 from bojidar-bg/allow-subproperty-set | Rémi Verschelde | 2017-11-21 | 10 | -160/+189 |
| |\ \ \ | |_|/ |/| | | Allow for getting/setting "dotted" properties of objects | ||||
| | * | | Allow for getting/setting indexed properties of objects using get/set_indexed | Bojidar Marinov | 2017-11-21 | 10 | -162/+187 |
| | | | | | | | | | | | | | Performance is around the same as using pure set() through GDScript. | ||||
| | * | | Make Tween::interpolate_property's able to get() the initial value | Bojidar Marinov | 2017-11-13 | 1 | -0/+4 |
| | | | | | | | | | | | | | To use this behavior, pass `null` in place of the initial_value parameter. | ||||
| * | | | Merge pull request #13121 from Krakean/change_filedialog_removedot | George Marques | 2017-11-21 | 1 | -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 Koteroff | 2017-11-21 | 1 | -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_flags | Rémi Verschelde | 2017-11-21 | 1 | -1/+1 |
| |\ \ \ \ | | | | | | | | | | | Preserve duplicate signal flags | ||||
| | * | | | | Preserve duplicate signal flags | Chaosus | 2017-11-21 | 1 | -1/+1 |
| | |/ / / | |||||
| * | | | | Merge pull request #13134 from Chaosus/fixinvalidscroll | Rémi Verschelde | 2017-11-21 | 1 | -1/+4 |
| |\ \ \ \ | | | | | | | | | | | Fix invalid scroll | ||||
| | * | | | | Fix invalid scroll | Chaosus | 2017-11-21 | 1 | -1/+4 |
| | |/ / / | |||||
| * / / / | Native pan and zoom for macOS | Bernhard Liebl | 2017-11-21 | 9 | -40/+140 |
| |/ / / | |||||
| * | | | Merge pull request #13105 from Krakean/master | Rémi Verschelde | 2017-11-20 | 1 | -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 Koteroff | 2017-11-20 | 1 | -0/+6 |
| | | | | | | | | | | | | | | | | | _WHEN_ no any file/folder is under mouse cursor. | ||||
| * | | | | Visual fixes | Daniel J. Ramirez | 2017-11-20 | 1 | -2/+4 |
| |/ / / | | | | | | | | | | | | | Added some icons (Including the onion one) Fixed text editor ellipsis style and editor tabs | ||||
| * | | | Merge pull request #12421 from TheSofox/parallax-overhaul | Rémi Verschelde | 2017-11-20 | 5 | -16/+27 |
| |\ \ \ | | | | | | | | | Overhauled the ParallaxBackground system | ||||
| | * | | | Overhauled the ParallaxBackground system so that it works properly ↵ | Sofox | 2017-10-26 | 5 | -16/+27 |
| | | | | | | | | | | | | | | | | | regardless of the zoom of the camera. | ||||
| * | | | | Merge pull request #13082 from groud/fix_err_class_registration | Poommetee Ketson | 2017-11-20 | 1 | -2/+0 |
| |\ \ \ \ | | | | | | | | | | | Fixes a double class registration error | ||||
| | * | | | | Fixes a double class registering error | Gilles Roudiere | 2017-11-20 | 1 | -2/+0 |
| | | |_|/ | |/| | | |||||
| * | | | | Merge pull request #13023 from tom95/particles-align-y-12865 | Rémi Verschelde | 2017-11-20 | 1 | -3/+9 |
| |\ \ \ \ | |/ / / |/| | | | Make particles with DISABLE_Z active respect ALIGN_Y. Fixes #12865 | ||||
| | * | | | Make particles with DISABLE_Z active respect ALIGN_Y. Fixes #12865 | Tom Beckmann | 2017-11-19 | 1 | -3/+9 |
| | | | | | |||||
| * | | | | Merge pull request #12952 from bojidar-bg/12392-export-enums | Rémi Verschelde | 2017-11-20 | 1 | -6/+26 |
| |\ \ \ \ | | | | | | | | | | | Allow exporting enums from GDScript | ||||
| | * | | | | Allow exporting enums from GDScript | Bojidar Marinov | 2017-11-17 | 1 | -6/+26 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | Use as `export(E) ...` Closes #12392 | ||||
| * | | | | | Merge pull request #12983 from ianb96/scene_add_tab | Rémi Verschelde | 2017-11-20 | 2 | -61/+107 |
| |\ \ \ \ \ | | | | | | | | | | | | | Add Scene button and tab scrolling | ||||
| | * | | | | | add scene button and tab scrolling | Ian | 2017-11-18 | 2 | -61/+107 |
| | | |/ / / | |/| | | | |||||
| * | | | | | Merge pull request #12984 from willnationsdev/richtextlabel-hover-signal | Rémi Verschelde | 2017-11-20 | 2 | -3/+26 |
| |\ \ \ \ \ | | | | | | | | | | | | | RichTextLabel: Adding ability for single meta hovering | ||||
| | * | | | | | Adding ability for single meta hovering | Will Nations | 2017-11-17 | 2 | -3/+26 |
| | | | | | | | |||||
| * | | | | | | Merge pull request #13041 from RandomShaper/unify-node-duplicate | Rémi Verschelde | 2017-11-20 | 2 | -9/+43 |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | Let SceneTreeDock duplicate nodes via Node::duplicate() | ||||
| | * | | | | | | Let SceneTreeDock duplicate nodes via Node::duplicate() | Pedro J. Estébanez | 2017-11-19 | 2 | -5/+43 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Helps with #11182. | ||||
| | * | | | | | | Remove out-of-logic assignment of instance's original scene | Pedro J. Estébanez | 2017-11-19 | 1 | -4/+0 |
| | | | | | | | | |||||
