aboutsummaryrefslogtreecommitdiff
path: root/modules/gdnative/pluginscript/pluginscript_script.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
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-10Travis: Add server build with clangRémi Verschelde1-0/+3
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-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
2018-05-08Always emit dynamic font change in update_oversamplingRuslan Mustakov4-13/+10
2018-05-08Fix the 3D grid color setting hintsHugo Locurcio1-2/+2
2018-05-08Rename multiplayer_api to just multiplayer.Fabio Alessandrelli4-54/+54
2018-05-08Perfect FreeType-based outlines for DynamicFontsRuslan Mustakov13-290/+420
2018-05-08Fix double free for drag preview control in viewportGeequlim1-3/+1
2018-05-08Add default paramater value for OptionButton::add_icon_itemGeequlim1-1/+1
2018-05-07Local debugger fixes and extensionsBlazej Floch9-45/+209
2018-05-08Removed pointer deletion during editor closingAndrea Catania1-8/+2
2018-05-07Added a simpler way to flip faces, closes #17373 and closes #17369Juan Linietsky2-0/+44
2018-05-07Add is_instance_valid() method to GDScript, ending more than a decade of pain.Juan Linietsky4-10/+18
2018-05-07Implemented ragdollAndreaCatania20-22/+2269
2018-05-07Revert "Fix Sprite3D's incorrect behavior when using AtlasTextures."Juan Linietsky1-20/+9
2018-05-07Fix vector reduction in shader languageJFonS2-3/+44
2018-05-07Adds a speed factor to AnimatedSpritegroud2-2/+21
2018-05-07Fix: JAR files signed with the MD5 algorithm as unsignedRameshRavone1-2/+2
2018-05-07Added "play_backwards" to the list o functions to autocomplete.Michael Alexsander Silva Dias1-1/+1
2018-05-07Add no-blend canvas item render_modeBastiaan Olij7-2/+31
2018-05-07Fix:code editor text size should change at least one each time, don't mind ho...RaphaelHunter1-2/+2
2018-05-07Resume audio on iOS after phone call or alarmRuslan Mustakov4-22/+72
2018-05-06Rewrite Tween class reference.Chris Bradfield1-54/+57
2018-05-07Enet: Add wait time param to close_connection()mhilbrunner2-23/+63
2018-05-07Windows detect.py: Detect missing WindowsSdkDirMax Hilbrunner1-2/+8
2018-05-06SpatialEditorViewport::_create_instance: pass GEN_EDIT_STATE_INSTANCED to sce...muiroc1-1/+1
2018-05-06Defaults to instancing child at tree root when none selectedUnknown1-1/+6