aboutsummaryrefslogtreecommitdiff
path: root/modules/gdscript/gdscript_function.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2018-06-22Godot 3.0.4-stable 'brown paper bag'Hein-Pieter van Braam1-1/+1
2018-06-22doc: Remove extraneous empty lines in descriptionsRémi Verschelde9-14/+0
2018-06-22Add longer description to ViewportTexture docMel Collins1-0/+2
2018-06-22[DOCS] Builtin keywords because search is terribadMax Hilbrunner1-1/+1
2018-06-22[DOCS] TreeItem: Small fix for remove_child()Max Hilbrunner1-1/+1
2018-06-22[DOCS] InputEventMouseButton: FactorMax Hilbrunner1-1/+1
2018-06-22Add a little to ViewportTexture docsMel Collins1-0/+2
2018-06-22Fix Vector2 doc of floor, add ceil docletheed1-1/+2
2018-06-22Added some details in skeleton docs.tagcup1-2/+10
2018-06-22Added description for abs function in Rect2unknown1-0/+1
2018-06-22updated Viewport docs to correct wrong information and fill out empty sectionsclayjohn1-2/+6
2018-06-22Added some documentation to particlesBastiaan Olij1-0/+9
2018-06-22add NoCache wrapper to CommandRhody Lugo6-10/+16
2018-06-22i18n: Sync translations with WeblateRémi Verschelde37-1669/+1755
2018-06-22Disable threading in Asset LibraryRémi Verschelde1-2/+4
2018-06-14Make heightmap shape usable from PhysicsServerMarc Gilleron2-14/+47
2018-06-14Bump version to 3.0.4Hein-Pieter van Braam489-492/+491
2018-06-14Update AUTHORS and DONORS list3.0.3-stableRémi Verschelde2-21/+29
2018-06-14Update changelog for 3.0.3-stableHein-Pieter van Braam1-0/+25
2018-06-13Fix some missed changes from a cherrypickHein-Pieter van Braam1-7/+10
2018-06-13Bump version to 3.0.3-stableHein-Pieter van Braam1-1/+1
2018-06-13Mono: Allow loading `mscorlib` from resources.bruvzg2-10/+10
2018-06-05i18n: Sync translations with WeblateRémi Verschelde29-3009/+10885
2018-06-05i18n: Sync translation templates with current sourceRémi Verschelde48-4059/+4167
2018-06-05Change ".." punctuation for "..." in editor strings (#16507)Hugo Locurcio39-203/+203
2018-06-05Revert "Prevent visibility notification been called twice in object creation"Hein-Pieter van Braam1-2/+1
2018-06-01Fix Mono static linking on MingwHein-Pieter van Braam1-2/+9
2018-06-01Fix documentation version stringsHein-Pieter van Braam487-610/+664
2018-06-01round / ceil methods for c sharp vectorsKelly thomas2-0/+15
2018-06-01Vector3::round, Vector2::round & Vector2::ceil methods were added.Alexander Alekseev4-0/+24
2018-06-01Set current SynchronizationContext before the game loop startsAdam Cigánek1-1/+1
2018-06-01fixes build error on Linux after its introduction in #18949Michele Valente1-2/+2
2018-06-01Mono: Project building fixesIgnacio Etcheverry5-66/+146
2018-06-01mono: add Slerp method to vector classes, expose Cross method for Vector2, an...Kelly Thomas4-5/+17
2018-06-01Reduce allocations when converting mono arrays to pool arraysCarter Anderson1-9/+16
2018-06-01Mono: Improve 'script class not found' errorIgnacio Etcheverry1-5/+12
2018-06-01Travis: Add server build with clangRémi Verschelde1-0/+3
2018-06-01Add more IDE created files into .gitignoregeequlim1-0/+3
2018-06-01Javascript: Remove weird logMax Hilbrunner1-2/+0
2018-06-01Make filename clipped on Import dockvolzhs1-0/+1
2018-06-01Check for 0 roll influenceBastiaan Olij1-4/+7
2018-06-01Improve side impulse calculationBastiaan Olij2-5/+9
2018-06-01fixed minor doc wording problemanakimluke1-1/+1
2018-06-01filled in docs for panorama skyclayjohn1-0/+3
2018-06-01added documentation for procedural skyclayjohn1-0/+19
2018-06-01[docs] fix links in class docsKelly Thomas3-7/+7
2018-06-01[docs] fix links in class docsKelly Thomas8-13/+13
2018-06-01[DOCS] Update VideoPlayer classrefChris Bradfield2-13/+26
2018-06-01[DOCS] Array sortMax Hilbrunner1-2/+2
2018-06-01Added some quick info on shaders to the docsBastiaan Olij2-2/+8