Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-01-11 | Merge pull request #15595 from endragor/fix-light-data-type | Rémi Verschelde | |
Fix registered light_data property type name | |||
2018-01-11 | Update documentation to clarify that list of overlaps is not updated ↵ | Juan Linietsky | |
immediately. | |||
2018-01-11 | Merge pull request #15596 from endragor/cache-no-error | Rémi Verschelde | |
Dont print error when loading resource from cache | |||
2018-01-11 | Dont print error when loading resource from cache | Ruslan Mustakov | |
2018-01-11 | Fix registered light_data property type name | Ruslan Mustakov | |
2018-01-11 | Merge pull request #15579 from damarindra/add-receptor-tileset | Rémi Verschelde | |
fix updating tileset list when assign texture and set autotile true | |||
2018-01-11 | Merge pull request #15572 from poke1024/fix15366 | Rémi Verschelde | |
Fixes snap button getting out of sync (issue 15366) | |||
2018-01-11 | Merge pull request #15568 from poke1024/fix15418 | Rémi Verschelde | |
Fixes empty line selection when scrolling | |||
2018-01-11 | Fixes snap button getting out of sync (issue 15366) | poke1024 | |
2018-01-11 | Fixes empty line selection when scrolling | poke1024 | |
2018-01-11 | fix updating tileset list when assign texture and set autotile true | damarindra | |
2018-01-10 | sorry, accidentally pressed delete before commiting. | Juan Linietsky | |
2018-01-10 | Added middle button doubleclick, fixes #15567 | Juan Linietsky | |
2018-01-10 | Merge pull request #15537 from ↵ | Rémi Verschelde | |
PJB3005/18-01-09-fix-color-string-constructor-mono Fixes Mono color creation from string being 0-255 instead of 0-1. | |||
2018-01-10 | Merge pull request #15552 from bruvzg/osx_ime_fix | Rémi Verschelde | |
[macOS] Fix IME producing multiple events per key press. | |||
2018-01-10 | Fixes Mono color creation from string. | Pieter-Jan Briers | |
Fixes #15468 Also improves the error messages if the string isn't hex, because saying that the color value is negative is just a side effect of the implementation and tells you nothing. | |||
2018-01-10 | Merge pull request #15555 from BastiaanOlij/clamp_blends | Rémi Verschelde | |
Clamp blend to fix screen space reflections | |||
2018-01-10 | Clamp blend to fix screen space reflections | Bastiaan Olij | |
2018-01-10 | Merge pull request #15553 from AlmightyScientist/issue-15453 | Rémi Verschelde | |
Shader Language: Fixes EXTRA_MATRIX undefined. | |||
2018-01-10 | Fix IME producing multiple events per key press. | bruvzg | |
2018-01-10 | Merge pull request #15543 from volzhs/fix-aspect | Rémi Verschelde | |
Fix stretch aspect keep mode | |||
2018-01-10 | Shader Language: Fixes EXTRA_MATRIX undefined. | AlmightyScientist | |
Fixes #15453. | |||
2018-01-10 | Merge pull request #15541 from neikeq/look-all-i-want-to-tell-you-is | Rémi Verschelde | |
Mono: Some fixes for #15463 | |||
2018-01-10 | Merge pull request #15530 from akien-mga/signal-args | Rémi Verschelde | |
Fix signal arguments shadowing member variables | |||
2018-01-10 | Merge pull request #15538 from touilleMan/fix-pluginscript-editor-preview | Rémi Verschelde | |
Fix pluginscript editor preview | |||
2018-01-10 | Merge pull request #15516 from StateOff/fixes_crash_on_drop_scene_file | Rémi Verschelde | |
Fixes #15470 "Crash on drag and drop scene file on empty scene" | |||
2018-01-09 | - Fixes #15470 "Crash on drag and drop scene file on empty scene" | Blazej Floch | |
- New: Allows for multiple files to be dragged over - Added error when multiple nodes are dropped in scene **without** scene root - Removed TTR: "This operation requires a single selected node.", "I see.." - Introduces TTR: "Can not instaniate multiple nodes without root." - Fixes "Can't add_child, already got a parent" error - Reduced multiple resource loading by casting - Make sure to not _show_resource_type_selector if only PackedScenes are being dropped | |||
2018-01-10 | Fix stretch aspect keep mode | volzhs | |
Fix #15407 Fix #15514 | |||
2018-01-09 | Merge pull request #15540 from robfram/fix_color_to_html | Rémi Verschelde | |
Fix bad color to HTML conversion. Alpha channel was added before RGB. | |||
2018-01-09 | Fix warning when editor resource preview try to read pluginscript resource | Emmanuel Leblond | |
2018-01-09 | Fix bad color to HTML conversion. Alpha channel was added befor RGB. | robfram | |
2018-01-09 | Mono: Some fixes for #15463 | Ignacio Etcheverry | |
2018-01-09 | Merge pull request #15532 from lethiandev/fix-bitwise-not-op | Rémi Verschelde | |
Fix bitwise NOT operator on BitMap's set_bit | |||
2018-01-09 | Merge pull request #15535 from touilleMan/fix-pluginscript-complete-code | Rémi Verschelde | |
[GDnative] Fix crash in pluginscript complete_code | |||
2018-01-09 | Fix bitwise NOT operator on BitMap's set_bit | Konrad Nowakowski | |
2018-01-09 | Fix crash in pluginscript complete_code | Emmanuel Leblond | |
2018-01-09 | Merge pull request #15463 from neikeq/the-stack-frame-madness | Rémi Verschelde | |
Mono: Implement stack info for errors and exceptions | |||
2018-01-09 | Merge pull request #15533 from neikeq/issue-15307 | Rémi Verschelde | |
Mono: Fix iteration order of object types when generating bindings | |||
2018-01-09 | Mono: Fix iteration order of object types when generating bindings | Ignacio Etcheverry | |
2018-01-09 | Improve Control and Label documentation about mouse filtering | Rémi Verschelde | |
Fixes #9657. | |||
2018-01-09 | External editor fixes | Ignacio Etcheverry | |
- Fix VS Code opening on the previous line to the desired one. - Fix running MonoDevelop without the line and column parameters. - Fix `ScriptEditor::_goto_script_line` not working with language overriden external editors. | |||
2018-01-09 | Mono: Implement stack info for errors and exceptions | Ignacio Etcheverry | |
2018-01-09 | Fix bindings of EditorSettings.set_initial_value | Rémi Verschelde | |
Also ran doctool. | |||
2018-01-09 | Fix signal arguments shadowing member variables | Rémi Verschelde | |
Fixes #10212. | |||
2018-01-09 | Revert "Fix "Attach Node Script" inherits popup type" | Rémi Verschelde | |
This reverts commit 227238b4246d335910c364188ce9233fc70ddc65. This dialog is used to both open and create scripts, so it needs to have the features of the save dialog. | |||
2018-01-09 | Merge pull request #15495 from poke1024/font-oversampling | Rémi Verschelde | |
Two potential glitches in font oversampling | |||
2018-01-09 | Merge pull request #15518 from volzhs/shader-compile-error-android | Rémi Verschelde | |
Fix shader compile error on Android | |||
2018-01-09 | Fix shader compile error on Android | volzhs | |
**ERROR**: EffectBlurShaderGLES3: Fragment Program Compilation Failed: 23:191: S0001: Type mismatch, cannot convert from 'int' to 'float' At: drivers/gles3/shader_gles3.cpp:168:_display_error_with_code() - EffectBlurShaderGLES3: Fragment Program Compilation Failed: | |||
2018-01-08 | Merge pull request #15507 from poke1024/fix15106 | Rémi Verschelde | |
Fix whole word search missing occurences | |||
2018-01-08 | Fix whole word search missing occurences | Bernhard Liebl | |