summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)Author
2018-08-14Merge pull request #20932 from clayjohn/doc_backbuffercopyRémi Verschelde
[Doc] Removed reference to texscreen in BackBufferCopy docs
2018-08-13removed reference to texscreenclayjohn
2018-08-13Merge pull request #20918 from Fluffel/document_tween_branchRémi Verschelde
[DOCS] get_indexed, tween
2018-08-13Merge pull request #20554 from YeldhamDev/cursor_doc_linuxRémi Verschelde
Small doc formating changes and Linux cursor theme note
2018-08-11[DOCS] get_indexed, tweenFluffel
2018-08-10Merge pull request #14704 from poke1024/colorconstantsJuan Linietsky
Allow some non-integer built-in constants in gdscript
2018-08-07[DOCS] SceneTree stretching constantsPoommetee Ketson
2018-08-05Merge pull request #20645 from Ertain/masterMax Hilbrunner
Added and modified AudioStream descriptions
2018-08-05Small doc formating changes and Linux cursor theme noteMichael Alexsander Silva Dias
2018-08-03Improve TileMap.get_used_cells docs.PJB3005
2018-07-31Added description and measurementJason Anderson
2018-07-31Allow some non-integer built-in constants in gdscriptBernhard Liebl
2018-07-30Added descriptionJason Anderson
2018-07-28Added a method to find the index for a surface with a given nameBastiaan Olij
2018-07-26Merge pull request #15643 from organicpencil/bullet_contact_impulseRémi Verschelde
Expose PhysicsDirectBodyState.get_contact_impulse
2018-07-26doc: Sync classref with current sourceRémi Verschelde
Fix various missing arguments in bindings.
2018-07-25Expose 64-bit Color methods to GDScript and fix/update Color XML docAaron Franke
2018-07-24Merge pull request #20278 from Noshyaar/0Rémi Verschelde
Fix example code for EditorImportPlugin
2018-07-24Fix example code for EditorImportPluginNoshyaar
2018-07-23Merge pull request #19313 from RandomShaper/improve-imageJuan Linietsky
Image trilinear scaling + Optimization
2018-07-23Add trilinear filtering to image scalingPedro J. Estébanez
2018-07-22Defer TileMap::update_dirty_quadrants once again.Pieter-Jan Briers
This fixes #20323. #11077 is now technically re-broken, but you can now call update_dirty_quadrants as workaround.
2018-07-20Merge pull request #20157 from GodotExplorer/image-load-webpJuan Linietsky
Add webp buffer loader for Image
2018-07-17Merge pull request #19087 from danvalho/masterMax Hilbrunner
SpriteFrames: expose method to get array containing animation names
2018-07-17Merge pull request #20191 from jvdnbus/line2d-stretchMax Hilbrunner
Line2D texture stretch mode
2018-07-17Doc: Add example for array indexingRémi Verschelde
Supersedes and closes #20180.
2018-07-17Add webp buffer loader for Imagegeequlim
Cleanup the code memory load related code for Image Fix jpeg buff load function always returns OK event failed
2018-07-16Line2D texture stretch modeJorn Van denbussche
Prototype for stretching the texture across the whole line. Fixed end cap tile mode.
2018-07-12Merge pull request #20068 from Xrayez/submenu-popup-delayMax Hilbrunner
Add ability to set submenu's popup delay time on mouse hovering
2018-07-12Merge pull request #19540 from muiroc/cylinderMax Hilbrunner
Cylinder resource and collision shape (bullet only)
2018-07-10Merge pull request #20014 from Chaosus/scrollableMax Hilbrunner
Added scrollable property for sliders
2018-07-09Add ability to set submenu's popup delay time on mouse hoveringAndrii Doroshenko (Xrayez)
This allows to set delay time for the submenu to popup. Setting this value low can increase responsiveness. If the popup menu is added as a child of another (acting as a submenu), it will inherit the delay time of the parent menu item.
2018-07-09mention load in texture classtoger5
2018-07-07Added scrollable property to SlidersChaosus
2018-07-05Merge pull request #18028 from gabrii/18026Max Hilbrunner
Fix #18026. Expose TextEdit::set_draw_breakpoint_gutter.
2018-07-05Merge pull request #15881 from dertom95/EditorScenePostImportMax Hilbrunner
EditorScenePostImport: added get_source_folder() and get_source_file(…
2018-07-04Merge pull request #19849 from willnationsdev/expose-script-create-dialogMax Hilbrunner
Expose ScriptCreateDialog to EditorPlugin
2018-07-04Expose ScriptCreateDialog to EditorPluginwillnationsdev
2018-07-03Merge pull request #19244 from Chaosus/settingsperformance_and_colordeferredMax Hilbrunner
Increases settings apply speed and added deferred color setting to ColorPicker
2018-07-02Document return value of yield() with signalsThomas ten Cate
Fixes godotengine/godot-docs#1478
2018-07-01Doc: Fix typos spotted by @yurchorRémi Verschelde
2018-07-01added cylinder shape supportmuiroc
2018-06-27Document Vector2.round() and Vector3.round()Hugo Locurcio
2018-06-18Merge pull request #19612 from Zylann/get_ticks_usecRémi Verschelde
Expose OS.get_ticks_usec()
2018-06-18Expose OS.get_ticks_usec()Marc Gilleron
2018-06-18Add longer description to ViewportTexture docMel Collins
2018-06-18Added description for abs function in Rect2unknown
2018-06-18Merge pull request #19622 from mhilbrunner/docs-builtinsMax Hilbrunner
[DOCS] Builtin keywords because search is terribad
2018-06-18[DOCS] Builtin keywords because search is terribadMax Hilbrunner
2018-06-18Merge pull request #19615 from romlok/viewporttexturedocMax Hilbrunner
Add a little to ViewportTexture docs