aboutsummaryrefslogtreecommitdiff
path: root/platform/javascript/javascript_main.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2017-09-11Documented 'resource_changed' for CollisionShapeNathan Warden1-0/+1
2017-09-11Documented Transform and Transform2D.Przemysław Gołąb (n-pigeon)1-14/+33
2017-09-11HTML5 start-up overhaulLeon Krause9-543/+778
2017-09-11Material: fix priority not intPoommetee Ketson1-4/+4
2017-09-11Fix duplication of nodes resulting in shared metadataBojidar Marinov2-3/+27
2017-09-11Script access to formatted arrays and blend_arrays in meshes.SaracenOne6-2/+49
2017-09-11Not found projects are grayed instead of removed at the Project ManagerMarcelo Fernandez2-14/+31
2017-09-11Implement String len()Poommetee Ketson1-3/+11
2017-09-10Fixed attempt to delete NULL pointer errorbncastle1-1/+1
2017-09-10Added documentation for some clasesDaniel J. Ramirez1-16/+39
2017-09-10Document the Script and GDScript classesRyan Phillips1-7/+23
2017-09-10Added docs for PrimitiveMeshOliver Dressler1-0/+43
2017-09-10DirAccess constructor sets current_dir to an absolute pathsupagu1-14/+6
2017-09-10Add user data directory support for ProjectSettings::globalize_pathgeequlim1-1/+9
2017-09-10Added ID to tracker signals and property for storing handBastiaan Olij5-5/+46
2017-09-09Changed the text from "Cancel" to "Done" in the "Fix Dependencies" dialog.Nathan Warden1-0/+1
2017-09-09Update LightOccluder2D class refChris Bradfield1-2/+4
2017-09-09Document Line2DHein-Pieter van Braam1-0/+4
2017-09-09Use gdquest's suggestionsLikeLakers21-1/+1
2017-09-09Documented Spatial node.Przemysław Gołąb (n-pigeon)1-4/+45
2017-09-09Correct InputEvent documentationHein-Pieter van Braam1-5/+10
2017-09-09Updated documentation for StaticBody.Nathan Warden1-0/+4
2017-09-09Updated the 'members' documentation for Rigidbody.Nathan Warden1-0/+17
2017-09-09improve some descriptions for the Control nodeNathan1-16/+16
2017-09-08ClassRef: fill in the blanksPoommetee Ketson1-0/+141
2017-09-07Ability to use a sky for reflection together with a background color.Juan Linietsky4-4/+10
2017-09-07Fixed orthogonal projection in all effects and post processesJuan Linietsky7-892/+945
2017-09-07Several fixes to directional shadows, closes #10926Juan Linietsky13-962/+1044
2017-09-07Restored auto snapping of controls to pixels, fixes #10847 and probably sever...Juan Linietsky5-0/+36
2017-09-07Removed camera interpolation in orthogonal mode (I have no idea how to fix th...Juan Linietsky1-1/+1
2017-09-06Mono vorbis support fixed, closes #10787Juan Linietsky1-0/+6
2017-09-06Force redraw when HDR auto exposure is enable in all frames, fixes #10784Juan Linietsky1-0/+2
2017-09-06Renamed playing property of audiostreams to play, to make it clearer. Fixes #...Juan Linietsky3-7/+11
2017-09-06-Fix folow surface in subsurface scattering, closes #10696Juan Linietsky1-56/+57
2017-09-07Fix EOF in wav file importerHein-Pieter van Braam1-4/+2
2017-09-06Check whether stuff is visible before baking it, closes #10525Juan Linietsky1-14/+17
2017-09-06-Fixed changes to default input actions not working, closes #10502Juan Linietsky4-4/+19
2017-09-06Remove dead ButtonGroup codeRémi Verschelde13-247/+0
2017-09-06Fix frame selection in 2D particles, closes #10668Juan Linietsky1-1/+1
2017-09-06doc: Sync classref with current sourceRémi Verschelde1-115/+176
2017-09-06Further symlink fixessupagu1-16/+26
2017-09-06Fixes ERR_EXPLAIN being overwrittenIgnacio Etcheverry1-2/+1
2017-09-05hide next pass for material types that make it pointless, closes #10686Juan Linietsky2-0/+17
2017-09-05Added a warning for when a PC compression is not found for the project, close...Juan Linietsky1-1/+8
2017-09-05Setting visibility on GridMap now works. Closes #907.David Saltares2-0/+20
2017-09-05Fix directional vertex shaded light which was using normal instead of light c...Juan Linietsky1-1/+1
2017-09-05Escape special character in classes.xmlIgnacio Etcheverry1-1/+1
2017-09-05Added support for for, break and continue. Closes #10560, closes #10661Juan Linietsky3-22/+183
2017-09-05Provide NativeScript properties in definition orderRuslan Mustakov3-30/+76
2017-09-05Fix unshaded materials renderEvgeny Zuev1-8/+5