summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-06-18Added description to is_pixel_opaque() in Sprite.xmlunknown
2019-06-18Merge pull request #29751 from lawnjelly/skin-fixRémi Verschelde
Fixes crash with rigged meshes on some OpenGLES2 devices
2019-06-18doc: Sync classref with current sourceRémi Verschelde
Fix a few bugs.
2019-06-18Merge pull request #29840 from Anutrix/masterRémi Verschelde
Added description in TranslationServer and OpenSimplexNoise
2019-06-18Merge pull request #29676 from zaksnet/ItemList-ImrovementsRémi Verschelde
Document ItemList control
2019-06-18Fixes crash with rigged meshes on some OpenGLES2 deviceslawnjelly
Non-tools OpenGLES2 devices that use the USE_SKELETON_SOFTWARE path (i.e. do not support float texture) depend on surface->data being set containing the bone IDs and weights (rasterizer_scene_gles2.cpp, line 1456, RasterizerSceneGLES2::_setup_geometry). However currently if TOOLS_ENABLED is not defined, surface->data is not stored in main memory in rasterizer_storage_gles2.cpp. This causes a crash in rasterizer_scene_gles2.cpp when a rigged object comes into view. This fix addresses the specific case of skinned objects when USE_SKELETON_SOFTWARE is active, and stores a copy of the bone data, as is done when TOOLS_ENABLED is defined. This fixes the crash by allowing the same mechanism as on desktop, without adding the memory overhead of storing all vertex data where not required. Fixes #28298
2019-06-18Merge pull request #29489 from groud/fixes_nanRémi Verschelde
Fixes NaN errors with anchors mode
2019-06-18Document ItemList controlZak
2019-06-18Merge pull request #29862 from Chaosus/fix_astar_crashYuri Roubinsky
Fix AStar set/is_point_disabled crash
2019-06-18Fix AStar set/is_point_disabled crashChaosus
2019-06-17Merge pull request #28766 from pgoral/editor_validation_issueRémi Verschelde
Changing method signature in other class in not recognized in working…
2019-06-17Merge pull request #29854 from clayjohn/CPUParticles2D-sphereRémi Verschelde
Change emit shape circle to sphere in CPUParticles2D
2019-06-17change emit shape circle to sphere in CPUParticles2Dclayjohn
2019-06-17Merge pull request #29852 from georgwacker/fix-controller-hangRémi Verschelde
Fix endless controller iteration on windows
2019-06-17Fix endless controller iterationGeorg Wacker
Fixes #29846
2019-06-17Merge pull request #29847 from yurchor/masterRémi Verschelde
Fix minor typos
2019-06-17Merge pull request #29850 from akien-mga/x11-check-chdirRémi Verschelde
Linux: Check return value of chdir on cleanup
2019-06-17Linux: Check return value of chdir on cleanupRémi Verschelde
Some compilers trigger a warning for it if we do not bother checking the return value. Fixes #29849.
2019-06-17Merge pull request #29633 from jbuck3/optionbutton-selectionRémi Verschelde
Connect OptionButton selection to menu's "index_pressed" signal
2019-06-17Merge pull request #29806 from sparkart/masterRémi Verschelde
Bring selected script in view of open scripts list
2019-06-17Merge pull request #29845 from akien-mga/stylé-comme-jamaisRémi Verschelde
Add script to fix style issues and copyright headers
2019-06-17Fix minor typosYuri Chornoivan
2019-06-17Add script to fix style issues and copyright headersRémi Verschelde
This is only meant to check the validity of the whole codebase every now and then, or to apply clang-format config changes when relevant.
2019-06-17Merge pull request #29752 from bruvzg/window_size_limitsRémi Verschelde
Add ability to limit maximum/minimum window size.
2019-06-17Merge pull request #29743 from zaksnet/document-texteditRémi Verschelde
Document TextEdit node
2019-06-17Merge pull request #29781 from Faless/ws/set_buffers_internalRémi Verschelde
Allow setting websocket buffers sizes internally.
2019-06-17Merge pull request #29838 from KoBeWi/4realRémi Verschelde
Fix selection undo... for real
2019-06-17Merge pull request #29835 from Calinou/tweak-editor-property-hintsRémi Verschelde
Tweak some editor property hints to be more flexible and consistent
2019-06-17Merge pull request #29831 from YeldhamDev/range_changed_signal_fixRémi Verschelde
Fix Range's "changed" signal emitting with a value even if binded to emit none
2019-06-17Merge pull request #29830 from NilsIrl/remove_uselessRémi Verschelde
Remove useless cast from c-string to String
2019-06-17Added description to get_noise_1d() in OpenSimplexNoiseunknown
2019-06-17Added description to get_loaded_locales() in TranslationServerunknown
2019-06-17Fix selection undo... for realTomasz Chabora
2019-06-16Tweak some editor property hints to be more flexible and consistentHugo Locurcio
This partially addresses #19242.
2019-06-16i18n: Sync translation template with current sourceRémi Verschelde
2019-06-16i18n: Fix extract.py support for new TTRCRémi Verschelde
Also make compatible with Python 3.
2019-06-16i18n: Sync translations with WeblateRémi Verschelde
(cherry picked from commit e50eb830afcf2459b07b93f8a4c86412ce82ff1e)
2019-06-16Bring selected script in view of open scripts listEmmanuel Barroga
Resolves issue: #29721
2019-06-16Fix Range's "changed" signal emitting with a value even if binded to emit noneMichael Alexsander Silva Dias
2019-06-16Remove useless cast from c-string to StringNils ANDRÉ-CHANG
2019-06-16Document TextEdit nodeZak
2019-06-16doc: Sync classref with current source, fix formatting issuesRémi Verschelde
2019-06-16Merge pull request #29700 from clayjohn/cpuparticles_transform_bugRémi Verschelde
Fix CPU particles bug with local_coords and transform
2019-06-16Merge pull request #29764 from Calinou/boot-splash-no-filter-optionRémi Verschelde
Add an option to disable boot splash filtering
2019-06-16Merge pull request #29325 from m4gr3d/setup_godot_for_ovr_supportRémi Verschelde
Setup Godot to support the Oculus Mobile SDK.
2019-06-16Merge pull request #10643 from BastiaanOlij/camera_serverRémi Verschelde
CameraServer class
2019-06-15Add an option to disable boot splash filteringHugo Locurcio
Disabling filtering is usually desired in projects using a pixel art style. This closes #19415.
2019-06-15Merge pull request #29643 from GDquest/doc-animation-nodesRémi Verschelde
Add documentation for AnimationNode* resources
2019-06-15Merge pull request #29786 from dotdigitalgroup/hidpi-javascript-fix-masterRémi Verschelde
Fix pointer position in hidpi-corrected resolutions on web
2019-06-15Merge pull request #29811 from Calinou/editor-help-bold-fontRémi Verschelde
Add support for bold fonts in the editor help