summaryrefslogtreecommitdiffstats
path: root/scene
Commit message (Expand)AuthorAgeFilesLines
* tree fix drawing order for header +toger52017-06-251-16/+20
* Usability improvements for folding. Unfortunately SpatialMaterial broke compa...Juan Linietsky2017-06-256-13/+22
* -Added folding to property editor, persistent on objects it editsJuan Linietsky2017-06-252-12/+129
* Fixes method bindRamesh Ravone2017-06-251-2/+2
* Ability to restart particle system with a function callJuan Linietsky2017-06-255-5/+68
* BuildSystem: generated files have .gen.extensionPoommetee Ketson2017-06-257-7/+7
* Merge pull request #9353 from Zylann/gradient_refactorJuan Linietsky2017-06-242-197/+32
|\
| * GradientTexture now uses a GradientMarc Gilleron2017-06-242-197/+32
* | Merge pull request #9249 from Noshyaar/pr-colorpickRémi Verschelde2017-06-241-23/+24
|\ \ | |/ |/|
| * ColorPicker: fix DPI, hue & color update issuesPoommetee Ketson2017-06-201-23/+24
* | Merge pull request #9344 from Noshyaar/pr-enviGeorge Marques2017-06-241-2/+1
|\ \
| * | Environment: remove ssr_accel property, fix typoPoommetee Ketson2017-06-241-2/+1
* | | Simplified 2D Kinematicbody.. 3D will wait a bit.Juan Linietsky2017-06-243-310/+194
* | | Merge pull request #9342 from GodotExplorer/pr-rich-text-vscroll-type-3.0Andreas Haas2017-06-241-2/+2
|\ \ \
| * | | Add statements for script types of RichTextLabelgeequlim2017-06-241-2/+2
| |/ /
* / / -Restored support for Canvas BG mode on EnvironmentJuan Linietsky2017-06-243-25/+25
|/ /
* | -Trigger shapes removed in 2D, they became obsolete long ago when areas could...Juan Linietsky2017-06-238-455/+404
* | Added Curve resourceMarc Gilleron2017-06-246-213/+510
* | Small fixes required to get platformer to work.Juan Linietsky2017-06-234-9/+289
* | Fix shortcuts, make them visible again and work.Juan Linietsky2017-06-221-1/+1
* | Fixed bug regarding to two spatial 2d players not mixing properlyJuan Linietsky2017-06-221-6/+6
* | Properly exposed material types everywhere.Juan Linietsky2017-06-226-6/+14
* | Fix tools=no buildRémi Verschelde2017-06-221-0/+3
* | -Moved NinePatch to shader, saves a ton of draw calls rendering UIJuan Linietsky2017-06-212-1/+52
* | 2D GPU Particles working..Juan Linietsky2017-06-217-1228/+427
* | Merge pull request #9257 from Shockblast/patch-1Thomas Herzog2017-06-201-1/+0
|\ \
| * | Remove Duplicate IncludeShockblast2017-06-191-1/+0
* | | Merge pull request #9277 from bd339/iss9266Thomas Herzog2017-06-201-1/+1
|\ \ \
| * | | Add null-check to get_normal_frameBenjamin Dahse2017-06-201-1/+1
* | | | Merge pull request #8407 from Jylhis/popup_item_select_hideThomas Herzog2017-06-202-3/+22
|\ \ \ \
| * | | | Update PopupMenu hidingJylhis2017-04-142-3/+22
* | | | | Merge pull request #8629 from hikari-no-yume/Sprite3D_double_sided_flag_masterThomas Herzog2017-06-192-3/+6
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Add double-sided flag to SpriteBase3D (fixes #8007)Andrea Faulds2017-05-022-3/+6
* | | | | Merge pull request #8870 from tagcup/pathfollowThomas Herzog2017-06-191-24/+42
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Fix PathFollow rotations.Ferenc Arn2017-05-311-24/+42
* | | | | Merge pull request #9256 from MarianoGnu/masterJuan Linietsky2017-06-192-19/+20
|\ \ \ \ \
| * | | | | Fix ColorPicker's screen pick functionalityMariano Suligoy2017-06-192-19/+20
| | |_|_|/ | |/| | |
* | | | | Texture rect_region drawing now clamps UV to avoid bleeding. This avoids scen...Juan Linietsky2017-06-186-22/+44
* | | | | -Added AudioStreamPlayer2D, for 2D positional soundJuan Linietsky2017-06-189-54/+680
|/ / / /
* | | | Added normalmap support to stylebox and animated sprite.Juan Linietsky2017-06-184-2/+49
* | | | Add normalmap support for drawing in all low level primitives. Only added sup...Juan Linietsky2017-06-176-73/+112
* | | | -Fixed shader lang to not be able to get scalar from matrix (ie mat.x), to ma...Juan Linietsky2017-06-171-2/+0
* | | | Merge pull request #9228 from BastiaanOlij/fix_primitive_sliderRémi Verschelde2017-06-171-23/+22
|\ \ \ \
| * | | | fix sliders for primitivesBastiaanOlij2017-06-171-23/+22
* | | | | -Fix freezes caused by etccomp2, closes #9183Juan Linietsky2017-06-165-19/+25
|/ / / /
* | | | Complete changing of resource extensionsGeorge Marques2017-06-161-1/+1
* | | | Merge pull request #9212 from BastiaanOlij/add_primitive_hintsRémi Verschelde2017-06-161-25/+25
|\ \ \ \
| * | | | Add sensible hints to propertiesBastiaanOlij2017-06-161-25/+25
* | | | | Merge pull request #9208 from Calinou/tweak-default-fovRémi Verschelde2017-06-161-1/+1
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Increase the default perspective camera FOVHugo Locurcio2017-06-161-1/+1