Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-01-17 | few doc fixes | Chaosus | |
2018-01-17 | doc: Replace some more "val" with "value" + sync | Rémi Verschelde | |
2018-01-16 | Fixes for parameter names of builtin functions in visual scripts/core | Chaosus | |
2018-01-15 | [DOCS] Description for the JavaScript singleton in @GlobalScope. | Michael Alexsander Silva Dias | |
2018-01-15 | Filled tutorial field in most relevent classes. | Juan Linietsky | |
Added tutorial display in doc. | |||
2018-01-14 | Fix an issue with the animation editor not seeking to the target time properly. | Bojidar Marinov | |
Fixes #15646. | |||
2018-01-13 | doc: Sync with current source | Rémi Verschelde | |
2018-01-13 | doc: Update version string in XML | Rémi Verschelde | |
2018-01-13 | Small fix for Control bindings | letheed | |
2018-01-12 | Added some explanations that should make it easier to use the ↵ | Grosskopf | |
AnimationTreePlayer | |||
2018-01-12 | Renamed tree_exited to tree_exiting. tree_exited is now used for actual out ↵ | Juan Linietsky | |
of tree notification. Updated doc accordingly. | |||
2018-01-12 | Fix malformed doc after #15611 | Rémi Verschelde | |
2018-01-12 | Update docs | Bojidar Marinov | |
[ci skip] | |||
2018-01-11 | Update documentation to clarify that list of overlaps is not updated ↵ | Juan Linietsky | |
immediately. | |||
2018-01-10 | Merge pull request #15530 from akien-mga/signal-args | Rémi Verschelde | |
Fix signal arguments shadowing member variables | |||
2018-01-09 | Improve Control and Label documentation about mouse filtering | Rémi Verschelde | |
Fixes #9657. | |||
2018-01-09 | Fix bindings of EditorSettings.set_initial_value | Rémi Verschelde | |
Also ran doctool. | |||
2018-01-09 | Fix signal arguments shadowing member variables | Rémi Verschelde | |
Fixes #10212. | |||
2018-01-08 | obsolete UndoRedo max_steps; no users identified | Todd Ross | |
2018-01-08 | Merge pull request #15491 from volzhs/doc-kinematicbody | Rémi Verschelde | |
Fix KinematicBody documentation about move_and_slide | |||
2018-01-09 | Fix KinematicBody documentation about move_and_slide | volzhs | |
2018-01-08 | Add standardised color names to doc | Jerome67000 | |
2018-01-07 | Merge pull request #15423 from agmcleod/master | Rémi Verschelde | |
Documentation interpolation functions - Indicate what "t" means in interpolation docs | |||
2018-01-07 | doc: Sync classref with current source | Rémi Verschelde | |
2018-01-06 | Indicate what "t" means in interpolation docs | Aaron McLeod | |
2018-01-06 | Fix crash when using Image.resize() without calling Image.create() first | Jerome67000 | |
2018-01-04 | Merge pull request #15333 from PJB3005/18-01-04-control-mouse-filter-docs | Rémi Verschelde | |
Document Control.mouse_filter and its constants. | |||
2018-01-04 | Document Control.mouse_filter and its constants. | PJB3005 | |
2018-01-04 | Merge pull request #14914 from fodinabor/fix13254 | Rémi Verschelde | |
Enum members now also link to the corresponding class in the webdocs | |||
2018-01-04 | doc: Sync classref with current source | Rémi Verschelde | |
2018-01-04 | Merge pull request #15191 from Jerome67000/z_renaming | Rémi Verschelde | |
renames "z" Node2D property to "z_index" | |||
2018-01-03 | doc: Sync classref with current source | Rémi Verschelde | |
2018-01-03 | #15078 renamed "z" -> "z_index" property in Node2D | Jerome67000 | |
2018-01-03 | Merge pull request #15157 from Noshyaar/prdocs | Rémi Verschelde | |
[DOCS] Minor docs fix | |||
2018-01-03 | Merge pull request #12814 from guilhermefelipecgs/add_hardware_custom_cursor | Rémi Verschelde | |
Custom hardware-accelerated mouse cursor | |||
2018-01-02 | Merge pull request #15083 from tagcup/spatial_rot_fix | Juan Linietsky | |
Restore the behavior of Spatial rotations recently changed in c1153f5. | |||
2017-12-31 | Updated timer docs | Andrew Silver | |
2017-12-31 | Minor docs fix | Poommetee Ketson | |
2017-12-28 | Merge pull request #15006 from CyanBlob/master | Noshyaar | |
Update TileMap doc descriptions for update_bitmask_area/region [ci skip] | |||
2017-12-27 | Restore the behavior of Spatial rotations recently changed in c1153f5. | tagcup | |
That change was borne out of a confusion regarding the meaning of "local" in #14569. Affine transformations in Spatial simply correspond to affine operations of its Transform. Such operations take place in a coordinate system that is defined by the parent Spatial. When there is no parent, they correspond to operations in the global coordinate system. This coordinate system, which is relative to the parent, has been referred to as the local coordinate system in the docs so far, but this sloppy language has apparently confused some users, making them think that the local coordinate system refers to the one whose axes are "painted" on the Spatial node itself. To avoid such conceptual conflations and misunderstandings in the future, the parent-relative local system is now referred to as "parent-local", and the object-relative local system is called "object-local" in the docs. This commit adds the functionality "requested" in #14569, not by changing how rotate/scale/translate works, but by adding new rotate_object_local, scale_object_local and translate_object_local functions. Also, for completeness, there is now global_scale. This commit also updates another part of the docs regarding the rotation property of Spatial, which also leads to confusion among some users. | |||
2017-12-27 | Update TileMap doc descriptions for update_bitmask_area/region | Andrew Thomas | |
2017-12-27 | Merge pull request #15046 from YeldhamDev/optionbutton_changes | Noshyaar | |
Added "get_popup" method for OptionButton | |||
2017-12-27 | Merge pull request #15049 from YeldhamDev/get_popup_const | Noshyaar | |
Made MenuButton and ColorPickerButton's "get_popup" methods return constant | |||
2017-12-27 | [DOCS] PhysicsDirectSpaceState enhancements | homer666 | |
2017-12-27 | [DOCS] Physics2DDirectSpaceState | homer666 | |
2017-12-25 | Made MenuButton and ColorPickerButton's "get_popup" methods return constant. | Michael Alexsander Silva Dias | |
2017-12-25 | Added "get_popup" method for OptionButton and minor changes. | Michael Alexsander Silva Dias | |
2017-12-25 | Merge pull request #14853 from MattUV/context-menu | Noshyaar | |
Adds an option to move cursor with right click in TextEdit | |||
2017-12-25 | Merge pull request #14819 from homer666/master | Noshyaar | |
[DOCS] PhysicsDirectSpaceState [ci skip] | |||
2017-12-24 | [DOCS] minor corrections to Transform2D | Chris Bradfield | |