Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-01-04 | Merge pull request #15335 from volzhs/popup-menu | Rémi Verschelde | |
Fix PopupMenu to show & detect properly hover area | |||
2018-01-04 | Merge pull request #15334 from poke1024/textedit-mousepos | Rémi Verschelde | |
Fix TextEdit::_get_mouse_pos rounding errors | |||
2018-01-04 | Merge pull request #15333 from PJB3005/18-01-04-control-mouse-filter-docs | Rémi Verschelde | |
Document Control.mouse_filter and its constants. | |||
2018-01-04 | Fix macOS and other builds after #15299 | Duy-Nguyen TA | |
Commit ammended by @akien-mga to fix more platforms. | |||
2018-01-04 | Add support from properly exporting shared objects, needed for GDNative export | Juan Linietsky | |
2018-01-05 | Fix PopupMenu to show & detect properly hover area | volzhs | |
Fix #15275 | |||
2018-01-04 | Fix TextEdit::_get_mouse_pos rounding errors | Bernhard Liebl | |
2018-01-04 | Document Control.mouse_filter and its constants. | PJB3005 | |
2018-01-05 | Merge pull request #15330 from sudoio/master | volzhs | |
Fixed missing parenthesis | |||
2018-01-04 | Fixed missing parenthesis | Artem Varaksa | |
2018-01-04 | Add missing translation in Javascript export dialog | Rémi Verschelde | |
Also remove newlines from translated strings. | |||
2018-01-04 | Merge pull request #15326 from robfram/issue-15303 | Rémi Verschelde | |
Fix Issue#15303 FreeBSD compilation error in thekla_atlas | |||
2018-01-04 | Merge pull request #15323 from poke1024/fix-pm-scroll-glitch | Rémi Verschelde | |
Project Manager: fix random breaking of scrolling | |||
2018-01-04 | Fix Issue#15303 FreeBSD compilation error in thekla_atlas due to wrong ↵ | robfram | |
definition of NV_OS_LINUX instead NV_OS_FREEBSD | |||
2018-01-04 | Merge pull request #13257 from AndreaCatania/master | Rémi Verschelde | |
Fixed kinematic movement stuck, Changed how shape scale works. | |||
2018-01-04 | Merge pull request #15223 from ibrahn/ogg-data-leak-fix | Rémi Verschelde | |
free associated audio data on AudioStreamOGGVorbis destruction | |||
2018-01-04 | Project Manager: fix random breaking of scrolling | Bernhard Liebl | |
2018-01-04 | Merge pull request #15251 from binbitten/fix-assign-vardecl | Rémi Verschelde | |
Fix premature declaration of shader variables created with assignment | |||
2018-01-04 | Change OS::initialize signature to return Error (fix segfault on x11) | Emmanuel Leblond | |
2018-01-04 | Merge pull request #14802 from volzhs/selection-changed | Rémi Verschelde | |
Fix "selection_changed" called twice | |||
2018-01-04 | Merge pull request #14914 from fodinabor/fix13254 | Rémi Verschelde | |
Enum members now also link to the corresponding class in the webdocs | |||
2018-01-04 | Merge pull request #14882 from willnationsdev/add-select-file | Rémi Verschelde | |
Plugins can select files in the FileSystem Dock | |||
2018-01-04 | Merge pull request #15033 from poke1024/shortcuts-mac | Rémi Verschelde | |
Alternative keyboard shortcuts for macOS | |||
2018-01-04 | Merge pull request #15186 from GodotExplorer/default-theme | Rémi Verschelde | |
Fix errors with custom theme and custom font in project settings. | |||
2018-01-04 | Merge pull request #15311 from YeldhamDev/tileset_button_fix_2 | Rémi Verschelde | |
Fixed "Tile Set" button always showing bug introduced with #15309 | |||
2018-01-04 | Merge pull request #15317 from poke1024/fix-rtl-underline | Rémi Verschelde | |
RichTextLabel: don't draw underline character-wise | |||
2018-01-04 | Fixed "Tile Set" button always showing bug introduced with #15309. | Michael Alexsander Silva Dias | |
2018-01-04 | RichTextLabel: don't draw underline on single characters | Bernhard Liebl | |
2018-01-04 | Merge pull request #15314 from poke1024/tree-rlines | Rémi Verschelde | |
Tree: only draw visible relationship lines | |||
2018-01-04 | Tree: only draw visible relationship lines | Bernhard Liebl | |
2018-01-04 | Merge pull request #15312 from poke1024/fix-rtl-table-wrap | Rémi Verschelde | |
Fixes word wrapping in tables in RichTextLabel | |||
2018-01-04 | Fix word wrapping in tables in RichTextLabel | Bernhard Liebl | |
2018-01-04 | Merge pull request #15229 from firefly2442/cppcheck | Noshyaar | |
Minor cppcheck fixes | |||
2018-01-03 | found 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-04 | doc: Sync classref with current source | Rémi Verschelde | |
2018-01-04 | Merge pull request #15309 from YeldhamDev/tileset_button_fix | Rémi Verschelde | |
Fixed the "Tile Set" button being able to go out of bounds | |||
2018-01-04 | Merge pull request #15308 from ianb96/horizontal_scrolling | Rémi Verschelde | |
TextEdit horizontal scrolling with shift | |||
2018-01-04 | Merge pull request #15301 from YeldhamDev/curve_menu_fix | Rémi Verschelde | |
Small fixes for the Curve Editor's context menu | |||
2018-01-04 | Fix crash in OS::execute on FreeBSD | Ré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-04 | Merge pull request #15135 from YeldhamDev/change_node_dialog | Rémi Verschelde | |
Made the Create Dialog be clearer when it's changing a type of something | |||
2018-01-04 | Merge pull request #15170 from ibrahn/fix-particle-leak | Rémi Verschelde | |
RasterizerStorageGLES3, delete particle objects freed by RID | |||
2018-01-03 | Fixed the "Tile Set" button being able to go out of bounds. | Michael Alexsander Silva Dias | |
2018-01-04 | Merge pull request #15191 from Jerome67000/z_renaming | Rémi Verschelde | |
renames "z" Node2D property to "z_index" | |||
2018-01-04 | Merge pull request #15280 from poke1024/ringbuffer-cow | Rémi Verschelde | |
Avoid redundant copy-on-writes in RingBuffer | |||
2018-01-03 | TextEdit horizontal scrolling with shift | Ian | |
2018-01-03 | Avoid crashes in skeleton | Juan Linietsky | |
2018-01-03 | Merge pull request #15304 from godotengine/revert-15051-bug-fixes | Juan Linietsky | |
Revert "Add missing image format RGB10A2. Fixes #14964" | |||
2018-01-03 | Revert "Add missing image format RGB10A2. Fixes #14964" | Juan Linietsky | |
2018-01-03 | Small fixes for the Curve Editor's context menu. | Michael Alexsander Silva Dias | |
2018-01-03 | Avoid redundant copy-on-writes in RingBuffer | Bernhard Liebl | |