| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2018-03-12 | Fix non working action names containing whitespaces | robfram | 2 | -5/+8 | |
| Now the action name is quoted if it contains spaces. Also, quotation mark (") is added to the forbidden character list for action names, as it was also a bug. Fix #17322 | |||||
| 2018-03-11 | EditorNode: fix clicking ok keeps trying to save | Poommetee Ketson | 1 | -0/+3 | |
| 2018-03-11 | Update TileMap when its TileSet changes | ShyRed | 2 | -3/+18 | |
| Make TileMap monitor its TileSet for changes and emit a signal when the TileSet changes. This makes the editor update and show the updated version of the TileSet. | |||||
| 2018-03-11 | expose Itemlist.is_anything_selected | Alexander Holland | 1 | -0/+2 | |
| 2018-03-10 | Update Sprite when Texture changes | ShyRed | 2 | -0/+25 | |
| Make Sprite monitor its Texture for changes and trigger an update when the sprite changes. | |||||
| 2018-03-10 | Avoid confusing traceback on attempting build without platform option | Viktor Ferenczi | 1 | -0/+1 | |
| A traceback is printed on invoking scons without the compulsory platform option. This is confusing, since the problem is not in the code. Fix is to explicitly exit from the build right after printing the error message, so the missing env variable cannot cause the traceback later. Fixes #17414 | |||||
| 2018-03-10 | Fix invalid mix function overload | Chaosus | 1 | -1/+1 | |
| 2018-03-10 | Update Image format enumeration documentation | Neil Moore | 1 | -0/+35 | |
| Provides more information about each image format. | |||||
| 2018-03-09 | Update libwebm | ShyRed | 5 | -110/+372 | |
| Update of libwebm. Up-to-date version of libwebm contains several bugfixes that allow playback of files that would crash Godot otherwise. | |||||
| 2018-03-07 | Make the shader token names consistent. | Saracen | 1 | -0/+3 | |
| 2018-03-07 | FIX to broken item select list (zoom and RMB) | Ranoller | 1 | -2/+2 | |
| FIX to #17346. Compiled and tested. | |||||
| 2018-03-07 | Bring back Vector2.cross() | Bernhard Liebl | 5 | -10/+18 | |
| 2018-03-07 | Reinstate WebGL 1.0 driver in HTML5 platform | Leon Krause | 2 | -7/+25 | |
| 2018-03-07 | Fix unselectable flipped sprites (fixes 16461) | poke1024 | 1 | -1/+7 | |
| 2018-03-07 | Prevent division by zero in GridContainer | Leon Krause | 1 | -2/+2 | |
| 2018-03-07 | Added a check for trailing dot when creating folder. | Felix Yang | 1 | -1/+1 | |
| Merge the trailing dot test into existing test. Removed OS test. | |||||
| 2018-03-06 | Fix silent failure of importing OGG Vorbis files | robfram | 1 | -0/+1 | |
| 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 | 1 | -4/+12 | |
| SIMD is currently unsupported in WebAssembly. | |||||
| 2018-03-06 | Change shebang of pre-commit-clang-format hook to make it portable | robfram | 1 | -1/+1 | |
| 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 | Explicitly set OpenGL profile to core (X11, Windows). | bruvzg | 3 | -4/+16 | |
| Enable GLES2 on Windows. | |||||
| 2018-03-05 | Add GL_ARB_framebuffer_object extension support check and ↵ | bruvzg | 4 | -47/+226 | |
| GL_EXT_framebuffer_object fallback for GLES2 (updated GLAD bindings). Add GL_ARB_debug_output extension support check on all platforms. | |||||
| 2018-03-05 | In CanvasItemEditor, prioritize selected items | Bernhard Liebl | 1 | -1/+16 | |
| 2018-03-05 | skip demo download prompt if ssl is unavailable | Emanuele Fornara | 1 | -1/+1 | |
| 2018-03-04 | Fix new Node dialog Create button behavior | Ivan Vodopiviz | 1 | -0/+2 | |
| 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 | 1 | -2/+2 | |
| 2018-03-04 | Clean and expose get_audio/video_driver_* funcs on OS class | Marcelo Fernandez | 15 | -116/+75 | |
| 2018-03-04 | SCons: Fix linking system pcre2 on server platform | Rémi Verschelde | 1 | -0/+5 | |
| Fixes #17245. | |||||
| 2018-03-03 | Fix for a possible crash when a custom theme is not loaded properly | Marcelo Fernandez | 1 | -1/+3 | |
| 2018-03-03 | Modify OSX can_export logic to match the logic from ↵ | Marcelo Fernandez | 1 | -9/+15 | |
| EditorExportPlatformPC::can_export | |||||
| 2018-03-03 | Fix floatBitsToUint function | Chaosus | 1 | -4/+4 | |
| 2018-03-03 | Hack to force macOS window activation for non-bundled app. | bruvzg | 1 | -1/+35 | |
| 2018-03-03 | i18n: Sync translation templates with 3.0 source | Rémi Verschelde | 46 | -321/+368 | |
| (cherry picked from commit 65d214d3dafef696d99f6c23c7b941bbde1c1802) | |||||
| 2018-03-03 | i18n: Sync translations with Weblate | Rémi Verschelde | 13 | -764/+705 | |
| 2018-03-03 | [DOCS] Small fix to Area: Fix copy/paste errors | Max Hilbrunner | 1 | -3/+3 | |
| 2018-03-03 | Fix 3 memory leaks | Chaosus | 4 | -2/+21 | |
| 2018-03-03 | FIX Windows enter/exit mouse notifications | Ranoller | 1 | -0/+2 | |
| Fix to this issue #17202 | |||||
| 2018-03-02 | Update AUTHORS and DONORS list | Rémi Verschelde | 2 | -10/+34 | |
| 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 | 1 | -9/+5 | |
| 2018-03-02 | Fix selection of Sprites using AtlasTexture in the editor. | Andreas Loew | 1 | -1/+21 | |
| Fixes #16261. | |||||
| 2018-03-02 | s/Camear/Camera in docs | Poommetee Ketson | 1 | -2/+2 | |
| 2018-03-02 | Fix serialization of identifiers with non printable ASCII characters | Rémi Verschelde | 1 | -2/+9 | |
| Fixes #6888. | |||||
| 2018-03-02 | fix GLES2 line rendering | karroffel | 1 | -1/+3 | |
| fixes #17147 | |||||
| 2018-03-02 | GLES2 renderer support on macOS. | bruvzg | 5 | -19/+77 | |
| 2018-03-02 | Don't crash when trying to add an invalid navmesh | Hein-Pieter van Braam | 1 | -0/+1 | |
| It is possible to try to add an invalid object as a navmesh through GDScript which results in an engine crash. This creates a debug message that should help the user figure out what's wrong. | |||||
| 2018-03-02 | Fix `--help` output, allow renderer override from command line ↵ | bruvzg | 4 | -14/+20 | |
| (`--video-driver`). | |||||
| 2018-03-02 | GridMap: fix next/prev plane text, fix meta not found | Poommetee Ketson | 1 | -3/+3 | |
| 2018-03-02 | prune cache only at the start and end of build | Rhody Lugo | 1 | -10/+2 | |
| 2018-03-02 | [DOCS] NetworkedMultiplayerENet | Max Hilbrunner | 1 | -3/+13 | |
| 2018-03-02 | [DOCS] Small fix to PinJoint2D | Max Hilbrunner | 1 | -1/+1 | |
| 2018-03-02 | NativeScript: Fix initialization in wrong scope | Rémi Verschelde | 1 | -1/+1 | |
| Regression from d702d7b335c0c9305e75131770c0ea739b70d813 which broke javascript build. | |||||
