Age | Commit message (Expand) | Author |
2020-01-02 | Merge pull request #34476 from volzhs/no-slash-localize_path | Rémi Verschelde |
2020-01-02 | Merge pull request #34618 from qarmin/vector_please_dont_crash | Rémi Verschelde |
2020-01-02 | Merge pull request #34745 from timothyqiu/vararg-return-nil-34743 | Rémi Verschelde |
2020-01-02 | Object::disconnect: Better errors when no signal or locked | Rémi Verschelde |
2020-01-02 | Allows to doc vararg method return type as void | Haoyu Qiu |
2020-01-01 | Fixed antialiasing option for Polygon2D | PouleyKetchoupp |
2020-01-01 | Update copyright statements to 2020 | Rémi Verschelde |
2019-12-30 | Merge pull request #34682 from Calinou/os-exit-code-nonportable-warning | Rémi Verschelde |
2019-12-29 | Print a warning message if `OS.exit_code` is set to a non-portable value | Hugo Locurcio |
2019-12-29 | Add ord() function to Expression class | Danil Alexeev |
2019-12-26 | Don't use constant reference in Vector push_back, insert and append_array | Rafał Mikrut |
2019-12-22 | Fix buffers size calculation in PacketPeerStream. | Fabio Alessandrelli |
2019-12-20 | Make sure no additional slash being added with localize_path | volzhs |
2019-12-20 | Encodes property names properly in project.godot | Haoyu Qiu |
2019-12-19 | Merge pull request #34421 from Chaosus/fix_strcpy_warning | Rémi Verschelde |
2019-12-18 | Suggest use of deferred or oneshot on disconnect if the signal is locked. Clo... | Juan Linietsky |
2019-12-18 | Fix build warning in ustring.cpp on Windows/MSVC platform | Yuri Roubinsky |
2019-12-17 | Merge pull request #34348 from Catchawink/master | Rémi Verschelde |
2019-12-17 | Improve error message and do not spam forever. | Juan Linietsky |
2019-12-17 | Restore signal locking, for some reason missing. | Juan Linietsky |
2019-12-16 | Fixed issues with using a relative path in the export window. | Catchawink |
2019-12-15 | Document that translated does not behave like rotated or scaled | Aaron Franke |
2019-12-14 | Merge pull request #33910 from Faless/net/android_mlock | Rémi Verschelde |
2019-12-14 | UDP sockets broadcast is now disabled by default. | Fabio Alessandrelli |
2019-12-13 | Drop b2d_convexdecomp. no longer necessary. | Rémi Verschelde |
2019-12-13 | Merge pull request #34310 from qarmin/shift_operators | Rémi Verschelde |
2019-12-12 | Don't allow to use too big or too small shift operators | Rafał Mikrut |
2019-12-12 | Fixes crash when using Resource::_take_over_path | Haoyu Qiu |
2019-12-11 | Merge pull request #27792 from Giacom/fix_quat | Rémi Verschelde |
2019-12-10 | NetSocket set_broadcast_enabled returns Error enum | Fabio Alessandrelli |
2019-12-10 | Merge pull request #34040 from qarmin/unused_variable_more_precise_numbers | Rémi Verschelde |
2019-12-10 | Removed unused variables, add some constants numbers | Rafał Mikrut |
2019-12-07 | Make some arguments in PCKPacker methods optional | Hugo Locurcio |
2019-12-04 | ResourceLoader: Add language code matching for localized resources | Rémi Verschelde |
2019-12-04 | Translation: Refactor locale matching to use proper language code | Rémi Verschelde |
2019-12-04 | Added support for vertical syncing via the Windows OS compositor (DWM.) | TerminalJack |
2019-12-03 | Fix severe performance drop while deflating polylines | Andrii Doroshenko (Xrayez) |
2019-12-03 | Merge pull request #34072 from arlez80/master | Rémi Verschelde |
2019-12-03 | fixed set pitch bend value and implemented midi running status | あるる / きのもと 結衣 |
2019-12-03 | Merge pull request #33857 from nekomatata/polygon-2d-antialiasing | Rémi Verschelde |
2019-12-01 | Merge pull request #33640 from mewin/http_head_request | Fabio Alessandrelli |
2019-11-28 | Fixed antialiased option for Polygon2D / Line2D | PouleyKetchoupp |
2019-11-28 | Add an `OS.is_window_focused()` getter | Hugo Locurcio |
2019-11-26 | do not wait for response body when making a HEAD request | Patrick Wuttke |
2019-11-26 | Revert "Fix localise_path method so that uncached scripts don't sometimes get... | Emmanuel Leblond |
2019-11-25 | Merge pull request #33862 from Faless/net/http_request_chunk_size | Rémi Verschelde |
2019-11-24 | Add download_chunk_size property to HTTPRequest. | Fabio Alessandrelli |
2019-11-23 | Merge pull request #33652 from Black-Cat/http-client-fix | Fabio Alessandrelli |
2019-11-23 | Fix HTTPClient::poll crash when connection set to null | Artem Burjachenko |
2019-11-20 | Merge pull request #33583 from qarmin/fix_overflows_unitialized | Rémi Verschelde |