aboutsummaryrefslogtreecommitdiff
path: root/doc/base/classes.xml
Commit message (Collapse)AuthorAgeFilesLines
* classref: Sync with current sourceRémi Verschelde2017-04-071-57/+264
|
* Add priority to samples in a libraryPedro J. Estébanez2017-04-061-0/+19
|
* Update docs reference for TCP_Server::listen and UDPPacketPeer::listenFabio Alessandrelli2017-03-221-4/+12
| | | | (cherry picked from commit e5e4e7b6a9be36bb9bf75da996c348ae2476010c)
* List Control::has_point as a virtual methodCrazyGuy1082017-03-191-0/+8
| | | | | | | | According to Issue #8018, a BIND_VMETHOD macro wasn't present in scene/gui/control.cpp, while it was declared to be a virtual method in scene/gui/control.h. classes.xml was updated to also list this method in Control. (cherry picked from commit 9589936d6e59fe370297867548f65cb356172120)
* grammar fixes, it's -> itsChris Bradfield2017-03-181-11/+11
| | | | (cherry picked from commit 10176228b2ea4c156b832b8dcf26eccf850e8c20)
* - Added `tab_selected` signal which has same behavior as `tab_changed`Thaer Razeq2017-03-051-2/+17
| | | | | | | | lest breaking current API, though, it is noted in the documentation of TabContainer class, of the upcoming Godot (v3.0+) changes in behavior, that is, `tab_selected` will be emitted for selecting any tab, while `tab_changed` only if a tab changes. - Added `get_previous_tab()`. Which returns the previous shown tab. **Note:** In Godot v3.0+, only `tab_changed` can modify previous tab index. - Add documentation for the added function and signals. Fix a typo too.
* classref: Sync with current sourceRémi Verschelde2017-01-211-71/+152
|
* Exposing edit_resource method of EditorNode in the EditorPlugin (#7355)Bruno Ortiz2017-01-121-0/+7
| | | | (cherry picked from commit 7e0d0d0bb912fbb774f5890792840a1a62485773)
* Add the 'finished' signal to AnimatedSpriteWilhem Barbier2017-01-121-0/+5
| | | | (cherry picked from commit f6262fde11cac8b7d1a3d299042c1af6b321cf24)
* PopupMenu upgrade: Hide on item selection (#7306)Ivan P. Skodje2017-01-121-0/+14
| | | | | | | | * Added the option to set hide on item selection. Usable in GDScript and from within the source code when you want to specify popup menus you don't want to close immediately when selecting an item * Renamed getter from get_ to is_, fixed parent/child behavior, renamed bool variable to match most code and added ADD_PROPERTYNO to save some memory (cherry picked from commit da950cd0f27a4f1f2a2d596efae846d1c22442a2)
* doc improvement for get_colliding_bodies() methodsJerome670002017-01-121-2/+2
| | | | (cherry picked from commit 3cd5c86b1a01aeb1f6808175f1914cf39367defe)
* Correct description for the return values from get_status. (#7137)romeojulietthotel2017-01-121-1/+1
| | | | (cherry picked from commit f8d523b68b3f3d82f844caaa6f0e246b11efb66b)
* Add Array.front() and Array.back()Kazuo2562017-01-121-0/+14
| | | | (cherry picked from commit bf4fda64fd403d589278919cff01c3207164207e)
* Add Node2D's set_global_rot get_global_rot set_global_rotd get_global_rotd ↵Emmanuel Leblond2017-01-101-0/+42
| | | | set_global_scale get_global_scale methods.
* classref: Sync with current codeRémi Verschelde2017-01-081-9/+46
|
* Fix codeblock tag in classes.xml for EditorSettingsEmmanuel Leblond2017-01-081-9/+11
| | | | (cherry picked from commit 28d74862677f6d0d94fbfffb305750da41f77930)
* Migrate int.IP_TYPE_ constants to IP.TYPE_Fabio Alessandrelli2017-01-041-22/+8
| | | | (cherry picked from commit c18c5013f837ea7d4de2f022d36f84e0abce6439)
* Update docs to IPv6Fabio Alessandrelli2016-12-111-8/+26
| | | | (cherry picked from commit 7f42da03300d515c3fb991ba311783619ac90ea2)
* classref: Sync with current sourceRémi Verschelde2016-11-151-1/+9
|
* vsnc --> vsyncISylvox2016-11-151-1/+1
| | | | (cherry picked from commit b5c383fd61d554fa02c3e231dd1f92145d90e04e)
* Fixed minor typoDTV96Calibre2016-11-151-1/+1
| | | | (cherry picked from commit 37098419c5792e9e6ba504173bc95a87540cd7d5)
* classref: Sync with current sourcesRémi Verschelde2016-10-311-0/+140
|
* Add "Never" underline mode to LinkButtonrdb2016-10-311-0/+3
| | | | (cherry picked from commit d517bc908f9c1e00503266ab9a639552660cf72c)
* Added general notes on RayCast[2D] updating behaviour and force_raycast_update()Karol Walasek2016-10-311-0/+14
| | | | (cherry picked from commit 8d57640d3745084d5c4abc4e6926298c2f4a3fb4)
* Revert "Tween reset/stop/resume/remove for all object properties at once"Rémi Verschelde2016-10-181-8/+8
| | | | | This reverts commit 6fc894d65264e37f6c0772f3789bcec52c7bbe3a. It caused a regression, cf. #6863.
* classref: Sync with current sourceRémi Verschelde2016-10-171-2/+10
|
* Fixed Particle2D docs - radians to degrees for some paramsKarol Walasek2016-10-171-2/+2
| | | | (cherry picked from commit 5687fa470962fc3f6528e6886284e3e965e7e35c)
* classref: Sync with current 2.1 branchRémi Verschelde2016-10-091-4/+334
|
* Filled blanks and normalized documentation on RayCast[2D]Karol Walasek2016-10-091-4/+31
| | | | (cherry picked from commit db0a46d7f7af220cede52198f05082f74ca9c546)
* Tween reset/stop/resume/remove for all object properties at oncePawel Kowal2016-10-091-8/+8
| | | | (cherry picked from commit acc242fd6a3fc0dda18c01290263313e09d8269e)
* Add docs for XMLparser, VideoPlayer and most of TreeGeorge Marques2016-10-091-0/+106
| | | | (cherry picked from commit 7cd64c3c8d5d4f087cc6f910ba38bffbf0d9bbf5)
* Add a function to plugin get the main screen parentGeorge Marques2016-10-091-0/+7
| | | | | | | - Fix a bug where the main screen button did not disappear when the plugin was deactivated. (cherry picked from commit 98e7c1edbab6605a7578643485e1e88b61fd83d7)
* classref: Sync with current sourceRémi Verschelde2016-09-191-11/+17
|
* Update documentation on joystick vibration.Andreas Haas2016-09-181-1/+2
| | | | | | | Added a note that long vibration durations are not recommended because of hardware limitations. For example, my ps4 controller can only vibrate for ~3s on linux. (cherry picked from commit cef70a5f8b87caa00723cfb600c4ccd83305a322)
* ScrollContainer expand children bug fixPawel Kowal2016-09-181-1/+1
| | | | (cherry picked from commit 853161a0000b54bdb85cb57d2e07020bed16589e)
* Added ItemList get_v_scroll to docsPaulb232016-09-181-0/+7
| | | | (cherry picked from commit 7d455fca71c37563f3a57c91b716c66101ce03fc)
* Change the documentation to reflect that Directory.list_dir_begin()Gastronok2016-09-181-1/+1
| | | | | | | | | returns true (not false) when a stream could not be initialized. (See, for example, https://github.com/godotengine/godot/blob/master/drivers/windows/dir_access_windows.cpp#L76 ) (cherry picked from commit cd82fafd5810248e261ac633f9c942125d90906a)
* Document itemlist disable tooltipPaulb232016-09-181-0/+18
| | | | (cherry picked from commit 607d602493a88cab626db131d1427d4f9a13aff5)
* classref: Sync with current sourceRémi Verschelde2016-09-011-17/+23
|
* Better document the BaseButton signalsGeorge Marques2016-09-011-2/+12
| | | | (cherry picked from commit 141360ed82c2eff634cdee3a7823465937876484)
* Documentation for most of ItemList control.Gau o fthe Veldt2016-09-011-1/+46
| | | | | | The icon stuff is incomplete since I haven't used icons. (cherry picked from commit f9e931bf126eeace101ec863f01759238d33a63c)
* Update Globals and EditorSettings docsFranklin Sobrinho2016-09-011-0/+38
| | | | (cherry picked from commit 038e99e1074111c31d9d73d2d389f73078dcd07e)
* Update EditorPlugin docFranklin Sobrinho2016-09-011-0/+24
| | | | (cherry picked from commit a27d2e4c291975f4a5e9fabe89501584e33a3326)
* classref: Sync with current sourceRémi Verschelde2016-08-101-35/+99
|
* Some additions to the OS documentation (#6037)MSC2016-08-081-0/+22
| | | | (cherry picked from commit 7b05b4c83c94b5c1bbdf5372328192d5ea9f4bea)
* [ci skip] update Raycast documentationHubert Jarosz2016-08-081-0/+2
| | | | | | | clarification that set_cast_to needs LOCAL point and get_collision_point gives GLOBAL point (cherry picked from commit 1445553fea268104bf7012785536c4e7c9c6b1e6)
* Document FuncRef, GDFunctionState, InstancePlaceholder, RID, World2Deska2016-07-301-2/+26
|
* Array has() documentationPawel Kowal2016-07-271-0/+9
|
* Update Tween class documentationJavier López Úbeda2016-07-251-3/+3
|
* Update documentation.MarianoGNU2016-07-241-1/+1
|