aboutsummaryrefslogtreecommitdiff
path: root/platform/javascript/api/api.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2017-12-09Ignore Visual Studio '*.natvis' filesMatthias Hoelzl1-0/+3
2017-12-09Call rcedit on export for Windows desktopGeorge Marques1-1/+97
2017-12-09Restored two items in filesystemdock menusersoong1-0/+4
2017-12-09Fixes vsync setting ignored when using a separate thread for renderingStefano Bonicatti7-4/+12
2017-12-08Added example for Array sort_custom functionRalph Minderhoud1-0/+10
2017-12-08Fix TileSet::AutotileData::ocludder_map typoPJB30052-9/+9
2017-12-08Fixes TileMap occluder offsets.PJB30051-4/+1
2017-12-08Modify shortcuts and menus to fold/unfold codeMattUV4-20/+20
2017-12-08Fix thekla_atlas buildHein-Pieter van Braam2-2/+2
2017-12-08Import thekla_atlasHein-Pieter van Braam127-0/+31441
2017-12-08After a lot of trial and error, i think rim lighting implementation is now pe...Juan Linietsky1-6/+8
2017-12-07[DOCS] CanvasItem/Material/Layer, ClassDB, CollisionObject(2D)Will Nations6-3/+45
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-07[DOCS] AnimationPlayer prop API fixedWill Nations2-6/+9
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-07Fix function arg count not considered in VisualScriptPedro J. Estébanez1-0/+1
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