summaryrefslogtreecommitdiffstats
path: root/core
Commit message (Expand)AuthorAgeFilesLines
...
* | | | Translation: Refactor locale matching to use proper language codeRémi Verschelde2019-12-042-33/+56
* | | | Added support for vertical syncing via the Windows OS compositor (DWM.)TerminalJack2019-12-044-1/+34
* | | | Fix severe performance drop while deflating polylinesAndrii Doroshenko (Xrayez)2019-12-031-1/+1
* | | | Merge pull request #34072 from arlez80/masterRémi Verschelde2019-12-032-16/+33
|\ \ \ \
| * | | | fixed set pitch bend value and implemented midi running statusあるる / きのもと 結衣2019-12-032-16/+33
| |/ / /
* | | | Merge pull request #33857 from nekomatata/polygon-2d-antialiasingRémi Verschelde2019-12-031-0/+9
|\ \ \ \ | |/ / / |/| | |
| * | | Fixed antialiased option for Polygon2D / Line2DPouleyKetchoupp2019-11-281-0/+9
* | | | Merge pull request #33640 from mewin/http_head_requestFabio Alessandrelli2019-12-012-0/+11
|\ \ \ \ | |_|_|/ |/| | |
| * | | do not wait for response body when making a HEAD requestPatrick Wuttke2019-11-262-0/+11
* | | | Revert "Fix localise_path method so that uncached scripts don't sometimes get...Emmanuel Leblond2019-11-261-1/+1
* | | | Merge pull request #33862 from Faless/net/http_request_chunk_sizeRémi Verschelde2019-11-252-0/+7
|\ \ \ \ | |_|/ / |/| | |
| * | | Add download_chunk_size property to HTTPRequest.Fabio Alessandrelli2019-11-242-0/+7
* | | | Merge pull request #33652 from Black-Cat/http-client-fixFabio Alessandrelli2019-11-231-0/+2
|\ \ \ \ | |/ / / |/| | |
| * | | Fix HTTPClient::poll crash when connection set to nullArtem Burjachenko2019-11-231-0/+2
| |/ /
* | | Merge pull request #33583 from qarmin/fix_overflows_unitializedRémi Verschelde2019-11-205-1/+11
|\ \ \
| * | | Fix some overflows and unitialized variablesRafał Mikrut2019-11-205-1/+11
| |/ /
* / / Fixed bug caused by a copy/paste error in Face3::get_closest_point_tostoofin2019-11-191-1/+1
|/ /
* | Fix explain message not being stripped in release.Fabio Alessandrelli2019-11-131-72/+79
* | Merge pull request #33517 from madmiraal/fix-_MSG-macrosRémi Verschelde2019-11-115-231/+125
|\ \
| * | Remove ERR_EXPLAIN macros and the scaffolding they needed.Marcel Admiraal2019-11-114-131/+2
| * | Remove all uses of ERR_EXPLAIN macros.Marcel Admiraal2019-11-111-6/+3
| * | Send m_msg directly to _err_print_error().Marcel Admiraal2019-11-102-116/+142
* | | Expose the `OS.low_processor_usage_mode_sleep_usec` propertyHugo Locurcio2019-11-082-0/+18
|/ /
* | doc: Sync classref with current sourceRémi Verschelde2019-11-081-1/+1
* | Merge pull request #33445 from kawa-yoiko/astar-soft-errorRémi Verschelde2019-11-081-6/+6
|\ \
| * | Emit an error rather than crash in A*Shiqing2019-11-081-6/+6
* | | Fix MinGW/clang/LLD/UCRT build.bruvzg2019-11-081-2/+2
|/ /
* | Merge pull request #27742 from rxlecky/camera-replicationRémi Verschelde2019-11-083-1445/+0
|\ \
| * | Implement game camera overrideErik2019-10-233-1445/+0
* | | Merge pull request #33052 from KoBeWi/naughty_slidersRémi Verschelde2019-11-082-4/+4
|\ \ \
| * | | Fix analog input in slidersTomasz Chabora2019-11-072-4/+4
* | | | Merge pull request #33376 from jamie-pate/masterRémi Verschelde2019-11-081-0/+10
|\ \ \ \
| * | | | Fix #24137 Different number of leading zeros on MINGW printf("%lg")Jamie Pate2019-11-071-0/+10
* | | | | Merge pull request #32477 from aaronfranke/equal-approx-separateRémi Verschelde2019-11-0724-67/+129
|\ \ \ \ \
| * | | | | Expose is_equal_approx and restore == to be exact againAaron Franke2019-10-144-40/+59
| * | | | | Replace vector == and is_zero_approx(distance) with is_equal_approxAaron Franke2019-10-145-14/+5
| * | | | | Make is_equal_approx separate for structuresAaron Franke2019-10-1421-16/+68
* | | | | | Merge pull request #30556 from kawa-yoiko/astar-directedRémi Verschelde2019-11-072-35/+76
|\ \ \ \ \ \
| * | | | | | Reduce memory usage for edges in A* and add testsShiqing2019-09-282-37/+69
| * | | | | | Improve support for directed graphs in AStarShiqing2019-09-112-26/+35
* | | | | | | Merge pull request #33380 from SaracenOne/localise_path_fixRémi Verschelde2019-11-061-1/+1
|\ \ \ \ \ \ \
| * | | | | | | Fix localise_path method so that uncached scripts don't sometimes get loaded ...Saracen2019-11-061-1/+1
* | | | | | | | Remove implicit dependency on String from error_macros.h.Marcel Admiraal2019-11-062-12/+25
| |_|_|/ / / / |/| | | | | |
* | | | | | | Merge pull request #33254 from SneakyFish5/update-zstdRémi Verschelde2019-11-031-0/+2
|\ \ \ \ \ \ \
| * | | | | | | Update zstd to 1.4.3unknown2019-11-031-0/+2
| |/ / / / / /
* | | | | | | Merge pull request #33238 from qarmin/other_fixesRémi Verschelde2019-11-013-2/+9
|\ \ \ \ \ \ \
| * | | | | | | Fix some crashes, overflows and using variables without valuesRafał Mikrut2019-11-013-2/+9
* | | | | | | | Merge pull request #32643 from mewin/add_global_classGeorge Marques2019-11-011-0/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | check for cyclic inheritance when adding a global classPatrick Wuttke2019-10-081-0/+1
* | | | | | | | | Merge pull request #33210 from nekomatata/pool-array-emptyRémi Verschelde2019-11-012-0/+21
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | |