Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-06-19 | Merge pull request #29851 from akien-mga/doc-resource | Rémi Verschelde | |
doc: Improve docs for Resource* classes | |||
2019-06-19 | Merge pull request #29876 from bruvzg/init_mouse_pos_macos | Rémi Verschelde | |
Update macOS global mouse position at startup | |||
2019-06-18 | Update macOS global mouse position at startup | bruvzg | |
2019-06-18 | Merge pull request #29859 from KoBeWi/name_sort-inator | Rémi Verschelde | |
Properly sort projects by name | |||
2019-06-18 | Merge pull request #29870 from Anutrix/docup1 | Rémi Verschelde | |
Added description to is_pixel_opaque() in Sprite.xml | |||
2019-06-18 | doc: Improve docs for Resource* classes | Rémi Verschelde | |
Also move module-specific classes to their own module's `doc_classes` folder. | |||
2019-06-18 | Merge pull request #29872 from akien-mga/unexpose-resourceformatloaders | Rémi Verschelde | |
Unexpose subclasses of ResourceFormatLoader and -Saver | |||
2019-06-18 | Unexpose subclasses of ResourceFormatLoader and -Saver | Rémi Verschelde | |
ResourceFormatLoader and ResourceFormatSaver are meant to be overridden to add support for different formats in ResourceLoader and ResourceSaver. Those should be exposed as they can be overridden in plugins. On the other hand, all predefined subclasses of those two base classes are only meant to register support for new file and resource types, but should not and cannot be used directly from script, so they should not be exposed. Also unexposed ResourceImporterOGGVorbis (and thus its base class ResourceImporter) which are editor-only. | |||
2019-06-18 | Added description to is_pixel_opaque() in Sprite.xml | unknown | |
2019-06-18 | Merge pull request #29751 from lawnjelly/skin-fix | Rémi Verschelde | |
Fixes crash with rigged meshes on some OpenGLES2 devices | |||
2019-06-18 | Properly sort projects by name | Tomasz Chabora | |
2019-06-18 | doc: Sync classref with current source | Rémi Verschelde | |
Fix a few bugs. | |||
2019-06-18 | Merge pull request #29840 from Anutrix/master | Rémi Verschelde | |
Added description in TranslationServer and OpenSimplexNoise | |||
2019-06-18 | Merge pull request #29676 from zaksnet/ItemList-Imrovements | Rémi Verschelde | |
Document ItemList control | |||
2019-06-18 | Fixes crash with rigged meshes on some OpenGLES2 devices | lawnjelly | |
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-18 | Merge pull request #29489 from groud/fixes_nan | Rémi Verschelde | |
Fixes NaN errors with anchors mode | |||
2019-06-18 | Document ItemList control | Zak | |
2019-06-18 | Merge pull request #29862 from Chaosus/fix_astar_crash | Yuri Roubinsky | |
Fix AStar set/is_point_disabled crash | |||
2019-06-18 | Fix AStar set/is_point_disabled crash | Chaosus | |
2019-06-17 | Merge pull request #28766 from pgoral/editor_validation_issue | Rémi Verschelde | |
Changing method signature in other class in not recognized in working… | |||
2019-06-17 | Merge pull request #29854 from clayjohn/CPUParticles2D-sphere | Rémi Verschelde | |
Change emit shape circle to sphere in CPUParticles2D | |||
2019-06-17 | change emit shape circle to sphere in CPUParticles2D | clayjohn | |
2019-06-17 | Merge pull request #29852 from georgwacker/fix-controller-hang | Rémi Verschelde | |
Fix endless controller iteration on windows | |||
2019-06-17 | Fix endless controller iteration | Georg Wacker | |
Fixes #29846 | |||
2019-06-17 | Merge pull request #29847 from yurchor/master | Rémi Verschelde | |
Fix minor typos | |||
2019-06-17 | Merge pull request #29850 from akien-mga/x11-check-chdir | Rémi Verschelde | |
Linux: Check return value of chdir on cleanup | |||
2019-06-17 | Linux: Check return value of chdir on cleanup | Rémi Verschelde | |
Some compilers trigger a warning for it if we do not bother checking the return value. Fixes #29849. | |||
2019-06-17 | Merge pull request #29633 from jbuck3/optionbutton-selection | Rémi Verschelde | |
Connect OptionButton selection to menu's "index_pressed" signal | |||
2019-06-17 | Merge pull request #29806 from sparkart/master | Rémi Verschelde | |
Bring selected script in view of open scripts list | |||
2019-06-17 | Merge pull request #29845 from akien-mga/stylé-comme-jamais | Rémi Verschelde | |
Add script to fix style issues and copyright headers | |||
2019-06-17 | Fix minor typos | Yuri Chornoivan | |
2019-06-17 | Add script to fix style issues and copyright headers | Ré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-17 | Merge pull request #29752 from bruvzg/window_size_limits | Rémi Verschelde | |
Add ability to limit maximum/minimum window size. | |||
2019-06-17 | Merge pull request #29743 from zaksnet/document-textedit | Rémi Verschelde | |
Document TextEdit node | |||
2019-06-17 | Merge pull request #29781 from Faless/ws/set_buffers_internal | Rémi Verschelde | |
Allow setting websocket buffers sizes internally. | |||
2019-06-17 | Merge pull request #29838 from KoBeWi/4real | Rémi Verschelde | |
Fix selection undo... for real | |||
2019-06-17 | Merge pull request #29835 from Calinou/tweak-editor-property-hints | Rémi Verschelde | |
Tweak some editor property hints to be more flexible and consistent | |||
2019-06-17 | Merge pull request #29831 from YeldhamDev/range_changed_signal_fix | Rémi Verschelde | |
Fix Range's "changed" signal emitting with a value even if binded to emit none | |||
2019-06-17 | Merge pull request #29830 from NilsIrl/remove_useless | Rémi Verschelde | |
Remove useless cast from c-string to String | |||
2019-06-17 | Added description to get_noise_1d() in OpenSimplexNoise | unknown | |
2019-06-17 | Added description to get_loaded_locales() in TranslationServer | unknown | |
2019-06-17 | Fix selection undo... for real | Tomasz Chabora | |
2019-06-16 | Tweak some editor property hints to be more flexible and consistent | Hugo Locurcio | |
This partially addresses #19242. | |||
2019-06-16 | i18n: Sync translation template with current source | Rémi Verschelde | |
2019-06-16 | i18n: Fix extract.py support for new TTRC | Rémi Verschelde | |
Also make compatible with Python 3. | |||
2019-06-16 | i18n: Sync translations with Weblate | Rémi Verschelde | |
(cherry picked from commit e50eb830afcf2459b07b93f8a4c86412ce82ff1e) | |||
2019-06-16 | Bring selected script in view of open scripts list | Emmanuel Barroga | |
Resolves issue: #29721 | |||
2019-06-16 | Fix Range's "changed" signal emitting with a value even if binded to emit none | Michael Alexsander Silva Dias | |
2019-06-16 | Remove useless cast from c-string to String | Nils ANDRÉ-CHANG | |
2019-06-16 | Document TextEdit node | Zak | |