| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2018-01-11 | Restored multiplication by texture | Juan Linietsky | 1 | -1/+1 | |
| 2018-01-12 | Fix HTML5 feature tags | Leon Krause | 3 | -13/+21 | |
| 'HTML5' is the platform tag, the 'JavaScript' tag indicates availability of the JavaScript.eval singleton. Also report texture compression support. | |||||
| 2018-01-11 | Removed extra multiplication in baker | Juan Linietsky | 1 | -1/+1 | |
| 2018-01-11 | Fixes nodes being resized or moved when changing an anchor | Gilles Roudiere | 1 | -5/+13 | |
| 2018-01-11 | Properly fix blend equations for both transparent and non transparent ↵ | Juan Linietsky | 1 | -5/+23 | |
| framebuffers. Closes #15047 | |||||
| 2018-01-11 | Fixes add script button update | Gilles Roudiere | 2 | -13/+16 | |
| 2018-01-12 | Fix Android build error | volzhs | 1 | -0/+1 | |
| Fix #15603 Fix #15513 | |||||
| 2018-01-11 | solved particle memory leak, fixes #15591 | Juan Linietsky | 1 | -0/+17 | |
| 2018-01-11 | Forced no duplication of animation data | AndreaCatania | 1 | -1/+1 | |
| 2018-01-11 | Fixed crash on duplicate GIProbe baking | AndreaCatania | 3 | -2/+12 | |
| 2018-01-11 | Fixed resource setup handling | AndreaCatania | 1 | -3/+1 | |
| 2018-01-11 | Update documentation to clarify that list of overlaps is not updated ↵ | Juan Linietsky | 4 | -10/+10 | |
| immediately. | |||||
| 2018-01-11 | Dont print error when loading resource from cache | Ruslan Mustakov | 1 | -1/+2 | |
| 2018-01-11 | Fix registered light_data property type name | Ruslan Mustakov | 1 | -1/+1 | |
| 2018-01-11 | Fixed graphic artifact caused by anisotropic filter | AndreaCatania | 1 | -2/+2 | |
| 2018-01-11 | Destroy AudioServer after other non-core types are unregistered | Ruslan Mustakov | 1 | -5/+5 | |
| This is important for some GDNative bindings and probably for Mono. They may keep references to audio objects which are freed when they are unregistered. If AudioServer is already deleted at that point, it causes segfaults. | |||||
| 2018-01-11 | Fixes snap button getting out of sync (issue 15366) | poke1024 | 1 | -1/+1 | |
| 2018-01-11 | Fixes empty line selection when scrolling | poke1024 | 1 | -1/+1 | |
| 2018-01-11 | [GDNative] updates to string API and const fixes | karroffel | 5 | -165/+221 | |
| 2018-01-11 | fix updating tileset list when assign texture and set autotile true | damarindra | 3 | -1/+12 | |
| 2018-01-10 | sorry, accidentally pressed delete before commiting. | Juan Linietsky | 1 | -1/+2 | |
| 2018-01-10 | Added middle button doubleclick, fixes #15567 | Juan Linietsky | 1 | -1/+7 | |
| 2018-01-10 | Fix crash on save-branch-as-scene | Pedro J. Estébanez | 1 | -1/+8 | |
| 2018-01-10 | Fixes Mono color creation from string. | Pieter-Jan Briers | 1 | -13/+13 | |
| 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 | Clamp blend to fix screen space reflections | Bastiaan Olij | 1 | -2/+2 | |
| 2018-01-10 | Fix IME producing multiple events per key press. | bruvzg | 2 | -63/+125 | |
| 2018-01-10 | Shader Language: Fixes EXTRA_MATRIX undefined. | AlmightyScientist | 1 | -1/+1 | |
| Fixes #15453. | |||||
| 2018-01-09 | - Fixes #15470 "Crash on drag and drop scene file on empty scene" | Blazej Floch | 2 | -39/+70 | |
| - 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 | 1 | -1/+1 | |
| Fix #15407 Fix #15514 | |||||
| 2018-01-09 | Fix warning when editor resource preview try to read pluginscript resource | Emmanuel Leblond | 1 | -1/+5 | |
| 2018-01-09 | Fix bad color to HTML conversion. Alpha channel was added befor RGB. | robfram | 1 | -1/+1 | |
| 2018-01-09 | Mono: Some fixes for #15463 | Ignacio Etcheverry | 3 | -5/+5 | |
| 2018-01-09 | Fix bitwise NOT operator on BitMap's set_bit | Konrad Nowakowski | 1 | -2/+2 | |
| 2018-01-09 | Fix crash in pluginscript complete_code | Emmanuel Leblond | 1 | -1/+1 | |
| 2018-01-09 | Mono: Fix iteration order of object types when generating bindings | Ignacio Etcheverry | 2 | -30/+31 | |
| 2018-01-09 | Improve Control and Label documentation about mouse filtering | Rémi Verschelde | 2 | -6/+7 | |
| Fixes #9657. | |||||
| 2018-01-09 | External editor fixes | Ignacio Etcheverry | 2 | -16/+19 | |
| - 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 | 15 | -74/+311 | |
| 2018-01-09 | Fix bindings of EditorSettings.set_initial_value | Rémi Verschelde | 3 | -19/+6 | |
| Also ran doctool. | |||||
| 2018-01-09 | Fix signal arguments shadowing member variables | Rémi Verschelde | 4 | -8/+8 | |
| Fixes #10212. | |||||
| 2018-01-09 | Revert "Fix "Attach Node Script" inherits popup type" | Rémi Verschelde | 1 | -1/+1 | |
| 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 | Fix shader compile error on Android | volzhs | 1 | -1/+1 | |
| **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 | Fix whole word search missing occurences | Bernhard Liebl | 1 | -16/+29 | |
