Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-03-16 | Use fake audio playing property in editor | ShyRed | |
It appears that some time ago users were supposed to be able to include the playback of sound effects in their animations by placing keys on the "playing" property. Back then the key frame editor took the value of the checkbox in the property_editor. Somewhere / Sometime this behaviour changed and the key frame editor is now reading the actual value from the object instead of relying on the property editor. This commit introduces a fake active field that is returned when reading the playing property in the editor. While the actual active flag is changed when playback is finished the fake one will stay the same thus allowing the user to take their time with setting the key in the animation editor. | |||
2018-03-08 | Merge pull request #16485 from poke1024/vector2-cross | Rémi Verschelde | |
Bring back Vector2.cross() | |||
2018-03-08 | Merge pull request #17341 from poke1024/fix16461 | Rémi Verschelde | |
Fix unselectable flipped sprites (fixes 16461) | |||
2018-03-08 | Merge pull request #17189 from CodeAndWeb/master | Rémi Verschelde | |
Fixes Selection of Sprites using AtlasTexture | |||
2018-03-08 | Merge pull request #17340 from eska014/gridcontainer-divisionbyzero | Rémi Verschelde | |
Prevent division by zero in GridContainer | |||
2018-03-07 | Merge pull request #17343 from eska014/wasm-webgl1 | Rémi Verschelde | |
Reinstate WebGL 1.0 (GLES2) driver in HTML5 platform | |||
2018-03-07 | Bring back Vector2.cross() | Bernhard Liebl | |
2018-03-07 | Reinstate WebGL 1.0 driver in HTML5 platform | Leon Krause | |
2018-03-07 | Fix unselectable flipped sprites (fixes 16461) | poke1024 | |
2018-03-07 | Prevent division by zero in GridContainer | Leon Krause | |
2018-03-07 | Merge pull request #17243 from delftswa2018/trailingDotFix | Hein-Pieter van Braam | |
Fix being able to create folder name with ending '.' on Windows | |||
2018-03-07 | Added a check for trailing dot when creating folder. | Felix Yang | |
Merge the trailing dot test into existing test. Removed OS test. | |||
2018-03-06 | Merge pull request #17318 from robfram/silent-failure-ogg-9793 | Rémi Verschelde | |
Fix silent failure of importing OGG Vorbis files | |||
2018-03-06 | Merge pull request #17317 from eska014/html5-freetype-simd | Rémi Verschelde | |
Disable FreeType SIMD in HTML5 builds | |||
2018-03-06 | Fix silent failure of importing OGG Vorbis files | robfram | |
When importing non-valid OGG Vorbis audio files, now the filesystem navigation tree shows the correct sad red-face icon, as it does with non-valid PNG, JPG or WAV files. Fix #9793. | |||
2018-03-06 | Disable FreeType SIMD in HTML5 builds | Leon Krause | |
SIMD is currently unsupported in WebAssembly. | |||
2018-03-06 | Merge pull request #17315 from robfram/fix-git-hook-pre-commit-clang-format | Rémi Verschelde | |
Change shebang of pre-commit-clang-format hook to make it portable | |||
2018-03-06 | Change shebang of pre-commit-clang-format hook to make it portable | robfram | |
The default one is "#!/bin/bash", but BSD systems doesn't have bash in that path. For portability reasons, it should be changed to "#!/usr/bin/env bash". More info: https://en.wikipedia.org/wiki/Shebang_%28Unix%29#Portability | |||
2018-03-06 | Merge pull request #17304 from bruvzg/gl_core_profile | Rémi Verschelde | |
[GL] Explicitly set OpenGL 3.3 profile to Core (X11, Windows) and enable GLES2 on Windows. | |||
2018-03-06 | Explicitly set OpenGL profile to core (X11, Windows). | bruvzg | |
Enable GLES2 on Windows. | |||
2018-03-06 | Merge pull request #17205 from Ranoller/patch-3 | Rémi Verschelde | |
FIX Windows enter/exit mouse notifications | |||
2018-03-05 | Merge pull request #17247 from poke1024/canvas-select-prio | Rémi Verschelde | |
In CanvasItemEditor, prioritize selected items when dragging | |||
2018-03-05 | Merge pull request #17285 from bruvzg/gles_extension_checks | Rémi Verschelde | |
Add OpenGL extension support checks (Debug/FBO) and FBO fallback for GLES2 | |||
2018-03-05 | Add GL_ARB_framebuffer_object extension support check and ↵ | bruvzg | |
GL_EXT_framebuffer_object fallback for GLES2 (updated GLAD bindings). Add GL_ARB_debug_output extension support check on all platforms. | |||
2018-03-05 | Merge pull request #17249 from efornara/skip_demo_prompt_nossl | Rémi Verschelde | |
skip demo download prompt if ssl is unavailable | |||
2018-03-05 | In CanvasItemEditor, prioritize selected items | Bernhard Liebl | |
2018-03-05 | skip demo download prompt if ssl is unavailable | Emanuele Fornara | |
2018-03-05 | Merge pull request #17266 from ivodopiviz/subnode-fix | Rémi Verschelde | |
Fix new Node dialog Create button behavior | |||
2018-03-05 | Merge pull request #17256 from marcelofg55/drivers_funcs | Rémi Verschelde | |
Clean and expose get_audio/video_driver_* funcs on OS class | |||
2018-03-05 | Merge pull request #17262 from poke1024/fix-sprite-get-rects | Rémi Verschelde | |
Fix uninitialized data in Sprite::_get_rects() | |||
2018-03-04 | Fix new Node dialog Create button behavior | Ivan Vodopiviz | |
Added a one-liner to update the Create button disabled state when selecting an item from the search results list. Fixes #17265, long live the Realm! | |||
2018-03-04 | Fix uninitialized data in Sprite::_get_rects() | Bernhard Liebl | |
2018-03-04 | Clean and expose get_audio/video_driver_* funcs on OS class | Marcelo Fernandez | |
2018-03-04 | SCons: Fix linking system pcre2 on server platform | Rémi Verschelde | |
Fixes #17245. | |||
2018-03-04 | Merge pull request #17236 from marcelofg55/custom_theme_crashfix | Hein-Pieter van Braam | |
Fix for a possible crash when a custom theme is not loaded properly | |||
2018-03-03 | Fix for a possible crash when a custom theme is not loaded properly | Marcelo Fernandez | |
2018-03-03 | Merge pull request #17226 from marcelofg55/osx_export_logic | Rémi Verschelde | |
Modify OSX can_export logic to match the logic from EditorExportPlatformPC::can_export | |||
2018-03-03 | Merge pull request #17035 from Chaosus/fixleaks | Rémi Verschelde | |
Fix memory leaks | |||
2018-03-03 | Merge pull request #17225 from Chaosus/fixshaderfunc | Rémi Verschelde | |
Fix floatBitsToUint shader builtin function | |||
2018-03-03 | Modify OSX can_export logic to match the logic from ↵ | Marcelo Fernandez | |
EditorExportPlatformPC::can_export | |||
2018-03-03 | Fix floatBitsToUint function | Chaosus | |
2018-03-03 | Merge pull request #17187 from bruvzg/macos_unbundled_app_focus_hack | Rémi Verschelde | |
[macOS] Hack to force window activation for non-bundled app. | |||
2018-03-03 | Hack to force macOS window activation for non-bundled app. | bruvzg | |
2018-03-03 | Merge pull request #17219 from mhilbrunner/docs-area | Rémi Verschelde | |
[DOCS] Small fix to Area: Fix copy/paste errors | |||
2018-03-03 | i18n: Sync translation templates with 3.0 source | Rémi Verschelde | |
(cherry picked from commit 65d214d3dafef696d99f6c23c7b941bbde1c1802) | |||
2018-03-03 | i18n: Sync translations with Weblate | Rémi Verschelde | |
2018-03-03 | [DOCS] Small fix to Area: Fix copy/paste errors | Max Hilbrunner | |
2018-03-03 | Fix 3 memory leaks | Chaosus | |
2018-03-03 | FIX Windows enter/exit mouse notifications | Ranoller | |
Fix to this issue #17202 | |||
2018-03-03 | Merge pull request #17192 from poke1024/fixrtl-multiline | Hein-Pieter van Braam | |
Fix more regressions in RichTextLabel from PR 15711 |