summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Expand)Author
2018-01-31Merge pull request #16188 from Schweigert/masterRémi Verschelde
2018-01-31Merge pull request #16197 from Chaosus/viewportdocRémi Verschelde
2018-01-31Merge pull request #16215 from vnen/graphedit-exposeRémi Verschelde
2018-01-30Expose a few GraphEdit methods to script languagesGeorge Marques
2018-01-30Add interface for plugins to enable/disable other pluginsGeorge Marques
2018-01-30Display set_nodelay to GDScriptMarlon Henry Schweigert
2018-01-30Viewport doc improvementsChaosus
2018-01-30Fix wrong return type of xform functionsPoommetee Ketson
2018-01-26Update ProjectSettings description to correct usagevolzhs
2018-01-25doc: Fix references to online tutorials after godotengine/godot-docs#1015Rémi Verschelde
2018-01-25doc: Sync with current sourceRémi Verschelde
2018-01-24doc: Sync with current sourceRémi Verschelde
2018-01-24Fix bug in color docChaosus
2018-01-22More precise description for is_visible_in_treePetePete1984
2018-01-20clarify OS.execute usage, add examplesTodd Ross
2018-01-19Added description to dedent in String.xmlAnutrix
2018-01-19Merge pull request #15857 from YeldhamDev/find_last_docPoommetee Ketson
2018-01-19[DOCS] Fixed incorrect information inside String's "find_last" method.Michael Alexsander Silva Dias
2018-01-18Fix typos in code and docs with codespellRémi Verschelde
2018-01-18Merge pull request #15845 from Anutrix/masterRémi Verschelde
2018-01-18Update MultiMeshInstance and WorldEnvironment documentationAbhas Kumar Sinha
2018-01-18Added description to get_collision_mask_bit and set_collision_mask_bit in Ray...Anutrix
2018-01-17few doc fixesChaosus
2018-01-17doc: Replace some more "val" with "value" + syncRémi Verschelde
2018-01-16Fixes for parameter names of builtin functions in visual scripts/coreChaosus
2018-01-15[DOCS] Description for the JavaScript singleton in @GlobalScope.Michael Alexsander Silva Dias
2018-01-15Filled tutorial field in most relevent classes.Juan Linietsky
2018-01-14Fix an issue with the animation editor not seeking to the target time properly.Bojidar Marinov
2018-01-13doc: Sync with current sourceRémi Verschelde
2018-01-13doc: Update version string in XMLRémi Verschelde
2018-01-13Small fix for Control bindingsletheed
2018-01-12Added some explanations that should make it easier to use the AnimationTreePl...Grosskopf
2018-01-12Renamed tree_exited to tree_exiting. tree_exited is now used for actual out o...Juan Linietsky
2018-01-12Fix malformed doc after #15611Rémi Verschelde
2018-01-12Update docsBojidar Marinov
2018-01-11Update documentation to clarify that list of overlaps is not updated immediat...Juan Linietsky
2018-01-10Merge pull request #15530 from akien-mga/signal-argsRémi Verschelde
2018-01-09Improve Control and Label documentation about mouse filteringRémi Verschelde
2018-01-09Fix bindings of EditorSettings.set_initial_valueRémi Verschelde
2018-01-09Fix signal arguments shadowing member variablesRémi Verschelde
2018-01-08obsolete UndoRedo max_steps; no users identifiedTodd Ross
2018-01-08Merge pull request #15491 from volzhs/doc-kinematicbodyRémi Verschelde
2018-01-09Fix KinematicBody documentation about move_and_slidevolzhs
2018-01-08Add standardised color names to docJerome67000
2018-01-07Merge pull request #15423 from agmcleod/masterRémi Verschelde
2018-01-07doc: Sync classref with current sourceRémi Verschelde
2018-01-06Indicate what "t" means in interpolation docsAaron McLeod
2018-01-06Fix crash when using Image.resize() without calling Image.create() firstJerome67000
2018-01-04Merge pull request #15333 from PJB3005/18-01-04-control-mouse-filter-docsRémi Verschelde
2018-01-04Document Control.mouse_filter and its constants.PJB3005