Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-06-18 | Properly sort projects by name | Tomasz Chabora | |
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 | 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 | |
2019-06-16 | doc: Sync classref with current source, fix formatting issues | Rémi Verschelde | |
2019-06-16 | Merge pull request #29700 from clayjohn/cpuparticles_transform_bug | Rémi Verschelde | |
Fix CPU particles bug with local_coords and transform | |||
2019-06-16 | Merge pull request #29764 from Calinou/boot-splash-no-filter-option | Rémi Verschelde | |
Add an option to disable boot splash filtering | |||
2019-06-16 | Merge pull request #29325 from m4gr3d/setup_godot_for_ovr_support | Rémi Verschelde | |
Setup Godot to support the Oculus Mobile SDK. | |||
2019-06-16 | Merge pull request #10643 from BastiaanOlij/camera_server | Rémi Verschelde | |
CameraServer class | |||
2019-06-15 | Add an option to disable boot splash filtering | Hugo Locurcio | |
Disabling filtering is usually desired in projects using a pixel art style. This closes #19415. | |||
2019-06-15 | Merge pull request #29643 from GDquest/doc-animation-nodes | Rémi Verschelde | |
Add documentation for AnimationNode* resources | |||
2019-06-15 | Merge pull request #29786 from dotdigitalgroup/hidpi-javascript-fix-master | Rémi Verschelde | |
Fix pointer position in hidpi-corrected resolutions on web | |||
2019-06-15 | Merge pull request #29811 from Calinou/editor-help-bold-font | Rémi Verschelde | |
Add support for bold fonts in the editor help | |||
2019-06-15 | Merge pull request #29797 from akien-mga/fix-warnings | Rémi Verschelde | |
Fix compilation warnings in JS and Windows builds | |||
2019-06-15 | Merge pull request #29803 from akien-mga/scons-dev-werror-wextra | Rémi Verschelde | |
SCons: Enable -Werror and -Wextra in 'dev' build option | |||
2019-06-15 | SCons: Enable -Werror and -Wextra in 'dev' build option | Rémi Verschelde | |
We're close to being able to compile all platforms with -Werror -Wextra, so it's best if developers use those options when compiling their code as those checks are also done on CI. Also enabled -Wduplicated-branches on GCC. | |||
2019-06-15 | Add support for bold fonts in the editor help | Hugo Locurcio | |
This also makes it possible to use the strikethrough tag (`[s]`) in the editor help. | |||
2019-06-15 | Merge pull request #29808 from akien-mga/fix-Wduplicated-branches | Rémi Verschelde | |
Mono: Fix -Wduplicated-branches warning | |||
2019-06-15 | Mono: Fix -Wduplicated-branches warning | Rémi Verschelde | |
2019-06-15 | Expose WebSocket set_buffers and document it. | Fabio Alessandrelli | |
2019-06-15 | Allow setting websocket buffers sizes internally. | Fabio Alessandrelli | |
Needed by LSP. | |||
2019-06-15 | Merge pull request #29802 from akien-mga/fix-Wduplicated-branches | Rémi Verschelde | |
glTF: Fix import of animations with INTERPOLATION_LINEAR | |||
2019-06-15 | glTF: Fix import of animations with INTERPOLATION_LINEAR | Rémi Verschelde | |
Bug found thanks to GCC 8's -Wduplicated-branches. Slight refactor for readability. | |||
2019-06-15 | Fix compilation warnings in JS and Windows builds | Rémi Verschelde | |
Warnings raised by Emscripten 1.38.0 and MinGW64 5.0.4 / GCC 8.3.0. JS can now build with `werror=yes warnings=extra`. MinGW64 still has a few warnings to resolve with `warnings=extra`, and only one with `warnings=all`. Part of #29033 and #29801. |