aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | | | | | | | | | Merge pull request #13359 from rraallvv/cache_pruningRémi Verschelde2017-11-2824-55/+105
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / / / / |/| | | | | | | | | | | | Fixes for SCons shared cache for Travis-CI and AppVeyor-CI (master)
| * | | | | | | | | | | | use the same cache for all branches for appveyorRhody Lugo2017-11-2824-55/+105
|/ / / / / / / / / / / /
* | | | | | | | | | | | Merge pull request #13313 from TwistedTwigleg/documentation_additionsChris Bradfield2017-11-272-0/+25
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | Added documentation (GeometryInstance and VisualInstance)
| * | | | | | | | | | | | Added documentation for GeometryInstance and VisualInstanceTwistedTwigleg2017-11-262-0/+25
| |/ / / / / / / / / / /
* | | | | | | | | | | | doc: Sync classref with current sourceRémi Verschelde2017-11-276-9/+37
| | | | | | | | | | | |
* | | | | | | | | | | | Merge pull request #13342 from Noshyaar/just_godotRémi Verschelde2017-11-272-16/+33
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | EditorAbout: single-column'd some section, monospace
| * | | | | | | | | | | | EditorAbout: single-column'd some section, monospacePoommetee Ketson2017-11-272-16/+33
| | |/ / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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
* | | | | | | | | | | | Some improvements to file/dir open/save dialogs:Dmitry Koteroff2017-11-276-15/+84
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | | | | | | | | | | Switch to textureLod for parallax offset, avoids errors on UWP.Juan Linietsky2017-11-271-3/+3
|/ / / / / / / / / / /
* | | | | | | | | | | Merge pull request #13173 from poke1024/fixiconsRémi Verschelde2017-11-272-4/+8
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Add polygon 2d editor handle icons
| * | | | | | | | | | | add "add point" and "select point" handles to polygon 2d editorBernhard Liebl2017-11-272-4/+8
|/ / / / / / / / / / /
* | | | | | | | | | | Merge pull request #13308 from Krakean/scenetreedock_additemsdeselectRémi Verschelde2017-11-273-0/+13
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Scene Tree Dock: added ability to deselect items when clicking on empty space
| * | | | | | | | | | | Scene Tree Dock: added ability to deselect items when clicking on empty spaceDmitry Koteroff2017-11-263-0/+13
| | | | | | | | | | | |
* | | | | | | | | | | | Further changes to Image class docsSergei ZH2017-11-271-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Were missed when squashing the previous 024c4f14. [ci skip]
* | | | | | | | | | | | Fix javascript build after bc2e8d99Rémi Verschelde2017-11-271-2/+2
| | | | | | | | | | | |
* | | | | | | | | | | | Merge pull request #13328 from rraallvv/cache_pruningRémi Verschelde2017-11-273-16/+79
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | Enable pruning for SCons shared cache (master)
| * | | | | | | | | | | | prune scons shared cacheRhody Lugo2017-11-273-16/+79
| | | | | | | | | | | | |
* | | | | | | | | | | | | Merge pull request #13330 from bncastle/sprite_frames_editor_allow_f2_on_newRémi Verschelde2017-11-271-0/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / |/| | | | | | | | | | | | Focus on sprite animation list after adding a new one to allow renaming with f2
| * | | | | | | | | | | | Focus on sprite animation list after adding a new one to allow renaming with f2bncastle2017-11-261-0/+1
|/ / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | | | | | | | | | | Merge pull request #13294 from RaXaR/masterRémi Verschelde2017-11-271-0/+39
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | Added overloads of vector parameters for shader Trig functions.
| * | | | | | | | | | | | Added overloads of vector parameters for shader Trig functions.RaXaR2017-11-271-0/+39
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ammend: Removed whitespace from blank lines. Ammend2: Removed extra spaces in an attempt to make Clang happy. :)
* | | | | | | | | | | | | Merge pull request #13240 from Krakean/fix_interpretcomma_as_decimalpointRémi Verschelde2017-11-271-6/+9
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Makes possible to interpret comma as decimal point in editor
| * | | | | | | | | | | | | Makes possible to interpret comma as decimal point in editorDmitry Koteroff2017-11-261-6/+9
| | |/ / / / / / / / / / / | |/| | | | | | | | | | |
* | | | | | | | | | | | | Merge pull request #13318 from Paulb23/adjust_viewport_to_cursor_issue_13190Rémi Verschelde2017-11-271-15/+23
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes adjust viewport to cursor when line is to long, issue 13190
| * | | | | | | | | | | | | Fixes adjust viewport to cursor when line is to long, issue 13190Paulb232017-11-261-15/+23
| | | | | | | | | | | | | |
* | | | | | | | | | | | | | Merge pull request #13325 from akien-mga/masterRémi Verschelde2017-11-271-2/+3
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Travis: Use separate SCons caches for each build job
| * | | | | | | | | | | | | | Travis: Use separate SCons caches for each build jobRémi Verschelde2017-11-261-2/+3
| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge pull request #13252 from Krakean/file_dialogs_small_tweaksRémi Verschelde2017-11-274-3/+81
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / |/| | | | | | | | | | | | | | A few adjustments to file/dir open dialogs
| * | | | | | | | | | | | | | A few small adjustments to file dialogs:Dmitry Koteroff2017-11-244-3/+81
| | |/ / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a) Added Backspace key support for Tree-based file dialog. b) Fixed issue inability to select a folder in project manager (always previous folder was selected instead). c) Open Directory mode: changed "Open" to "Select Current Folder" d) Block "Open" button when inappropriate content is selected (for example, file when in open folder mode, or folder when in open files mode)
* | | | | | | | | | | | | | Fixing mistake in image classSergei ZH2017-11-261-3/+3
| | | | | | | | | | | | | |
* | | | | | | | | | | | | | Merge pull request #13317 from akien-mga/custom_user_dirRémi Verschelde2017-11-266-21/+37
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Allow customizing user:// path (folder in OS::get_data_path())
| * | | | | | | | | | | | | | Allow customizing user:// path (folder in OS::get_data_path())Rémi Verschelde2017-11-266-21/+37
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This allows to specify any valid folder name (including with subfolders) to use as user:// on all platforms. The folder is constrained to the platform-specific OS::get_data_path() (typically what `XDG_DATA_HOME` resolves to). Fixes #13236.
* | | | | | | | | | | | | | | Merge pull request #13290 from Chaosus/projectionfixRémi Verschelde2017-11-261-5/+0
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix invalid transform when skip_vertex_transform used
| * | | | | | | | | | | | | | | Fixed invalid transform when skip_vertex_transform usedChaosus2017-11-261-5/+0
| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | Merge pull request #13222 from Calinou/tweak-editor-help-font-sizesRémi Verschelde2017-11-261-3/+3
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Tweak editor help font sizes for better readability
| * | | | | | | | | | | | | | | | Tweak editor help font sizes for better readabilityHugo Locurcio2017-11-241-3/+3
| | |_|/ / / / / / / / / / / / / | |/| | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | Merge pull request #13245 from Krakean/itemlist_add_some_signalsRémi Verschelde2017-11-262-0/+29
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added some new API functionality to Item List component
| * | | | | | | | | | | | | | | | Item List small enhancementsDmitry Koteroff2017-11-262-0/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Item list: added new signal - nothing_selected (when mouse clicked on empty space), and two new functions - unselect_all() and is_any_selected()
* | | | | | | | | | | | | | | | | Merge pull request #13228 from rminderhoud/weightsRémi Verschelde2017-11-261-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix read bug in compressed bone weights
| * | | | | | | | | | | | | | | | | Fix read bug in compressed bone weightsRalph Minderhoud2017-11-231-1/+1
| | |/ / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Merge pull request #13233 from Krakean/add_eidtorinspector_collapseexpand_v2Rémi Verschelde2017-11-264-3/+71
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Inspector: Implemented a collapse/expand all (v2)
| * | | | | | | | | | | | | | | | | Implemented a collapse/expand all feature request for Inspector (issue ↵Dmitry Koteroff2017-11-244-3/+71
| |/ / / / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | #9427) via popup of "Object properties" button. Editor Settings->Interface->Editor: added "Expand All Properties" option. Off by default. Cosmetics fixes due to @Reduz notes.
* | | | | | | | | | | | | | | | | Merge pull request #13246 from volzhs/memory-formatRémi Verschelde2017-11-261-1/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Better number format for memory usage
| * | | | | | | | | | | | | | | | | Better number format for memory usagevolzhs2017-11-251-1/+2
| | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | Merge pull request #13247 from groud/fix_this_stupid_setting_I_addedRémi Verschelde2017-11-261-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove option for the rulers graduations font size
| * | | | | | | | | | | | | | | | | | Remove option for the rulers graduations font sizeGilles Roudiere2017-11-241-1/+1
| | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | Merge pull request #13259 from Paulb23/restore_scenes_on_startup_issue_2385Rémi Verschelde2017-11-262-2/+45
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|/ / / / / / / / |/| | | | | | | | | | | | | | | | | | Restore scenes on startup, issue 2385
| * | | | | | | | | | | | | | | | | | Restore scenes on startup, issue 2385Paulb232017-11-242-2/+45
| | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | Merge pull request #13264 from zatherz/feature/projectsettings_limitsJuan Linietsky2017-11-261-1/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add range to anisotropic filter level
| * | | | | | | | | | | | | | | | | | | Add range to anisotropic filter level (1 to 16 with integer steps)Zatherz2017-11-251-1/+2
| | | | | | | | | | | | | | | | | | | |