summaryrefslogtreecommitdiff
path: root/core/math/math_funcs.cpp
AgeCommit message (Expand)Author
2020-05-14Style: Enforce braces around if blocks and loopsRémi Verschelde
2020-05-14Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde
2020-01-01Update copyright statements to 2020Rémi Verschelde
2019-10-08Remove circular include between core/typedefs.h and core/error_macros.hMarcel Admiraal
2019-07-23Inspector: Make default float step configurableRémi Verschelde
2019-07-01Remove unnecessary code and add some error explanationsqarmin
2019-01-01Update copyright statements to 2019Rémi Verschelde
2018-11-13Implement random number generatorChaosus
2018-09-19Fix: Strip integer part in "decimals"Aaron Franke
2018-03-06Update wrap functionsChaosus
2018-01-05Add missing copyright headers and fix formattingRémi Verschelde
2018-01-01Update copyright statements to 2018Rémi Verschelde
2017-10-13Added new wrap functionsChaosus
2017-08-27Dead code tells no talesRémi Verschelde
2017-08-27Use HTTPS URL for Godot's website in the headersRémi Verschelde
2017-04-17Fix PRNG randomization.Ferenc Arn
2017-04-08Add "Godot Engine contributors" copyright lineRémi Verschelde
2017-03-05A Whole New World (clang-format edition)Rémi Verschelde
2017-01-20Merge pull request #7528 from tagcup/real_t_float_fixesJuan Linietsky
2017-01-18Some changes in the header so Godot3 compiles again on Windows.BastiaanOlij
2017-01-16Overloaded basic math funcs (double and float variants). Use real_t rather th...Ferenc Arn
2017-01-15Replace the existing PRNG (Xorshift31) with (minimal) PCG (XSH-RR variant wit...Ferenc Arn
2017-01-12made math functions inlnieJuan Linietsky
2017-01-01Welcome in 2017, dear changelog reader!Rémi Verschelde
2016-10-10xorshift32 PRNG for Math::rand_from_seed()yg2f
2016-07-26Changed the way the step decimals are computed to a safer way, fixes many iss...Juan Linietsky
2016-05-01math: Fix rounding error for 0 in Math::round (#4495)Rémi Verschelde
2016-03-09remove trailing whitespaceHubert Jarosz
2016-01-03Fixed the decimals function, it can't be perfect but it should be good enough...Juan Linietsky
2016-01-01Update copyright to 2016 in headersGeorge Marques
2015-05-06optional formal changesehriche
2015-05-01-Fixes from source code analyzizer, closes #1768Juan Linietsky
2015-04-18Updated copyright year in all headersJuan Linietsky
2014-10-27- Fix issue #802: randomize() now generate non-zero seed during the first hou...Guy Rabiller
2014-03-13-fix bug in cache for atlas import/exportJuan Linietsky
2014-02-15-fixed bug in Button now exporting font propertyJuan Linietsky
2014-02-09GODOT IS OPEN SOURCEJuan Linietsky