summaryrefslogtreecommitdiff
path: root/core
AgeCommit message (Expand)Author
2019-12-30Merge pull request #34682 from Calinou/os-exit-code-nonportable-warningRémi Verschelde
2019-12-29Print a warning message if `OS.exit_code` is set to a non-portable valueHugo Locurcio
2019-12-29Add ord() function to Expression classDanil Alexeev
2019-12-22Fix buffers size calculation in PacketPeerStream.Fabio Alessandrelli
2019-12-20Encodes property names properly in project.godotHaoyu Qiu
2019-12-19Merge pull request #34421 from Chaosus/fix_strcpy_warningRémi Verschelde
2019-12-18Suggest use of deferred or oneshot on disconnect if the signal is locked. Clo...Juan Linietsky
2019-12-18Fix build warning in ustring.cpp on Windows/MSVC platformYuri Roubinsky
2019-12-17Merge pull request #34348 from Catchawink/masterRémi Verschelde
2019-12-17Improve error message and do not spam forever.Juan Linietsky
2019-12-17Restore signal locking, for some reason missing.Juan Linietsky
2019-12-16Fixed issues with using a relative path in the export window.Catchawink
2019-12-15Document that translated does not behave like rotated or scaledAaron Franke
2019-12-14Merge pull request #33910 from Faless/net/android_mlockRémi Verschelde
2019-12-14UDP sockets broadcast is now disabled by default.Fabio Alessandrelli
2019-12-13Drop b2d_convexdecomp. no longer necessary.Rémi Verschelde
2019-12-13Merge pull request #34310 from qarmin/shift_operatorsRémi Verschelde
2019-12-12Don't allow to use too big or too small shift operatorsRafał Mikrut
2019-12-11Merge pull request #27792 from Giacom/fix_quatRémi Verschelde
2019-12-10NetSocket set_broadcast_enabled returns Error enumFabio Alessandrelli
2019-12-10Merge pull request #34040 from qarmin/unused_variable_more_precise_numbersRémi Verschelde
2019-12-10Removed unused variables, add some constants numbersRafał Mikrut
2019-12-07Make some arguments in PCKPacker methods optionalHugo Locurcio
2019-12-04ResourceLoader: Add language code matching for localized resourcesRémi Verschelde
2019-12-04Translation: Refactor locale matching to use proper language codeRémi Verschelde
2019-12-04Added support for vertical syncing via the Windows OS compositor (DWM.)TerminalJack
2019-12-03Fix severe performance drop while deflating polylinesAndrii Doroshenko (Xrayez)
2019-12-03Merge pull request #34072 from arlez80/masterRémi Verschelde
2019-12-03fixed set pitch bend value and implemented midi running statusあるる / きのもと 結衣
2019-12-03Merge pull request #33857 from nekomatata/polygon-2d-antialiasingRémi Verschelde
2019-12-01Merge pull request #33640 from mewin/http_head_requestFabio Alessandrelli
2019-11-28Fixed antialiased option for Polygon2D / Line2DPouleyKetchoupp
2019-11-26do not wait for response body when making a HEAD requestPatrick Wuttke
2019-11-26Revert "Fix localise_path method so that uncached scripts don't sometimes get...Emmanuel Leblond
2019-11-25Merge pull request #33862 from Faless/net/http_request_chunk_sizeRémi Verschelde
2019-11-24Add download_chunk_size property to HTTPRequest.Fabio Alessandrelli
2019-11-23Merge pull request #33652 from Black-Cat/http-client-fixFabio Alessandrelli
2019-11-23Fix HTTPClient::poll crash when connection set to nullArtem Burjachenko
2019-11-20Merge pull request #33583 from qarmin/fix_overflows_unitializedRémi Verschelde
2019-11-20Fix some overflows and unitialized variablesRafał Mikrut
2019-11-19Fixed bug caused by a copy/paste error in Face3::get_closest_point_tostoofin
2019-11-13Fix explain message not being stripped in release.Fabio Alessandrelli
2019-11-11Merge pull request #33517 from madmiraal/fix-_MSG-macrosRémi Verschelde
2019-11-11Remove ERR_EXPLAIN macros and the scaffolding they needed.Marcel Admiraal
2019-11-11Remove all uses of ERR_EXPLAIN macros.Marcel Admiraal
2019-11-10Send m_msg directly to _err_print_error().Marcel Admiraal
2019-11-08Expose the `OS.low_processor_usage_mode_sleep_usec` propertyHugo Locurcio
2019-11-08doc: Sync classref with current sourceRémi Verschelde
2019-11-08Merge pull request #33445 from kawa-yoiko/astar-soft-errorRémi Verschelde
2019-11-08Fix MinGW/clang/LLD/UCRT build.bruvzg