aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #14497 from akien-mga/iphone-cleanupRémi Verschelde2017-12-102-138/+3
|\ | | | | iOS: Drop obsolete code from never-public modules
| * iOS: Drop obsolete code from never-public modulesRémi Verschelde2017-12-102-138/+3
| |
* | Merge pull request #14509 from poke1024/fix_selection_copy_crashRémi Verschelde2017-12-102-3/+3
|\ \ | | | | | | Fix crash in RichTextLabel::selection_copy()
| * | Fix crash in RichTextLabel::selection_copy()Bernhard Liebl2017-12-102-3/+3
| | |
* | | Merge pull request #14501 from Paulb23/close_wrong_scene_issue_13844Rémi Verschelde2017-12-101-0/+3
|\ \ \ | | | | | | | | Fixed close current scene closing the wrong scene, issue 13844
| * | | Fixed close current scene closing the wrong scene, issue 13844Paulb232017-12-101-0/+3
| | |/ | |/|
* | | Merge pull request #11510 from AndreaCatania/skelRémi Verschelde2017-12-109-18/+359
|\ \ \ | | | | | | | | Added skeleton x-ray
| * | | Implemented skeleton visibilityAndreaCatania2017-12-109-18/+359
| | | | | | | | | | | | | | | | Removed code visibility code from popup menu
* | | | Merge pull request #14467 from willnationsdev/docs3Rémi Verschelde2017-12-102-8/+24
|\ \ \ \ | | | | | | | | | | [DOCS] ConcavePolygonShape2D, CubeMap
| * | | | [DOCS] ConcavePolygonShape2D, CubeMapWill Nations2017-12-092-8/+24
| | | | |
* | | | | Fixed a typo in the Node docsAndrew Silver2017-12-101-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | Fixed a typo in `remove_and_skip` [ci skip]
* | | | | Merge pull request #14498 from AndreaCatania/patch-1Rémi Verschelde2017-12-102-2/+9
|\ \ \ \ \ | |_|_|/ / |/| | | | Ray cast return correct shape id. Fixes #14473
| * | | | Ray cast return shape id. Fixes #14473AndreaCatania2017-12-102-2/+9
| | | | |
* | | | | Merge pull request #13351 from poke1024/fix12451_2Rémi Verschelde2017-12-106-0/+31
|\ \ \ \ \ | | | | | | | | | | | | Make click on arrow properly open and close property editor modals
| * | | | | fix certain popup close clicks with popup buttonsBernhard Liebl2017-12-106-0/+31
| | | | | |
* | | | | | Merge pull request #14486 from djrm/pr_visualsRémi Verschelde2017-12-101-0/+0
|\ \ \ \ \ \ | | | | | | | | | | | | | | Added splash screen with sponsors
| * | | | | | Added splash screen with sponsorsDaniel J. Ramirez2017-12-091-0/+0
| | | | | | |
* | | | | | | Merge pull request #14494 from RandomShaper/fix-mouse-x11Rémi Verschelde2017-12-101-16/+17
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Fix no mouse if touch device present in X11
| * | | | | | | Fix no mouse if touch device present in X11Pedro J. Estébanez2017-12-101-16/+17
| | |_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Plus several improvements in this area. Sadly, grabbing has been disabled until a better solution is found. Fixes #14427.
* | | | | | | Merge pull request #14485 from RandomShaper/fix-android-exportRémi Verschelde2017-12-101-4/+7
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | Fix crash on Android export
| * | | | | | Fix crash on Android exportPedro J. Estébanez2017-12-101-4/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Caused by a zero-length command-line segment. Fixes #14343.
* | | | | | | Update AUTHORS and DONORS listRémi Verschelde2017-12-102-13/+39
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | New contributors added as AUTHORS: @MillionOstrich, @Krakean, @YeldhamDev, @willnationsdev, @Chaosus, @m4nu3lf, @rraallvv, @sersoong. Welcome! :) [ci skip]
* | | | | | | Style: Re-apply clang-format over recent invalid additionsRémi Verschelde2017-12-1012-18/+18
| | | | | | |
* | | | | | | Style: Apply clang-format to Java filesRémi Verschelde2017-12-1028-1465/+1377
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Only those from org/godotengine/godot though, not the thirdparty ones.
* | | | | | | doc: Sync classref with current sourceRémi Verschelde2017-12-1018-114/+238
| | | | | | |
* | | | | | | PropertyEditor: Filter out resource_local_to_sceneRémi Verschelde2017-12-102-3/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This lets the empty "Global" category disappear again. Also silence a debug print.
* | | | | | | Merge pull request #14475 from volzhs/mouse_positionRémi Verschelde2017-12-101-5/+2
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Fix mouse position in viewport
| * | | | | | | Fix mouse position in viewportvolzhs2017-12-101-5/+2
| | | | | | | |
* | | | | | | | Merge pull request #14479 from Web-eWorks/gltf-fixesRémi Verschelde2017-12-101-1/+4
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Fix importing GLTF meshes as external files.
| * | | | | | | | Fix importing GLTF meshes as external files.Webster Sheets2017-12-091-1/+4
| | |_|_|_|_|_|/ | |/| | | | | |
* | | | | | | | Merge pull request #14480 from volzhs/startup-errorRémi Verschelde2017-12-102-2/+2
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Fix get_edited_scene_root error at starting editor
| * | | | | | | | Fix get_edited_scene_root error at starting editorvolzhs2017-12-102-2/+2
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Fix missing parenthesisRémi Verschelde2017-12-091-1/+1
| | | | | | | |
* | | | | | | | GDNative: Fix warning when gdnative/singletons is missingRémi Verschelde2017-12-091-2/+5
| | | | | | | |
* | | | | | | | X11: Process entire event queue at startup.Andreas Haas2017-12-092-7/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Should fix #14336
* | | | | | | | Merge pull request #14478 from akien-mga/property-tooltipsRémi Verschelde2017-12-094-64/+24
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | PropertyEditor: Fix display of property doc in tooltip
| * | | | | | | | PropertyEditor: Fix display of property doc in tooltipRémi Verschelde2017-12-094-64/+24
| |/ / / / / / /
* | | | / / / / Project Manager: Fix Templates search signal connection.Andreas Haas2017-12-092-1/+8
| |_|_|/ / / / |/| | | | | | | | | | | | | | | | | | | | Fixes #13921
* | | | | | | Merge pull request #14468 from vitrig/fix-gi-doesnt-work-for-spotlightsRémi Verschelde2017-12-091-1/+1
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | Fix #14429 GIProbe does not work with SpotLights
| * | | | | | Fix #14429 GIProbe does not work with SpotLightsPrzemyslaw Czarnota2017-12-091-1/+1
|/ / / / / /
* | | | | | Fix build in ArrayMeshRémi Verschelde2017-12-091-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | Bug introduced in 65fb961b8b2c81ce33c9e0e4c0add7b13da0193a.
* | | | | | Merge pull request #13371 from RayKoopa/mute_animation_tracksRémi Verschelde2017-12-095-5/+52
|\ \ \ \ \ \ | | | | | | | | | | | | | | Add feature to disable animation tracks
| * | | | | | Add feature to disable animation tracksRay Koopa2017-12-095-5/+52
| | | | | | |
* | | | | | | oops, missingJuan Linietsky2017-12-092-0/+387
| | | | | | |
* | | | | | | Merge pull request #14454 from CyanBlob/TileMapRémi Verschelde2017-12-092-9/+11
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Convert tilemap format in get_tile_data()
| * | | | | | | Convert tilemap format in get_tile_data()Andrew Thomas2017-12-092-9/+11
| | | | | | | |
* | | | | | | | Merge pull request #14459 from vnen/gdscript-object-exportRémi Verschelde2017-12-091-0/+4
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Make GDScript parser raise error when exporting Object
| * | | | | | | | Make GDScript parser raise error when exporting ObjectGeorge Marques2017-12-091-0/+4
| | | | | | | | |
* | | | | | | | | Merge pull request #14448 from groud/fix_checkboxes_updateRémi Verschelde2017-12-091-0/+3
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Fixes the checkboxes update in canvas item editor
| * | | | | | | | | Fixes the checkboxes updateGilles Roudiere2017-12-091-0/+3
| | | | | | | | | |