aboutsummaryrefslogtreecommitdiff
path: root/misc/scripts/fix_headers.py (unfollow)
Commit message (Collapse)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
(cherry picked from commit cf63abac360e0e8d0eb8b2d95de49678d66602c2)
2018-06-22[DOCS] Builtin keywords because search is terribadMax Hilbrunner1-1/+1
(cherry picked from commit 5002db6be1ba99bcd1b4d669a8c0dfad15650878)
2018-06-22[DOCS] TreeItem: Small fix for remove_child()Max Hilbrunner1-1/+1
(cherry picked from commit 25b5242d9f9a7328f62977eea41ef96b82b67338)
2018-06-22[DOCS] InputEventMouseButton: FactorMax Hilbrunner1-1/+1
(cherry picked from commit 03250259d35f411a36fd08480267364b8e628b0f)
2018-06-22Add a little to ViewportTexture docsMel Collins1-0/+2
(cherry picked from commit b820056b3803871e46ae89e7dca12dc83276c01b)
2018-06-22Fix Vector2 doc of floor, add ceil docletheed1-1/+2
(cherry picked from commit d759d25aca6151f574efe15ca09b49c1c01973c3)
2018-06-22Added some details in skeleton docs.tagcup1-2/+10
Workaround for #19551. (cherry picked from commit 195e96361399b6d38b5e148b989d3d0e60a2e758)
2018-06-22Added description for abs function in Rect2unknown1-0/+1
(cherry picked from commit d1b3f36eab87e9fc6054634236c9fbcb9198c9d8)
2018-06-22updated Viewport docs to correct wrong information and fill out empty sectionsclayjohn1-2/+6
(cherry picked from commit 650ebdc832beafd7aec68db797301b412439e8a4)
2018-06-22Added some documentation to particlesBastiaan Olij1-0/+9
(cherry picked from commit c4dfef58d9cca9d9112f5f8d8db9dcc1bd9dfaae)
2018-06-22add NoCache wrapper to CommandRhody Lugo6-10/+16
(cherry picked from commit 920224a535f7858dd4bf39f04e3c90c8276503c3)
2018-06-22i18n: Sync translations with WeblateRémi Verschelde37-1669/+1755
2018-06-22Disable threading in Asset LibraryRémi Verschelde1-2/+4
Threaded HTTPRequest appears to be crashy on 3.0.x. Fixes #19336.
2018-06-14Make heightmap shape usable from PhysicsServerMarc Gilleron2-14/+47
- Fixed bad size check - Fixed bad member initialization - Removed unused cell_size (Bullet expects us to use localScaling) - Accept precomputed min/max height, will be calculated if not provided (cherry picked from commit a66e1af1689c385cc3adae0cf8eef4eb02a61d40)
2018-06-14Bump version to 3.0.4Hein-Pieter van Braam489-492/+491
And onwards!
2018-06-14Update AUTHORS and DONORS list3.0.3-stableRémi Verschelde2-21/+29
New contributors added to AUTHORS: @Nallebeorn, @ibrahn, @KellyThomas, @ShyRed Thanks to all contributors and donors for making Godot possible! [ci skip] (cherry picked from commit a18fe067736c2136e451ab183b53d228f5568c0d)
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
(cherry picked from commit b3ddf12fb1774d63ac47a8d9890bf017b67d879e)
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
(cherry picked from commit 1c419531a009f48aa074f9b5f93b98d387c33723)
2018-06-05Revert "Prevent visibility notification been called twice in object creation"Hein-Pieter van Braam1-2/+1
This reverts commit 826108efecf106522a3412291725069dc35119f8. This caused a regression (#18614), and potentially other unintended regressions.
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
(cherry picked from commit a6bd2c6e72de373fab783d2ce15b67f5413e98ea)
2018-06-01Vector3::round, Vector2::round & Vector2::ceil methods were added.Alexander Alekseev4-0/+24
Now both structs (Vector2 & Vector3) have round, floor & ceil methods. (see #18603) (cherry picked from commit 26963473a9d832f18e05db074577511d2477a42a)
2018-06-01Set current SynchronizationContext before the game loop startsAdam Cigánek1-1/+1
This fixes the problem that `SynchronizationContext.Current` would be null during the call to `_EnterTree`, `_Ready` and the first call to `_Process` thus the task continuations would be scheduled outside the main thread, which is unexpected and might lead to crashes. With this change, task continuations are scheduled always on the main thread and so async/await can be used without any explicit synchronization, which is what is expected. Fixes #18849 (cherry picked from commit f25240cfe6a4b7f030b2dfd5db1365b4de44301d)
2018-06-01fixes build error on Linux after its introduction in #18949Michele Valente1-2/+2
The function expects now a return value. Returning NULL seems to work in this case. (cherry picked from commit 6c74f3de6dbba53878d9ebe377a6c33ef2294afc)
2018-06-01Mono: Project building fixesIgnacio Etcheverry5-66/+146
- Set (Csc/Vbc/Fsc)ToolExe environment variables to point to the batch files in Mono's bin directory when building with Mono's MSBuild. - Set Mono's MSBuild as the default build tool on Windows. - Generate projects with portable DebugType instead of full. (cherry picked from commit 01397a10d9f82e00638eb9b5c200b6dde8e515a9)
2018-06-01mono: add Slerp method to vector classes, expose Cross method for Vector2, ↵Kelly Thomas4-5/+17
and fix unnecessary casts in Basis (cherry picked from commit b335274bcd6df9ad7e4ba381574fd1607f2b3437)
2018-06-01Reduce allocations when converting mono arrays to pool arraysCarter Anderson1-9/+16
(cherry picked from commit 56262ceafe4f41e61b5c69e4f387fe0c50cf5f1e)
2018-06-01Mono: Improve 'script class not found' errorIgnacio Etcheverry1-5/+12
No longer printed when using using placeholder script instances (for non-tool scripts in the editor). Print different error if the project assembly is not loaded (cherry picked from commit c8945fe7d81c6168e300375d2e6d2a9b01612496)
2018-06-01Travis: Add server build with clangRémi Verschelde1-0/+3
(cherry picked from commit 1e19e2846dbcd4435f64a73deded67c92993204e)
2018-06-01Add more IDE created files into .gitignoregeequlim1-0/+3
(cherry picked from commit d3a696043769ff7ccdec95aa2bf74cf654154670)
2018-06-01Javascript: Remove weird logMax Hilbrunner1-2/+0
(cherry picked from commit 0c56e011adf4de59848d8fb801e8741119548543)
2018-06-01Make filename clipped on Import dockvolzhs1-0/+1
(cherry picked from commit 12fb5f58d9e0913c12358ccfb410f3e4b0128198)
2018-06-01Check for 0 roll influenceBastiaan Olij1-4/+7
(cherry picked from commit 660bebec94a6e4ce6b0d5c5e4af8ec8403845009)
2018-06-01Improve side impulse calculationBastiaan Olij2-5/+9
(cherry picked from commit a36e5951ff30f74b45e52f33ce1a37f50496b807)
2018-06-01fixed minor doc wording problemanakimluke1-1/+1
(cherry picked from commit 4fe2605ab37ba72beefc7eca63d3733bb6a55296)
2018-06-01filled in docs for panorama skyclayjohn1-0/+3
filled in docs for panorama sky (cherry picked from commit 1bf7f8fcd13bf1662e961ab07b5799b5975491b3)
2018-06-01added documentation for procedural skyclayjohn1-0/+19
Added documentation for procedural sky added documentation for procedural sky added documentation for procedural sky (cherry picked from commit 6711691d10892a341b2d05d0cf0903aa20423aaa)
2018-06-01[docs] fix links in class docsKelly Thomas3-7/+7
(cherry picked from commit 888eefa0fd5d14468161832d96e41e79d150899e)
2018-06-01[docs] fix links in class docsKelly Thomas8-13/+13
(cherry picked from commit c6ed46891d0abacb6619ff77697c616c9658a90f)
2018-06-01[DOCS] Update VideoPlayer classrefChris Bradfield2-13/+26
(cherry picked from commit 393125a6a4bbe97f4e7ebe3ac5e652a321be324c)
2018-06-01[DOCS] Array sortMax Hilbrunner1-2/+2
(cherry picked from commit 9115d84913f30d35997cf3e2c26b86ebccd36f0e)
2018-06-01Added some quick info on shaders to the docsBastiaan Olij2-2/+8
(cherry picked from commit b7ae2ca128307f4926a9b380f271469030c06e2a)