summaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #20906 from Chaosus/rrect_fixRémi Verschelde2018-08-141-4/+4
|\
| * Fix ReferenceRect borderChaosus2018-08-111-4/+4
* | Merge pull request #20665 from SaracenOne/animation_tree_controlRémi Verschelde2018-08-142-0/+13
|\ \
| * | Add method to manually advance AnimationTree and manual process mode.Saracen2018-08-022-0/+13
* | | Merge pull request #20773 from Noshyaar/treeRémi Verschelde2018-08-141-1/+3
|\ \ \
| * | | [DOCS] complete Tree.get_drop_section_at_position and Tree.drop_mode_flagsPoommetee Ketson2018-08-071-1/+3
* | | | Merge pull request #20932 from clayjohn/doc_backbuffercopyRémi Verschelde2018-08-141-2/+2
|\ \ \ \
| * | | | removed reference to texscreenclayjohn2018-08-131-2/+2
| | |_|/ | |/| |
* | | | Merge pull request #20918 from Fluffel/document_tween_branchRémi Verschelde2018-08-132-1/+3
|\ \ \ \
| * | | | [DOCS] get_indexed, tweenFluffel2018-08-112-1/+3
* | | | | Merge pull request #20554 from YeldhamDev/cursor_doc_linuxRémi Verschelde2018-08-137-15/+23
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Small doc formating changes and Linux cursor theme noteMichael Alexsander Silva Dias2018-08-057-15/+23
| | |_|/ | |/| |
* | | | Merge pull request #14704 from poke1024/colorconstantsJuan Linietsky2018-08-101-1/+1
|\ \ \ \ | |_|/ / |/| | |
| * | | Allow some non-integer built-in constants in gdscriptBernhard Liebl2018-07-311-1/+1
* | | | [DOCS] SceneTree stretching constantsPoommetee Ketson2018-08-071-0/+8
| |_|/ |/| |
* | | Merge pull request #20645 from Ertain/masterMax Hilbrunner2018-08-052-1/+2
|\ \ \
| * | | Added description and measurementJason Anderson2018-07-312-2/+2
| * | | Added descriptionJason Anderson2018-07-301-0/+1
| | |/ | |/|
* / | Improve TileMap.get_used_cells docs.PJB30052018-08-031-1/+1
|/ /
* / Added a method to find the index for a surface with a given nameBastiaan Olij2018-07-281-1/+21
|/
* Merge pull request #15643 from organicpencil/bullet_contact_impulseRémi Verschelde2018-07-261-0/+9
|\
| * Expose PhysicsDirectBodyState.get_contact_impulseLee Pugh2018-01-121-0/+9
* | doc: Sync classref with current sourceRémi Verschelde2018-07-26109-137/+4192
* | Expose 64-bit Color methods to GDScript and fix/update Color XML docAaron Franke2018-07-251-14/+57
* | Merge pull request #20278 from Noshyaar/0Rémi Verschelde2018-07-241-5/+6
|\ \
| * | Fix example code for EditorImportPluginNoshyaar2018-07-241-5/+6
* | | Merge pull request #19313 from RandomShaper/improve-imageJuan Linietsky2018-07-231-0/+6
|\ \ \
| * | | Add trilinear filtering to image scalingPedro J. Estébanez2018-07-231-0/+6
* | | | Defer TileMap::update_dirty_quadrants once again.Pieter-Jan Briers2018-07-221-0/+11
* | | | Merge pull request #20157 from GodotExplorer/image-load-webpJuan Linietsky2018-07-201-0/+9
|\ \ \ \ | |_|/ / |/| | |
| * | | Add webp buffer loader for Imagegeequlim2018-07-171-0/+9
* | | | Merge pull request #19087 from danvalho/masterMax Hilbrunner2018-07-171-0/+7
|\ \ \ \
| * | | | SpriteFrames: expose method to get array containing animation namesdanvalho2018-06-051-0/+7
* | | | | Merge pull request #20191 from jvdnbus/line2d-stretchMax Hilbrunner2018-07-171-0/+3
|\ \ \ \ \
| * | | | | Line2D texture stretch modeJorn Van denbussche2018-07-161-0/+3
| | |/ / / | |/| | |
* / | | | Doc: Add example for array indexingRémi Verschelde2018-07-171-1/+10
|/ / / /
* | | | Merge pull request #20068 from Xrayez/submenu-popup-delayMax Hilbrunner2018-07-121-0/+3
|\ \ \ \
| * | | | Add ability to set submenu's popup delay time on mouse hoveringAndrii Doroshenko (Xrayez)2018-07-091-0/+3
* | | | | Merge pull request #19540 from muiroc/cylinderMax Hilbrunner2018-07-122-4/+32
|\ \ \ \ \
| * | | | | added cylinder shape supportmuiroc2018-07-012-4/+32
* | | | | | Merge pull request #20014 from Chaosus/scrollableMax Hilbrunner2018-07-101-0/+2
|\ \ \ \ \ \
| * | | | | | Added scrollable property to SlidersChaosus2018-07-071-0/+2
| | |/ / / / | |/| | | |
* / | | | | mention load in texture classtoger52018-07-091-0/+1
|/ / / / /
* | | | | Merge pull request #18028 from gabrii/18026Max Hilbrunner2018-07-051-0/+31
|\ \ \ \ \
| * | | | | Improve breakpoints and breakpoint gutter API in TextEditGabriel Gavilan2018-05-301-0/+31
* | | | | | Merge pull request #15881 from dertom95/EditorScenePostImportMax Hilbrunner2018-07-051-1/+37
|\ \ \ \ \ \
| * | | | | | EditorScenePostImport: added get_source_folder() and get_source_file() methodsThomas Trocha2018-05-311-1/+37
* | | | | | | Merge pull request #19849 from willnationsdev/expose-script-create-dialogMax Hilbrunner2018-07-042-0/+52
|\ \ \ \ \ \ \
| * | | | | | | Expose ScriptCreateDialog to EditorPluginwillnationsdev2018-07-042-0/+52
* | | | | | | | Merge pull request #19244 from Chaosus/settingsperformance_and_colordeferredMax Hilbrunner2018-07-031-0/+3
|\ \ \ \ \ \ \ \