aboutsummaryrefslogtreecommitdiff
path: root/platform/javascript/api/api.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-02-22i18n: Sync translations with WeblateRémi Verschelde13-1978/+1617
(cherry picked from commit 661ab3c88e7a8bfe69acd90dae7574a11afcea84)
2018-02-22Fix quotation in stringRado'sPC\aRaGaR1-1/+0
fix for #16404 (cherry picked from commit f38e819fc1114858c2b5f46b435d2d4c99c7852f)
2018-02-22Delete all selected lines using the delete line shortcut in script editorYan Pas1-6/+20
(cherry picked from commit 7368978a48127a4c238f51bd0dbdf4c8d091809f)
2018-02-22Ignore tools CLI flags in non-tools builds.Pieter-Jan Briers1-5/+11
Some flags were still parsed but either did nothing or broke everything. No reason to parse them. (cherry picked from commit dd198262779c20fcb96a1b7484c77e21f4cf4ba1)
2018-02-22Enforce insert_final_newline in the editorconfig.Pieter-Jan Briers1-0/+1
(cherry picked from commit 6861886f706af841442d599570d5f163cf0688ce)
2018-02-22Clean up some bad words from code commentsArtem Varaksa14-23/+13
(cherry picked from commit d35e48622800f6686dbdfba380e25170005dcc2b)
2018-02-22Fix timer second not zero padded when < 10Poommetee Ketson1-1/+1
Also RTR "Time Left:" (cherry picked from commit d2e3607fa069924945b1eabed6ebfe8c5a6a0ecc)
2018-02-22Fix loading project.binary from PCK fileRémi Verschelde1-2/+6
Regression introduced in #16825. My logic was correct, but not the error code I was expecting. The error reporting in FileAccess likely needs a review too. (cherry picked from commit 57d562b394730649266f902db63d63b448dc1d6e)
2018-02-22Improve error reporting of ProjectSettings::setup()Rémi Verschelde3-31/+58
And use it to better report errors in the console and project manager when a project.godot file is corrupted. Fixes #14963. (cherry picked from commit 7839076f95679c85e7adfdccdd671b2927c82f2f)
2018-02-22Made the Debugger's Stack Frames items reselectable.Michael Alexsander Silva Dias1-0/+1
(cherry picked from commit 32e3f257ace9b24df47510e036f80438bfe9a177)
2018-02-22Fix typos with codespellluz.paz55-82/+82
Found via `codespell -q 3 --skip="./thirdparty,./editor/translations" -I ../godot-word-whitelist.txt` Whitelist consists of: ``` ang doubleclick lod nd que te unselect ``` (cherry picked from commit 612ab4bbc6f2396f4dcd68c3f142f7dfa2f5f0a5)
2018-02-22Color:fix setting V switch S to old V valuePoommetee Ketson1-1/+1
(cherry picked from commit f4f92b55e102487527fc7f1c7d8ebc1df73c01a7)
2018-02-22Added documentation for VehicleBodyBastiaanOlij2-0/+23
(cherry picked from commit 234b86e6b2d6ca22e0be6b5225b3763c057546cc)
2018-02-22Insert proper copy icon to debuggerArtem Varaksa1-1/+1
(cherry picked from commit db2a1544c01e7f52a0a95b58509419c6de949e5d)
2018-02-22Icons updateDaniel J. Ramirez32-76/+48
includes new enum, MeshInstance2D, Skeleton2D, Cut, Copy and Paste icons. (cherry picked from commit cecf2743648c0d48e20b243cb0353c6a0d660c0a)
2018-02-22Added missing shader functionsChaosus1-0/+38
(cherry picked from commit 8f04a13c98cf5107c6bad76b1dfa9c95f9a71115)
2018-02-22Force controls to save rect_clip_content since they do not all default to false.isaacremnant1-1/+1
(cherry picked from commit cc902cf9ab34ef06084fb23831c2fecbafb90784)
2018-02-21Change function signature from float to double to match type ↵hungrymonkey2-2/+2
get_doubleCloses #16160 (cherry picked from commit d2f1c87063162b284d2e13139eb4ec6bcd9662d4)
2018-02-21Fixes wrong vertical font layout in RichTextLabelBernhard Liebl2-4/+24
(cherry picked from commit 77b1320fb43d92e9090c675714d49fb07201a4c7)
2018-02-21TextEdit folding over unindented commentsIan2-7/+38
(cherry picked from commit d327f75392b97bee4ad3debd4560cc7c06fc68ab)
2018-02-21Revert "Fix wrong return type of xform functions"Hein-Pieter van Braam3-14/+14
As this will change bindings API this will have to wait for 3.1 This reverts commit 187c40d64dd733ea77b27d96416ab7ad106069b9.
2018-02-21Fixed sky reflection rendering when transparent BGAndreaCatania1-28/+39
(cherry picked from commit c34f18accecfb6f1e257668b7a4746a11a44ad9f)
2018-02-21Fixes gravity calculation for kinematic bodies in BulletNeil Moore1-1/+2
(cherry picked from commit 5fb8a6a6c223561e1e7a11699eae8aca68f8abd6)
2018-02-21Actually fix the db/dc renaming messHein-Pieter van Braam2-2/+2
Local builds save lives :)
2018-02-21revert the renaming _tree_db_selected functionHein-Pieter van Braam2-4/+4
2018-02-21Update warning about C# supportRémi Verschelde1-3/+4
(cherry picked from commit 24cf4fe062b06205d5fcf3e8824eb14f0fbb0246)
2018-02-21Fixed "Open" button being enabled when nothing is selected in a FileDialog ↵Michael Alexsander Silva Dias1-10/+6
while in "Open folder" mode. (cherry picked from commit db80d56388d15c5c70154a68169c4a6d56437c52)
2018-02-21gltf: improve embedded data discoveryFlorian Zwoch1-1/+2
Some editors seems to use the image resource's mime type (e.g. "image/png") for data embedded uris instead of "application/octet-stream". (cherry picked from commit 1abf464b59f66811f21e8ca02114327295841ada)
2018-02-21Enable snapping when control key pressedChaosus2-1/+5
(cherry picked from commit 24c170555d57ccbbb270f02d0b5d3e98f99b8729)
2018-02-21Fixed disappearing text on filedialog buttonsMax1-4/+4
(cherry picked from commit 6a48f952ca6969dcbf8e79f11a3859ca426bfba0)
2018-02-21[Mono] Fixed "expression did not evaluate to a constant" compiler error for ↵Nathan Warden1-3/+4
visual studio. (cherry picked from commit 72fe70272d540afca691143d3a4f029176e37087)
2018-02-21Fix a rendering bug with screen_textureBojidar Marinov1-6/+4
(cherry picked from commit ea57a19b34df4d60e740987f858ae225bbd4cc53)
2018-02-21using TIME in light shader enables uses_fragment_timekarroffel2-7/+9
The GLES3 shader compiler performs certain checks to enable or disable the usage of certain uniform variables (and with that the set-up of UBOs). If the `TIME` variable gets used inside the `vertex` function then the renderer knows that it has to insert that value into the UBO. The same applies to the `fragment` function. The `light` function gets executed inside the fragment shader for every light source that is relevant to the current pixel. If the `TIME` variable gets used in that function then it needs to be present in the fragment-UBO. The check for this was missing, so if a shader uses `TIME` inside `light` but not inside `fragment` then the uniform will not actually be set up. (cherry picked from commit bb655856e2e8a4805d647369b5416afbc546949b)
2018-02-21Keep to show current script when closing all docsvolzhs4-13/+22
also fix error when removing multiple tabs from TabContainer at same frame. like closing multiple docs at once. Fix #16403 (cherry picked from commit df84290a7ee2e4e939fc4eccc030129227c83895)
2018-02-21Added an auto quit and auto build flag to the command line options.Nathan Warden3-5/+23
(cherry picked from commit 4bfb504c2f047660ce85fda96657d5cb27415f19)
2018-02-21Create and return LightmapCapture.K. S. Ernest (iFire) Lee1-13/+60
(cherry picked from commit 2e66730061bd4b0a84f50df9bcc50b8fe6015d2f)
2018-02-21Add dummy audio driver, fix dummy rasterizerK. S. Ernest (iFire) Lee4-7/+84
(cherry picked from commit 4e1923a931a3d849563bbe5d6fe4a52277daf090)
2018-02-21Fixes to OS_Server and DummyRasterizer to match new signaturesFabio Alessandrelli4-2/+14
(cherry picked from commit 2de10aa4679a2a5612a7d7939dbd8e74a4caa886)
2018-02-21server platform now compiles and run on linux.Fabio Alessandrelli4-47/+147
Seems to also be able to do exports of some demos I tried. (cherry picked from commit 6784d743f72f66e0e07343bdb326fa42c9f0f43c)
2018-02-21Add dummy Texture handlingFabio Alessandrelli1-10/+74
(cherry picked from commit 72ef766dfa5fcf35283079ccb98d74f4dbb2d934)
2018-02-21Disable GLES builders and source from server compilationFabio Alessandrelli2-3/+6
(cherry picked from commit 8699f643c9b02bc804024f0b67dea80467bef91d)
2018-02-21Add dummy resterizer driverFabio Alessandrelli2-0/+544
(cherry picked from commit c0dce6e4800c1b0e7f6124020afaf6a8edbee1e5)
2018-02-19Remove unused variable from plugin settings updateGeorge Marques1-2/+0
Fix #16199 (cherry picked from commit 9f0cce840d9752535c2377b3004fadb78174e455)
2018-02-19Fixing folder/file case sensitive renaming issueStephen Traskal1-0/+5
Example: Could not rename "Objects" to "objects" or vice versa (cherry picked from commit e790ca084d1e1be54421c4fe0cb4aea955c62eb9)
2018-02-19fix spurious error messages during autocomplete and validatex12121-25/+4
_parse() caused resets on members like validating and for_completion by calling clear(). (cherry picked from commit 48c9ed45450a7d30f880d6a30ecd0459a66f6282)
2018-02-19Fix 2d collision body update on shape removeKonrad Nowakowski1-0/+1
(cherry picked from commit 3659df6624861903456943cb17efd94ace6f2b5f)
2018-02-19Flush HTTPClient response data only on request/close in HTML5 platformLeon Krause1-2/+0
(cherry picked from commit 98039909f202aac2795ead44104b56f7609059d8)
2018-02-19Warn when polling HTTPClient synchronously in HTML5 platformLeon Krause2-0/+24
(cherry picked from commit ca9fa9cca8a27f14a7b0178d6abf573815722996)
2018-02-19Disable insecure HTTP methods CONNECT and TRACE in HTML5 platformLeon Krause1-0/+2
(cherry picked from commit 2cd7bc04ea9a99510c26113a81f8371be5b1f49f)
2018-02-19Fix HTML5 HTTPClient response header retrievalLeon Krause1-2/+4
(cherry picked from commit 8a21f27f540750a76f19fcfb7d7a9d5e7f03f771)