| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2016-11-06 | Fixed minor typo | DTV96Calibre | 1 | -1/+1 | |
| 2016-11-05 | Fix #7016, add script create icon | Pawel Kowal | 4 | -2/+98 | |
| 2016-11-05 | Fix updating value of SpinBox with prefix | volzhs | 1 | -1/+4 | |
| 2016-11-05 | Prevent to make UndoRedo for duplicate if no selected node | volzhs | 1 | -0/+2 | |
| 2016-11-03 | server: Allow building against system libraries | Rémi Verschelde | 1 | -0/+45 | |
| 2016-11-03 | opus: Move public headers to match system install | Rémi Verschelde | 10 | -3/+4 | |
| 2016-11-04 | fix a tiny typo | ScotFlux | 1 | -2/+2 | |
| 2016-11-03 | Rewrite the README to be more descriptive | Rémi Verschelde | 1 | -15/+51 | |
| 2016-11-03 | Rename remaining WinRT references to UWP | George Marques | 18 | -169/+169 | |
| 2016-11-03 | Rename WINRT_ENABLED to UWP_ENABLED | George Marques | 17 | -30/+30 | |
| 2016-11-03 | Rename WinRT files to UWP | George Marques | 22 | -31/+31 | |
| 2016-11-04 | Fix wrong number for ERR_* on comment | volzhs | 1 | -12/+12 | |
| 2016-11-03 | Fix typos and missing newlines in --help | Tim Roes | 1 | -3/+2 | |
| 2016-11-03 | Make GDScript parser ignore floating strings in class definition | Bojidar Marinov | 1 | -1/+10 | |
| Fixes #1320 | |||||
| 2016-11-03 | Fixed flag for importing animation and skipping value tracks. | Saracen | 3 | -44/+51 | |
| 2016-11-03 | scons: Reorder options for clarity | Rémi Verschelde | 21 | -84/+89 | |
| Also prefix all thirdparty-related toggles with `builtin`. | |||||
| 2016-11-03 | Keep groups when replacing nodes | Ignacio Etcheverry | 1 | -0/+6 | |
| 2016-11-02 | libpng: Update to upstream 1.6.26 | Rémi Verschelde | 23 | -1095/+1416 | |
| 2016-11-02 | Improve Android build (Clang + tidyness) | Pedro J. Estébanez | 1 | -87/+100 | |
| 2016-11-01 | Option for detaching script from node (#6934). | Mateusz Adamczyk | 2 | -3/+39 | |
| 2016-11-01 | Make regex compilable with RTTI disabled | Pedro J. Estébanez | 1 | -4/+9 | |
| 2016-11-01 | Fix to focus or rename node by double click | volzhs | 3 | -37/+4 | |
| 2016-10-31 | Fix IPv6 linking for UWP | George Marques | 1 | -0/+4 | |
| 2016-11-01 | style: Various other PEP8 fixes in Python files | Rémi Verschelde | 25 | -369/+370 | |
| Done with `autopep8 --select=E7`, fixes: - E701 - Put colon-separated compound statement on separate lines. - E702 - Put semicolon-separated compound statement on separate lines. - E703 - Put semicolon-separated compound statement on separate lines. - E711 - Fix comparison with None. - E712 - Fix (trivial case of) comparison with boolean. - E713 - Fix (trivial case of) non-membership check. - E721 - Fix various deprecated code (via lib2to3). | |||||
| 2016-11-01 | style: Fix PEP8 blank lines issues in Python files | Rémi Verschelde | 53 | -193/+115 | |
| Done with `autopep8 --select=E3,W3`, fixes: - E301 - Add missing blank line. - E302 - Add missing 2 blank lines. - E303 - Remove extra blank lines. - E304 - Remove blank line following function decorator. - E309 - Add missing blank line. - W391 - Remove trailing blank lines. | |||||
| 2016-11-01 | style: Fix PEP8 whitespace issues in Python files | Rémi Verschelde | 93 | -2293/+2293 | |
| Done with `autopep8 --select=E2,W2`, fixes: - E201 - Remove extraneous whitespace. - E202 - Remove extraneous whitespace. - E203 - Remove extraneous whitespace. - E211 - Remove extraneous whitespace. - E221 - Fix extraneous whitespace around keywords. - E222 - Fix extraneous whitespace around keywords. - E223 - Fix extraneous whitespace around keywords. - E224 - Remove extraneous whitespace around operator. - E225 - Fix missing whitespace around operator. - E226 - Fix missing whitespace around operator. - E227 - Fix missing whitespace around operator. - E228 - Fix missing whitespace around operator. - E231 - Add missing whitespace. - E231 - Fix various deprecated code (via lib2to3). - E241 - Fix extraneous whitespace around keywords. - E242 - Remove extraneous whitespace around operator. - E251 - Remove whitespace around parameter '=' sign. - E261 - Fix spacing after comment hash. - E262 - Fix spacing after comment hash. - E265 - Format block comments. - E271 - Fix extraneous whitespace around keywords. - E272 - Fix extraneous whitespace around keywords. - E273 - Fix extraneous whitespace around keywords. - E274 - Fix extraneous whitespace around keywords. - W291 - Remove trailing whitespace. - W293 - Remove trailing whitespace. | |||||
| 2016-11-01 | style: Start applying PEP8 to Python files, indentation issues | Rémi Verschelde | 88 | -6280/+6280 | |
| Done with `autopep8 --select=E1`, fixes: - E101 - Reindent all lines. - E112 - Fix under-indented comments. - E113 - Fix over-indented comments. - E115 - Fix under-indented comments. - E116 - Fix over-indented comments. - E121 - Fix a badly indented line. - E122 - Fix a badly indented line. - E123 - Fix a badly indented line. - E124 - Fix a badly indented line. - E125 - Fix indentation undistinguish from the next logical line. - E126 - Fix a badly indented line. - E127 - Fix a badly indented line. - E128 - Fix a badly indented line. - E129 - Fix a badly indented line. | |||||
| 2016-11-01 | Fix to fit stylebox with ItemList | volzhs | 1 | -1/+4 | |
| 2016-10-31 | Fixed Mix nodes in Animation Tree Player | m4nu3lf | 2 | -17/+4 | |
| 2016-10-31 | Fix memory leak with drag & drop on 2D viewport | volzhs | 1 | -0/+1 | |
| 2016-10-31 | Add option 'wasm' to compile to WebAssembly in web export | eska | 4 | -32/+30 | |
| WebAssembly is still experimental, so disabled by default. The HTML shell file now uses $GODOT_BASE, a placeholder for the base filename, instead of $GODOT_JS, $GODOT_MEM and $GODOT_FS. | |||||
| 2016-10-30 | Define IPV6_V6ONLY flag if not defined on windows (old mingw versions) | Fabio Alessandrelli | 1 | -0/+7 | |
| 2016-10-31 | Fix p_index out of size error when closing script | volzhs | 1 | -1/+1 | |
| 2016-10-31 | Fix Accept/ConfirmationDialog UI broken | volzhs | 1 | -5/+8 | |
| 2016-10-31 | Revert "Place child control under label in AcceptDialog." | volzhs | 1 | -25/+10 | |
| This reverts commit 3ef272290460670b82621727ba2e876fa0a5a01e. | |||||
| 2016-10-30 | Update docs to IPv6 | Fabio Alessandrelli | 1 | -8/+26 | |
| 2016-10-30 | Set proper ip_type default for listen() and resolve_hostname() | Fabio Alessandrelli | 3 | -4/+4 | |
| 2016-10-30 | TCP/UDP Listen sockets can now be set to IPv6 only | Fabio Alessandrelli | 6 | -8/+50 | |
| 2016-10-30 | Add optional IP type param in TCP/UDP connect/set_send_address | Fabio Alessandrelli | 4 | -5/+24 | |
| 2016-10-30 | Fix windows debugger connection problems. | Fabio Alessandrelli | 7 | -19/+30 | |
| Unify network socket creation between platform. Ensure IPV6_V6ONLY flag is not set on sockets (allow IPv4 connection in IPv6 socket, dual-stack). | |||||
| 2016-10-30 | TCPServer listen now default to IP type ANY (v6 socket with v4 support) | Fabio Alessandrelli | 4 | -5/+5 | |
| 2016-10-30 | scons: Move lib splitting method to methods.py | Rémi Verschelde | 3 | -3/+51 | |
| Apparently it might still be necessary for some console ports. | |||||
| 2016-10-31 | Fix 2 search menus are shown | volzhs | 1 | -11/+6 | |
| 2016-10-30 | Fix bug with saving last select language and remove warning | volzhs | 1 | -6/+1 | |
| 2016-10-30 | Revert "make `Container` node aware of `Size Flags`" | Rémi Verschelde | 1 | -12/+0 | |
| This reverts commit 6ed15e995dd83c1cf6808f261066580a1f8bc297. Fixes #6974. | |||||
| 2016-10-29 | Won't change editor tabs when using External Editor. | Henrique L. Alves | 1 | -2/+6 | |
| Fixes issue #3046. | |||||
| 2016-10-29 | Adopt simpler strategy for big libs on Windows | Pedro J. Estébanez | 2 | -50/+12 | |
| 2016-10-28 | Add "Never" underline mode to LinkButton | rdb | 3 | -4/+9 | |
| 2016-10-27 | Ability to drag script files from Filesystem dock to SceneTree dock. | Andreas Haas | 4 | -2/+38 | |
| Allows to attach scripts by dragging them onto the target Node. | |||||
| 2016-10-27 | Fix locale for macOS-style locales | Damon | 1 | -6/+12 | |
