aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Update AUTHORS and DONORS list3.0.3-stableRémi Verschelde2018-06-142-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)
* Update changelog for 3.0.3-stableHein-Pieter van Braam2018-06-141-0/+25
|
* Fix some missed changes from a cherrypickHein-Pieter van Braam2018-06-131-7/+10
|
* Bump version to 3.0.3-stableHein-Pieter van Braam2018-06-131-1/+1
|
* Mono: Allow loading `mscorlib` from resources.bruvzg2018-06-132-10/+10
| | | | (cherry picked from commit b3ddf12fb1774d63ac47a8d9890bf017b67d879e)
* i18n: Sync translations with WeblateRémi Verschelde2018-06-0529-3009/+10885
|
* i18n: Sync translation templates with current sourceRémi Verschelde2018-06-0548-4059/+4167
|
* Change ".." punctuation for "..." in editor strings (#16507)Hugo Locurcio2018-06-0539-203/+203
| | | | (cherry picked from commit 1c419531a009f48aa074f9b5f93b98d387c33723)
* Revert "Prevent visibility notification been called twice in object creation"Hein-Pieter van Braam2018-06-051-2/+1
| | | | | | This reverts commit 826108efecf106522a3412291725069dc35119f8. This caused a regression (#18614), and potentially other unintended regressions.
* Fix Mono static linking on MingwHein-Pieter van Braam2018-06-011-2/+9
|
* Fix documentation version stringsHein-Pieter van Braam2018-06-01487-610/+664
|
* round / ceil methods for c sharp vectorsKelly thomas2018-06-012-0/+15
| | | | (cherry picked from commit a6bd2c6e72de373fab783d2ce15b67f5413e98ea)
* Vector3::round, Vector2::round & Vector2::ceil methods were added.Alexander Alekseev2018-06-014-0/+24
| | | | | | | Now both structs (Vector2 & Vector3) have round, floor & ceil methods. (see #18603) (cherry picked from commit 26963473a9d832f18e05db074577511d2477a42a)
* Set current SynchronizationContext before the game loop startsAdam Cigánek2018-06-011-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)
* fixes build error on Linux after its introduction in #18949Michele Valente2018-06-011-2/+2
| | | | | | | The function expects now a return value. Returning NULL seems to work in this case. (cherry picked from commit 6c74f3de6dbba53878d9ebe377a6c33ef2294afc)
* Mono: Project building fixesIgnacio Etcheverry2018-06-015-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)
* mono: add Slerp method to vector classes, expose Cross method for Vector2, ↵Kelly Thomas2018-06-014-5/+17
| | | | | | and fix unnecessary casts in Basis (cherry picked from commit b335274bcd6df9ad7e4ba381574fd1607f2b3437)
* Reduce allocations when converting mono arrays to pool arraysCarter Anderson2018-06-011-9/+16
| | | | (cherry picked from commit 56262ceafe4f41e61b5c69e4f387fe0c50cf5f1e)
* Mono: Improve 'script class not found' errorIgnacio Etcheverry2018-06-011-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)
* Travis: Add server build with clangRémi Verschelde2018-06-011-0/+3
| | | | (cherry picked from commit 1e19e2846dbcd4435f64a73deded67c92993204e)
* Add more IDE created files into .gitignoregeequlim2018-06-011-0/+3
| | | | (cherry picked from commit d3a696043769ff7ccdec95aa2bf74cf654154670)
* Javascript: Remove weird logMax Hilbrunner2018-06-011-2/+0
| | | | (cherry picked from commit 0c56e011adf4de59848d8fb801e8741119548543)
* Make filename clipped on Import dockvolzhs2018-06-011-0/+1
| | | | (cherry picked from commit 12fb5f58d9e0913c12358ccfb410f3e4b0128198)
* Check for 0 roll influenceBastiaan Olij2018-06-011-4/+7
| | | | (cherry picked from commit 660bebec94a6e4ce6b0d5c5e4af8ec8403845009)
* Improve side impulse calculationBastiaan Olij2018-06-012-5/+9
| | | | (cherry picked from commit a36e5951ff30f74b45e52f33ce1a37f50496b807)
* fixed minor doc wording problemanakimluke2018-06-011-1/+1
| | | | (cherry picked from commit 4fe2605ab37ba72beefc7eca63d3733bb6a55296)
* filled in docs for panorama skyclayjohn2018-06-011-0/+3
| | | | | | filled in docs for panorama sky (cherry picked from commit 1bf7f8fcd13bf1662e961ab07b5799b5975491b3)
* added documentation for procedural skyclayjohn2018-06-011-0/+19
| | | | | | | | | | Added documentation for procedural sky added documentation for procedural sky added documentation for procedural sky (cherry picked from commit 6711691d10892a341b2d05d0cf0903aa20423aaa)
* [docs] fix links in class docsKelly Thomas2018-06-013-7/+7
| | | | (cherry picked from commit 888eefa0fd5d14468161832d96e41e79d150899e)
* [docs] fix links in class docsKelly Thomas2018-06-018-13/+13
| | | | (cherry picked from commit c6ed46891d0abacb6619ff77697c616c9658a90f)
* [DOCS] Update VideoPlayer classrefChris Bradfield2018-06-012-13/+26
| | | | (cherry picked from commit 393125a6a4bbe97f4e7ebe3ac5e652a321be324c)
* [DOCS] Array sortMax Hilbrunner2018-06-011-2/+2
| | | | (cherry picked from commit 9115d84913f30d35997cf3e2c26b86ebccd36f0e)
* Added some quick info on shaders to the docsBastiaan Olij2018-06-012-2/+8
| | | | (cherry picked from commit b7ae2ca128307f4926a9b380f271469030c06e2a)
* Fixed GroupCallFlags links in the SceneTree's doc.Michael Alexsander Silva Dias2018-06-011-3/+3
| | | | (cherry picked from commit e10687a520936a628a7ad1c1b3d1313c961b05a8)
* Mono: Basis constructor for euler parameterKelly Thomas2018-06-011-0/+20
| | | | (cherry picked from commit c26d30986a1664dc9b90335a5ef8259bc5f3e822)
* mono: New Color methods: Darkened, Lightened and ToRgba32Kelly Thomas2018-06-011-4/+22
| | | | (cherry picked from commit 88bd33f451fe15b0d31e5244366656ccc95484a7)
* mono: Plane, expose Normal, and DKelly Thomas2018-06-011-38/+44
| | | | (cherry picked from commit 16e1b4bacf4074e8ea374bde73f699c27d7bfbab)
* fixed capital A osxtoger52018-06-011-2/+2
| | | | (cherry picked from commit 6476b708d9275c279f76c64caadcaccbe4e618e5)
* fixed a input not registered in osx script editortoger52018-06-011-1/+1
| | | | (cherry picked from commit d927e972d1e9794b10e058345e8bd46d511242d6)
* Add additional macos shortcuts for going to start/end of lineSherjil Ozair2018-06-011-1/+52
| | | | (cherry picked from commit 166c7fdc9d42c8155e186defa44e224600d96bf8)
* Fix index out of range error in string.Extension()Kelly Thomas2018-06-011-1/+1
| | | | (cherry picked from commit c7e98eef67639d6ba66fae80d2d691e1a8af79d4)
* Fix scons installation on AppVeyorRémi Verschelde2018-06-011-1/+2
| | | | | | | Seems like AppVeyor just upgraded pip and finally removed the deprecated --egg switch. (cherry picked from commit 79e76d8329b655d9cce03989a88b0d38e523dd6f)
* Mono: Fix MonoImage filename being set to an invalid pathIgnacio Etcheverry2018-06-011-4/+5
| | | | (cherry picked from commit 97fb999976ce7d86d4bbe881716f12c45d138c51)
* Increase versionCode range 3.0Dmitry Pupinin2018-06-011-1/+1
| | | | (cherry picked from commit d71d968987055473bbd1ab263f7d9386cc6a2614)
* Bump to 3.0.3rc3Hein-Pieter van Braam2018-06-011-1/+1
|
* [mono] fix signals parameter retrievalPaul Joannon2018-05-161-5/+7
| | | | (cherry picked from commit 7a723954125e9409c102b5cf3cde6f9a6464be52)
* Add back missing method from e10a2e5999bb646b0145f898328e8f01731ca854Hein-Pieter van Braam2018-05-141-0/+1
|
* fix API string pathPaul Joannon2018-05-133-5/+5
| | | | (cherry picked from commit a35c8bbdc7bdf2cd5ca640b572dd4ad1e170c260)
* Fix vector reduction in shader languageJFonS2018-05-132-3/+44
| | | | (cherry picked from commit 5b50685b38bf527dff5a816ce4505a32ef682a9e)
* Fix icon if remote icon load failsKarolis K2018-05-131-5/+6
| | | | (cherry picked from commit c3e921fba3be76c27c33c495e2df4b64fdeb8638)