| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2017-12-16 | Moved Local Space Mode and Transform Snap settings to Top Bar ... | Przemysław Gołąb (n-pigeon) | 2 | -48/+76 | |
| ...buttons for easier access. | |||||
| 2017-12-16 | Fix #12220: Add Decompress Bc5 to Squish | Orkun | 5 | -1/+246 | |
| This Commit fixes the corrupted file preview described in #12220. Added DecompressColourBc5 function to squish. | |||||
| 2017-12-16 | Enchance FileSystem dock | volzhs | 1 | -2/+5 | |
| * Collapse / Uncollapse folder with double click * Sync with tree and bottom panel * Show selected folder in tree when changed | |||||
| 2017-12-16 | Rename the debug symbol files to .debugsymbols | Hein-Pieter van Braam | 2 | -4/+4 | |
| Some users were confused by the '.debug' suffix for the symbols. | |||||
| 2017-12-16 | Remove get_stack_bottom | Ruslan Mustakov | 5 | -25/+0 | |
| 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 | 1 | -55/+58 | |
| 2017-12-15 | Made multiline property editor deselect text when opening. | Michael Alexsander Silva Dias | 1 | -0/+1 | |
| 2017-12-16 | closes godotengine/godot#6382 - traverse classes docs so that all properties ↵ | carlosfvieira | 1 | -2/+7 | |
| from inherited classes have tooltips accordingly | |||||
| 2017-12-15 | particles spread/flatness fixes, pi factorization | matrem | 1 | -11/+23 | |
| 2017-12-15 | Fix 32bit MingW build for thekla_altas | Hein-Pieter van Braam | 2 | -1/+10 | |
| 2017-12-15 | Made built-in identifiers properly constant in shaders. Fixes #14449, closes ↵ | Juan Linietsky | 5 | -86/+166 | |
| #14629 | |||||
| 2017-12-15 | Enhancements and fixes for PopupMenu's submenus. | Michael Alexsander Silva Dias | 1 | -19/+18 | |
| 2017-12-15 | Renamed navmesh/poly_create to navmesh/poly_add since no navmesh is created. | Nathan Warden | 10 | -17/+17 | |
| 2017-12-15 | BakedLightmap: Update gizmo when setting extents. | Andreas Haas | 1 | -0/+1 | |
| Fixes #14696. | |||||
| 2017-12-15 | thekla: Fix build on x86 systems without SSE support | Rémi Verschelde | 2 | -5/+17 | |
| 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 | 1 | -3/+10 | |
| 2017-12-15 | Added third argument for String.split() function (see issue #14349) | Dmitry Koteroff | 4 | -6/+22 | |
| 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 | 1 | -1/+1 | |
| 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 | 1 | -1/+1 | |
| 2017-12-15 | Fix thin lines in editor gui on hidpi (issue 14691) | Bernhard Liebl | 2 | -3/+22 | |
| 2017-12-15 | Move windows networking class to drivers/windows/ | Fabio Alessandrelli | 10 | -49/+59 | |
| Also rename stream_peer_winsock.* to stream_peer_tcp_winsock.* and StreamPeerWinsock to StreamPeerTCPWinsock. | |||||
| 2017-12-15 | Some performance tweaking of string handling | poke1024 | 2 | -38/+149 | |
| 2017-12-15 | Remove "const" from PacketPeer get_packet/get_var | Fabio Alessandrelli | 8 | -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. | |||||
| 2017-12-15 | Fix javascript build error and improve #14604 | Fabio Alessandrelli | 2 | -5/+5 | |
| 2017-12-15 | fix compile issue | Juan Linietsky | 1 | -1/+1 | |
| 2017-12-15 | Fixes slider node tick offset | Henrique L Alves | 1 | -4/+4 | |
| 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 | 7 | -250/+670 | |
| test) -This method works by directly converting text to binary, so the scene does not need to be loaded and saved | |||||
| 2017-12-15 | Update Hack font to version 3.000 | Hugo Locurcio | 3 | -41/+22 | |
| 2017-12-15 | Modifies indentation behaviours | MattUV | 4 | -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. | |||||
| 2017-12-15 | Fixes thekla atlas mingw-w64 build | bruvzg | 4 | -2/+11 | |
| 2017-12-15 | Remove debug printf on Windows | Rémi Verschelde | 1 | -2/+0 | |
| 2017-12-15 | [DOCS] Completed the docs for the Navigation node. | Nathan Warden | 1 | -0/+11 | |
| 2017-12-15 | Add missing godot_get_stack_bottom and godot_get_global_constants in ↵ | Emmanuel Leblond | 1 | -0/+12 | |
| gdnative_api.json | |||||
| 2017-12-14 | Updated icons | Daniel J. Ramirez | 24 | -232/+48 | |
| [ciskip] | |||||
| 2017-12-14 | Updated input_default.cpp again (new maps take priority) | Andrew Silver | 1 | -12/+12 | |
| Fixes #14639 | |||||
| 2017-12-14 | openmp: Simplify linking on X11, fixing clang build | Rémi Verschelde | 1 | -2/+1 | |
| 2017-12-14 | MacPorts clang version selection, and OpenMP linking fix. | bruvzg | 3 | -12/+13 | |
| 2017-12-14 | GDScript files are converted to binary on export now. | Juan Linietsky | 5 | -20/+102 | |
| 2017-12-14 | Fix type mismatch in OS::set_borderless_window | Rémi Verschelde | 7 | -8/+7 | |
| Closes #14663. | |||||
| 2017-12-14 | openmp: Don't try to link GCC's implementation on Clang | Rémi Verschelde | 2 | -8/+9 | |
| Also disable openmp build on Travis, breaks on Trusty's Clang. Group deps more naturally. | |||||
| 2017-12-14 | Prevent users from moving instanced children | Matthias Hoelzl | 1 | -3/+5 | |
| 2017-12-14 | Adds `macports_clang` build flag to build using clang-5.0 form MacPorts ↵ | bruvzg | 5 | -3/+25 | |
| (with OpenMP support). | |||||
| 2017-12-14 | fix for compiling the new lightmapper | Michele Valente | 2 | -4/+4 | |
| also changed two calls that were ambiguous | |||||
| 2017-12-14 | Fixes built-In "LIGHT" causing fragment compilation error | Arnaud PEZEL | 1 | -0/+1 | |
| Add a rename for shader LIGHT built-in, Fix bug #14537 | |||||
| 2017-12-14 | Added indent_style to editorconfig, fixed inconsistent use of tabs and ↵ | Colin Kinloch | 3 | -7/+11 | |
| spaces in indentation. | |||||
| 2017-12-14 | -Add lightmapper | Juan Linietsky | 44 | -1138/+4584 | |
| -Fixes to unwrapper (remove degenerates), makes Thekla not crash -Added optional cancel button in EditorProgress -Added function to force processing of events (needed for cancel button) | |||||
| 2017-12-14 | HTTP cleanup & better defaults | mhilbrunner | 5 | -132/+131 | |
| 2017-12-13 | [DOCS] Animation, CanvasItem, Curve3D, Curve | Will Nations | 4 | -14/+48 | |
| 2017-12-13 | Added open_script_create_dialog func | Will Nations | 2 | -0/+7 | |
| 2017-12-14 | Focus path field after seleting file browser on Attach script window | volzhs | 1 | -0/+6 | |
