summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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.
2018-01-04Merge pull request #15135 from YeldhamDev/change_node_dialogRémi Verschelde
Made the Create Dialog be clearer when it's changing a type of something
2018-01-04Merge pull request #15170 from ibrahn/fix-particle-leakRémi Verschelde
RasterizerStorageGLES3, delete particle objects freed by RID
2018-01-03Fixed the "Tile Set" button being able to go out of bounds.Michael Alexsander Silva Dias
2018-01-04Merge pull request #15191 from Jerome67000/z_renamingRémi Verschelde
renames "z" Node2D property to "z_index"
2018-01-04Merge pull request #15280 from poke1024/ringbuffer-cowRémi Verschelde
Avoid redundant copy-on-writes in RingBuffer
2018-01-03TextEdit horizontal scrolling with shiftIan
2018-01-03Avoid crashes in skeletonJuan Linietsky
2018-01-03Merge pull request #15304 from godotengine/revert-15051-bug-fixesJuan Linietsky
Revert "Add missing image format RGB10A2. Fixes #14964"
2018-01-03Revert "Add missing image format RGB10A2. Fixes #14964"Juan Linietsky
2018-01-03Small fixes for the Curve Editor's context menu.Michael Alexsander Silva Dias
2018-01-03Avoid redundant copy-on-writes in RingBufferBernhard Liebl