aboutsummaryrefslogtreecommitdiff
path: root/doc/base (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | -Renamed GlobalConfig to ProjectSettings, makes more sense.Juan Linietsky2017-07-191-2/+2
* | Merge pull request #9629 from kubecz3k/tabs-addonsRémi Verschelde2017-07-181-0/+18
|\ \ | |/ |/|
| * Tabs enhancements: get_tab_rect(), move_tab_from_to()Jakub Grzesik2017-07-181-0/+18
* | Merge pull request #9639 from rminderhoud/primitivesRémi Verschelde2017-07-181-21/+21
|\ \
| * | Moved binds of PRIMITIVE_* contants from ArrayMesh to MeshRalph Minderhoud2017-07-141-21/+21
| |/
* | missing object.get_incoming_connections() documentationJakub Grzesik2017-07-171-0/+5
* | Added documentation for blit_rect_maskdumitru-stama2017-07-151-0/+1
* | sync doc templatedumitru-stama2017-07-151-208/+540
* | doc: Sync classref with current sourceRémi Verschelde2017-07-141-1078/+1730
|/
* EditorPlugin ability to open and reload scns from filepathJakub Grzesik2017-07-111-0/+16
* [#9292] Renamed Image.put_pixel() to set_pixel().ducdetronquito2017-07-071-1/+1
* Improved GDScript parse_json() doc about numerical values conversion.ducdetronquito2017-07-061-1/+2
* docs: Correct xform descriptions in class_basismdraw2017-06-271-2/+2
* Merge pull request #8407 from Jylhis/popup_item_select_hideThomas Herzog2017-06-201-0/+14
|\
| * Update PopupMenu hidingJylhis2017-04-141-0/+14
* | Merge pull request #9274 from vnen/compress-functionsThomas Herzog2017-06-191-0/+42
|\ \
| * | Add documentation to compression functionsGeorge Marques2017-06-191-0/+42
* | | Added two new methods to 3.0 'blend_rect_mask' and 'fill'd2017-06-181-0/+31
|/ /
* | doc: Sync classref with current sourceRémi Verschelde2017-06-171-113/+491
* | doc: Sync classref with current sourceRémi Verschelde2017-06-151-2105/+2229
* | Merge pull request #8548 from tagcup/etc2compJuan Linietsky2017-06-131-1/+3
|\ \
| * | Add ETC1/ETC2 compression support though etc2comp.Ferenc Arn2017-05-311-1/+3
* | | Add zstd compression support.Ferenc Arn2017-06-081-1/+3
|/ /
* | Avoid overestimating the cost in AStar heuristics.Ferenc Arn2017-05-211-0/+1
* | Removal of InputEvent as built-in Variant type..Juan Linietsky2017-05-201-1/+1
* | Add extended check option to GDFunctionState::is_valid()Pedro J. Estébanez2017-05-171-0/+4
* | Merge pull request #8762 from honix/masterRémi Verschelde2017-05-141-1/+1
|\ \
| * | docs: ERR_EOF -> ERR_FILE_EOFhonix2017-05-141-1/+1
* | | fixed typo 'one short connection' to 'one shot'Christian Winter2017-05-141-1/+1
|/ /
* | Put brave old bb10 platform to a well-deserved restRémi Verschelde2017-05-081-1/+1
* | Rename project file to "project.godot"Rémi Verschelde2017-05-011-1/+1
* | Revert "Use .godot as file extension for project files."Juan Linietsky2017-04-291-1/+1
* | added documentation for SurfaceToolclayjohn2017-04-251-1/+28
* | added descriptions for WorldEnvironment node in documentationclayjohn2017-04-241-0/+5
* | Merge pull request #8277 from tagcup/math_checksRémi Verschelde2017-04-241-2/+60
|\ \
| * | Added various functions basic math classes. Also enabled math checks only for...Ferenc Arn2017-04-061-2/+60
* | | Clarification of degrees/radians in angle methodsChris Bradfield2017-04-201-7/+18
* | | Use .godot as file extension for project files.Andreas Haas2017-04-161-1/+1
| |/ |/|
* | Rename [gs]et_pos to [gs]et_position for ControlsSergey Pusnei2017-04-101-8/+8
* | classref: Sync with current sourceRémi Verschelde2017-04-071-705/+1651
|/
* Merge pull request #8259 from bojidar-bg/move-slide-wall-fixRémi Verschelde2017-04-051-0/+3
|\
| * Fix is_move_and_slide_on_wall, make move_and_slide floor angle configurableBojidar Marinov2017-04-041-0/+3
* | Made slide and reflect active verbs acting on itself in Vector2 and Vector3.Ferenc Arn2017-04-031-8/+26
|/
* Update classes.xml to master version, add a small feature to doc_statusBojidar Marinov2017-03-291-8538/+9169
* Merge pull request #8122 from tagcup/axis_check_normalizationRémi Verschelde2017-03-241-6/+6
|\
| * Explicitly documented that Transform.basis is not necessarily an orthogonal m...Ferenc Arn2017-03-231-6/+6
* | Fix typos in source code using codespellRémi Verschelde2017-03-241-25/+25
|/
* List Control::has_point as a virtual methodCrazyGuy1082017-03-141-0/+8
* Merge pull request #7916 from RebelliousX/tab_containerRémi Verschelde2017-03-051-2/+17
|\
| * - `tab_changed` signal emits only by selecting a different tab.Thaer Razeq2017-03-051-2/+17