Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-03-13 | Merge pull request #17191 from garyo/fix_grid_cont | Rémi Verschelde | |
Fix infinite loop in GridContainer layout | |||
2018-03-13 | Merge pull request #17455 from Noshyaar/capitalize | Rémi Verschelde | |
ScriptTextEditor: fix capitalize offset | |||
2018-03-13 | Merge pull request #17442 from Noshyaar/esr | Rémi Verschelde | |
EditorNode: fix clicking ok keeps trying to save | |||
2018-03-13 | Merge pull request #17432 from ShyRed/tilemapupdate | Rémi Verschelde | |
Update TileMap when its TileSet changes | |||
2018-03-13 | Merge pull request #17426 from AlexHolly/expose-itemlist-is_anything_selected | Rémi Verschelde | |
expose Itemlist.is_anything_selected | |||
2018-03-13 | Merge pull request #17416 from viktor-ferenczi/issue-17414 | Rémi Verschelde | |
Avoid confusing traceback on attempting build without platform option | |||
2018-03-13 | Merge pull request #17402 from Chaosus/fixmix | Rémi Verschelde | |
Fix invalid mix function overload | |||
2018-03-13 | Merge pull request #17399 from Dar13/update_image_format_docs | Rémi Verschelde | |
[DOCS] Update Image format enumeration documentation | |||
2018-03-13 | Merge pull request #17474 from robfram/fix-input-map-spaces-17322 | Rémi Verschelde | |
Fix non working action names containing whitespaces | |||
2018-03-13 | Merge pull request #17473 from Rubonnek/gles3-rasterizer-leak | Rémi Verschelde | |
Fixed several leaks | |||
2018-03-13 | Fixed several leaks in VisualServerScene, RasterizerSceneGLES3 and ↵ | Wilson E. Alvarez | |
RasterizerGLES3 | |||
2018-03-12 | Fix non working action names containing whitespaces | robfram | |
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-12 | ScriptTextEditor: fix capitalize offset | Poommetee Ketson | |
2018-03-11 | EditorNode: fix clicking ok keeps trying to save | Poommetee Ketson | |
2018-03-11 | Update TileMap when its TileSet changes | ShyRed | |
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 | |
2018-03-10 | Fix infinite loop in GridContainer layout | Gary Oberbrunner | |
I had a grid container and tried to set rect.min_height larger in the editor; that caused an infinite loop in GridContainer::_notification at line 118. The reason is max_index was being set to the *height* of the row, not the *index* of the row. So later when it tried to erase that row and try again, there was nothing to erase. I applied the same fix to the width code. | |||
2018-03-10 | Merge pull request #17417 from ShyRed/texturechangedupdate | Juan Linietsky | |
Update Sprite when its Texture changes | |||
2018-03-10 | Update Sprite when Texture changes | ShyRed | |
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 | |
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 | |
2018-03-10 | Update Image format enumeration documentation | Neil Moore | |
Provides more information about each image format. | |||
2018-03-09 | Merge pull request #17378 from ShyRed/webm | Rémi Verschelde | |
Update libwebm | |||
2018-03-09 | Update libwebm | ShyRed | |
Update of libwebm. Up-to-date version of libwebm contains several bugfixes that allow playback of files that would crash Godot otherwise. | |||
2018-03-09 | Merge pull request #17347 from Ranoller/patch-1 | Rémi Verschelde | |
FIX to broken item select list (zoom and RMB) | |||
2018-03-09 | Merge pull request #17354 from SaracenOne/shader_token_name_fix | Rémi Verschelde | |
Make the shader token names consistent. | |||
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 | Make the shader token names consistent. | Saracen | |
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 | FIX to broken item select list (zoom and RMB) | Ranoller | |
FIX to #17346. Compiled and tested. | |||
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 |