taisei/src/util
Andrei Alexeyev 80b1026d08
Don't redefine standard complex macro; use a new cmplx typedef
This also introduces `float32`, `float64`, and `real` typedefs to be
used in place of `float` and `double` later. `real` is for game code and
other places where we don't particularly care about the precision and
format of the underlying type, and is currently defined to `double`.
`float32` and `float64` should replace `float` and `double` respectively
2019-11-22 05:38:48 +02:00
..
pixmap_loaders Don't redefine standard complex macro; use a new cmplx typedef 2019-11-22 05:38:48 +02:00
assert.c make upkeep script preserve existing copyrights 2019-08-03 20:44:22 +03:00
assert.h make upkeep script preserve existing copyrights 2019-08-03 20:44:22 +03:00
compat.h Don't redefine standard complex macro; use a new cmplx typedef 2019-11-22 05:38:48 +02:00
consideredharmful.h make upkeep script preserve existing copyrights 2019-08-03 20:44:22 +03:00
crap.c make upkeep script preserve existing copyrights 2019-08-03 20:44:22 +03:00
crap.h add attr_returns_allocated for functions that allocate new objects 2019-08-04 01:29:41 +03:00
debug.c make upkeep script preserve existing copyrights 2019-08-03 20:44:22 +03:00
debug.h make upkeep script preserve existing copyrights 2019-08-03 20:44:22 +03:00
env.c windows: detect intel's shitty driver and fall back to ANGLE 2019-09-21 16:46:22 +03:00
env.h video: fix fallback to default SDL driver selection 2019-09-15 12:52:24 +03:00
fbmgr.c New system to manage auto-resized framebuffers 2019-08-25 02:52:39 +03:00
fbmgr.h New system to manage auto-resized framebuffers 2019-08-25 02:52:39 +03:00
fbpair.c New system to manage auto-resized framebuffers 2019-08-25 02:52:39 +03:00
fbpair.h New system to manage auto-resized framebuffers 2019-08-25 02:52:39 +03:00
fbutil.c New system to manage auto-resized framebuffers 2019-08-25 02:52:39 +03:00
fbutil.h New system to manage auto-resized framebuffers 2019-08-25 02:52:39 +03:00
geometry.c Don't redefine standard complex macro; use a new cmplx typedef 2019-11-22 05:38:48 +02:00
geometry.h Don't redefine standard complex macro; use a new cmplx typedef 2019-11-22 05:38:48 +02:00
glm.h make upkeep script preserve existing copyrights 2019-08-03 20:44:22 +03:00
graphics.c Refactor matrix stack API to get rid of matrix mode (#177) 2019-10-12 15:02:15 +03:00
graphics.h New system to manage auto-resized framebuffers 2019-08-25 02:52:39 +03:00
io.c remove some dead code 2019-08-04 01:36:00 +03:00
io.h remove some dead code 2019-08-04 01:36:00 +03:00
kvparser.c make upkeep script preserve existing copyrights 2019-08-03 20:44:22 +03:00
kvparser.h Don't redefine standard complex macro; use a new cmplx typedef 2019-11-22 05:38:48 +02:00
meson.build New system to manage auto-resized framebuffers 2019-08-25 02:52:39 +03:00
miscmath.c Don't redefine standard complex macro; use a new cmplx typedef 2019-11-22 05:38:48 +02:00
miscmath.h Don't redefine standard complex macro; use a new cmplx typedef 2019-11-22 05:38:48 +02:00
opuscruft.c make upkeep script preserve existing copyrights 2019-08-03 20:44:22 +03:00
opuscruft.h make upkeep script preserve existing copyrights 2019-08-03 20:44:22 +03:00
pixmap.c make upkeep script preserve existing copyrights 2019-08-03 20:44:22 +03:00
pixmap.h add attr_returns_allocated for functions that allocate new objects 2019-08-04 01:29:41 +03:00
pixmap_conversion.inc.h Support 16-bit uint and 32-bit float textures 2018-10-19 05:27:54 +03:00
platform_posix.c make upkeep script preserve existing copyrights 2019-08-03 20:44:22 +03:00
platform_win32.c make upkeep script preserve existing copyrights 2019-08-03 20:44:22 +03:00
pngcruft.c make upkeep script preserve existing copyrights 2019-08-03 20:44:22 +03:00
pngcruft.h make upkeep script preserve existing copyrights 2019-08-03 20:44:22 +03:00
rectpack.c shut up a debug print in rectpack 2019-11-08 21:07:02 +02:00
rectpack.h Share spritesheets between fonts 2019-09-17 14:35:29 +03:00
sha256.c make upkeep script preserve existing copyrights 2019-08-03 20:44:22 +03:00
sha256.h add attr_returns_allocated for functions that allocate new objects 2019-08-04 01:29:41 +03:00
sha256_openssl.c make upkeep script preserve existing copyrights 2019-08-03 20:44:22 +03:00
sse42.c Don't redefine standard complex macro; use a new cmplx typedef 2019-11-22 05:38:48 +02:00
sse42.h make upkeep script preserve existing copyrights 2019-08-03 20:44:22 +03:00
stringops.c remove some dead code 2019-08-04 01:36:00 +03:00
stringops.h remove some dead code 2019-08-04 01:36:00 +03:00
systime.h make upkeep script preserve existing copyrights 2019-08-03 20:44:22 +03:00