aboutsummaryrefslogtreecommitdiff
path: root/modules/visual_script/visual_script_yield_nodes.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2018-05-13Fix duplicate definitions with FreeTypeLeon Krause1-3/+0
2018-05-13Editor: make custom bold font config workingMartin Capitanio1-1/+1
2018-05-12[DOCS] Vector2/Vector3/TileMap wording fixesChris Bradfield3-64/+69
2018-05-12Expose channels in NetworkedMultiplayerENetFabio Alessandrelli3-6/+115
2018-05-12Fix and improve docs, adds send_bytesFabio Alessandrelli3-10/+31
2018-05-12Allow sending raw bytes through MultiplayerAPIFabio Alessandrelli2-1/+41
2018-05-12Change reused variable name in command line parsingLeon Krause1-6/+6
2018-05-12Remove dead branch in command line logicLeon Krause1-16/+1
2018-05-12Revert "Fix custom resource path look-up per command line"Leon Krause1-4/+1
2018-05-12Fix Error in the ScrollContainer TooltipsDaniel "Orangestar" O1-1/+1
2018-05-12Sync classref with current sourceRémi Verschelde48-55/+774
2018-05-11fix for removing filesMarcin Zawiejski1-13/+13
2018-05-11Fix black script previewsChaosus1-9/+0
2018-05-11Fix Linux/X11 build on ARMs.bruvzg2-4/+3
2018-05-11Fix docs regarding Color.from_hsv hue range [0,360] -> [0,1]Noshyaar1-2/+2
2018-05-11Proper focus in/out handling on iOSRuslan Mustakov1-12/+9
2018-05-11Update oversampling of outlines after window size changeRuslan Mustakov1-0/+5
2018-05-11Added "*.tags" (Made by Geany's Ctags plugin) to the ".gitignore" file.Michael Alexsander Silva Dias1-0/+1
2018-05-11fixed bodl font error messagetoger51-1/+1
2018-05-10Reset the cursor with Input.set_custom_mouse_cursor(null)Guilherme Felipe4-1/+19
2018-05-10Use mimetype according to glTF spec.Yaakuro1-1/+1
2018-05-10Fix help/man for --export and --export-debugLeon Krause2-4/+4
2018-05-10changed GDNative API json formatkarroffel2-19/+29
2018-05-10Travis: Add server build with clangRémi Verschelde1-0/+3
2018-05-10Improved API to active / deactive ragdollAndrea Catania3-25/+85
2018-05-10Fix custom resource path look-up per command lineLeon Krause1-1/+4
2018-05-10Allow exporting runnable presets from command lineLeon Krause1-1/+1
2018-05-10Fix icon if remote icon load failsKarolis K1-5/+6
2018-05-10Implement missing methods in dummy rasterizerFabio Alessandrelli1-0/+14
2018-05-10Use local path for custom HTML5 shell exportLeon Krause1-1/+1
2018-05-10Accept non-default main packs in engine.js startGame()Leon Krause2-3/+7
2018-05-10Add Engine.setWebAssemblyFilenameExtension()Leon Krause1-1/+10
2018-05-10Update FreeType to 2.9.1volzhs470-5329/+20290
2018-05-10Fix setting for pointing emulationvolzhs1-2/+2
2018-05-10Fix keyboard focus lock-out with HTML5 canvas in iframeLeon Krause3-6/+10
2018-05-09Fix custom cursor disappearing on osxGuilherme Felipe1-5/+8
2018-05-10Fix relative mouse motion when captured in HTML5 platformLeon Krause1-1/+1
2018-05-09Disable 'run' button if any project not selected and tiny refactoringDmitryKrutskikh1-3/+5
2018-05-09Add support for atlas texture on set_custom_mouse_cursorGuilherme Felipe3-24/+123
2018-05-09Consider TextEdit paste operation complex.Charly Mourglia1-0/+3
2018-05-08canvas_item_add_triangle_array bind fixupMarcelo Fernandez1-1/+1
2018-05-08Fix some enums missing its bindMarcelo Fernandez2-3/+10
2018-05-09For uwp the ARM architecture needs to be in lower caseHein-Pieter van Braam1-2/+2
2018-05-09Remove android compatibility under API 16volzhs3-12/+7
2018-05-08Fix Variant leak in call_nativePedro J. Estébanez1-1/+3
2018-05-08Document websocket module, further document enetFabio Alessandrelli11-184/+309
2018-05-08Document MultiplayerAPI classFabio Alessandrelli3-37/+29
2018-05-08Android: Increase targetSdkVersion to 27Rémi Verschelde1-1/+1
2018-05-08Internal methods in MultiplayerAPI start with _Fabio Alessandrelli2-25/+25
2018-05-08Change from "search dialog" to "search bar" on help screenGuilherme Silva4-45/+283