Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-11-30 | Fix PathFollow2D motion. | Ferenc Arn | |
Fixes #13361. | |||
2017-11-29 | Merge pull request #13392 from cbscribe/kcc_raycast_fix | Rémi Verschelde | |
Fix RayCast2D 'Exclude Parent' to include Area2D | |||
2017-11-29 | Merge pull request #13379 from ianb96/lastline_scroll_fix | Rémi Verschelde | |
Scroll to Last Line fix | |||
2017-11-28 | Change RayCast2D 'Exclude Parent' to include Area2D | Chris Bradfield | |
2017-11-28 | disable caching for targets using helper functions | Rhody Lugo | |
2017-11-28 | last line scroll fix when scroll_past_last_line is disabled | Ian | |
2017-11-28 | use the same cache for all branches for appveyor | Rhody Lugo | |
2017-11-27 | Some 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-27 | Switch to textureLod for parallax offset, avoids errors on UWP. | Juan Linietsky | |
2017-11-27 | Merge pull request #13308 from Krakean/scenetreedock_additemsdeselect | Rémi Verschelde | |
Scene Tree Dock: added ability to deselect items when clicking on empty space | |||
2017-11-27 | Merge pull request #13318 from Paulb23/adjust_viewport_to_cursor_issue_13190 | Rémi Verschelde | |
Fixes adjust viewport to cursor when line is to long, issue 13190 | |||
2017-11-27 | Merge pull request #13252 from Krakean/file_dialogs_small_tweaks | Rémi Verschelde | |
A few adjustments to file/dir open dialogs | |||
2017-11-26 | Merge pull request #13245 from Krakean/itemlist_add_some_signals | Rémi Verschelde | |
Added some new API functionality to Item List component | |||
2017-11-26 | Item List small enhancements | Dmitry 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-26 | Fixes adjust viewport to cursor when line is to long, issue 13190 | Paulb23 | |
2017-11-26 | Merge pull request #12572 from RandomShaper/onion-skinning | Juan Linietsky | |
Onion skinning | |||
2017-11-26 | initialize bus_index to 0 | Marcin Zawiejski | |
fixes #13305 | |||
2017-11-26 | Scene Tree Dock: added ability to deselect items when clicking on empty space | Dmitry Koteroff | |
2017-11-26 | Merge pull request #13295 from Calinou/tweak-camera-node-defaults | Poommetee Ketson | |
Tweak the default camera node settings | |||
2017-11-25 | Tweak the default camera node settings | Hugo Locurcio | |
- Increase FOV to 70 - Put the Z-near plane at 0.05 meters | |||
2017-11-25 | Fix crash on node duplication | Pedro 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-25 | Implement onion skinning for the animation editor | Pedro J. Estébanez | |
2017-11-25 | Made Vector::ptrw explicit for writing, compiler was sometimes using the ↵ | Juan Linietsky | |
wrong function, leading to unnecesary copy on writes and reduced performance. | |||
2017-11-25 | Implement backup/restore for animated values | Pedro J. Estébanez | |
2017-11-24 | A few small adjustments to file dialogs: | Dmitry Koteroff | |
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) | |||
2017-11-24 | Fix style error with MenuButton in default theme | geequlim | |
2017-11-24 | Fix TileMap and TileSet ClassDB bindings | Ruslan Mustakov | |
2017-11-23 | Fixed not be able to unfold the last line | Paulb23 | |
2017-11-23 | Fixed #13167. Restored ParallaxLayer mirroring that was broken by pull ↵ | Sofox | |
request #12421 | |||
2017-11-22 | change default propagation value | Juan Linietsky | |
2017-11-22 | Merge pull request #13159 from AndreaCatania/ray | Rémi Verschelde | |
Removed type_mask and fixed some variable name | |||
2017-11-22 | Merge pull request #12129 from willnationsdev/duplicate-fix | Rémi Verschelde | |
Node.duplicate(): instanced node's descendants' props = original's runtime values. | |||
2017-11-22 | Merge pull request #12301 from MarianoGnu/master | Rémi Verschelde | |
Implement auto-tiling | |||
2017-11-21 | Node.duplicate(): instanced node's descendants' properties now update | Will Nations | |
w/ original's runtime values. | |||
2017-11-21 | code folding scrolling fixes | ianb96 | |
2017-11-21 | Removed type_mask and fixed some variable name | AndreaCatania | |
2017-11-21 | Merge pull request #12284 from bojidar-bg/allow-subproperty-set | Rémi Verschelde | |
Allow for getting/setting "dotted" properties of objects | |||
2017-11-21 | Allow for getting/setting indexed properties of objects using get/set_indexed | Bojidar Marinov | |
Performance is around the same as using pure set() through GDScript. | |||
2017-11-21 | Merge pull request #13121 from Krakean/change_filedialog_removedot | George Marques | |
Remove the "." and "/" (at the end of folders name) from file manage dialog (open scene, open file, ...) | |||
2017-11-21 | Merge pull request #13132 from Chaosus/preserve_dupsignals_flags | Rémi Verschelde | |
Preserve duplicate signal flags | |||
2017-11-21 | Merge pull request #13134 from Chaosus/fixinvalidscroll | Rémi Verschelde | |
Fix invalid scroll | |||
2017-11-21 | Fix invalid scroll | Chaosus | |
2017-11-21 | Preserve duplicate signal flags | Chaosus | |
2017-11-21 | Native pan and zoom for macOS | Bernhard Liebl | |
2017-11-21 | Remove the "." from file manage dialog (open scene, open file, ...) | Dmitry Koteroff | |
Also removed the "." from game control's FileDialog component. Also remove the "/" at the end of folders name. | |||
2017-11-20 | Merge pull request #13105 from Krakean/master | Rémi Verschelde | |
Files list: Add "New Folder.." popup when nothing under mouse cursor | |||
2017-11-20 | Visual fixes | Daniel J. Ramirez | |
Added some icons (Including the onion one) Fixed text editor ellipsis style and editor tabs | |||
2017-11-20 | Add "New Folder.." to right mouse button click on project fileslist panel ↵ | Dmitry Koteroff | |
_WHEN_ no any file/folder is under mouse cursor. | |||
2017-11-20 | Merge pull request #12421 from TheSofox/parallax-overhaul | Rémi Verschelde | |
Overhauled the ParallaxBackground system | |||
2017-11-20 | Merge pull request #13082 from groud/fix_err_class_registration | Poommetee Ketson | |
Fixes a double class registration error |