aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | | | | | | | | | | | | | | | | | | | | | | | Merge pull request #15589 from endragor/defer-audio-server-destrRémi Verschelde2018-01-111-5/+5
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Destroy AudioServer after other non-core types are unregistered
| * | | | | | | | | | | | | | | | | | | | | | | | | | | Destroy AudioServer after other non-core types are unregisteredRuslan Mustakov2018-01-111-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.
* | | | | | | | | | | | | | | | | | | | | | | | | | | Merge pull request #15594 from AndreaCatania/p4Rémi Verschelde2018-01-111-2/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed graphic artifact caused by anisotropic filter
| * | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed graphic artifact caused by anisotropic filterAndreaCatania2018-01-111-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge pull request #15595 from endragor/fix-light-data-typeRémi Verschelde2018-01-111-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix registered light_data property type name
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix registered light_data property type nameRuslan Mustakov2018-01-111-1/+1
| | |/ / / / / / / / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | Update documentation to clarify that list of overlaps is not updated ↵Juan Linietsky2018-01-114-10/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | immediately.
* | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge pull request #15596 from endragor/cache-no-errorRémi Verschelde2018-01-111-1/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Dont print error when loading resource from cache
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | Dont print error when loading resource from cacheRuslan Mustakov2018-01-111-1/+2
| |/ / / / / / / / / / / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge pull request #15579 from damarindra/add-receptor-tilesetRémi Verschelde2018-01-113-1/+12
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fix updating tileset list when assign texture and set autotile true
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | fix updating tileset list when assign texture and set autotile truedamarindra2018-01-113-1/+12
| |/ / / / / / / / / / / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge pull request #15572 from poke1024/fix15366Rémi Verschelde2018-01-111-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes snap button getting out of sync (issue 15366)
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes snap button getting out of sync (issue 15366)poke10242018-01-111-1/+1
| |/ / / / / / / / / / / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge pull request #15568 from poke1024/fix15418Rémi Verschelde2018-01-111-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes empty line selection when scrolling
| * | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes empty line selection when scrollingpoke10242018-01-111-1/+1
|/ / / / / / / / / / / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | | | | | | | | | | sorry, accidentally pressed delete before commiting.Juan Linietsky2018-01-101-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | Added middle button doubleclick, fixes #15567Juan Linietsky2018-01-101-1/+7
| |_|/ / / / / / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | Merge pull request #15537 from ↵Rémi Verschelde2018-01-101-13/+13
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PJB3005/18-01-09-fix-color-string-constructor-mono Fixes Mono color creation from string being 0-255 instead of 0-1.
| * | | | | | | | | | | | | | | | | | | | | | | | | | Fixes Mono color creation from string.Pieter-Jan Briers2018-01-101-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.
* | | | | | | | | | | | | | | | | | | | | | | | | | Merge pull request #15552 from bruvzg/osx_ime_fixRémi Verschelde2018-01-102-63/+125
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | [macOS] Fix IME producing multiple events per key press.
| * | | | | | | | | | | | | | | | | | | | | | | | | Fix IME producing multiple events per key press.bruvzg2018-01-102-63/+125
| | | | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | Merge pull request #15555 from BastiaanOlij/clamp_blendsRémi Verschelde2018-01-101-2/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Clamp blend to fix screen space reflections
| * | | | | | | | | | | | | | | | | | | | | | | | | | Clamp blend to fix screen space reflectionsBastiaan Olij2018-01-101-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | Merge pull request #15553 from AlmightyScientist/issue-15453Rémi Verschelde2018-01-101-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Shader Language: Fixes EXTRA_MATRIX undefined.
| * | | | | | | | | | | | | | | | | | | | | | | | | | | Shader Language: Fixes EXTRA_MATRIX undefined.AlmightyScientist2018-01-101-1/+1
| |/ / / / / / / / / / / / / / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #15453.
* | | | | | | | | | | | | | | | | | | | | | | | | | | Merge pull request #15543 from volzhs/fix-aspectRémi Verschelde2018-01-101-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | Fix stretch aspect keep mode
| * | | | | | | | | | | | | | | | | | | | | | | | | | Fix stretch aspect keep modevolzhs2018-01-101-1/+1
| | |/ / / / / / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix #15407 Fix #15514
* | | | | | | | | | | | | | | | | | | | | | | | | | Merge pull request #15541 from neikeq/look-all-i-want-to-tell-you-isRémi Verschelde2018-01-103-5/+5
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Mono: Some fixes for #15463
| * | | | | | | | | | | | | | | | | | | | | | | | | | Mono: Some fixes for #15463Ignacio Etcheverry2018-01-093-5/+5
| |/ / / / / / / / / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | | | | | | | | | Merge pull request #15530 from akien-mga/signal-argsRémi Verschelde2018-01-104-8/+8
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix signal arguments shadowing member variables
| * | | | | | | | | | | | | | | | | | | | | | | | | | Fix signal arguments shadowing member variablesRémi Verschelde2018-01-094-8/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #10212.
* | | | | | | | | | | | | | | | | | | | | | | | | | | Merge pull request #15538 from touilleMan/fix-pluginscript-editor-previewRémi Verschelde2018-01-101-1/+5
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | Fix pluginscript editor preview
| * | | | | | | | | | | | | | | | | | | | | | | | | | Fix warning when editor resource preview try to read pluginscript resourceEmmanuel Leblond2018-01-091-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | Merge pull request #15516 from StateOff/fixes_crash_on_drop_scene_fileRémi Verschelde2018-01-102-39/+70
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #15470 "Crash on drag and drop scene file on empty scene"
| * | | | | | | | | | | | | | | | | | | | | | | | | | - Fixes #15470 "Crash on drag and drop scene file on empty scene"Blazej Floch2018-01-092-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
* | | | | | | | | | | | | | | | | | | | | | | | | | Merge pull request #15540 from robfram/fix_color_to_htmlRémi Verschelde2018-01-091-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | Fix bad color to HTML conversion. Alpha channel was added before RGB.
| * | | | | | | | | | | | | | | | | | | | | | | | | Fix bad color to HTML conversion. Alpha channel was added befor RGB.robfram2018-01-091-1/+1
| | |_|/ / / / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | Merge pull request #15532 from lethiandev/fix-bitwise-not-opRémi Verschelde2018-01-091-2/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix bitwise NOT operator on BitMap's set_bit
| * | | | | | | | | | | | | | | | | | | | | | | | | Fix bitwise NOT operator on BitMap's set_bitKonrad Nowakowski2018-01-091-2/+2
| |/ / / / / / / / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | | | | | | | | Merge pull request #15535 from touilleMan/fix-pluginscript-complete-codeRémi Verschelde2018-01-091-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | [GDnative] Fix crash in pluginscript complete_code
| * | | | | | | | | | | | | | | | | | | | | | | | Fix crash in pluginscript complete_codeEmmanuel Leblond2018-01-091-1/+1
|/ / / / / / / / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | | | | | | | Merge pull request #15463 from neikeq/the-stack-frame-madnessRémi Verschelde2018-01-0917-90/+330
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Mono: Implement stack info for errors and exceptions
| * | | | | | | | | | | | | | | | | | | | | | | | External editor fixesIgnacio Etcheverry2018-01-092-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.
| * | | | | | | | | | | | | | | | | | | | | | | | Mono: Implement stack info for errors and exceptionsIgnacio Etcheverry2018-01-0915-74/+311
| | | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | Merge pull request #15533 from neikeq/issue-15307Rémi Verschelde2018-01-092-30/+31
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Mono: Fix iteration order of object types when generating bindings
| * | | | | | | | | | | | | | | | | | | | | | | | | Mono: Fix iteration order of object types when generating bindingsIgnacio Etcheverry2018-01-092-30/+31
| |/ / / / / / / / / / / / / / / / / / / / / / / /
* / / / / / / / / / / / / / / / / / / / / / / / / Improve Control and Label documentation about mouse filteringRémi Verschelde2018-01-092-6/+7
|/ / / / / / / / / / / / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #9657.
* | / / / / / / / / / / / / / / / / / / / / / / Fix bindings of EditorSettings.set_initial_valueRémi Verschelde2018-01-093-19/+6
| |/ / / / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also ran doctool.
* | | | | | | | | | | | | | | | | | | | | | | Revert "Fix "Attach Node Script" inherits popup type"Rémi Verschelde2018-01-091-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.
* | | | | | | | | | | | | | | | | | | | | | | Merge pull request #15495 from poke1024/font-oversamplingRémi Verschelde2018-01-091-1/+14
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Two potential glitches in font oversampling