summaryrefslogtreecommitdiff
path: root/scene
AgeCommit message (Collapse)Author
2017-12-10Implemented skeleton visibilityAndreaCatania
Removed code visibility code from popup menu
2017-11-21Merge pull request #13121 from Krakean/change_filedialog_removedotGeorge Marques
Remove the "." and "/" (at the end of folders name) from file manage dialog (open scene, open file, ...)
2017-11-21Merge pull request #13132 from Chaosus/preserve_dupsignals_flagsRémi Verschelde
Preserve duplicate signal flags
2017-11-21Merge pull request #13134 from Chaosus/fixinvalidscrollRémi Verschelde
Fix invalid scroll
2017-11-21Fix invalid scrollChaosus
2017-11-21Preserve duplicate signal flagsChaosus
2017-11-21Native pan and zoom for macOSBernhard Liebl
2017-11-21Remove 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-20Merge pull request #13105 from Krakean/masterRémi Verschelde
Files list: Add "New Folder.." popup when nothing under mouse cursor
2017-11-20Visual fixesDaniel J. Ramirez
Added some icons (Including the onion one) Fixed text editor ellipsis style and editor tabs
2017-11-20Add "New Folder.." to right mouse button click on project fileslist panel ↵Dmitry Koteroff
_WHEN_ no any file/folder is under mouse cursor.
2017-11-20Merge pull request #12421 from TheSofox/parallax-overhaulRémi Verschelde
Overhauled the ParallaxBackground system
2017-11-20Merge pull request #13082 from groud/fix_err_class_registrationPoommetee Ketson
Fixes a double class registration error
2017-11-20Fixes a double class registering errorGilles Roudiere
2017-11-20Merge pull request #13023 from tom95/particles-align-y-12865Rémi Verschelde
Make particles with DISABLE_Z active respect ALIGN_Y. Fixes #12865
2017-11-20Merge pull request #12952 from bojidar-bg/12392-export-enumsRémi Verschelde
Allow exporting enums from GDScript
2017-11-20Merge pull request #12983 from ianb96/scene_add_tabRémi Verschelde
Add Scene button and tab scrolling
2017-11-20Merge pull request #12984 from willnationsdev/richtextlabel-hover-signalRémi Verschelde
RichTextLabel: Adding ability for single meta hovering
2017-11-20Merge pull request #13041 from RandomShaper/unify-node-duplicateRémi Verschelde
Let SceneTreeDock duplicate nodes via Node::duplicate()
2017-11-20Merge pull request #13049 from tagcup/pathfollow2d_parallel_transportRémi Verschelde
Use parallel transport in PathFollow2D.
2017-11-20Fix TextEdit::cursor_set_line bindingsRémi Verschelde
As spotted by @neikeq - fixes #13068.
2017-11-20Merge pull request #13065 from DoctorAlpaca/masterRémi Verschelde
Fix the prevention for sliding on slopes in the 2d version of move_and_slide
2017-11-19Ability to change indirect light energy.Juan Linietsky
2017-11-20Fix the prevention for sliding on slopes in the 2d version of move_and_slideEric Wiltfang
Done by using the same method the 3d counterpart uses. Fixes #13063.
2017-11-20Merge pull request #12950 from ianb96/code_foldingRémi Verschelde
Code Folding
2017-11-19Merge pull request #13000 from djrm/pr_import_fixesRémi Verschelde
import fixes
2017-11-19Make particles with DISABLE_Z active respect ALIGN_Y. Fixes #12865Tom Beckmann
2017-11-19Let SceneTreeDock duplicate nodes via Node::duplicate()Pedro J. Estébanez
Helps with #11182.
2017-11-19Remove out-of-logic assignment of instance's original scenePedro J. Estébanez
2017-11-19Use parallel transport in PathFollow2D.Ferenc Arn
Fixes #12995.
2017-11-19Merge pull request #13040 from RandomShaper/fix-signals-dupRémi Verschelde
Fix duplication of signals
2017-11-19Fix duplication of signalsPedro J. Estébanez
- Partially revert 6496b53549aca7b1be57c3be55815f32a4842201, adding a comment about why duplications of signals must happen as a second phase. - Add fallback logic for connections to nodes not in the duplicated hierarchy. - Remove redundant call to `Node::_duplicate_signals()`. Fixes #12951.
2017-11-19Rework the canvas_item API for further improves to the canvas item editorGilles Roudiere
2017-11-18add scene button and tab scrollingIan
2017-11-18scrolling fixesIan
2017-11-18change expand_to_len property to add on nonzero...also rename tokbake
expand_to_text_length and shift window on expand to see all text
2017-11-17TextEdit code foldingIan
2017-11-17Fixed mesh importing when multiple materials are presentDaniel J. Ramirez
2017-11-17Merge pull request #12982 from tagcup/aabb_renameRémi Verschelde
Rename Rect3 to AABB.
2017-11-17Merge pull request #12962 from SaracenOne/gui_focus_next_prevJuan Linietsky
Add manual overrides for focus_next and focus_previous
2017-11-17Rename Rect3 to AABB.Ferenc Arn
Fixes #12973.
2017-11-17Adding ability for single meta hoveringWill Nations
2017-11-17Allow exporting enums from GDScriptBojidar Marinov
Use as `export(E) ...` Closes #12392
2017-11-17Merge pull request #12763 from remorse107/Code-CompleteRémi Verschelde
Modified code completion for better tabbing with immediate hints.
2017-11-17Merge pull request #12870 from Nibodhika/masterRémi Verschelde
Fixing tilemap rotation for non top-left tiles.
2017-11-16Merge pull request #12960 from tagcup/fix_gi_emission_energyJuan Linietsky
Fix energy not affecting emissive texture in GI baker.
2017-11-16Add manual overrides for focus_next and focus_previous on controls similar ↵Saracen
to what can already be done with focus neighbours.
2017-11-16Merge pull request #12957 from bojidar-bg/12928-numeric-underscoresRémi Verschelde
Allow underscores in GDScript numeric literals
2017-11-15Fix energy not affecting emissive texture in GI baker.Ferenc Arn
Also fix emission_tex being invalid always due to wrong reference type. Fixes #10534.
2017-11-15Remove obsolete ButtonArray themingRémi Verschelde
ButtonArrays have been removed in 3.0. [ci skip]