aboutsummaryrefslogtreecommitdiff
path: root/platform/javascript/power_javascript.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2017-12-07Finished off the RayCast documentation.Nathan Warden1-1/+4
2017-12-07Removed style override inside the Localization tab in the Project Settings.Michael Alexsander Silva Dias1-13/+7
2017-12-08Fix Manage Export Templates linkMattUV3-0/+3
2017-12-07Fixed is_playing funtion (was reporting wrong), closes #13928Juan Linietsky2-3/+3
2017-12-07Added small bit of bias depending on lenght for contact shadows, fixes #12726Juan Linietsky1-1/+1
2017-12-07Changed current line draw order and added code folding colorPaulb237-9/+24
2017-12-07Exposed EditorSceneImporter to script. Added APIs to use intermediate convert...Juan Linietsky11-10/+190
2017-12-07Implement orbit velocity in particles (this is for 2D only, like in 2.1), clo...Juan Linietsky1-5/+27
2017-12-07Added some clean up in camera/viewport management. Fixes #12279, Fixes #12774Juan Linietsky2-4/+8
2017-12-07ability to keep user tracks when importing animations, closes #12801Juan Linietsky4-4/+46
2017-12-07Add uppercase and lowercase to rightclickmenu in scripteditorsersoong1-0/+2
2017-12-07doc: Sync classref after a496dd4d, removing NOEDITOR properties from docRémi Verschelde33-169/+350
2017-12-07doc: Sync classref with current sourceRémi Verschelde12-197/+69
2017-12-07Style: Apply new clang-format 5.0 style to all filesRémi Verschelde199-875/+954
2017-12-07Style: Update definitions for clang-format 5.0.0Rémi Verschelde3-19/+37
2017-12-07Style: Apply clang-format again on all filesRémi Verschelde13-23/+20
2017-12-07Travis: Install libxi-dev after #14347Rémi Verschelde1-0/+1
2017-12-07[DOCS] ARVR, AStar, AtlasTexture, BasisWill Nations5-21/+28
2017-12-07Fix windows compilation when using MinGWMrCdK1-1/+1
2017-12-07Add 'copy script path' to script editor pluginsersoong2-0/+15
2017-12-07use application:didFinishLaunchingWithOptions: instead of applicationDidFinis...volzhs1-1/+2
2017-12-06Check for icon in LineEdit::set_cursor_positionTheAspiringHacker1-0/+4
2017-12-06fixes horizontal scrolling over hidden linesIan2-6/+12
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-06Add method to set main screen plugin iconWaldson Patrício3-2/+25
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-06Fix scroll enabled in case of content fit in scroll containerKonstantin Zaitsev1-0/+2