Mitch Richters
|
b02a6a3ec9
|
- Replace MIN() from templates.h with version provided in STL.
|
2021-10-30 10:36:15 +02:00 |
|
Mitch Richters
|
9894729fc2
|
- Replace MAX() from templates.h with version provided in STL.
# Conflicts:
# source/common/textures/hw_ihwtexture.cpp
# source/common/utility/templates.h
|
2021-10-30 10:36:02 +02:00 |
|
Christoph Oelckers
|
57b638f26f
|
- use std::clamp instead of our homegrown version.
|
2021-10-30 10:35:00 +02:00 |
|
Mitchell Richters
|
90e711464a
|
- clamp(): Remove definition in compat.h and uplift definition in templates.h.
|
2020-10-07 13:29:00 +11:00 |
|
Christoph Oelckers
|
f671eb622f
|
- migrated to GZDoom's utility code.
|
2020-04-12 08:30:39 +02:00 |
|
Christoph Oelckers
|
e2f5e8fe34
|
- renamed 'common' to 'core'.
We'll need 'common' for something else.
|
2020-04-12 08:30:36 +02:00 |
|
Christoph Oelckers
|
034ce097c5
|
- added more utilities from GZDoom - TArray/TMap and FileReader.
|
2019-09-23 19:52:25 +02:00 |
|