summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-12-11Fixed bad bindingsAndreaCatania
2017-12-10Implemented physics linear and angular lockAndreaCatania
2017-12-10Update AUTHORS and DONORS listRémi Verschelde
New contributors added as AUTHORS: @MillionOstrich, @Krakean, @YeldhamDev, @willnationsdev, @Chaosus, @m4nu3lf, @rraallvv, @sersoong. Welcome! :) [ci skip]
2017-12-10Style: Re-apply clang-format over recent invalid additionsRémi Verschelde
2017-12-10Style: Apply clang-format to Java filesRémi Verschelde
Only those from org/godotengine/godot though, not the thirdparty ones.
2017-12-10doc: Sync classref with current sourceRémi Verschelde
2017-12-10PropertyEditor: Filter out resource_local_to_sceneRémi Verschelde
This lets the empty "Global" category disappear again. Also silence a debug print.
2017-12-10Merge pull request #14475 from volzhs/mouse_positionRémi Verschelde
Fix mouse position in viewport
2017-12-10Merge pull request #14479 from Web-eWorks/gltf-fixesRémi Verschelde
Fix importing GLTF meshes as external files.
2017-12-10Merge pull request #14480 from volzhs/startup-errorRémi Verschelde
Fix get_edited_scene_root error at starting editor
2017-12-10Fix get_edited_scene_root error at starting editorvolzhs
2017-12-09Fix importing GLTF meshes as external files.Webster Sheets
2017-12-09Fix missing parenthesisRémi Verschelde
2017-12-09GDNative: Fix warning when gdnative/singletons is missingRémi Verschelde
2017-12-09X11: Process entire event queue at startup.Andreas Haas
Should fix #14336
2017-12-09Merge pull request #14478 from akien-mga/property-tooltipsRémi Verschelde
PropertyEditor: Fix display of property doc in tooltip
2017-12-09Project Manager: Fix Templates search signal connection.Andreas Haas
Fixes #13921
2017-12-09PropertyEditor: Fix display of property doc in tooltipRémi Verschelde
2017-12-10Fix mouse position in viewportvolzhs
2017-12-09Merge pull request #14468 from vitrig/fix-gi-doesnt-work-for-spotlightsRémi Verschelde
Fix #14429 GIProbe does not work with SpotLights
2017-12-09Fix #14429 GIProbe does not work with SpotLightsPrzemyslaw Czarnota
2017-12-09Fix build in ArrayMeshRémi Verschelde
Bug introduced in 65fb961b8b2c81ce33c9e0e4c0add7b13da0193a.
2017-12-09Merge pull request #13371 from RayKoopa/mute_animation_tracksRémi Verschelde
Add feature to disable animation tracks
2017-12-09oops, missingJuan Linietsky
2017-12-09Merge pull request #14454 from CyanBlob/TileMapRémi Verschelde
Convert tilemap format in get_tile_data()
2017-12-09Merge pull request #14459 from vnen/gdscript-object-exportRémi Verschelde
Make GDScript parser raise error when exporting Object
2017-12-09Merge pull request #14448 from groud/fix_checkboxes_updateRémi Verschelde
Fixes the checkboxes update in canvas item editor
2017-12-09Merge pull request #14455 from RayKoopa/remove_layer_flyout_labelRémi Verschelde
Remove physics / render layer flyout label.
2017-12-09Merge pull request #14460 from Zylann/giprobe_update_resourceJuan Linietsky
Update GIProbe data instead of creating a new one on bake
2017-12-09thekla_atlas: Fix compilation errorRémi Verschelde
Bug introduced in 65fb961b8b2c81ce33c9e0e4c0add7b13da0193a.
2017-12-09Update GIProbe data instead of creating a new one on bakeMarc Gilleron
2017-12-09Make GDScript parser raise error when exporting ObjectGeorge Marques
2017-12-09Merge pull request #13310 from Grosskopf/visual-server-docsRémi Verschelde
[DOCS] Added documentation for VisualServer
2017-12-09Add feature to disable animation tracksRay Koopa
2017-12-09-Ability to and unwrap lightmap coordinates on importJuan Linietsky
-Added unwrap functionality to Mesh -Ability to display and debug mesh UVs -Added multiline draw, so it's easier and faster to draw UVs -Many fixes to SurfaceTool -Fixes to Thekla Unwrap, but it's a piece of ass and it keeps crashing. Will have to go away
2017-12-09Merge pull request #13341 from scayze/interp_v2Rémi Verschelde
Added interpolation qualifiers to shaderlang
2017-12-09Merge pull request #13347 from Noshyaar/hang_in_thereRémi Verschelde
Rect2: add function returning same rect with positive w and h
2017-12-09Defer the scan filesystem call when adding import pluginsGeorge Marques
This ensures every plugin is added before the scan is made. Fix #12749
2017-12-09Convert tilemap format in get_tile_data()Andrew Thomas
2017-12-09Remove layer flyout label.Ray Koopa
2017-12-09Merge pull request #13166 from Krakean/change_addrootifnone_v2Rémi Verschelde
When drag'n'drop, automatically create dragged resource as a root node if you haven't any yet (v2)
2017-12-09Merge pull request #13424 from MillionOstrich/particles-pause-fixRémi Verschelde
Stop particles resetting on pause.
2017-12-09Merge pull request #13446 from gad-o/duplicate_fileRémi Verschelde
Add duplicate option to filesystem dock
2017-12-09Merge pull request #13847 from YeldhamDev/filedialog_titleRémi Verschelde
Added "mode_overrides_title" property to FileDialog
2017-12-09Fixes the checkboxes updateGilles Roudiere
2017-12-09Merge pull request #13994 from ISylvox/caret-blinkRémi Verschelde
Set Caret Blinking Enabled by Default
2017-12-09Document MeshInstance::create_debug_tangentsPavan Kumar
Also cleanup some excessive usage of hyperlinks (edit by @akien-mga). [ci skip]
2017-12-09Merge pull request #14315 from willnationsdev/animationtreeplayer-docsRémi Verschelde
[DOCS] AnimationTreePlayer props/members/methods, EditorFileSystem methods
2017-12-09Merge pull request #14321 from ibrahn/path2d-two-styleRémi Verschelde
Reworked PathFollow2D behaviour, based on such in version 2.1.
2017-12-09Merge pull request #14358 from RandomShaper/fix-vscriptRémi Verschelde
Fix function arg count not considered in VisualScript