aboutsummaryrefslogtreecommitdiff
path: root/modules/gdnative/pluginscript/pluginscript_instance.h (unfollow)
Commit message (Expand)AuthorFilesLines
2017-12-10Implemented physics linear and angular lockAndreaCatania12-133/+122
2017-12-10Update AUTHORS and DONORS listRémi Verschelde2-13/+39
2017-12-10Style: Re-apply clang-format over recent invalid additionsRémi Verschelde12-18/+18
2017-12-10Style: Apply clang-format to Java filesRémi Verschelde28-1465/+1377
2017-12-10doc: Sync classref with current sourceRémi Verschelde18-114/+238
2017-12-10PropertyEditor: Filter out resource_local_to_sceneRémi Verschelde2-3/+2
2017-12-10Fix get_edited_scene_root error at starting editorvolzhs2-2/+2
2017-12-09Fix importing GLTF meshes as external files.Webster Sheets1-1/+4
2017-12-09Fix missing parenthesisRémi Verschelde1-1/+1
2017-12-09GDNative: Fix warning when gdnative/singletons is missingRémi Verschelde1-2/+5
2017-12-09X11: Process entire event queue at startup.Andreas Haas2-7/+5
2017-12-09Project Manager: Fix Templates search signal connection.Andreas Haas2-1/+8
2017-12-09PropertyEditor: Fix display of property doc in tooltipRémi Verschelde4-64/+24
2017-12-10Fix mouse position in viewportvolzhs1-5/+2
2017-12-09Fix #14429 GIProbe does not work with SpotLightsPrzemyslaw Czarnota1-1/+1
2017-12-09Fix build in ArrayMeshRémi Verschelde1-0/+4
2017-12-09oops, missingJuan Linietsky2-0/+387
2017-12-09thekla_atlas: Fix compilation errorRémi Verschelde1-1/+1
2017-12-09Update GIProbe data instead of creating a new one on bakeMarc Gilleron1-2/+5
2017-12-09Make GDScript parser raise error when exporting ObjectGeorge Marques1-0/+4
2017-12-09Add feature to disable animation tracksRay Koopa5-5/+52
2017-12-09-Ability to and unwrap lightmap coordinates on importJuan Linietsky22-78/+846
2017-12-09Defer the scan filesystem call when adding import pluginsGeorge Marques1-3/+2
2017-12-09Convert tilemap format in get_tile_data()Andrew Thomas2-9/+11
2017-12-09Remove layer flyout label.Ray Koopa1-10/+1
2017-12-09Fixes the checkboxes updateGilles Roudiere1-0/+3
2017-12-09Document MeshInstance::create_debug_tangentsPavan Kumar1-3/+4
2017-12-09Windows export: Use WINE to run rcedit on non-Windows hostRémi Verschelde1-8/+36
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-08[DOCS] EditorFileSystem method/signalWill Nations1-0/+2
2017-12-08[DOCS] AnimationTreePlayer props/members/methodsWill Nations2-8/+42
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