| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | | Display set_nodelay to GDScript | Marlon Henry Schweigert | 2018-01-30 | 1 | -0/+10 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Pass enabled arg Rename set_nodelay to set_no_delay Add description to the method Change description | |||||
| * | | | | | | | Merge pull request #16197 from Chaosus/viewportdoc | Rémi Verschelde | 2018-01-31 | 1 | -0/+38 | |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Viewport doc improvements | |||||
| | * | | | | | | | Viewport doc improvements | Chaosus | 2018-01-30 | 1 | -0/+38 | |
| | | |/ / / / / | |/| | | | | | ||||||
| * | | | | | | | Merge pull request #16215 from vnen/graphedit-expose | Rémi Verschelde | 2018-01-31 | 1 | -0/+77 | |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Expose a few GraphEdit methods to script languages | |||||
| | * | | | | | | | Expose a few GraphEdit methods to script languages | George Marques | 2018-01-30 | 1 | -0/+77 | |
| | |/ / / / / / | ||||||
| * / / / / / / | Add interface for plugins to enable/disable other plugins | George Marques | 2018-01-30 | 1 | -0/+20 | |
| |/ / / / / / | ||||||
| * / / / / / | Fix wrong return type of xform functions | Poommetee Ketson | 2018-01-30 | 2 | -10/+10 | |
| |/ / / / / | ||||||
| * | | | | | Update ProjectSettings description to correct usage | volzhs | 2018-01-26 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | Fix #16078 | |||||
| * | | | | | doc: Fix references to online tutorials after godotengine/godot-docs#1015 | Rémi Verschelde | 2018-01-25 | 66 | -75/+75 | |
| |/ / / / | ||||||
| * | | | | doc: Sync with current source | Rémi Verschelde | 2018-01-25 | 418 | -420/+420 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | Also enhance RigidBody docs as per https://github.com/godotengine/godot-docs/pull/1018 and fix the version tag in all files (not really stable yet, but it makes no sense to hardcode rc3 at this stage). | |||||
| * | | | | doc: Sync with current source | Rémi Verschelde | 2018-01-24 | 1 | -3/+3 | |
| | | | | | ||||||
| * | | | | Fix bug in color doc | Chaosus | 2018-01-24 | 1 | -2/+1 | |
| | | | | | ||||||
| * | | | | More precise description for is_visible_in_tree | PetePete1984 | 2018-01-22 | 1 | -1/+1 | |
| | | | | | ||||||
| * | | | | clarify OS.execute usage, add examples | Todd Ross | 2018-01-20 | 1 | -1/+12 | |
| | |/ / |/| | | ||||||
| * | | | Added description to dedent in String.xml | Anutrix | 2018-01-19 | 1 | -0/+1 | |
| | | | | ||||||
| * | | | Merge pull request #15857 from YeldhamDev/find_last_doc | Poommetee Ketson | 2018-01-19 | 1 | -1/+1 | |
| |\ \ \ | | | | | | | | | | | | | | | | | [DOCS] Fixed incorrect information inside String's "find_last" method [ci skip] | |||||
| | * | | | [DOCS] Fixed incorrect information inside String's "find_last" method. | Michael Alexsander Silva Dias | 2018-01-19 | 1 | -1/+1 | |
| | | | | | ||||||
| * | | | | Fix typos in code and docs with codespell | Rémi Verschelde | 2018-01-18 | 24 | -78/+78 | |
| | | | | | | | | | | | | | | | | | Using v1.11.0 from https://github.com/lucasdemarchi/codespell | |||||
| * | | | | Merge pull request #15845 from Anutrix/master | Rémi Verschelde | 2018-01-18 | 1 | -0/+2 | |
| |\ \ \ \ | | | | | | | | | | | Added description to get_collision_mask_bit and set_collision_mask_bit in RayCast2D.xml | |||||
| | * | | | | Added description to get_collision_mask_bit and set_collision_mask_bit in ↵ | Anutrix | 2018-01-18 | 1 | -0/+2 | |
| | |/ / / | | | | | | | | | | | | | RayCast2D.xml | |||||
| * / / / | Update MultiMeshInstance and WorldEnvironment documentation | Abhas Kumar Sinha | 2018-01-18 | 2 | -3/+8 | |
| |/ / / | | | | | | | | | | With some edits by @akien-mga. | |||||
| * | | | few doc fixes | Chaosus | 2018-01-17 | 1 | -2/+2 | |
| | | | | ||||||
| * | | | doc: Replace some more "val" with "value" + sync | Rémi Verschelde | 2018-01-17 | 53 | -65/+65 | |
| | | | | ||||||
| * | | | Fixes for parameter names of builtin functions in visual scripts/core | Chaosus | 2018-01-16 | 1 | -2/+2 | |
| | | | | ||||||
| * | | | [DOCS] Description for the JavaScript singleton in @GlobalScope. | Michael Alexsander Silva Dias | 2018-01-15 | 1 | -0/+1 | |
| | | | | ||||||
| * | | | Filled tutorial field in most relevent classes. | Juan Linietsky | 2018-01-15 | 67 | -13/+76 | |
| | | | | | | | | | | | | | Added tutorial display in doc. | |||||
| * | | | Fix an issue with the animation editor not seeking to the target time properly. | Bojidar Marinov | 2018-01-14 | 1 | -0/+3 | |
| | | | | | | | | | | | | | Fixes #15646. | |||||
| * | | | doc: Sync with current source | Rémi Verschelde | 2018-01-13 | 7 | -14/+12 | |
| | | | | ||||||
| * | | | doc: Update version string in XML | Rémi Verschelde | 2018-01-13 | 418 | -418/+418 | |
| | | | | ||||||
| * | | | Small fix for Control bindings | letheed | 2018-01-13 | 1 | -1/+9 | |
| | | | | ||||||
| * | | | Added some explanations that should make it easier to use the ↵ | Grosskopf | 2018-01-12 | 1 | -8/+27 | |
| | | | | | | | | | | | | | AnimationTreePlayer | |||||
| * | | | Renamed tree_exited to tree_exiting. tree_exited is now used for actual out ↵ | Juan Linietsky | 2018-01-12 | 1 | -4/+9 | |
| | | | | | | | | | | | | | | | | | | | of tree notification. Updated doc accordingly. | |||||
| * | | | Fix malformed doc after #15611 | Rémi Verschelde | 2018-01-12 | 2 | -1/+4 | |
| | | | | ||||||
| * | | | Update docs | Bojidar Marinov | 2018-01-12 | 66 | -2905/+652 | |
| | | | | | | | | | | | | | [ci skip] | |||||
| * | | | Update documentation to clarify that list of overlaps is not updated ↵ | Juan Linietsky | 2018-01-11 | 4 | -10/+10 | |
| |/ / | | | | | | | immediately. | |||||
| * | | Merge pull request #15530 from akien-mga/signal-args | Rémi Verschelde | 2018-01-10 | 2 | -4/+4 | |
| |\ \ | | | | | | | Fix signal arguments shadowing member variables | |||||
| | * | | Fix signal arguments shadowing member variables | Rémi Verschelde | 2018-01-09 | 2 | -4/+4 | |
| | | | | | | | | | | | | | Fixes #10212. | |||||
| * | | | Improve Control and Label documentation about mouse filtering | Rémi Verschelde | 2018-01-09 | 2 | -6/+7 | |
| | | | | | | | | | | | | | Fixes #9657. | |||||
| * | | | Fix bindings of EditorSettings.set_initial_value | Rémi Verschelde | 2018-01-09 | 2 | -16/+3 | |
| |/ / | | | | | | | Also ran doctool. | |||||
| * | | obsolete UndoRedo max_steps; no users identified | Todd Ross | 2018-01-08 | 1 | -14/+0 | |
| | | | ||||||
| * | | Merge pull request #15491 from volzhs/doc-kinematicbody | Rémi Verschelde | 2018-01-08 | 1 | -1/+1 | |
| |\ \ | | | | | | | Fix KinematicBody documentation about move_and_slide | |||||
| | * | | Fix KinematicBody documentation about move_and_slide | volzhs | 2018-01-09 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | Add standardised color names to doc | Jerome67000 | 2018-01-08 | 2 | -3/+6 | |
| |/ / | ||||||
| * | | Merge pull request #15423 from agmcleod/master | Rémi Verschelde | 2018-01-07 | 2 | -4/+4 | |
| |\ \ | | | | | | | Documentation interpolation functions - Indicate what "t" means in interpolation docs | |||||
| | * | | Indicate what "t" means in interpolation docs | Aaron McLeod | 2018-01-06 | 2 | -4/+4 | |
| | | | | ||||||
| * | | | doc: Sync classref with current source | Rémi Verschelde | 2018-01-07 | 2 | -3/+15 | |
| |/ / | ||||||
| * | | Fix crash when using Image.resize() without calling Image.create() first | Jerome67000 | 2018-01-06 | 1 | -0/+1 | |
| | | | ||||||
| * | | Merge pull request #15333 from PJB3005/18-01-04-control-mouse-filter-docs | Rémi Verschelde | 2018-01-04 | 1 | -0/+4 | |
| |\ \ | | | | | | | Document Control.mouse_filter and its constants. | |||||
| | * | | Document Control.mouse_filter and its constants. | PJB3005 | 2018-01-04 | 1 | -0/+4 | |
| | | | | ||||||
| * | | | doc: Sync classref with current source | Rémi Verschelde | 2018-01-04 | 3 | -41/+39 | |
| | | | | ||||||
