aboutsummaryrefslogtreecommitdiff
path: root/modules/gdnative/pluginscript/pluginscript_language.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2018-01-11Fixes empty line selection when scrollingpoke10241-1/+1
2018-01-11fix updating tileset list when assign texture and set autotile truedamarindra3-1/+12
2018-01-10sorry, accidentally pressed delete before commiting.Juan Linietsky1-1/+2
2018-01-10Added middle button doubleclick, fixes #15567Juan Linietsky1-1/+7
2018-01-10Fixes Mono color creation from string.Pieter-Jan Briers1-13/+13
2018-01-10Clamp blend to fix screen space reflectionsBastiaan Olij1-2/+2
2018-01-10Fix IME producing multiple events per key press.bruvzg2-63/+125
2018-01-10Shader Language: Fixes EXTRA_MATRIX undefined.AlmightyScientist1-1/+1
2018-01-09- Fixes #15470 "Crash on drag and drop scene file on empty scene"Blazej Floch2-39/+70
2018-01-10Fix stretch aspect keep modevolzhs1-1/+1
2018-01-09Fix warning when editor resource preview try to read pluginscript resourceEmmanuel Leblond1-1/+5
2018-01-09Fix bad color to HTML conversion. Alpha channel was added befor RGB.robfram1-1/+1
2018-01-09Mono: Some fixes for #15463Ignacio Etcheverry3-5/+5
2018-01-09Fix bitwise NOT operator on BitMap's set_bitKonrad Nowakowski1-2/+2
2018-01-09Fix crash in pluginscript complete_codeEmmanuel Leblond1-1/+1
2018-01-09Mono: Fix iteration order of object types when generating bindingsIgnacio Etcheverry2-30/+31
2018-01-09Improve Control and Label documentation about mouse filteringRémi Verschelde2-6/+7
2018-01-09External editor fixesIgnacio Etcheverry2-16/+19
2018-01-09Mono: Implement stack info for errors and exceptionsIgnacio Etcheverry15-74/+311
2018-01-09Fix bindings of EditorSettings.set_initial_valueRémi Verschelde3-19/+6
2018-01-09Fix signal arguments shadowing member variablesRémi Verschelde4-8/+8
2018-01-09Revert "Fix "Attach Node Script" inherits popup type"Rémi Verschelde1-1/+1
2018-01-09Fix shader compile error on Androidvolzhs1-1/+1
2018-01-08Fix whole word search missing occurencesBernhard Liebl1-16/+29