| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | classref: Sync with current source | Rémi Verschelde | 2017-08-27 | 1 | -1/+7 |
| | | |||||
| * | doc: Sync with current source | Rémi Verschelde | 2017-08-25 | 1 | -1/+139 |
| | | |||||
| * | Added missing descriptions to Vector2 methods abs and clamped. | Naughty | 2017-08-13 | 1 | -1/+3 |
| | | | | | (cherry picked from commit ce543bc0791e40a3e9ac9d7ab2fe2b8d550c0d6d) | ||||
| * | doc: Sync classref with current source | Rémi Verschelde | 2017-07-30 | 1 | -2/+4 |
| | | |||||
| * | Docs: fix broken ref tags | Poommetee Ketson | 2017-07-30 | 1 | -10/+16 |
| | | | | | (cherry picked from commit 90c2c1e7f8c71e00398f2eb18038ebda61065eb8) | ||||
| * | doc: Sync classref with current source | Rémi Verschelde | 2017-07-14 | 1 | -0/+36 |
| | | |||||
| * | Improved GDScript parse_json() doc about numerical values conversion. | ducdetronquito | 2017-07-14 | 1 | -1/+2 |
| | | | | | (cherry picked from commit 76e6b2d33bb2c16ce9fd142baca3d28a0a6e04b6) | ||||
| * | Fix MarginContainer description | Henrique Campos | 2017-07-11 | 1 | -1/+1 |
| | | |||||
| * | Merge pull request #8714 from RandomShaper/fix-owc-2.1 | Rémi Verschelde | 2017-06-25 | 1 | -4/+4 |
| |\ | | | | | Fix one-way collision detection (2.1) | ||||
| | * | Fix one-way-collision detection | Pedro J. Estébanez | 2017-05-11 | 1 | -4/+4 |
| | | | | | | | | | Also, change the explanation of the one-way collision direction in the docs to reflect how it is actually used by the engine and clear up the usage of the "max depth" property. | ||||
| * | | Added 'blit_rect_mask' method | dumitru-stama | 2017-06-24 | 1 | -3/+42 |
| | | | |||||
| * | | Added two new methods 'blend_rect_mask' and 'fill' | d | 2017-06-18 | 1 | -1/+21 |
| | | | |||||
| * | | Added a new 'blend_rect' method acting as 'blit_rect' with alpha-blending | dumitru.stama | 2017-06-14 | 1 | -0/+11 |
| | | | |||||
| * | | Doc: Sync classref with current source | Rémi Verschelde | 2017-06-14 | 1 | -7/+101 |
| | | | |||||
| * | | Avoid overestimating the cost in AStar heuristics. | Ferenc Arn | 2017-05-27 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | This is a necessary condition for finding optimal solutions. This is achieved by simply requiring/ensuring that no weights are smaller than 1. Fixes #8584. (cherry picked from commit e4eb093c62044cdce05ada0e0a42011c7e6628cf) | ||||
| * | | fixed typo 'one short connection' to 'one shot' | Christian Winter | 2017-05-27 | 1 | -1/+1 |
| | | | | | | | | | (cherry picked from commit 25776dbf76dfbc087582991bea3169e7b39b9340) | ||||
| * | | docs: ERR_EOF -> ERR_FILE_EOF | honix | 2017-05-27 | 1 | -1/+1 |
| | | | | | | | | | (cherry picked from commit 78c7847d1d5b7d581bd2cc75cc8e04c0377ff5dd) | ||||
| * | | added documentation for SurfaceTool | clayjohn | 2017-05-26 | 1 | -1/+28 |
| | | | | | | | | | (cherry picked from commit 478817abadc55a89f8d0ef7aa0341757d5626488) | ||||
| * | | added descriptions for WorldEnvironment node in documentation | clayjohn | 2017-05-26 | 1 | -0/+5 |
| | | | | | | | | | (cherry picked from commit 5fdc7ac88a46f062fb2d9052292e3d8319fca847) | ||||
| * | | Add extended check option to GDFunctionState::is_valid() | Pedro J. Estébanez | 2017-05-17 | 1 | -0/+4 |
| |/ | |||||
| * | classref: Sync with current source | Rémi Verschelde | 2017-04-07 | 1 | -57/+264 |
| | | |||||
| * | Add priority to samples in a library | Pedro J. Estébanez | 2017-04-06 | 1 | -0/+19 |
| | | |||||
| * | Update docs reference for TCP_Server::listen and UDPPacketPeer::listen | Fabio Alessandrelli | 2017-03-22 | 1 | -4/+12 |
| | | | | | (cherry picked from commit e5e4e7b6a9be36bb9bf75da996c348ae2476010c) | ||||
| * | List Control::has_point as a virtual method | CrazyGuy108 | 2017-03-19 | 1 | -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 -> its | Chris Bradfield | 2017-03-18 | 1 | -11/+11 |
| | | | | | (cherry picked from commit 10176228b2ea4c156b832b8dcf26eccf850e8c20) | ||||
| * | - Added `tab_selected` signal which has same behavior as `tab_changed` | Thaer Razeq | 2017-03-05 | 1 | -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 source | Rémi Verschelde | 2017-01-21 | 1 | -71/+152 |
| | | |||||
| * | Exposing edit_resource method of EditorNode in the EditorPlugin (#7355) | Bruno Ortiz | 2017-01-12 | 1 | -0/+7 |
| | | | | | (cherry picked from commit 7e0d0d0bb912fbb774f5890792840a1a62485773) | ||||
| * | Add the 'finished' signal to AnimatedSprite | Wilhem Barbier | 2017-01-12 | 1 | -0/+5 |
| | | | | | (cherry picked from commit f6262fde11cac8b7d1a3d299042c1af6b321cf24) | ||||
| * | PopupMenu upgrade: Hide on item selection (#7306) | Ivan P. Skodje | 2017-01-12 | 1 | -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() methods | Jerome67000 | 2017-01-12 | 1 | -2/+2 |
| | | | | | (cherry picked from commit 3cd5c86b1a01aeb1f6808175f1914cf39367defe) | ||||
| * | Correct description for the return values from get_status. (#7137) | romeojulietthotel | 2017-01-12 | 1 | -1/+1 |
| | | | | | (cherry picked from commit f8d523b68b3f3d82f844caaa6f0e246b11efb66b) | ||||
| * | Add Array.front() and Array.back() | Kazuo256 | 2017-01-12 | 1 | -0/+14 |
| | | | | | (cherry picked from commit bf4fda64fd403d589278919cff01c3207164207e) | ||||
| * | Add Node2D's set_global_rot get_global_rot set_global_rotd get_global_rotd ↵ | Emmanuel Leblond | 2017-01-10 | 1 | -0/+42 |
| | | | | | set_global_scale get_global_scale methods. | ||||
| * | classref: Sync with current code | Rémi Verschelde | 2017-01-08 | 1 | -9/+46 |
| | | |||||
| * | Fix codeblock tag in classes.xml for EditorSettings | Emmanuel Leblond | 2017-01-08 | 1 | -9/+11 |
| | | | | | (cherry picked from commit 28d74862677f6d0d94fbfffb305750da41f77930) | ||||
| * | Migrate int.IP_TYPE_ constants to IP.TYPE_ | Fabio Alessandrelli | 2017-01-04 | 1 | -22/+8 |
| | | | | | (cherry picked from commit c18c5013f837ea7d4de2f022d36f84e0abce6439) | ||||
| * | Update docs to IPv6 | Fabio Alessandrelli | 2016-12-11 | 1 | -8/+26 |
| | | | | | (cherry picked from commit 7f42da03300d515c3fb991ba311783619ac90ea2) | ||||
| * | classref: Sync with current source | Rémi Verschelde | 2016-11-15 | 1 | -1/+9 |
| | | |||||
| * | vsnc --> vsync | ISylvox | 2016-11-15 | 1 | -1/+1 |
| | | | | | (cherry picked from commit b5c383fd61d554fa02c3e231dd1f92145d90e04e) | ||||
| * | Fixed minor typo | DTV96Calibre | 2016-11-15 | 1 | -1/+1 |
| | | | | | (cherry picked from commit 37098419c5792e9e6ba504173bc95a87540cd7d5) | ||||
| * | classref: Sync with current sources | Rémi Verschelde | 2016-10-31 | 1 | -0/+140 |
| | | |||||
| * | Add "Never" underline mode to LinkButton | rdb | 2016-10-31 | 1 | -0/+3 |
| | | | | | (cherry picked from commit d517bc908f9c1e00503266ab9a639552660cf72c) | ||||
| * | Added general notes on RayCast[2D] updating behaviour and force_raycast_update() | Karol Walasek | 2016-10-31 | 1 | -0/+14 |
| | | | | | (cherry picked from commit 8d57640d3745084d5c4abc4e6926298c2f4a3fb4) | ||||
| * | Revert "Tween reset/stop/resume/remove for all object properties at once" | Rémi Verschelde | 2016-10-18 | 1 | -8/+8 |
| | | | | | | This reverts commit 6fc894d65264e37f6c0772f3789bcec52c7bbe3a. It caused a regression, cf. #6863. | ||||
| * | classref: Sync with current source | Rémi Verschelde | 2016-10-17 | 1 | -2/+10 |
| | | |||||
| * | Fixed Particle2D docs - radians to degrees for some params | Karol Walasek | 2016-10-17 | 1 | -2/+2 |
| | | | | | (cherry picked from commit 5687fa470962fc3f6528e6886284e3e965e7e35c) | ||||
| * | classref: Sync with current 2.1 branch | Rémi Verschelde | 2016-10-09 | 1 | -4/+334 |
| | | |||||
| * | Filled blanks and normalized documentation on RayCast[2D] | Karol Walasek | 2016-10-09 | 1 | -4/+31 |
| | | | | | (cherry picked from commit db0a46d7f7af220cede52198f05082f74ca9c546) | ||||
| * | Tween reset/stop/resume/remove for all object properties at once | Pawel Kowal | 2016-10-09 | 1 | -8/+8 |
| | | | | | (cherry picked from commit acc242fd6a3fc0dda18c01290263313e09d8269e) | ||||
