summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2017-11-26Merge pull request #13246 from volzhs/memory-formatRémi Verschelde
Better number format for memory usage
2017-11-26Merge pull request #13247 from groud/fix_this_stupid_setting_I_addedRémi Verschelde
Remove option for the rulers graduations font size
2017-11-26Merge pull request #13259 from Paulb23/restore_scenes_on_startup_issue_2385Rémi Verschelde
Restore scenes on startup, issue 2385
2017-11-26Fixes adjust viewport to cursor when line is to long, issue 13190Paulb23
2017-11-26Merge pull request #13264 from zatherz/feature/projectsettings_limitsJuan Linietsky
Add range to anisotropic filter level
2017-11-26Fixed invalid transform when skip_vertex_transform usedChaosus
2017-11-26Merge pull request #13277 from DoctorAlpaca/masterJuan Linietsky
Fix particle preprocessing
2017-11-26Merge pull request #13298 from YeldhamDev/translation_layoutRémi Verschelde
Fix not being able to select an editor layout created in another language
2017-11-26Ask users to explore official projects when none is loaded.Juan Linietsky
2017-11-26Merge pull request #12572 from RandomShaper/onion-skinningJuan Linietsky
Onion skinning
2017-11-26Allow customizing user:// path (folder in OS::get_data_path())Rémi Verschelde
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.
2017-11-26Disable logger by default.Juan Linietsky
2017-11-26Merge pull request #13315 from dragmz/patch-2Rémi Verschelde
initialize bus_index to 0
2017-11-26initialize bus_index to 0Marcin Zawiejski
fixes #13305
2017-11-26Merge pull request #13312 from volzhs/fix-android-shader-errorJuan Linietsky
Fix shader compilation fail on Android
2017-11-27Fix shader compilation fail on Androidvolzhs
Error message from logcat **ERROR**: SceneShaderGLES3: Fragment Program Compilation Failed: 50:471: S0032: no default precision defined for parameter 'probe' At: drivers/gles3/shader_gles3.cpp:167:_display_error_with_code() - SceneShaderGLES3: Fragment Program Compilation Failed:
2017-11-26Scene Tree Dock: added ability to deselect items when clicking on empty spaceDmitry Koteroff