aboutsummaryrefslogtreecommitdiff
path: root/misc/scripts/fix_headers.py (unfollow)
Commit message (Collapse)AuthorFilesLines
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)
2018-06-01Fixed GroupCallFlags links in the SceneTree's doc.Michael Alexsander Silva Dias1-3/+3
(cherry picked from commit e10687a520936a628a7ad1c1b3d1313c961b05a8)
2018-06-01Mono: Basis constructor for euler parameterKelly Thomas1-0/+20
(cherry picked from commit c26d30986a1664dc9b90335a5ef8259bc5f3e822)
2018-06-01mono: New Color methods: Darkened, Lightened and ToRgba32Kelly Thomas1-4/+22
(cherry picked from commit 88bd33f451fe15b0d31e5244366656ccc95484a7)
2018-06-01mono: Plane, expose Normal, and DKelly Thomas1-38/+44
(cherry picked from commit 16e1b4bacf4074e8ea374bde73f699c27d7bfbab)
2018-06-01fixed capital A osxtoger51-2/+2
(cherry picked from commit 6476b708d9275c279f76c64caadcaccbe4e618e5)
2018-06-01fixed a input not registered in osx script editortoger51-1/+1
(cherry picked from commit d927e972d1e9794b10e058345e8bd46d511242d6)
2018-06-01Add additional macos shortcuts for going to start/end of lineSherjil Ozair1-1/+52
(cherry picked from commit 166c7fdc9d42c8155e186defa44e224600d96bf8)
2018-06-01Fix index out of range error in string.Extension()Kelly Thomas1-1/+1
(cherry picked from commit c7e98eef67639d6ba66fae80d2d691e1a8af79d4)
2018-06-01Fix scons installation on AppVeyorRémi Verschelde1-1/+2
Seems like AppVeyor just upgraded pip and finally removed the deprecated --egg switch. (cherry picked from commit 79e76d8329b655d9cce03989a88b0d38e523dd6f)
2018-06-01Mono: Fix MonoImage filename being set to an invalid pathIgnacio Etcheverry1-4/+5
(cherry picked from commit 97fb999976ce7d86d4bbe881716f12c45d138c51)
2018-06-01Increase versionCode range 3.0Dmitry Pupinin1-1/+1
(cherry picked from commit d71d968987055473bbd1ab263f7d9386cc6a2614)
2018-06-01Bump to 3.0.3rc3Hein-Pieter van Braam1-1/+1
2018-05-16[mono] fix signals parameter retrievalPaul Joannon1-5/+7
(cherry picked from commit 7a723954125e9409c102b5cf3cde6f9a6464be52)
2018-05-14Add back missing method from e10a2e5999bb646b0145f898328e8f01731ca854Hein-Pieter van Braam1-0/+1
2018-05-13fix API string pathPaul Joannon3-5/+5
(cherry picked from commit a35c8bbdc7bdf2cd5ca640b572dd4ad1e170c260)
2018-05-13Fix vector reduction in shader languageJFonS2-3/+44
(cherry picked from commit 5b50685b38bf527dff5a816ce4505a32ef682a9e)
2018-05-13Fix icon if remote icon load failsKarolis K1-5/+6
(cherry picked from commit c3e921fba3be76c27c33c495e2df4b64fdeb8638)
2018-05-13Implement missing methods in dummy rasterizerFabio Alessandrelli1-0/+14
(cherry picked from commit 0cad1417b61cbad9926d364840de54f2d644e200)