summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-12-09PropertyEditor: Fix display of property doc in tooltipRémi Verschelde
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
2017-12-09Merge pull request #14420 from MattUV/fold-shortcutRémi Verschelde
Modify shortcuts and menus to fold/unfold code
2017-12-09Merge pull request #14434 from Smjert/fix/13447/vsyncRémi Verschelde
Fixes vsync setting ignored when using a separate thread for rendering
2017-12-09Merge pull request #14443 from akien-mga/rcedit-wineRémi Verschelde
Windows export: Use WINE to run rcedit on non-Windows host
2017-12-09Merge pull request #12756 from Stratos695/masterRémi Verschelde
Allowing double-axis lock in RigidBody & KinematicBody (Fixes #12500)
2017-12-09Windows export: Use WINE to run rcedit on non-Windows hostRémi Verschelde
WINE can be either run from a provided path ("export/windows/wine"), or looked up in the system PATH. Fixes #14441.
2017-12-09Merge pull request #14437 from vnen/rceditRémi Verschelde
Call rcedit on export for Windows desktop
2017-12-09Merge pull request #14438 from hoelzl/pr-ignore-natvis-filesRémi Verschelde
Ignore Visual Studio '*.natvis' files [ci skip]
2017-12-09Merge pull request #14436 from sersoong/master-fixbugsRémi Verschelde
Restored two items in filesystemdock menu
2017-12-09Merge pull request #14432 from rminderhoud/sort_customRémi Verschelde
Added example for Array sort_custom function [ci skip]
2017-12-09Ignore Visual Studio '*.natvis' filesMatthias Hoelzl
2017-12-09Call rcedit on export for Windows desktopGeorge Marques
- Add an editor setting to read the rcedit path. - Add settings to the export preset with icon and other exe information (version, name, copyright, etc.)
2017-12-09Restored two items in filesystemdock menusersoong
2017-12-09Fixes vsync setting ignored when using a separate thread for renderingStefano Bonicatti
Setting the vsync in the main thread, after the rendering thread starts and takes the OpenGL context fails, so we need to do that before. Also, for some reason, the main thread cannot make current the context anymore. Fixes #13447
2017-12-08Added example for Array sort_custom functionRalph Minderhoud
2017-12-09Merge pull request #14384 from willnationsdev/docs-api-fixRémi Verschelde
[DOCS] AnimationPlayer prop API fixed
2017-12-09Merge pull request #14421 from PJB3005/17-12-08-fix_tilemap_occluder_offsetRémi Verschelde
Fixes TileMap occluder offsets.
2017-12-08[DOCS] EditorFileSystem method/signalWill Nations
2017-12-08[DOCS] AnimationTreePlayer props/members/methodsWill Nations
2017-12-08Merge pull request #14423 from PJB3005/17-12-08-fix-ocludder-typoRémi Verschelde
Fix TileSet::AutotileData::ocludder_map typo
2017-12-08Fix TileSet::AutotileData::ocludder_map typoPJB3005