aboutsummaryrefslogtreecommitdiff
path: root/platform/javascript/api (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-02-24Bump version to 3.0.1-stableHein-Pieter van Braam2-3/+3
Thanks everyone for all your amazing work getting our first stable patch release out for the 3.0 series. I'd particularly like to thank @fales and @fire for their work on the server platform. Onwards to 3.0.2!
2018-02-24Update doc version strings to 3.0.1Hein-Pieter van Braam484-484/+484
2018-02-24Correct version number for 3.0.1 in the manpageHein-Pieter van Braam1-1/+1
2018-02-24[DOCS] clarify that OS.get_user_data_dir needs project namePoommetee Ketson1-0/+4
[ci skip] (cherry picked from commit 2c22c9dcfbad9639fb9254eb822f9f930cf852db)
2018-02-24Add --quit option to help output and update manpageRémi Verschelde2-3/+10
(cherry picked from commit 95b8984d5f453f4fc324a9221982abecf3fb4ce9)
2018-02-24Fix Windows file case changingHein-Pieter van Braam1-5/+22
Windows APIs don't really provide a way to change a filename case. This implements a little juggling to make this work. We first create a guaranteed unique temporary file, we then replace the original file with the temporary file and we finally rename it to the desired filename case.
2018-02-24Fixes collisions shape selectionGilles Roudiere1-1/+1
(cherry picked from commit c250a9a9f9e3af665daf89c0cbbdaa4cea2a6a83)
2018-02-24Refactor version macros and fix related bugsRémi Verschelde13-23/+43
The previous logic with VERSION_MKSTRING was a bit unwieldy, so there were several places hardcoding their own variant of the version string, potentially with bugs (e.g. forgetting the patch number when defined). The new logic defines: - VERSION_BRANCH, the main 'major.minor' version (e.g. 3.1) - VERSION_NUMBER, which can be 'major.minor' or 'major.minor.patch', depending on whether the latter is defined (e.g. 3.1.4) - VERSION_FULL_CONFIG, which contains the version status (e.g. stable) and the module-specific suffix (e.g. mono) - VERSION_FULL_BUILD, same as above but with build/reference name (e.g. official, custom_build, mageia, etc.) Note: Slight change here, as the previous format had the build name *before* the module-specific suffix; now it's after - VERSION_FULL_NAME, same as before, so VERSION_FULL_BUILD prefixed with "Godot v" for readability Bugs fixed thanks to that: - Export templates version matching now properly takes VERSION_PATCH into account by relying on VERSION_FULL_CONFIG. - ClassDB hash no longer takes the build name into account, but limits itself to VERSION_FULL_CONFIG (build name is cosmetic, not relevant for the API hash). - Docs XML no longer hardcode the VERSION_STATUS, this was annoying. - Small cleanup in Windows .rc file thanks to new macros. (cherry picked from commit 23ebae01dc7e3df9c842ca7d017f7b233837721d)
2018-02-22Removed whitespaces around arguments of functions.anakimluke1-2/+0
Functions automatically generated by conneting signals via GUI put whitespaces around the arguments of the generated function. This is inconsistent with the style guide. This commit fixes that.
2018-02-22server: Add support for statically linking libgcc and libstdc++Rémi Verschelde1-0/+5
(cherry picked from commit be7bfdfac30b3772fde6058d470b81b480f03be7)
2018-02-22doc: Sync classref with current sourceRémi Verschelde8-19/+1897
2018-02-22i18n: Sync translation templates with current sourceRémi Verschelde46-1993/+3150
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)