Mathias Agopian
|
718e7ab064
|
remove a bunch of <functional> includes
This forces us to use an explicit hash class in a few place, but it
is cleaner.
remove utils::lower_bound and utils::upper_bound, which were not used.
|
2022-06-03 08:35:57 -07:00 |
|
Ben Doherty
|
64c5dc63ab
|
Audit usage of UTILS_PUBLIC and fix bluegl linking warning (#3988)
|
2021-07-12 17:09:13 -07:00 |
|
Mathias Agopian
|
30a07a49d0
|
add a way to import/export an Entity from/to an integer
This is intended to be used for interop with other programing languages.
|
2019-11-11 14:37:10 -08:00 |
|
Mathias Agopian
|
087b12c802
|
Fix minor time calculation imprecision
use double for the shader's 'second' time calculation, since 1 billion cannot be stored
in a float accurately.
|
2019-09-18 15:25:51 -07:00 |
|
Mathias Agopian
|
4302d9dcc3
|
reduce our dependency to the STL in public headers
|
2018-10-03 20:13:17 -07:00 |
|
Mathias Agopian
|
a4851ed835
|
fix a bunch of clang-tidy warnings
fixed a couple actual real bugs (missing returns
in operator=, wrong implicit bool conversion).
mostly added a bunch of explicit ctor.
|
2018-08-10 20:53:58 -07:00 |
|
Romain Guy
|
b3d758f3b3
|
Initial commit
|
2018-08-03 10:38:22 -07:00 |
|