summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-28moving open scenes in filesystem update dependencies fixIan
2017-11-28disable caching for targets using helper functionsRhody Lugo
2017-11-29Fix inverted relative mouse motion in HTML5 exportLeon Krause
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-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)
2017-11-27Merge pull request #13330 from bncastle/sprite_frames_editor_allow_f2_on_newRémi Verschelde
Focus on sprite animation list after adding a new one to allow renaming with f2
2017-11-27prune scons shared cacheRhody Lugo
2017-11-26Focus on sprite animation list after adding a new one to allow renaming with f2bncastle
After adding a new sprite animation, focus on the sprite animation list to allow renaming the animation with f2 instead of having to click on the sprite name again.
2017-11-27Merge pull request #13294 from RaXaR/masterRémi Verschelde
Added overloads of vector parameters for shader Trig functions.
2017-11-27Merge pull request #13240 from Krakean/fix_interpretcomma_as_decimalpointRémi Verschelde
Makes possible to interpret comma as decimal point in editor
2017-11-27Merge pull request #13318 from Paulb23/adjust_viewport_to_cursor_issue_13190Rémi Verschelde
Fixes adjust viewport to cursor when line is to long, issue 13190
2017-11-27Merge pull request #13325 from akien-mga/masterRémi Verschelde
Travis: Use separate SCons caches for each build job
2017-11-27Merge pull request #13252 from Krakean/file_dialogs_small_tweaksRémi Verschelde
A few adjustments to file/dir open dialogs
2017-11-27Added overloads of vector parameters for shader Trig functions.RaXaR
Ammend: Removed whitespace from blank lines. Ammend2: Removed extra spaces in an attempt to make Clang happy. :)
2017-11-26Travis: Use separate SCons caches for each build jobRémi Verschelde
2017-11-26Fixing mistake in image classSergei ZH
2017-11-26Merge pull request #13317 from akien-mga/custom_user_dirRémi Verschelde
Allow customizing user:// path (folder in OS::get_data_path())
2017-11-26Merge pull request #13290 from Chaosus/projectionfixRémi Verschelde
Fix invalid transform when skip_vertex_transform used
2017-11-26Merge pull request #13222 from Calinou/tweak-editor-help-font-sizesRémi Verschelde
Tweak editor help font sizes for better readability
2017-11-26Makes possible to interpret comma as decimal point in editorDmitry Koteroff
2017-11-26Merge pull request #13245 from Krakean/itemlist_add_some_signalsRémi Verschelde
Added some new API functionality to Item List component
2017-11-26Merge pull request #13228 from rminderhoud/weightsRémi Verschelde
Fix read bug in compressed bone weights
2017-11-26Merge pull request #13233 from Krakean/add_eidtorinspector_collapseexpand_v2Rémi Verschelde
Inspector: Implemented a collapse/expand all (v2)
2017-11-26Item List small enhancementsDmitry Koteroff
Item list: added new signal - nothing_selected (when mouse clicked on empty space), and two new functions - unselect_all() and is_any_selected()
2017-11-26Added documentation for GeometryInstance and VisualInstanceTwistedTwigleg