summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-01-04forward_canvas_gui_input only takes one parameterTim Schellenberg
2018-01-04Merge pull request #15346 from neikeq/properties-are-overratedRémi Verschelde
Mono: Add properties support in scripts
2018-01-04Mono: Add properties support in scriptsIgnacio Etcheverry
2018-01-04Merge pull request #15343 from touilleMan/add-gdnative-wrapper-on-ciRémi Verschelde
[GDnative] Add GDnative wrapper lib on CI build
2018-01-04Merge pull request #15338 from touilleMan/disable-lto-gdnative-wrapperRémi Verschelde
[GDnative] Disable lto for gdnative wrapper
2018-01-04Merge pull request #15341 from volzhs/scene-index-errorRémi Verschelde
Fix get_edited_scene_root error at starting editor
2018-01-04Merge pull request #15340 from sudoio/masterRémi Verschelde
Clean up \n from end of translation strings
2018-01-04Add GDnative wrapper lib on CI buildEmmanuel Leblond
2018-01-04Disable lto for gdnative wrapperEmmanuel Leblond
2018-01-04Clean up \n from end of translation stringsArtem Varaksa
2018-01-05Fix get_edited_scene_root error at starting editorvolzhs
Fix #15300
2018-01-04Merge pull request #15335 from volzhs/popup-menuRémi Verschelde
Fix PopupMenu to show & detect properly hover area
2018-01-04Merge pull request #15334 from poke1024/textedit-mouseposRémi Verschelde
Fix TextEdit::_get_mouse_pos rounding errors
2018-01-04Merge pull request #15333 from PJB3005/18-01-04-control-mouse-filter-docsRémi Verschelde
Document Control.mouse_filter and its constants.
2018-01-04Fix macOS and other builds after #15299Duy-Nguyen TA
Commit ammended by @akien-mga to fix more platforms.
2018-01-04Add support from properly exporting shared objects, needed for GDNative exportJuan Linietsky
2018-01-05Fix PopupMenu to show & detect properly hover areavolzhs
Fix #15275
2018-01-04Fix TextEdit::_get_mouse_pos rounding errorsBernhard Liebl
2018-01-04Document Control.mouse_filter and its constants.PJB3005
2018-01-05Merge pull request #15330 from sudoio/mastervolzhs
Fixed missing parenthesis
2018-01-04Fixed missing parenthesisArtem Varaksa
2018-01-04Add missing translation in Javascript export dialogRémi Verschelde
Also remove newlines from translated strings.
2018-01-04Merge pull request #15326 from robfram/issue-15303Rémi Verschelde
Fix Issue#15303 FreeBSD compilation error in thekla_atlas
2018-01-04Merge pull request #15323 from poke1024/fix-pm-scroll-glitchRémi Verschelde
Project Manager: fix random breaking of scrolling
2018-01-04Fix Issue#15303 FreeBSD compilation error in thekla_atlas due to wrong ↵robfram
definition of NV_OS_LINUX instead NV_OS_FREEBSD
2018-01-04Merge pull request #13257 from AndreaCatania/masterRémi Verschelde
Fixed kinematic movement stuck, Changed how shape scale works.
2018-01-04Merge pull request #15223 from ibrahn/ogg-data-leak-fixRémi Verschelde
free associated audio data on AudioStreamOGGVorbis destruction
2018-01-04Project Manager: fix random breaking of scrollingBernhard Liebl
2018-01-04Merge pull request #15251 from binbitten/fix-assign-vardeclRémi Verschelde
Fix premature declaration of shader variables created with assignment
2018-01-04Change OS::initialize signature to return Error (fix segfault on x11)Emmanuel Leblond
2018-01-04Merge pull request #14802 from volzhs/selection-changedRémi Verschelde
Fix "selection_changed" called twice
2018-01-04Merge pull request #14914 from fodinabor/fix13254Rémi Verschelde
Enum members now also link to the corresponding class in the webdocs
2018-01-04Merge pull request #14882 from willnationsdev/add-select-fileRémi Verschelde
Plugins can select files in the FileSystem Dock
2018-01-04Merge pull request #15033 from poke1024/shortcuts-macRémi Verschelde
Alternative keyboard shortcuts for macOS
2018-01-04Merge pull request #15186 from GodotExplorer/default-themeRémi Verschelde
Fix errors with custom theme and custom font in project settings.
2018-01-04Merge pull request #15311 from YeldhamDev/tileset_button_fix_2Rémi Verschelde
Fixed "Tile Set" button always showing bug introduced with #15309
2018-01-04Merge pull request #15317 from poke1024/fix-rtl-underlineRémi Verschelde
RichTextLabel: don't draw underline character-wise
2018-01-04Fixed "Tile Set" button always showing bug introduced with #15309.Michael Alexsander Silva Dias
2018-01-04RichTextLabel: don't draw underline on single charactersBernhard Liebl
2018-01-04Merge pull request #15314 from poke1024/tree-rlinesRémi Verschelde
Tree: only draw visible relationship lines
2018-01-04Tree: only draw visible relationship linesBernhard Liebl
2018-01-04Merge pull request #15312 from poke1024/fix-rtl-table-wrapRémi Verschelde
Fixes word wrapping in tables in RichTextLabel
2018-01-04Fix word wrapping in tables in RichTextLabelBernhard Liebl
2018-01-04Merge pull request #15229 from firefly2442/cppcheckNoshyaar
Minor cppcheck fixes
2018-01-03found via cppcheck:firefly2442
remove code that will never run make definition and declaration names for parameters match change floats that were being set to bool values remove pointer that is never used
2018-01-04doc: Sync classref with current sourceRémi Verschelde
2018-01-04Merge pull request #15309 from YeldhamDev/tileset_button_fixRémi Verschelde
Fixed the "Tile Set" button being able to go out of bounds
2018-01-04Merge pull request #15308 from ianb96/horizontal_scrollingRémi Verschelde
TextEdit horizontal scrolling with shift
2018-01-04Merge pull request #15301 from YeldhamDev/curve_menu_fixRémi Verschelde
Small fixes for the Curve Editor's context menu
2018-01-04Fix crash in OS::execute on FreeBSDRémi Verschelde
As spotted by @robfram, closes #15288. Also reviewed other uses of `if (String.find(.*))` for potential similar mistakes, found a wrong (and useless) one in ScriptEditorDialog.