summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Expand)Author
2020-08-29Merge pull request #41350 from skyace65/tilemapRémi Verschelde
2020-08-29Document the GDScript debugger not supporting Thread yetHugo Locurcio
2020-08-29Document supported platforms for `Input.get_accelerometer()` and relatedHugo Locurcio
2020-08-28Merge pull request #41441 from YeldhamDev/input_docs_mouse_captureRémi Verschelde
2020-08-28Merge pull request #41507 from skyace65/AudioListenerRémi Verschelde
2020-08-28State how 'MOUSE_MODE_CAPTURED' actually works in the 'Input' docsMichael Alexsander
2020-08-28Clarify that `KEY_BACK` is unrelated to the Back button on AndroidHugo Locurcio
2020-08-28Merge pull request #41573 from skyace65/ThreadRémi Verschelde
2020-08-28Merge pull request #41566 from skyace65/TouchScreenButtonRémi Verschelde
2020-08-27Add information to get thread idskyace65
2020-08-27Improve touch screen button descriptionskyace65
2020-08-27Mention listener node in AudioStreamPlayer3D descriptionskyace65
2020-08-27Document where the center of mass is for RigidBody nodesskyace65
2020-08-27Add a test suite for ExpressionHugo Locurcio
2020-08-26Added debugger plugin supportsimpu
2020-08-25Merge pull request #40443 from SkyLucilfer/PluralsSupportRémi Verschelde
2020-08-21Merge pull request #41425 from Calinou/doc-2d-sprite-animationRémi Verschelde
2020-08-21Link to 2D Sprite animation tutorial in relevant class documentationsHugo Locurcio
2020-08-21Mention that body_set_state is deferredTomasz Chabora
2020-08-21Merge pull request #41387 from skyace65/CollisionShapeDocRémi Verschelde
2020-08-20Update CollisionShape2D docskyace65
2020-08-21Clarify points in Line2D docskyace65
2020-08-19Merge pull request #41080 from naithar/feature/ios-framework-importRémi Verschelde
2020-08-19iOS Export: Add a method to embed a frameworkSergey Minakov
2020-08-19Document limitations related to centering text with RichTextLabelHugo Locurcio
2020-08-19Update GDScriptTranslationParserPlugin to use GDSriptParser instead of RegEx.SkyJJ
2020-08-19Updated Translation architecture to have TranslationPO, did some commit fixes...SkyJJ
2020-08-19Update POT generation to handle context and pluralsSkyJJ
2020-08-18Add defaults to tilemap set_cell function exampleskyace65
2020-08-17Make the lack of AtlasTexture support in AnimatedTexture more prominentHugo Locurcio
2020-08-15Merge pull request #41105 from Calinou/doc-dynamicfont-no-kerningRémi Verschelde
2020-08-14Merge pull request #41121 from Calinou/doc-slider-range-signalsRémi Verschelde
2020-08-14Update AUTHORS and DONORS listRémi Verschelde
2020-08-13Merge pull request #41216 from ThakeeNathees/doc-JSON.printRémi Verschelde
2020-08-13Merge pull request #41219 from akien-mga/gles2-takes-holidaysRémi Verschelde
2020-08-13Merge pull request #41207 from KoBeWi/you_got_errorRémi Verschelde
2020-08-13Merge pull request #41198 from hazarek/masterRémi Verschelde
2020-08-13Remove obsolete GLES2 backend codeRémi Verschelde
2020-08-13Documentation: clarify the indent parameter of JSON.printThakee Nathees
2020-08-12Mention that Array.front/back throw error if emptyTomasz Chabora
2020-08-12Expose NOTIFICATION_POST_ENTER_TREETomasz Chabora
2020-08-12grow_mask() description addedHazar
2020-08-11Merge pull request #41008 from KoBeWi/∠Rémi Verschelde
2020-08-11i18n: Sync classref translations with Weblate (again)Rémi Verschelde
2020-08-11i18n: Sync classref translation template with current docsRémi Verschelde
2020-08-11i18n: Sync classref translations with WeblateRémi Verschelde
2020-08-09Add option to disable virtual keyboard for TextEditPouleyKetchoupp
2020-08-08Reference Range signals in the Slider class documentationsHugo Locurcio
2020-08-07Document the lack of kerning support in DynamicFontHugo Locurcio
2020-08-05Implement CollisionShape3D.make_convex_from_siblings()hoontee