summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-12-09Merge pull request #13310 from Grosskopf/visual-server-docsRémi Verschelde
[DOCS] Added documentation for VisualServer
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-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-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
2017-12-08Fixes TileMap occluder offsets.PJB3005
This is NOT related to #14388! This fixes a graphical bug where the light occluders used by tilemaps weren't getting offset anymore, this they'd be positioned incorrectly. I tried on all 3 tilemap positioning modes and it seemed to work on every one.
2017-12-08Modify shortcuts and menus to fold/unfold codeMattUV
Fix #13180 As the same shortcut cannot be assigned to two actions, I removed the ability to fold (fold_line()) or unfold (unfold_line()) via menu (still possible by code), and there is a single fold/unfold action (toggle_fold_line()). The new default shortcut is now Alt+F
2017-12-08Merge pull request #14412 from hpvb/fix-thekla-atlas-buildJuan Linietsky
Fix thekla_atlas build
2017-12-08Fix thekla_atlas buildHein-Pieter van Braam
clang doesn't like c++ versions being supplied to build c source files.
2017-12-08Merge pull request #14409 from hpvb/import-thekla-atlasJuan Linietsky
Import thekla_atlas
2017-12-08Import thekla_atlasHein-Pieter van Braam
As requested by reduz, an import of thekla_atlas into thirdparty/
2017-12-08After a lot of trial and error, i think rim lighting implementation is now ↵Juan Linietsky
perfect, closes #13986
2017-12-08Merge pull request #14014 from kosz78/scroll-container-fixRémi Verschelde
Fix scroll enabled in case of content fit in scroll container
2017-12-08Merge pull request #14397 from YeldhamDev/localization_tabRémi Verschelde
Removed style override inside the Localization tab in the Project Settings
2017-12-08Merge pull request #14396 from MattUV/fix-templates-linkRémi Verschelde
Fix Manage Export Templates link
2017-12-08Merge pull request #13981 from Paulb23/line_highlight_and_code_folding_colorRémi Verschelde
Changed current line draw order and added code folding colour
2017-12-07Merge pull request #14395 from willnationsdev/docs2Chris Bradfield
[DOCS] CanvasItem(Material)/Layer, ClassDB, and CollisionObject(2D)
2017-12-07Merge pull request #14385 from NathanWarden/raycast_docsChris Bradfield
[DOCS] Finished off the RayCast documentation.
2017-12-07[DOCS] CanvasItem/Material/Layer, ClassDB, CollisionObject(2D)Will Nations
2017-12-07Finished off the RayCast documentation.Nathan Warden
2017-12-07Removed style override inside the Localization tab in the Project Settings.Michael Alexsander Silva Dias