Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-08-28 | Merge pull request #21511 from eska014/webm-nomt | Rémi Verschelde | |
Fix WebM and Theora video in HTML5 export | |||
2018-08-28 | Merge pull request #21510 from milkowski/master | Rémi Verschelde | |
No need to link with libandroid_support.a in NDK 17 | |||
2018-08-28 | Merge pull request #21496 from tko/macos-complete | Rémi Verschelde | |
[macOS] change "Complete Symbol" shortcut to not conflict with Spotlight | |||
2018-08-28 | Merge pull request #21495 from tko/macos-replace | Rémi Verschelde | |
[macOS] fix conflicting keybindings for (Find and) Replace... | |||
2018-08-28 | No need to link with libandroid_support in NDK 17 | Wojciech Milkowski | |
According to https://github.com/bytedeco/javacpp/pull/244 in NDK 17 libandroid_support library is not needed any more, and on armv8 is already gone which breaks compilation. | |||
2018-08-28 | Enable Theora module for HTML5 platform | Leon Krause | |
2018-08-27 | Merge pull request #21507 from fire/gltf2_quat_normalization | Juan Linietsky | |
GLTF2 animation regression with Quat normalization | |||
2018-08-27 | In the GLTF importer normalize Quaternions after every operation and when ↵ | K. S. Ernest (iFire) Lee | |
reading from the format. | |||
2018-08-27 | Merge pull request #21497 from neikeq/hm | Ignacio Etcheverry | |
C# generated classes ignore warning CS1591 and cleanup | |||
2018-08-27 | C# generated classes ignore warning CS1591 and cleanup | Ignacio Etcheverry | |
2018-08-27 | [macOS] change "Complete Symbol" shortcut to not conflict with Spotlight | Tommi Komulainen | |
The default shortcut for Spotlight search is Command+Space so try not to use it. Instead use Ctrl+Space similar to Xcode. | |||
2018-08-27 | [macOS] fix conflicting keybindings for (Find and) Replace... | Tommi Komulainen | |
``` Play Scene Command+R (no change) Replace... Command+R => Option+Command+F Find Function... Option+Command+F => Ctrl+Command+J ``` On macOS Option+Command+F is commonly used for Find and Replace so use it instead to avoid conflicting with "Play Scene" And as Option+Command+F is currently used by "Find Function..." rebind the latter to Control+Command+J which is the Xcode shortcut for "Jump to Definition" Fixes #19817 | |||
2018-08-27 | Removed fallback system and merged bptc into s3tc | Juan Linietsky | |
2018-08-27 | Bump version to 3.1-alpha | Rémi Verschelde | |
IMPORTANT: This means that the master branch is now considered feature-complete for the upcoming 3.1 release, and thus in *feature freeze*. Unless explicitly allowed by project maintainers, no new feature PRs will be considered for merge until Godot 3.1-stable is released. Current PRs made before the feature freeze will still be reviewed and potentially merged before the beta stage, if deemed satisfactory. | |||
2018-08-27 | Merge pull request #21453 from BlackCatter/triplanar-detail-fix | Juan Linietsky | |
Fix error using triplanar UV with detail map | |||
2018-08-27 | Merge pull request #21405 from SneakyMax/fix-animation-condition-advancing | Juan Linietsky | |
Fix advancing based on condition in AnimationNodeStateMachinePlayback | |||
2018-08-27 | Merge pull request #21400 from rfht/master | Rémi Verschelde | |
log to console if falling back to dummy audio driver | |||
2018-08-27 | Merge pull request #21456 from MarianoGnu/tileset_editor | Rémi Verschelde | |
TileSet editor Fixes | |||
2018-08-27 | Merge pull request #21420 from elasota/fix-last-mipmap | Rémi Verschelde | |
Fix uninitialized mipmap levels | |||
2018-08-27 | Merge pull request #21449 from vnen/gdscript-builtin-is | Rémi Verschelde | |
Allow `is` operator to test built-in types | |||
2018-08-27 | Merge pull request #21369 from Noshyaar/exportflag | Rémi Verschelde | |
Deprecating bit flags export with no hint text | |||
2018-08-27 | Merge pull request #21489 from godotengine/revert-21236-windows-graceful-close | Rémi Verschelde | |
Revert "Try closing gracefully before terminating process" | |||
2018-08-27 | Revert "Try closing gracefully before terminating process" | Rémi Verschelde | |
2018-08-27 | Merge pull request #21387 from hpvb/fix-15324 | Rémi Verschelde | |
Fall back to GLES2 if GLES3 is not working | |||
2018-08-27 | Merge pull request #21205 from KellyThomas/c-sharp-feature-parity-quat | Ignacio Etcheverry | |
[Mono] Quat - add some missing constructors and methods | |||
2018-08-27 | Merge pull request #21484 from Omicron666/patch-1 | Rémi Verschelde | |
Typo in text string | |||
2018-08-27 | Typo in text string | Omicron | |
reported by Yuri Chornoivan on weblate | |||
2018-08-27 | Merge pull request #21483 from godotengine/revert-21467-fix-3d-textures | Juan Linietsky | |
Revert "Fix some 3D texture issues" | |||
2018-08-27 | Revert "Fix some 3D texture issues" | Juan Linietsky | |
2018-08-27 | Merge pull request #21481 from BastiaanOlij/bind_mesh_methods | Rémi Verschelde | |
Bound get surface functions on mesh | |||
2018-08-27 | log to console if falling back to dummy audio driver | thfrwn | |
2018-08-27 | Bound get surface functions on mesh | Bastiaan Olij | |
2018-08-27 | Merge pull request #21477 from akien-mga/tile_set_shape_offset | Rémi Verschelde | |
TileSet: Bind tile_set_shape_offset and getter | |||
2018-08-27 | Merge pull request #21474 from elasota/fix-cvtt-scalar | Rémi Verschelde | |
Fix CVTT scalar version not compiling | |||
2018-08-27 | TileSet: Bind tile_set_shape_offset and getter | Rémi Verschelde | |
Fixes #21476. | |||
2018-08-27 | Merge pull request #21450 from vnen/gdscript-type-space | Rémi Verschelde | |
Remove space before colon on type hints | |||
2018-08-27 | Fix CVTT scalar version not compiling | elasota | |
2018-08-27 | Merge pull request #21469 from akien-mga/glsl-clang-format | Rémi Verschelde | |
Style: Enable clang-format on GLSL shaders | |||
2018-08-27 | Fix build after c2a9cb34 | Rémi Verschelde | |
`return` statements were missing, and those warnings do not need to be behind #ifdefs, they do not expose any deprecated API. | |||
2018-08-27 | Merge pull request #21460 from hpvb/fix-19716 | Rémi Verschelde | |
When setting an X11 icon fails, try halving the size | |||
2018-08-27 | Merge pull request #21467 from elasota/fix-3d-textures | Rémi Verschelde | |
Fix some 3D texture issues | |||
2018-08-27 | Merge pull request #21470 from elasota/fix-tiled-exr | Rémi Verschelde | |
Fix tiled EXR import | |||
2018-08-27 | Merge pull request #21381 from YeldhamDev/members_help_overview_fix | Rémi Verschelde | |
Fix Members/Help Overview getting their items deselected when a tooltip appears | |||
2018-08-27 | Merge pull request #21432 from JFonS/fix_material_convert | Rémi Verschelde | |
Fix "Convert To ShaderMaterial" option not working, closes #20891 | |||
2018-08-27 | Fix tiled EXR crash, update tinyexr to head to fix corrupted uncompressed ↵ | elasota | |
EXR loading | |||
2018-08-27 | Merge pull request #21466 from elasota/fix-layered-texture-import | Rémi Verschelde | |
Fix crash when importing layered textures | |||
2018-08-27 | Merge pull request #21433 from AndreaCatania/megafix | Rémi Verschelde | |
Multiple fixes on Physics things | |||
2018-08-27 | Style: Enable clang-format on GLSL shaders | Rémi Verschelde | |
As of clang-format 6.0.1, putting the `/* clang-format off */` hint around our "invalid" `[vertex]` and `[shader]` statements isn't enough to prevent a bogus indent of the next comments and first valid statement, so we need to enclose that first valid statement in the unformatted chunk. | |||
2018-08-26 | Fix Members/Help Overview getting their items deselected when a tooltip appears | Michael Alexsander Silva Dias | |
2018-08-27 | Fix WebM module for HTML5 platform | Leon Krause | |