aboutsummaryrefslogtreecommitdiff
path: root/modules/gdnative/pluginscript/pluginscript_script.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2017-12-06Reduce some graphics memory usage by disabling unnecesary modes, closes #12831Juan Linietsky1-0/+2
2017-12-06[DOCS] EditorScript methodsWill Nations1-1/+3
2017-12-06[DOCS] EditorFileSystemDirectory methodsWill Nations1-0/+13
2017-12-06[DOCS] Camera2D methods/constantsWill Nations1-0/+10
2017-12-07Use run-time dynamic linking for AddDllDirectory and RemoveDllDirectory to su...bruvzg1-5/+12
2017-12-06-Fix particles with size==0, closes #13931Juan Linietsky7-17/+55
2017-12-06Remove guards for the now targeted Windows 7+Pedro J. Estébanez2-16/+4
2017-12-06Add build param for targeted Windows versionPedro J. Estébanez1-6/+5
2017-12-06Improve/fix multitouch on WindowsPedro J. Estébanez2-15/+48
2017-12-06Implement multitouch on X11Pedro J. Estébanez3-0/+180
2017-12-06Fix and rewrite folding logic, closes #14005, closes #13421Juan Linietsky4-40/+26
2017-12-06Make "Search Help" more responsivepoke10242-71/+86
2017-12-06Particles2D: Fix normal map rid.Andreas Haas1-1/+1
2017-12-06Fixes to some thread safety situations to avoid GIProbe from freezing on save...Juan Linietsky2-2/+17
2017-12-06Created internal usage flag to remove non editor properties from doc, closes ...Juan Linietsky2-3/+4
2017-12-06Fix Windows-to-Linux export errorPedro J. Estébanez2-1/+4
2017-12-06Attempt to see if this can solve the problem with #13338Juan Linietsky1-4/+11
2017-12-06Fix missing stylebox for LinkButton's hover statesWaldson Patrício1-0/+2
2017-12-06Fixed PopupMenu's submenus not showing up in certain situations.Michael Alexsander Silva Dias1-3/+3
2017-12-06Travis: Disable OSX builds, they create too much backlogRémi Verschelde1-3/+3
2017-12-06Fixed rim lighting glitch, closes #13340, closes #13986Juan Linietsky1-1/+1
2017-12-06Update Android compileSdkVersion to 26Ruslan Mustakov1-1/+1
2017-12-06[DOCS] EditorFileDialog props/member/method/signalWill Nations2-0/+53
2017-12-06[DOCS] CurveTexture desc, membersWill Nations1-0/+4
2017-12-06[DOCS] Area members and methodsWill Nations1-4/+8
2017-12-06Fixed project name line edit lost input focus.qichunren1-1/+2
2017-12-05Export icon and splash images directly to final packageGeorge Marques1-0/+12
2017-12-05TinyEXR: Fix EXR header when parsing pixels encoded as HALFRémi Verschelde1-5/+20
2017-12-05tinyexr: Update to current upstream master branchRémi Verschelde2-129/+315
2017-12-05Revert "Fix MinGW-w64 build of TinyEXR for old toolchains"Rémi Verschelde2-37/+7
2017-12-05Moves the guides colors to editor settingsGilles Roudiere2-1/+2
2017-12-05Add context menu to editor file dialogs.Ray Koopa4-17/+187
2017-12-05fix Dictionary iterationkarroffel1-1/+3
2017-12-05Make sure the scene warning of changes may be lost is only for scenes, fixes ...Juan Linietsky1-1/+1
2017-12-05Improve slang, especially in user-visible partsUnknown17-35/+22
2017-12-05[DOCS] MultiplayerNetworkPeer class/method/constant descsWill Nations1-7/+23
2017-12-05Fix a little mistake in a setting name (rulers->guides)Gilles Roudiere1-1/+1
2017-12-05Enhanced 'open' menu in filesystemdocksersoong1-9/+13
2017-12-05[DOCS] Animation methods desc 100%Will Nations1-0/+2
2017-12-04[DOCS] AnimationPlayer new props, members/methodsWill Nations2-41/+51
2017-12-05Fixed typo: substract to subtractIndah Sylvia10-16/+16
2017-12-05GDNative: Save singletons only if there's a changeGeorge Marques1-2/+20
2017-12-04[DOCS] CenterContainer method descriptionsWill Nations1-0/+1
2017-12-04Do not cancel event if no need to cancel it. Fixes problem with GUI in 3D.Juan Linietsky1-2/+2
2017-12-04[DOCS] SceneState method descriptions added.Will Nations1-0/+24
2017-12-04[DOCS] PackedScene member/method/class descs.Will Nations1-0/+10
2017-12-04[DOCS] ColorPickerButton member/method descsWill Nations1-1/+4
2017-12-04[DOCS] WindowDialog member descriptionsWill Nations1-0/+2
2017-12-04i18n: Fix instructions for adding new languageRémi Verschelde1-2/+5
2017-12-04Added a higher level wrapper for proxy textureJuan Linietsky3-0/+97