summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-09-10Added documentation for some clasesDaniel J. Ramirez
2017-09-10Document the Script and GDScript classesRyan Phillips
2017-09-10Added docs for PrimitiveMeshOliver Dressler
2017-09-10DirAccess constructor sets current_dir to an absolute pathsupagu
2017-09-10Add user data directory support for ProjectSettings::globalize_pathgeequlim
2017-09-10Added ID to tracker signals and property for storing handBastiaan Olij
2017-09-09Merge branch 'master' of git://github.com/godotengine/godot into kcc_lightocc...Chris Bradfield
2017-09-09Changed the text from "Cancel" to "Done" in the "Fix Dependencies" dialog.Nathan Warden
2017-09-09Update Timer class ref.Chris Bradfield
2017-09-09Update LightOccluder2D class refChris Bradfield
2017-09-09Document Line2DHein-Pieter van Braam
2017-09-09Update TextureRect class refChris Bradfield
2017-09-09Use gdquest's suggestionsLikeLakers2
2017-09-09Documented Spatial node.Przemysław Gołąb (n-pigeon)
2017-09-09Correct InputEvent documentationHein-Pieter van Braam
2017-09-09Updated documentation for StaticBody.Nathan Warden
2017-09-09Updated the 'members' documentation for Rigidbody.Nathan Warden
2017-09-09improve some descriptions for the Control nodeNathan
2017-09-08Update Color class ref documentationmrawlingst
2017-09-08Merge pull request #11064 from Noshyaar/docsRémi Verschelde
2017-09-08ClassRef: fill in the blanksPoommetee Ketson
2017-09-07Ability to use a sky for reflection together with a background color.Juan Linietsky
2017-09-07Fixed orthogonal projection in all effects and post processesJuan Linietsky
2017-09-08Fix serveral recent new clang-format errorsHein-Pieter van Braam
2017-09-07Several fixes to directional shadows, closes #10926Juan Linietsky
2017-09-07Restored auto snapping of controls to pixels, fixes #10847 and probably sever...Juan Linietsky
2017-09-07Removed camera interpolation in orthogonal mode (I have no idea how to fix th...Juan Linietsky
2017-09-07Merge pull request #11027 from hpvb/fix-11022Juan Linietsky
2017-09-07Fix using enum as bool valueHein-Pieter van Braam
2017-09-07Fix warnings comparing enums of different typesHein-Pieter van Braam
2017-09-06Mono vorbis support fixed, closes #10787Juan Linietsky
2017-09-06Force redraw when HDR auto exposure is enable in all frames, fixes #10784Juan Linietsky
2017-09-06Renamed playing property of audiostreams to play, to make it clearer. Fixes #...Juan Linietsky
2017-09-06-Fix folow surface in subsurface scattering, closes #10696Juan Linietsky
2017-09-07Fix EOF in wav file importerHein-Pieter van Braam
2017-09-06Check whether stuff is visible before baking it, closes #10525Juan Linietsky
2017-09-06-Fixed changes to default input actions not working, closes #10502Juan Linietsky
2017-09-06Remove dead ButtonGroup codeRémi Verschelde
2017-09-06Fix frame selection in 2D particles, closes #10668Juan Linietsky
2017-09-06Merge pull request #11011 from supagu/symlink4Juan Linietsky
2017-09-06Merge pull request #10976 from saltares/issue-907Rémi Verschelde
2017-09-06doc: Sync classref with current sourceRémi Verschelde
2017-09-06Further symlink fixessupagu
2017-09-06Merge pull request #11009 from neikeq/whateverrIgnacio Etcheverry
2017-09-06Fixes ERR_EXPLAIN being overwrittenIgnacio Etcheverry
2017-09-05hide next pass for material types that make it pointless, closes #10686Juan Linietsky
2017-09-05Added a warning for when a PC compression is not found for the project, close...Juan Linietsky
2017-09-05Setting visibility on GridMap now works. Closes #907.David Saltares
2017-09-05Fix directional vertex shaded light which was using normal instead of light c...Juan Linietsky
2017-09-05Merge pull request #11005 from neikeq/doc-xml-escapeRémi Verschelde