summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-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-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-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
2017-12-08Fix Manage Export Templates linkMattUV
In some cases, the link to download export templates was missing. Fixes #14391
2017-12-07Fixed is_playing funtion (was reporting wrong), closes #13928Juan Linietsky
Made error reporting to opcode_set in gdscript a bit clearer
2017-12-07Added small bit of bias depending on lenght for contact shadows, fixes #12726Juan Linietsky
2017-12-07Changed current line draw order and added code folding colorPaulb23
2017-12-07Exposed EditorSceneImporter to script. Added APIs to use intermediate ↵Juan Linietsky
converters more easily.
2017-12-07[DOCS] AnimationPlayer prop API fixedWill Nations
2017-12-07Implement orbit velocity in particles (this is for 2D only, like in 2.1), ↵Juan Linietsky
closes #12764 Fixed tangential velocity (was broken)
2017-12-07Merge pull request #14348 from waldson/feature-set-main-screen-plugin-iconGeorge Marques
Add method on EditorPlugin to set main screen plugins icons
2017-12-07Added some clean up in camera/viewport management. Fixes #12279, Fixes #12774Juan Linietsky
2017-12-07ability to keep user tracks when importing animations, closes #12801Juan Linietsky
2017-12-07Merge pull request #14356 from volzhs/ios-delegate-masterRémi Verschelde
use application:didFinishLaunchingWithOptions: instead of application…
2017-12-07Merge pull request #14332 from akien-mga/clang-formatRémi Verschelde
Update style for clang-format 5.0.0, new min required version
2017-12-07Merge pull request #14368 from sersoong/master-addoaandscriptRémi Verschelde
Add uppercase and lowercase to rightclickmenu in scripteditor
2017-12-07Add uppercase and lowercase to rightclickmenu in scripteditorsersoong
2017-12-07doc: Sync classref after a496dd4d, removing NOEDITOR properties from docRémi Verschelde
2017-12-07doc: Sync classref with current sourceRémi Verschelde
2017-12-07Style: Apply new clang-format 5.0 style to all filesRémi Verschelde
2017-12-07Style: Update definitions for clang-format 5.0.0Rémi Verschelde
This will be the new standard from now on.
2017-12-07Style: Apply clang-format again on all filesRémi Verschelde
Fixes issues introduced by newer clang-format versions or commits pushed directly without using the clang-format pre-commit hook.
2017-12-07Merge pull request #14366 from willnationsdev/docsRémi Verschelde
[DOCS] ARVRController, ARVRPositionalTracker, AStar, AtlasTexture, Basis
2017-12-07Merge pull request #14352 from ianb96/get_hidden_widthRémi Verschelde
Fixes horizontal scrolling over hidden lines
2017-12-07Merge pull request #14362 from sersoong/master-addcopypathRémi Verschelde
Add 'copy script path' to script editor plugin