summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-09-12Merge pull request #11051 from mrawlingst/classref-colorrectRémi Verschelde
Update ColorRect class ref documentation
2017-09-12Merge pull request #11032 from marcelofg55/masterRémi Verschelde
Added an option to reset the bus volume to 0db
2017-09-12Merge pull request #11044 from hpvb/fix-enum-as-boolRémi Verschelde
Fix using enum as bool value
2017-09-12Merge pull request #11040 from hpvb/fix-enum-compareRémi Verschelde
Fix warnings comparing enums of different types
2017-09-12Merge pull request #11041 from hpvb/fix-clang-format-errorRémi Verschelde
Fix serveral recent new clang-format errors [ci skip]
2017-09-12Merge pull request #11023 from mrawlingst/classref-colorRémi Verschelde
Update Color class ref documentation [ci skip]
2017-09-12Merge pull request #11140 from deliciousfudge/boneattachment-docsRémi Verschelde
Document methods for the BoneAttachment and IP classes [ci skip]
2017-09-12Merge pull request #11181 from cbscribe/kcc_tilemap_docRémi Verschelde
Update TileMap class ref. [ci skip]
2017-09-12Merge pull request #11082 from cbscribe/kcc_raycast2d_docRémi Verschelde
Update RayCast2D class ref [ci skip]
2017-09-12Merge pull request #11135 from willnationsdev/area2d-docsPoommetee Ketson
Area2D Documentation + constants in _bind_methods
2017-09-12Donors: Change name as requestedRémi Verschelde
[ci skip]
2017-09-12Merge pull request #11117 from cbscribe/kcc_timer_docPoommetee Ketson
Update Timer class ref.
2017-09-12Merge pull request #11113 from cbscribe/kcc_texturerect_docPoommetee Ketson
Update TextureRect class ref
2017-09-12Merge pull request #11085 from cbscribe/kcc_raycast_docPoommetee Ketson
Update RayCast class ref
2017-09-11Update TileMap class ref.Chris Bradfield
2017-09-12Rewrite the methods section of the IP classRoger 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-11Updated Area2D docs and added enum constants to scriptingWill Nations
2017-09-11Update RayCast class refChris Bradfield
2017-09-11Update RayCast2D class ref.Chris Bradfield
2017-09-12Merge pull request #11103 from NathanWarden/collision_shape_docsPoommetee Ketson
Updated the documentation for CollisionShape.
2017-09-11Documented 'resource_changed' for CollisionShapeNathan Warden
2017-09-12Merge pull request #11097 from GDquest/control-docsPoommetee Ketson
rewrite the Control node's class description, improve some others
2017-09-12Merge pull request #11098 from oOo0oOo/classref-editPoommetee Ketson
Added documentation for PrimitiveMeshes
2017-09-12Merge pull request #11100 from NathanWarden/rigidbody_docsPoommetee Ketson
Updated the 'members' documentation for Rigidbody.
2017-09-12Merge pull request #11101 from n-pigeon/spatial-docPoommetee Ketson
Documented Spatial node.
2017-09-12Merge pull request #11105 from NathanWarden/static_body_docsPoommetee Ketson
Updated documentation for StaticBody.
2017-09-12Merge pull request #11107 from hpvb/document-inputeventPoommetee Ketson
Correct InputEvent documentation
2017-09-12Merge pull request #11112 from LikeLakers2/masterPoommetee Ketson
Make Node.queue_free's documentation description a little more verbose
2017-09-12Merge pull request #11115 from hpvb/document-line2dPoommetee Ketson
Document Line2D
2017-09-12Merge pull request #11120 from cbscribe/kcc_lightoccluder2d_docPoommetee Ketson
Update LightOccluder2D class ref
2017-09-12Merge pull request #11134 from notonfire/script-docPoommetee Ketson
Document the Script and GDScript classes
2017-09-12Merge pull request #11138 from NathanWarden/change_cancel_to_donePoommetee Ketson
Changed the text from "Cancel" to "Done" in the "Fix Dependencies" dialog.
2017-09-12Merge pull request #11139 from djrm/pr_docsPoommetee Ketson
Added documentation for some clases (Variant, ToolButton, Button (partial), GradientTexture, BitMap, CollisionShape2D, CollisionShape)
2017-09-12Merge pull request #11142 from BastiaanOlij/arvr_signal_idPoommetee Ketson
Added ID to tracker signals and property for storing hand
2017-09-12Merge pull request #11148 from GodotExplorer/pr-globalize_path_with_data_dirPoommetee Ketson
Add user data directory support for ProjectSettings::globalize_path
2017-09-12Merge pull request #11149 from supagu/symlink5Poommetee Ketson
DirAccess constructor sets current_dir to an absolute path
2017-09-12Merge pull request #11151 from n-pigeon/transform-docPoommetee Ketson
Documented Transform and Transform2D.
2017-09-12Merge pull request #11152 from SaracenOne/mesh_arrays_accessPoommetee Ketson
Script access to formatted arrays and blend_arrays in meshes.
2017-09-12Merge pull request #11154 from eska014/html5-startup-revampPoommetee Ketson
HTML5 start-up overhaul with download progress display
2017-09-12Merge pull request #11161 from Noshyaar/pr-lenstrPoommetee Ketson
Implement String len()
2017-09-12Merge pull request #11163 from marcelofg55/project_grayedPoommetee Ketson
Not found projects are grayed instead of removed at the Project Manager
2017-09-12Merge pull request #11167 from bojidar-bg/9547-fix-metadata-duplicationPoommetee Ketson
Fix duplication of nodes resulting in shared metadata
2017-09-12Merge pull request #11168 from Noshyaar/pr-matPoommetee Ketson
Material: fix priority not int
2017-09-11Documented Transform and Transform2D.Przemysław Gołąb (n-pigeon)
2017-09-11HTML5 start-up overhaulLeon Krause
- Implement promise-based JS interface for custom HTML page integration - Add download progress callback - Add progress bar and indeterminate spinner to default HTML page - Try downloading files multiple times when failing - Get rid of godotfs.js - Separate steps for engine initialization, game initialization and game start - Allow multiple games on one HTML page - Substitution placeholders only used in .html file - Placeholders renamed: $GODOT_BASE => $GODOT_BASENAME, $GODOT_TMEM -> $GODOT_TOTAL_MEMORY - Emscripten Module is now Engine.RuntimeEnvironment (no longer a global)
2017-09-11Material: fix priority not intPoommetee Ketson
2017-09-11Fix duplication of nodes resulting in shared metadataBojidar Marinov
Fixes #9547
2017-09-11Script access to formatted arrays and blend_arrays in meshes.SaracenOne
2017-09-11Not found projects are grayed instead of removed at the Project ManagerMarcelo Fernandez
2017-09-11Implement String len()Poommetee Ketson