Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-12-18 | Remove debug logs that are of no use to end users | Ruslan Mustakov | |
2017-12-16 | Merge pull request #14726 from endragor/remove-get-stack-bottom | Rémi Verschelde | |
Remove get_stack_bottom | |||
2017-12-16 | Merge pull request #14682 from sersoong/master-batchchange | Rémi Verschelde | |
Enhanced changeType menu in Scene Tree Dock | |||
2017-12-16 | Merge pull request #14702 from YeldhamDev/property_multiline | Rémi Verschelde | |
Made multiline property editor deselect text when opening | |||
2017-12-16 | Remove get_stack_bottom | Ruslan Mustakov | |
It's not used in godot-nim any longer and there were no other uses for it. | |||
2017-12-16 | Enhanced changeType menu in Scene Tree Dock | sersoong | |
2017-12-15 | Made multiline property editor deselect text when opening. | Michael Alexsander Silva Dias | |
2017-12-16 | Merge pull request #14551 from volzhs/ok-alert-confirm | Rémi Verschelde | |
Pressing Enter key creates or loads script on Attach script window | |||
2017-12-16 | Merge pull request #14613 from voithos/fold-jump-bugfix | Rémi Verschelde | |
Account for folded code blocks when navigating via members list | |||
2017-12-16 | Merge pull request #14609 from sersoong/master-test | Rémi Verschelde | |
Enhanced Merge From Scene | |||
2017-12-16 | Merge pull request #14630 from willnationsdev/script-editor-create-api | Rémi Verschelde | |
Add API for ScriptEditor to open ScriptCreateDialog | |||
2017-12-16 | Merge pull request #14623 from volzhs/mesh-menu-theme | Rémi Verschelde | |
Fix theme for Mesh menu | |||
2017-12-16 | Merge pull request #14645 from volzhs/focus-after-select | Rémi Verschelde | |
Focus path field after seleting file browser on Attach script window | |||
2017-12-16 | Merge pull request #14649 from MattUV/fix-indentation | Rémi Verschelde | |
Modifies text indentation behaviour | |||
2017-12-16 | Merge pull request #14652 from hoelzl/pr-moved-instanced-children | Rémi Verschelde | |
Prevent users from moving instanced children | |||
2017-12-16 | Merge pull request #14676 from NathanWarden/nav_create_to_add | Rémi Verschelde | |
Renamed navmesh_create to navmesh_add since no navmesh is created. | |||
2017-12-16 | Merge pull request #14706 from YeldhamDev/popupmenu_submenu | Rémi Verschelde | |
Enhancements and fixes for PopupMenu's submenus | |||
2017-12-16 | Merge pull request #14707 from poke1024/fix14691 | Rémi Verschelde | |
Fix thin lines in editor gui on hidpi (issue 14691) | |||
2017-12-16 | Merge pull request #14708 from Faless/get_packet_not_const_rebased | Rémi Verschelde | |
Remove "const" from PacketPeer get_packet/get_var, move windows network related stuff to drivers | |||
2017-12-15 | Merge pull request #14713 from poke1024/fix14570 | Rémi Verschelde | |
Fixes oversized tooltip labels (issue 14570) | |||
2017-12-15 | Merge pull request #14723 from hpvb/fix-thekla-ming-32bit-build | Hein-Pieter van Braam | |
Fix 32bit MingW build for thekla_altas | |||
2017-12-15 | Fix 32bit MingW build for thekla_altas | Hein-Pieter van Braam | |
2017-12-15 | Merge pull request #14716 from poke1024/fix_window_title | Rémi Verschelde | |
Fixes close button overlapping window title | |||
2017-12-15 | Made built-in identifiers properly constant in shaders. Fixes #14449, closes ↵ | Juan Linietsky | |
#14629 | |||
2017-12-15 | Enhancements and fixes for PopupMenu's submenus. | Michael Alexsander Silva Dias | |
2017-12-15 | Renamed navmesh/poly_create to navmesh/poly_add since no navmesh is created. | Nathan Warden | |
2017-12-15 | BakedLightmap: Update gizmo when setting extents. | Andreas Haas | |
Fixes #14696. | |||
2017-12-15 | thekla: Fix build on x86 systems without SSE support | Rémi Verschelde | |
Fixes #14709. Same as https://github.com/Thekla/thekla_atlas/pull/11, but adding comments until it's merged upstream. | |||
2017-12-15 | Fixes close button overlapping window title | Bernhard Liebl | |
2017-12-15 | Merge pull request #14580 from Krakean/string_split_new_arg | Rémi Verschelde | |
Added third argument for String.split() function | |||
2017-12-15 | Added third argument for String.split() function (see issue #14349) | Dmitry Koteroff | |
Remove negative limit, leave only positive and make it reflect behaviour like in Python Also limit renamed to maxsplit to match Python one. Also docs updated. Fix indent | |||
2017-12-15 | ScriptCreateDialog: Fix loading scripts with named classes. | Andreas Haas | |
We only need to validate the class name when creating a new script, existing scripts already have one. Fixes #14643 Supersedes/Closes #14684 | |||
2017-12-15 | Fixes oversized tooltip labels (issue 14570) | Bernhard Liebl | |
2017-12-15 | Merge pull request #14673 from Silvea12/master | Andreas Haas | |
Updated input_default.cpp again (new input maps take priority) | |||
2017-12-15 | Fix thin lines in editor gui on hidpi (issue 14691) | Bernhard Liebl | |
2017-12-15 | Move windows networking class to drivers/windows/ | Fabio Alessandrelli | |
Also rename stream_peer_winsock.* to stream_peer_tcp_winsock.* and StreamPeerWinsock to StreamPeerTCPWinsock. | |||
2017-12-15 | Remove "const" from PacketPeer get_packet/get_var | Fabio Alessandrelli | |
They are NOT constant methods, as state by the comment message, they fetch the last packet and then forget about it, actively changing the state of the object. | |||
2017-12-15 | Merge pull request #14656 from apezel/master | Rémi Verschelde | |
Fixes built-In "LIGHT" causing fragment compilation error | |||
2017-12-15 | Merge pull request #14703 from Faless/fix_http_client | Rémi Verschelde | |
Fix javascript build error and improve #14604 | |||
2017-12-15 | Merge pull request #14694 from Calinou/update-hack-font | Rémi Verschelde | |
Update Hack font to version 3.000 | |||
2017-12-15 | Merge pull request #14666 from henriquelalves/slider_issue | Rémi Verschelde | |
Fix slider ticks offset | |||
2017-12-15 | Fix javascript build error and improve #14604 | Fabio Alessandrelli | |
2017-12-15 | fix compile issue | Juan Linietsky | |
2017-12-15 | Fixes slider node tick offset | Henrique L Alves | |
Fixes wrong tick offset on slider nodes - they now match with the corresponding 'grabber' positions. Fixes issue #14637 | |||
2017-12-15 | -Added new scene conversion to binary on export (disabled by default, please ↵ | Juan Linietsky | |
test) -This method works by directly converting text to binary, so the scene does not need to be loaded and saved | |||
2017-12-15 | Merge pull request #14646 from willnationsdev/docs4 | Noshyaar | |
[DOCS] Animation, CanvasItem, Curve3D, Curve | |||
2017-12-15 | Merge pull request #14678 from NathanWarden/navigation_doc | Noshyaar | |
[DOCS] Completed the docs for the Navigation node. | |||
2017-12-15 | Merge pull request #14679 from ↵ | Thomas Herzog | |
touilleMan/add-godot_get_global_constants-to-gdnative-wrapper [GDnative] missing godot_get_stack_bottom and godot_get_global_constants | |||
2017-12-15 | Update Hack font to version 3.000 | Hugo Locurcio | |
2017-12-15 | Modifies indentation behaviours | MattUV | |
Partially fixes #14559 (see the issue for details); Removes some code redondancy ; Adds the possibility to indent left and right without selecting text ; Adds the entries to the context menu when text is not selected ; Renames indent_selection_left() and indent_selection_right() to indent_left() and indent_right() ; Unifies context menus of shader text editor and script text editor. |