Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-09-12 | Merge pull request #11028 from mrawlingst/color-RGBA32 | Rémi Verschelde | |
Change Color.to_32() to Color.to_rgba32() and lowercase other functions | |||
2017-09-12 | Merge pull request #11025 from volzhs/script-editor | Rémi Verschelde | |
Fit script editor grid with others | |||
2017-09-12 | Merge pull request #11020 from toger5/theme_animation_editor_colors | Rémi Verschelde | |
removed hardcoded color and added theme update for animation editor | |||
2017-09-12 | Merge pull request #11015 from toger5/rtl_default_stylebox_empty | Rémi Verschelde | |
rtl uses styleBoxEmpty as defualt fixes: #11014 | |||
2017-09-12 | Merge pull request #11002 from NathanWarden/vehicle_wheel_warning | Rémi Verschelde | |
Added a warning message when a VehicleWheel is not a child of a VehicleBody. | |||
2017-09-12 | Merge pull request #11000 from Kibouo/iss10842 | Rémi Verschelde | |
Fixes the deletion of an export preset's name when deleting the preset above it. | |||
2017-09-12 | Many fixes to visual script, changed virtuals override for a proper selector. | Juan Linietsky | |
2017-09-12 | Merge pull request #10908 from hpvb/fix-unused-variables | Rémi Verschelde | |
Fix unused variable warnings | |||
2017-09-12 | Merge pull request #11108 from oOo0oOo/docs-meshes | Rémi Verschelde | |
Added docs for Mesh and MeshInstance | |||
2017-09-12 | Merge pull request #11007 from saltares/issue-9988 | Rémi Verschelde | |
Renames _add_child_below_node() to add_child_below_node(). Fixes #9988. | |||
2017-09-12 | Merge pull request #11052 from djrm/pr_missing_icons | Rémi Verschelde | |
Added some missing icons | |||
2017-09-12 | Merge pull request #11026 from hpvb/fix-assign-in-if | Rémi Verschelde | |
Remove assignment and declarations in if statements | |||
2017-09-12 | Merge pull request #11058 from hpvb/fix-11043 | Rémi Verschelde | |
Don't set editor_hint true for project manager | |||
2017-09-12 | Merge pull request #11057 from hpvb/fix-various-warnings | Rémi Verschelde | |
Fix various assorted warnings | |||
2017-09-12 | Merge pull request #11051 from mrawlingst/classref-colorrect | Rémi Verschelde | |
Update ColorRect class ref documentation | |||
2017-09-12 | Merge pull request #11032 from marcelofg55/master | Rémi Verschelde | |
Added an option to reset the bus volume to 0db | |||
2017-09-12 | Merge pull request #11044 from hpvb/fix-enum-as-bool | Rémi Verschelde | |
Fix using enum as bool value | |||
2017-09-12 | Merge pull request #11040 from hpvb/fix-enum-compare | Rémi Verschelde | |
Fix warnings comparing enums of different types | |||
2017-09-12 | Merge pull request #11041 from hpvb/fix-clang-format-error | Rémi Verschelde | |
Fix serveral recent new clang-format errors [ci skip] | |||
2017-09-12 | Merge pull request #11023 from mrawlingst/classref-color | Rémi Verschelde | |
Update Color class ref documentation [ci skip] | |||
2017-09-12 | Added Mesh docs | Oliver Dressler | |
2017-09-12 | Merge pull request #11140 from deliciousfudge/boneattachment-docs | Rémi Verschelde | |
Document methods for the BoneAttachment and IP classes [ci skip] | |||
2017-09-12 | Merge pull request #11181 from cbscribe/kcc_tilemap_doc | Rémi Verschelde | |
Update TileMap class ref. [ci skip] | |||
2017-09-12 | Merge pull request #11082 from cbscribe/kcc_raycast2d_doc | Rémi Verschelde | |
Update RayCast2D class ref [ci skip] | |||
2017-09-12 | Merge pull request #11135 from willnationsdev/area2d-docs | Poommetee Ketson | |
Area2D Documentation + constants in _bind_methods | |||
2017-09-12 | Donors: Change name as requested | Rémi Verschelde | |
[ci skip] | |||
2017-09-12 | Merge pull request #11117 from cbscribe/kcc_timer_doc | Poommetee Ketson | |
Update Timer class ref. | |||
2017-09-12 | Merge pull request #11113 from cbscribe/kcc_texturerect_doc | Poommetee Ketson | |
Update TextureRect class ref | |||
2017-09-12 | Merge pull request #11085 from cbscribe/kcc_raycast_doc | Poommetee Ketson | |
Update RayCast class ref | |||
2017-09-11 | Update TileMap class ref. | Chris Bradfield | |
2017-09-12 | Rewrite the methods section of the IP class | Roger Smith | |
Document methods for the BoneAttachment class Fix indentation issues present in IP and BoneAttachment class doc commits Further indentation corrections to the IP and BoneAttachment classes | |||
2017-09-11 | Updated Area2D docs and added enum constants to scripting | Will Nations | |
2017-09-12 | Fixed clearing of an export preset's name when deleting the one above it. | Mihaly Csonka | |
Deleting an export preset cleared the name of the item below it. This was caused by ProjectExportDialog::_edit_preset(-1) which sets the deleted preset's data to empty values. This on its turn called ProjectExportDialog::_name_changed() which operates on the new current preset (the one under the deleted item). Fixes issue #10842 | |||
2017-09-11 | Update RayCast class ref | Chris Bradfield | |
2017-09-11 | Update RayCast2D class ref. | Chris Bradfield | |
2017-09-12 | Merge pull request #11103 from NathanWarden/collision_shape_docs | Poommetee Ketson | |
Updated the documentation for CollisionShape. | |||
2017-09-11 | Documented 'resource_changed' for CollisionShape | Nathan Warden | |
2017-09-12 | Merge pull request #11097 from GDquest/control-docs | Poommetee Ketson | |
rewrite the Control node's class description, improve some others | |||
2017-09-12 | Merge pull request #11098 from oOo0oOo/classref-edit | Poommetee Ketson | |
Added documentation for PrimitiveMeshes | |||
2017-09-12 | Merge pull request #11100 from NathanWarden/rigidbody_docs | Poommetee Ketson | |
Updated the 'members' documentation for Rigidbody. | |||
2017-09-12 | Merge pull request #11101 from n-pigeon/spatial-doc | Poommetee Ketson | |
Documented Spatial node. | |||
2017-09-12 | Merge pull request #11105 from NathanWarden/static_body_docs | Poommetee Ketson | |
Updated documentation for StaticBody. | |||
2017-09-12 | Merge pull request #11107 from hpvb/document-inputevent | Poommetee Ketson | |
Correct InputEvent documentation | |||
2017-09-12 | Merge pull request #11112 from LikeLakers2/master | Poommetee Ketson | |
Make Node.queue_free's documentation description a little more verbose | |||
2017-09-12 | Merge pull request #11115 from hpvb/document-line2d | Poommetee Ketson | |
Document Line2D | |||
2017-09-12 | Merge pull request #11120 from cbscribe/kcc_lightoccluder2d_doc | Poommetee Ketson | |
Update LightOccluder2D class ref | |||
2017-09-12 | Merge pull request #11134 from notonfire/script-doc | Poommetee Ketson | |
Document the Script and GDScript classes | |||
2017-09-12 | Merge pull request #11138 from NathanWarden/change_cancel_to_done | Poommetee Ketson | |
Changed the text from "Cancel" to "Done" in the "Fix Dependencies" dialog. | |||
2017-09-12 | Merge pull request #11139 from djrm/pr_docs | Poommetee Ketson | |
Added documentation for some clases (Variant, ToolButton, Button (partial), GradientTexture, BitMap, CollisionShape2D, CollisionShape) | |||
2017-09-12 | Merge pull request #11142 from BastiaanOlij/arvr_signal_id | Poommetee Ketson | |
Added ID to tracker signals and property for storing hand |