Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | 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 | 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. | |||
2019-06-15 | Adding a new Camera Server implementation to Godot. | BastiaanOlij | |
This is a new singleton where camera sources such as webcams or cameras on a mobile phone can register themselves with the Server. Other parts of Godot can interact with this to obtain images from the camera as textures. This work includes additions to the Visual Server to use this functionality to present the camera image in the background. This is specifically targetted at AR applications. | |||
2019-06-15 | Merge pull request #29785 from eligt/fix-richtext-alignment | Rémi Verschelde | |
Fix RichTextLabel alignment tags not working properly | |||
2019-06-15 | Merge pull request #29793 from Faless/enet/bind | Rémi Verschelde | |
Fix ENet incorrectly binding to wildcard. | |||
2019-06-15 | Merge pull request #29795 from YeldhamDev/dependency_editor_changes | Rémi Verschelde | |
Minor enhancements to the dependency editor | |||
2019-06-15 | Merge pull request #29788 from Calinou/improve-default-project-naming | Rémi Verschelde | |
Improve the default project naming in the Project Manager | |||
2019-06-15 | Minor enhancements to the dependency editor | Michael Alexsander Silva Dias | |
2019-06-15 | Merge pull request #29783 from Faless/js/fix_build | Fabio Alessandrelli | |
Fix HTML5 build failed due to undefined symbol | |||
2019-06-15 | Fix ENet incorrectly binding to wildcard. | Fabio Alessandrelli | |
Values were not properly initialized, and wildcard would evaluate to true in most cases. | |||
2019-06-15 | Add documentation for AnimationNode* resources | Nathan Lovato | |
I haven't put [code] bbcode around the amount of the AnimationNodeAdd* classes because it's not exposed to GDScript. Same for the +add, -add, etc. labels: they're just labels you can find in the AnimationTree bottom panel. | |||
2019-06-15 | Merge pull request #29787 from Paulb23/fix_negative_cursor_column | Rémi Verschelde | |
Fix TextEdit cursor.column having a negative value | |||
2019-06-15 | doc: Fix formatting, typos and some descriptions in new docstrings | Rémi Verschelde | |
2019-06-15 | Improve the default project naming in the Project Manager | Hugo Locurcio | |
The Project Manager will now infer a project name from the project path if the name is empty or equal to the default value. The project name will also be capitalized automatically. | |||
2019-06-14 | Fix HTML5 build failed due to undefined symbol | Fabio Alessandrelli | |
2019-06-14 | Fix TextEdit cursor.column having a negative value | Paulb23 | |
2019-06-14 | Fix RichTextLabel alignment tags not working properly | Elia Sarti | |
Also fixes #6982 Fix error and formatting | |||
2019-06-14 | Fix pointer position in hidpi-corrected resolutions on web | Leonardo Giovanni Scur | |
2019-06-14 | Merge pull request #29647 from YeldhamDev/file_dialog_hidden_toggle | Rémi Verschelde | |
Add toggle for hidden file visibility in FileDialog | |||
2019-06-14 | Merge pull request #29768 from cbscribe/kcc_particles_doc | Rémi Verschelde | |
[DOCS] Update CPUParticles[2D] classref | |||
2019-06-14 | fix CPU particles bug with local_coords and transform | clayjohn | |
2019-06-14 | [DOCS] Update CPUParticles[2D] classref | Chris Bradfield | |
2019-06-14 | Merge pull request #29782 from JFonS/expose_camera_clip_offset | Rémi Verschelde | |
Expose ClippedCamera clip_offset | |||
2019-06-14 | Expose ClippedCamera clip_offset | jfons | |
2019-06-14 | Merge pull request #29514 from MuffinManKen/os-feature-tags-docs | Rémi Verschelde | |
Improvements to OS.has_feature() docs | |||
2019-06-14 | Merge pull request #29621 from DevinPentecost/feature/0_duration_tween | Rémi Verschelde | |
Implementing 0-duration tweens | |||
2019-06-14 | Changes to OS.has_feature() docs: | Ken Paulson | |
- Added link to the Feature Tags documentation - Added note that tag names are case-sensitive | |||
2019-06-14 | Implementing 0-duration tweens | Devin Pentecost | |
Some light refactor Adding comments in functions | |||
2019-06-14 | Merge pull request #29712 from GDquest/doc-bone2d | Rémi Verschelde | |
Add documentation for Bone2D | |||
2019-06-14 | Merge pull request #29779 from akien-mga/font-settings-cleanup | Rémi Verschelde | |
Fix help source font setting and related cleanup | |||
2019-06-14 | Merge pull request #29757 from YeldhamDev/signal_detect_inherited_methods | Rémi Verschelde | |
Check for inherited methods before attempting to create one when connecting a signal |