summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-11-30Ported 'Exclude Parent' from Raycast2D to RaycastMarco Masselli
2017-11-30Changed the dynamic library open function to allow setting the path of the ↵Juan Linietsky
library to open extra libraries.
2017-11-30Merge pull request #13410 from ISylvox/glad-0.1.16a0Rémi Verschelde
Update glad: Sync with upstream v0.1.16a0
2017-11-30glad: Sync with upstream 0.1.16a0Indah Sylvia
2017-11-30Merge pull request #13407 from djrm/pr_fixesRémi Verschelde
Fixed editor settings disappearing (caused by uninitialized variable).
2017-11-30Fix PathFollow2D motion.Ferenc Arn
Fixes #13361.
2017-11-29Fixed editor settings disappearing (caused by uninitialized variable).Daniel J. Ramirez
2017-11-29Merge pull request #13392 from cbscribe/kcc_raycast_fixRémi Verschelde
Fix RayCast2D 'Exclude Parent' to include Area2D
2017-11-29Merge pull request #13395 from ISylvox/export-logoRémi Verschelde
Enhance iOS and UWP logo on Export dialog
2017-11-29Enhanced iOS and UWP logo on Export dialogIndah Sylvia
2017-11-29doc: Fix misplaced constant descriptionRémi Verschelde
[ci skip]
2017-11-29i18n: Sync translation templates with current sourceRémi Verschelde
[ci skip]
2017-11-29i18n: Sync translations with WeblateRémi Verschelde
Adds Afrikaans, Hebrew, Hindi, Swedish, Ukrainian and Vietnamese.
2017-11-29Merge pull request #13383 from Krakean/fix_whitescreenRémi Verschelde
Fixed fleeting window white screen on editor/game startup
2017-11-29Merge pull request #13367 from Krakean/inspector_collapseexpand_correctionsRémi Verschelde
Small corrections to Inspector collapse/expand feature
2017-11-29Merge pull request #13379 from ianb96/lastline_scroll_fixRémi Verschelde
Scroll to Last Line fix
2017-11-29Merge pull request #13390 from poke1024/opteditorhelpRémi Verschelde
Make editor help select shortest (best) instead of first match
2017-11-29Merge pull request #13387 from rraallvv/refactorRémi Verschelde
Add target helper functions and refactor (master)
2017-11-29Merge pull request #13382 from eska014/html5-fix-mousemotion-relativeRémi Verschelde
Fix inverted relative mouse motion in HTML5 export
2017-11-29Merge pull request #13384 from ianb96/scene_move_updateRémi Verschelde
Moving open scenes in filesystem updates dependencies
2017-11-29Make editor help select shortest (best) instead of first matchBernhard Liebl
2017-11-28Change RayCast2D 'Exclude Parent' to include Area2DChris Bradfield
2017-11-28moving open scenes in filesystem update dependencies fixIan
2017-11-28disable caching for targets using helper functionsRhody Lugo
2017-11-29Fixed white screen on editor/game startup by moving window displaying to a ↵Dmitry Koteroff
bit later phase
2017-11-29Fix inverted relative mouse motion in HTML5 exportLeon Krause
2017-11-28last line scroll fix when scroll_past_last_line is disabledIan
2017-11-29Merge pull request #13363 from mhilbrunner/patch-2Poommetee Ketson
[DOCS] Node [ci skip]
2017-11-29Merge pull request #13320 from TwistedTwigleg/documentation_additions_twoPoommetee Ketson
Added documentation (World, Theme, StreamTexture, Sky, and ShortCut) [ci skip]
2017-11-28[DOCS] Node: Document _process()/_set_process()Max Hilbrunner
2017-11-28Merge pull request #13368 from martinlindhe/masterPoommetee Ketson
fix some typos [ci skip]
2017-11-28fix some typosMartin Lindhe
2017-11-28Added documentation for World, Theme, StreamTexture, Sky, and ShortCutTwistedTwigleg
2017-11-28Small fixes to #13233Dmitry Koteroff
2017-11-28Merge pull request #13365 from BastiaanOlij/fix_arvr_set_transformGilles Roudiere
Set real world position, not virtual world position!
2017-11-28Set real world position, not virtual world position!Bastiaan Olij
2017-11-28Merge pull request #13359 from rraallvv/cache_pruningRémi Verschelde
Fixes for SCons shared cache for Travis-CI and AppVeyor-CI (master)
2017-11-28use the same cache for all branches for appveyorRhody Lugo
2017-11-27Merge pull request #13313 from TwistedTwigleg/documentation_additionsChris Bradfield
Added documentation (GeometryInstance and VisualInstance)
2017-11-27doc: Sync classref with current sourceRémi Verschelde
2017-11-27Merge pull request #13342 from Noshyaar/just_godotRémi Verschelde
EditorAbout: single-column'd some section, monospace
2017-11-27Some improvements to file/dir open/save dialogs:Dmitry Koteroff
1. Removed "..", instead you now will see "Select Current Folder" and "Select this Folder" buttons. 2. Added "go to parent folder" (^) button to Save a File dialog. 3. Tree.cpp: "nothing_selected" signal has been re-made (previous implementation, merged in #13308, wasn't optimal in context of performance) 4. Fixed issue in Project Export dialog: MODE_SAVE_FILE wasn't set when you click "Export". 5. Now you can deselect items by clicking on empty space in Open a Directory dialog.
2017-11-27Switch to textureLod for parallax offset, avoids errors on UWP.Juan Linietsky
2017-11-27EditorAbout: single-column'd some section, monospacePoommetee Ketson
- Show ItemLists in single column if not enough item, or is a special section (Gold/Platinum sponsors) - Add a space before and after names so that it looks a bit better for long names adjacent to another - License text in monospace
2017-11-27Merge pull request #13173 from poke1024/fixiconsRémi Verschelde
Add polygon 2d editor handle icons
2017-11-27add "add point" and "select point" handles to polygon 2d editorBernhard Liebl
2017-11-27Merge pull request #13308 from Krakean/scenetreedock_additemsdeselectRémi Verschelde
Scene Tree Dock: added ability to deselect items when clicking on empty space
2017-11-27Further changes to Image class docsSergei ZH
Were missed when squashing the previous 024c4f14. [ci skip]
2017-11-27Fix javascript build after bc2e8d99Rémi Verschelde
2017-11-27Merge pull request #13328 from rraallvv/cache_pruningRémi Verschelde
Enable pruning for SCons shared cache (master)