Aaron Franke
|
a5543bc35e
[3.x] Warn when using the dectime method
|
4 years ago |
Rémi Verschelde
|
140350d767
Style: Enforce braces around if blocks and loops
|
4 years ago |
Rémi Verschelde
|
b5e1e05ef2
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
|
4 years ago |
Rémi Verschelde
|
49646383f1
Update copyright statements to 2021
|
4 years ago |
Rémi Verschelde
|
a7f49ac9a1
Update copyright statements to 2020
|
5 years ago |
Marcel Admiraal
|
c2aa3e2351
Remove circular include between core/typedefs.h and core/error_macros.h
|
5 years ago |
Rémi Verschelde
|
d844e30614
Inspector: Make default float step configurable
|
6 years ago |
qarmin
|
3c154eb93b
Remove unnecessary code and add some error explanations
|
6 years ago |
Rémi Verschelde
|
b16c309f82
Update copyright statements to 2019
|
6 years ago |
Chaosus
|
f8151a9e50
Implement random number generator
|
6 years ago |
Aaron Franke
|
5f4f9ca4a5
Fix: Strip integer part in "decimals"
|
6 years ago |
Chaosus
|
70bb31a7b2
Update wrap functions
|
7 years ago |
Rémi Verschelde
|
e4213e66b2
Add missing copyright headers and fix formatting
|
7 years ago |
Rémi Verschelde
|
b50a9114b1
Update copyright statements to 2018
|
7 years ago |
Chaosus
|
216a8aa643
Added new wrap functions
|
7 years ago |
Rémi Verschelde
|
7ad14e7a3e
Dead code tells no tales
|
8 years ago |
Rémi Verschelde
|
bd282ff43f
Use HTTPS URL for Godot's website in the headers
|
8 years ago |
Ferenc Arn
|
ceb699f5ec
Fix PRNG randomization.
|
8 years ago |
Rémi Verschelde
|
df61dc4b2b
Add "Godot Engine contributors" copyright line
|
8 years ago |
Rémi Verschelde
|
5dbf1809c6
A Whole New World (clang-format edition)
|
8 years ago |
Juan Linietsky
|
ee0f53df52
Merge pull request #7528 from tagcup/real_t_float_fixes
|
8 years ago |
BastiaanOlij
|
d11a4c1120
Some changes in the header so Godot3 compiles again on Windows.
|
8 years ago |
Ferenc Arn
|
6f4f9aa6de
Overloaded basic math funcs (double and float variants). Use real_t rather than float or double in generic functions (core/math) whenever possible.
|
8 years ago |
Ferenc Arn
|
4c9004671a
Replace the existing PRNG (Xorshift31) with (minimal) PCG (XSH-RR variant with 32-bit output, 64-bit state).
|
8 years ago |
Juan Linietsky
|
ad224295c0
made math functions inlnie
|
8 years ago |
Rémi Verschelde
|
c7bc44d5ad
Welcome in 2017, dear changelog reader!
|
8 years ago |
yg2f
|
a747c8ccee
xorshift32 PRNG for Math::rand_from_seed()
|
8 years ago |
Juan Linietsky
|
9151eb591d
Changed the way the step decimals are computed to a safer way, fixes many issues.
|
9 years ago |
Rémi Verschelde
|
6883325f92
math: Fix rounding error for 0 in Math::round (#4495)
|
9 years ago |
Hubert Jarosz
|
4a4f247914
remove trailing whitespace
|
9 years ago |