aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #14330 from matrem/particles_spreadRémi Verschelde2017-12-161-11/+23
|\ | | | | Spread should be in degree (see documentation, and flag_disable_z case)
| * particles spread/flatness fixes, pi factorizationmatrem2017-12-151-11/+23
| |
* | Merge pull request #14365 from willnationsdev/camera-docsRémi Verschelde2017-12-163-261/+132
|\ \ | | | | | | [DOCS] Camera property changes
| * | [DOCS] Camera property changesWill Nations2017-12-113-261/+132
| | |
* | | Merge pull request #14484 from Zylann/fix_mouse_focus_button_releaseRémi Verschelde2017-12-161-1/+2
|\ \ \ | | | | | | | | Fix mouse button release not sent to gui_input if it's different from the button that gave focus
| * | | Fix mouse button release not sent to gui_input if it's different from the ↵Marc Gilleron2017-12-101-1/+2
| | | | | | | | | | | | | | | | button that gave focus
* | | | Merge pull request #14576 from poke1024/stringsRémi Verschelde2017-12-162-38/+149
|\ \ \ \ | | | | | | | | | | Some performance tweaking of string handling
| * | | | Some performance tweaking of string handlingpoke10242017-12-152-38/+149
| | |/ / | |/| |
* | | | Merge pull request #14597 from NathanWarden/linux_extensionsRémi Verschelde2017-12-169-16/+29
|\ \ \ \ | | | | | | | | | | Updated Linux template extensions to match architecture.
| * | | | Updated Linux template extensions to match architecture.Nathan Warden2017-12-129-16/+29
| |/ / /
* | | | Merge pull request #14614 from vitrig/fix-immediate-geometry-acts-strangelyJuan Linietsky2017-12-161-2/+2
|\ \ \ \ | | | | | | | | | | Fix #14564 ImmediateGeometry normals act strangely compared to SurfaceTool
| * | | | Fix #14564 ImmediateGeometry normals act strangely compared to SurfaceToolPrzemyslaw Czarnota2017-12-131-2/+2
| | | | |
* | | | | Merge pull request #14726 from endragor/remove-get-stack-bottomRémi Verschelde2017-12-165-25/+0
|\ \ \ \ \ | | | | | | | | | | | | Remove get_stack_bottom
| * | | | | Remove get_stack_bottomRuslan Mustakov2017-12-165-25/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It's not used in godot-nim any longer and there were no other uses for it.
* | | | | | Merge pull request #14682 from sersoong/master-batchchangeRémi Verschelde2017-12-161-55/+58
|\ \ \ \ \ \ | | | | | | | | | | | | | | Enhanced changeType menu in Scene Tree Dock
| * | | | | | Enhanced changeType menu in Scene Tree Docksersoong2017-12-161-55/+58
| | | | | | |
* | | | | | | Merge pull request #14702 from YeldhamDev/property_multilineRémi Verschelde2017-12-161-0/+1
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | Made multiline property editor deselect text when opening
| * | | | | | Made multiline property editor deselect text when opening.Michael Alexsander Silva Dias2017-12-151-0/+1
| | | | | | |
* | | | | | | Merge pull request #14551 from volzhs/ok-alert-confirmRémi Verschelde2017-12-162-0/+7
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Pressing Enter key creates or loads script on Attach script window
| * | | | | | | Pressing Enter key creates or loads script on Attach script windowvolzhs2017-12-112-0/+7
| | | | | | | |
* | | | | | | | Merge pull request #14613 from voithos/fold-jump-bugfixRémi Verschelde2017-12-162-8/+4
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Account for folded code blocks when navigating via members list
| * | | | | | | | Account for folded code blocks when navigating via members listZaven Muradyan2017-12-122-8/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Previously, the editor would attempt to set the scroll position to the function's line number, but this would result in an invalid scroll whenever functions above the target were folded. This changes callback to use a combination of `goto_line` and `set_edit_state` to navigate to the target line and reset the cursor to column 0. Using `goto_line` also has the side effect of automatically unfolding the target function, which seems like useful behavior. Fixes #14572.
* | | | | | | | | Merge pull request #14609 from sersoong/master-testRémi Verschelde2017-12-162-25/+75
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Enhanced Merge From Scene
| * | | | | | | | | Enhanced Merge From Scenesersoong2017-12-132-25/+75
| | | | | | | | | |
* | | | | | | | | | Merge pull request #14630 from willnationsdev/script-editor-create-apiRémi Verschelde2017-12-162-0/+7
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Add API for ScriptEditor to open ScriptCreateDialog
| * | | | | | | | | | Added open_script_create_dialog funcWill Nations2017-12-132-0/+7
| | | | | | | | | | |
* | | | | | | | | | | Merge pull request #14623 from volzhs/mesh-menu-themeRémi Verschelde2017-12-161-2/+2
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Fix theme for Mesh menu
| * | | | | | | | | | | Fix theme for Mesh menuvolzhs2017-12-131-2/+2
| | | | | | | | | | | |
* | | | | | | | | | | | Merge pull request #14645 from volzhs/focus-after-selectRémi Verschelde2017-12-161-0/+6
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | Focus path field after seleting file browser on Attach script window
| * | | | | | | | | | | | Focus path field after seleting file browser on Attach script windowvolzhs2017-12-141-0/+6
| |/ / / / / / / / / / /
* | | | | | | | | | | | Merge pull request #14649 from MattUV/fix-indentationRémi Verschelde2017-12-164-93/+58
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | Modifies text indentation behaviour
| * | | | | | | | | | | | Modifies indentation behavioursMattUV2017-12-154-93/+58
| | |/ / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | | | | | | | | | | Merge pull request #14652 from hoelzl/pr-moved-instanced-childrenRémi Verschelde2017-12-161-3/+5
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | Prevent users from moving instanced children
| * | | | | | | | | | | | Prevent users from moving instanced childrenMatthias Hoelzl2017-12-141-3/+5
| | | | | | | | | | | | |
* | | | | | | | | | | | | Merge pull request #14676 from NathanWarden/nav_create_to_addRémi Verschelde2017-12-1610-17/+17
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Renamed navmesh_create to navmesh_add since no navmesh is created.
| * | | | | | | | | | | | | Renamed navmesh/poly_create to navmesh/poly_add since no navmesh is created.Nathan Warden2017-12-1510-17/+17
| |/ / / / / / / / / / / /
* | | | | | | | | | | | | Merge pull request #14706 from YeldhamDev/popupmenu_submenuRémi Verschelde2017-12-161-19/+18
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Enhancements and fixes for PopupMenu's submenus
| * | | | | | | | | | | | | Enhancements and fixes for PopupMenu's submenus.Michael Alexsander Silva Dias2017-12-151-19/+18
| | |_|_|_|_|_|_|/ / / / / | |/| | | | | | | | | | |
* | | | | | | | | | | | | Merge pull request #14707 from poke1024/fix14691Rémi Verschelde2017-12-162-3/+22
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix thin lines in editor gui on hidpi (issue 14691)
| * | | | | | | | | | | | | Fix thin lines in editor gui on hidpi (issue 14691)Bernhard Liebl2017-12-152-3/+22
| | | | | | | | | | | | | |
* | | | | | | | | | | | | | Merge pull request #14708 from Faless/get_packet_not_const_rebasedRémi Verschelde2017-12-1616-80/+90
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove "const" from PacketPeer get_packet/get_var, move windows network related stuff to drivers
| * | | | | | | | | | | | | | Move windows networking class to drivers/windows/Fabio Alessandrelli2017-12-1510-49/+59
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also rename stream_peer_winsock.* to stream_peer_tcp_winsock.* and StreamPeerWinsock to StreamPeerTCPWinsock.
| * | | | | | | | | | | | | | Remove "const" from PacketPeer get_packet/get_varFabio Alessandrelli2017-12-158-31/+31
| |/ / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | | | | | | | | | | | | Merge pull request #14713 from poke1024/fix14570Rémi Verschelde2017-12-151-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | Fixes oversized tooltip labels (issue 14570)
| * | | | | | | | | | | | | Fixes oversized tooltip labels (issue 14570)Bernhard Liebl2017-12-151-1/+1
| | | | | | | | | | | | | |
* | | | | | | | | | | | | | Merge pull request #14723 from hpvb/fix-thekla-ming-32bit-buildHein-Pieter van Braam2017-12-152-1/+10
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix 32bit MingW build for thekla_altas
| * | | | | | | | | | | | | | Fix 32bit MingW build for thekla_altasHein-Pieter van Braam2017-12-152-1/+10
| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge pull request #14716 from poke1024/fix_window_titleRémi Verschelde2017-12-151-3/+10
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes close button overlapping window title
| * | | | | | | | | | | | | | | Fixes close button overlapping window titleBernhard Liebl2017-12-151-3/+10
| | |/ / / / / / / / / / / / / | |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | | Made built-in identifiers properly constant in shaders. Fixes #14449, closes ↵Juan Linietsky2017-12-155-86/+166
| |/ / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | #14629