summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-12-16Merge pull request #14706 from YeldhamDev/popupmenu_submenuRémi Verschelde
Enhancements and fixes for PopupMenu's submenus
2017-12-16Merge pull request #14707 from poke1024/fix14691Rémi Verschelde
Fix thin lines in editor gui on hidpi (issue 14691)
2017-12-16Merge pull request #14708 from Faless/get_packet_not_const_rebasedRémi Verschelde
Remove "const" from PacketPeer get_packet/get_var, move windows network related stuff to drivers
2017-12-15Merge pull request #14713 from poke1024/fix14570Rémi Verschelde
Fixes oversized tooltip labels (issue 14570)
2017-12-15Merge pull request #14723 from hpvb/fix-thekla-ming-32bit-buildHein-Pieter van Braam
Fix 32bit MingW build for thekla_altas
2017-12-15Fix 32bit MingW build for thekla_altasHein-Pieter van Braam
2017-12-15Merge pull request #14716 from poke1024/fix_window_titleRémi Verschelde
Fixes close button overlapping window title
2017-12-15Made built-in identifiers properly constant in shaders. Fixes #14449, closes ↵Juan Linietsky
#14629
2017-12-15Enhancements and fixes for PopupMenu's submenus.Michael Alexsander Silva Dias
2017-12-15BakedLightmap: Update gizmo when setting extents.Andreas Haas
Fixes #14696.
2017-12-15thekla: Fix build on x86 systems without SSE supportRémi Verschelde
Fixes #14709. Same as https://github.com/Thekla/thekla_atlas/pull/11, but adding comments until it's merged upstream.
2017-12-15Fixes close button overlapping window titleBernhard Liebl
2017-12-15Merge pull request #14580 from Krakean/string_split_new_argRémi Verschelde
Added third argument for String.split() function
2017-12-15Added 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-15ScriptCreateDialog: 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-15Fixes oversized tooltip labels (issue 14570)Bernhard Liebl
2017-12-15Merge pull request #14673 from Silvea12/masterAndreas Haas
Updated input_default.cpp again (new input maps take priority)
2017-12-15Fix thin lines in editor gui on hidpi (issue 14691)Bernhard Liebl
2017-12-15Move windows networking class to drivers/windows/Fabio Alessandrelli
Also rename stream_peer_winsock.* to stream_peer_tcp_winsock.* and StreamPeerWinsock to StreamPeerTCPWinsock.
2017-12-15Remove "const" from PacketPeer get_packet/get_varFabio 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-15Merge pull request #14656 from apezel/masterRémi Verschelde
Fixes built-In "LIGHT" causing fragment compilation error
2017-12-15Merge pull request #14703 from Faless/fix_http_clientRémi Verschelde
Fix javascript build error and improve #14604
2017-12-15Merge pull request #14694 from Calinou/update-hack-fontRémi Verschelde
Update Hack font to version 3.000
2017-12-15Merge pull request #14666 from henriquelalves/slider_issueRémi Verschelde
Fix slider ticks offset
2017-12-15Fix javascript build error and improve #14604Fabio Alessandrelli
2017-12-15fix compile issueJuan Linietsky
2017-12-15Fixes slider node tick offsetHenrique 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-15Merge pull request #14646 from willnationsdev/docs4Noshyaar
[DOCS] Animation, CanvasItem, Curve3D, Curve
2017-12-15Merge pull request #14678 from NathanWarden/navigation_docNoshyaar
[DOCS] Completed the docs for the Navigation node.
2017-12-15Merge 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-15Update Hack font to version 3.000Hugo Locurcio
2017-12-15Merge pull request #14690 from bruvzg/thekla-mingw-build-fixRémi Verschelde
Fixes thekla atlas mingw-w64 build.
2017-12-15Fixes thekla atlas mingw-w64 buildbruvzg
2017-12-15Remove debug printf on WindowsRémi Verschelde
2017-12-15Merge pull request #14604 from mhilbrunner/http-defaultsRémi Verschelde
HTTP cleanup & better defaults
2017-12-15[DOCS] Completed the docs for the Navigation node.Nathan Warden
2017-12-15Add missing godot_get_stack_bottom and godot_get_global_constants in ↵Emmanuel Leblond
gdnative_api.json
2017-12-14Merge pull request #14672 from akien-mga/openmp-linkingRémi Verschelde
openmp: Simplify linking on X11, fixing clang build
2017-12-14Merge pull request #14674 from djrm/pr_visual_improvementsRémi Verschelde
Updated icons
2017-12-14Updated iconsDaniel J. Ramirez
[ciskip]
2017-12-14Updated input_default.cpp again (new maps take priority)Andrew Silver
Fixes #14639
2017-12-14openmp: Simplify linking on X11, fixing clang buildRémi Verschelde
2017-12-14Merge pull request #14667 from bruvzg/macports-clang-impRémi Verschelde
Minor improvements for #14658 (MacPorts clang support)
2017-12-14MacPorts clang version selection, and OpenMP linking fix.bruvzg
2017-12-14GDScript files are converted to binary on export now.Juan Linietsky
2017-12-14Fix type mismatch in OS::set_borderless_windowRémi Verschelde
Closes #14663.
2017-12-14Merge pull request #14662 from akien-mga/openmp-clangRémi Verschelde
openmp: Don't try to link GCC's implementation on Clang
2017-12-14openmp: Don't try to link GCC's implementation on ClangRémi Verschelde
Also disable openmp build on Travis, breaks on Trusty's Clang. Group deps more naturally.
2017-12-14Merge pull request #14657 from Valentactive/fix_compiling_new_lightmapperRémi Verschelde
fix for compiling the new lightmapper