summaryrefslogtreecommitdiffstats
path: root/core
Commit message (Expand)AuthorAgeFilesLines
...
| * | | 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
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | |
| * | | | | | | | Added empty() function to pool array typesPouleyKetchoupp2019-10-312-0/+21
* | | | | | | | | Fix "seperate" typosAaron Franke2019-10-311-1/+1
* | | | | | | | | Provide and print error messages for JSON parsingAndrii Doroshenko (Xrayez)2019-10-311-0/+3
* | | | | | | | | Merge pull request #33174 from hbina/fix_srgb_to_linearRémi Verschelde2019-10-311-1/+1
|\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | |
| * | | | | | | | Fixed uinitialized variable in srgb_to_linear tableHanif Bin Ariffin2019-10-301-1/+1
| |/ / / / / / /
* / / / / / / / [macOS, Windows, X11] Add graphic tablet pen pressure and tilt support to Inp...bruvzg2019-10-302-0/+43
|/ / / / / / /
* | | | | | | Fixed remote inspector for tool scriptsPouleyKetchoupp2019-10-282-0/+9
* | | | | | | Merge pull request #32416 from bojidar-bg/32415-shared-metadataRémi Verschelde2019-10-281-1/+1
|\ \ \ \ \ \ \
| * | | | | | | Ensure object metadata is uniqueBojidar Marinov2019-09-281-1/+1
* | | | | | | | Merge pull request #33104 from qarmin/fix_some_crashesRémi Verschelde2019-10-284-2/+11
|\ \ \ \ \ \ \ \
| * | | | | | | | Fix some crashes and using null pointersRafał Mikrut2019-10-284-2/+11
| | |_|_|_|_|/ / | |/| | | | | |
* | | | | | | | Merge pull request #32719 from nekomatata/dictionary-optimizationRémi Verschelde2019-10-261-14/+9
|\ \ \ \ \ \ \ \
| * | | | | | | | Optimized Dictionary hash() and duplicate() methodsPouleyKetchoupp2019-10-101-14/+9
* | | | | | | | | MultiplayerAPI cleanup cache when peer disconnectsFabio Alessandrelli2019-10-251-1/+10
* | | | | | | | | Fix missing `z_verbose` and `z_error` symbols in debug iOS build.bruvzg2019-10-251-0/+2
| |_|_|_|_|_|/ / |/| | | | | | |