summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-12-09Changed how 6DOF limits worksAndreaCatania
2017-12-09Makes consistent Slider joint GizmoAndreaCatania
2017-12-09Makes consistent 6DOF joint GizmoAndreaCatania
2017-12-09Fixed joint scaleAndreaCatania
2017-12-08Fixed bullet get_transform scaleAndreaCatania
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-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
2017-12-07Merge pull request #14353 from TheAspiringHacker/fix-lineedit-eatRémi Verschelde
Check for icon in LineEdit::set_cursor_position
2017-12-07Merge pull request #14360 from mrcdk/fix_win_mingwRémi Verschelde
Fix windows compilation when using MinGW
2017-12-07Travis: Install libxi-dev after #14347Rémi Verschelde
2017-12-07Merge pull request #13362 from groud/fix_foldingRémi Verschelde
Fixes folding of blank lines
2017-12-07[DOCS] ARVR, AStar, AtlasTexture, BasisWill Nations
2017-12-07Fix windows compilation when using MinGWMrCdK
2017-12-07Add 'copy script path' to script editor pluginsersoong
2017-12-07use application:didFinishLaunchingWithOptions: instead of ↵volzhs
applicationDidFinishLaunching: for iOS
2017-12-06Check for icon in LineEdit::set_cursor_positionTheAspiringHacker
Fixes #14340
2017-12-06fixes horizontal scrolling over hidden linesIan