summaryrefslogtreecommitdiff
path: root/scene
AgeCommit message (Collapse)Author
2016-03-09remove trailing whitespaceHubert Jarosz
2016-03-08Merge pull request #3991 from JoshuaGrams/issue-3711Rémi Verschelde
Issue 3711
2016-03-08AnimationTreePlayer: distinguish value tracks.Josh Grams
If the node had a 3D Transform, the transform would always get written, even if the tracks on that node were supposed to be value tracks.
2016-03-08Merge pull request #3969 from Paulb23/scroll_past_end_of_fileJuan Linietsky
Enabled scrolling past end of file in text editor.
2016-03-07Added extra controls to GeometryInstances to control how they should cast ↵Saracen
shadows: double-sided and shadows only. Conflicts: servers/visual/visual_server_raster.h
2016-03-07Merge pull request #3919 from chuckeles/open-lines-below-aboveRémi Verschelde
Open line below and above
2016-03-07Enabled scrolling past end of filePaulb23
2016-03-05Fix Sprite doesn't updating region_rect value in certain conditionsFranklin Sobrinho
2016-03-04Add special new line openingMartin Chuckeles
2016-03-04-Work on addon editor plugin (disabled by default)Juan Linietsky
-New HTTPRequest node, to make HTTP requests simpler.
2016-03-04Add editor settings for call hint placementMartin Chuckeles
Added settings: text_editor/put_callhint_tooltip_below_current_line and text_editor/callhint_tooltip_offset
2016-03-03Hide hint if completion is activeMartin Chuckeles
2016-03-03Move the call hint under the current lineMartin Chuckeles
2016-03-01Merge pull request #3858 from JoshuaGrams/blend3Rémi Verschelde
AnimationTreePlayer (Blend3): process all inputs.
2016-03-01AnimationTreePlayer: blend value tracks (closes #2299)Josh Grams
Variant: - zero() sets a Variant to the appropriate type of zero value - blend() blends part of one Variant on top of another.
2016-02-28AnimationTreePlayer (Blend3): process all inputs.Josh Grams
Always call _process_node on all three inputs so that looped animations don't get out of sync.
2016-02-27fix transform localization event in mouse motionJuan Linietsky
2016-02-21Fix missing dependency resolver in Windowseska
2016-02-21Add support for placeholders in tscn, which was missing. Closes #3652Juan Linietsky
2016-02-20-Fixed bug with event player crashing, closes #3687Juan Linietsky
2016-02-20-Change link to new documentationJuan Linietsky
-fixed bug in tilemap collision debug
2016-02-17Fix NavigationPolygon references in _bind_methodRémi Verschelde
Also sync the doc accordingly
2016-02-16refix particles3d issue, bringing down the amount limit to 1024Nuno Donato
2016-02-15Bind method is_cell_transposedRémi Verschelde
2016-02-11-Made some icon data types smaller so they take up less spaceJuan Linietsky
-Fixed sample import plugin, makes samples sound strange in smp when limited hz
2016-02-09-Added missing functions to the doc, fixes #3583Juan Linietsky
2016-02-09-Allow renaming root node of inherited sceneJuan Linietsky
2016-02-08-Cleaned up GraphEdit, also fixes #3568Juan Linietsky
2016-02-08Property handle rotated controls in 2D editor, fixes #3613Juan Linietsky
2016-02-08Merge pull request #3627 from lordadamson/masterRémi Verschelde
renamed function get_video_texutre to get_video_texture
2016-02-08renamed function get_video_texutre to get_video_textureAdham Zahran
2016-02-08Merge pull request #3409 from akien-mga/pr-script-tab-colourRémi Verschelde
Make custom_bg fit the whole "selected" area in ItemLists
2016-02-06Added get_cellv() method to TileMapJohan Manuel
2016-02-06Stop ColorPicker's narcissism ( fixes #3592 )MarianoGNU
Also prevent alpha in guidelines.
2016-02-05ColorPicker: Prevent regenerating hsv values every time. Fixes #3492MarianoGNU
2016-02-04support horizontal mouse wheel, use in text editorhondres
2016-02-03-Fix mouse coordinates not being affected by canvas transformJuan Linietsky
2016-02-03Merge pull request #3534 from Biliogadafr/pickable2dJuan Linietsky
Physics2D: Allow to use 'intersect_point' with not 'Pickable' objects
2016-02-02-make stream player and time restore state properly if removed, fixes #1949Juan Linietsky
2016-02-02-Add some offset to spinboxes in tree, so revert icon does not annoy much ↵Juan Linietsky
when pops up, fixes #3415
2016-02-02-make animationplayer thinner, also toolbuttons too. fixes #3526Juan Linietsky
2016-02-01-remove the !inside_tree error, fixes grab focus error, closes #3521Juan Linietsky
2016-02-01Make sure variant parser recognizes "nil" for compatibility with old ↵Juan Linietsky
engine.cfg style cofig. Closes #3531
2016-02-01store animation names in alphabetical order, fixes #3423Juan Linietsky
2016-02-01Physics2D: Allow to use 'intersect_point' with objects which is not 'pickable'Biliogadafr
2016-01-31-Removed bizarre code introduced in a 2 years old PR, fixes #3483Juan Linietsky
2016-01-31-Fix crash opening and closing the scene, closes #3491Juan Linietsky
2016-01-29-Increment resources total in scene format text, fixes #3506Juan Linietsky
2016-01-27Merge pull request #3470 from MarianoGnu/masterRémi Verschelde
Get color constructor from ColorPicker
2016-01-27Fix Tree Slider disappearing when clicking on itFranklin Sobrinho