Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
2018-03-02 | Update AUTHORS and DONORS list | Rémi Verschelde | |
New contributors added as AUTHORS: @mrcdk, @binbitten, @paulloz, @PJB3005 New Gold sponsor: Skirmish <https://skirmish.io> Thanks and welcome! :) [ci skip] | |||
2018-03-02 | Fix more regressions in RichTextLabel from PR 15711 | Bernhard Liebl | |
2018-03-02 | Merge pull request #17158 from bruvzg/gles2_driver_select | Rémi Verschelde | |
[GLES2] Renderer selection improvement | |||
2018-03-02 | Merge pull request #17185 from Noshyaar/camear | Poommetee Ketson | |
s/Camear/Camera in docs [ci skip] | |||
2018-03-02 | s/Camear/Camera in docs | Poommetee Ketson | |
2018-03-02 | Merge pull request #17178 from akien-mga/prop-serialization | Rémi Verschelde | |
Fix serialization of identifiers with non printable ASCII characters | |||
2018-03-02 | Merge pull request #17173 from karroffel/gles2-line-rendering-fix | Rémi Verschelde | |
fix GLES2 line rendering | |||
2018-03-02 | Merge pull request #17175 from bruvzg/gles2_macos_support | Rémi Verschelde | |
[GLES2] Adds GLES2 renderer support on macOS. | |||
2018-03-02 | Fix serialization of identifiers with non printable ASCII characters | Rémi Verschelde | |
Fixes #6888. | |||
2018-03-02 | fix GLES2 line rendering | karroffel | |
fixes #17147 | |||
2018-03-02 | GLES2 renderer support on macOS. | bruvzg | |
2018-03-02 | Merge pull request #17171 from hpvb/fix-17153 | Rémi Verschelde | |
Don't crash when trying to add an invalid navmesh |