.. |
a.h
|
|
|
animvpx.h
|
Add buildvfs, abstraction layer for file I/O.
|
2019-03-01 08:51:50 +00:00 |
baselayer.h
|
- Blood merge
|
2019-09-19 22:06:49 +02:00 |
build.h
|
- Blood merge
|
2019-09-19 22:06:49 +02:00 |
buildtypes.h
|
- Blood merge
|
2019-09-19 22:06:49 +02:00 |
cache1d.h
|
- Blood merge
|
2019-09-19 22:06:49 +02:00 |
clip.h
|
Utilize the types added in the previous commit
|
2019-09-19 14:46:31 +02:00 |
collections.h
|
Replace #if CXXSTD >= 2011 || EDUKE32_MSVC_PREREQ(1800) with #ifdef HAVE_CXX11_HEADERS
|
2019-09-19 14:23:29 +02:00 |
colmatch.h
|
|
|
common.h
|
- merged in the changes RedNukem made to the Build code.
|
2019-09-19 00:19:02 +02:00 |
compat.h
|
Remove obsolete "msinttypes" headers
|
2019-09-19 14:30:24 +02:00 |
crc32.h
|
|
|
debugbreak.h
|
Add debugbreak.h from https://github.com/scottt/debugbreak
|
2018-10-04 04:19:46 +00:00 |
dxdidf.h
|
|
|
dynamicgtk.h
|
|
|
editor.h
|
Fix a bunch of improperly defined bitmap arrays
|
2019-09-19 14:36:54 +02:00 |
elauxlib.h
|
|
|
elua.h
|
|
|
fix16.h
|
Use FORCE_INLINE and CONSTEXPR where appropriate in the Q16 fixed point math library
|
2019-09-19 14:30:22 +02:00 |
fix16.hpp
|
|
|
fix16_int64.h
|
Use FORCE_INLINE and CONSTEXPR where appropriate in the Q16 fixed point math library
|
2019-09-19 14:30:22 +02:00 |
glbuild.h
|
- removed the compressed texture cache.
|
2019-09-17 20:18:18 +02:00 |
glsurface.h
|
Support software renderer upscaling engine-side in sdlayer and sdlayer12 with various scaling factors (beyond just pixel doubling).
|
2018-07-14 21:36:44 +00:00 |
gtkbits.h
|
|
|
gtkpixdata.h
|
|
|
gtkpixdata_shim.h
|
|
|
hash.h
|
Use lowercase when computing hashes in hash_getcode()
|
2019-03-02 23:21:13 +00:00 |
hightile.h
|
|
|
klzw.h
|
Move the LZW compression functions out of cache1d.cpp into their own object, klzw.cpp.
|
2018-11-05 07:28:07 +00:00 |
kplib.h
|
Fix extern "C" error in kplib.h affecting the Build tools
|
2019-09-19 14:20:40 +02:00 |
libdivide.h
|
Update libdivide.h with a couple of fixes for obscure problems from their git repo
|
2019-09-19 14:36:56 +02:00 |
lunatic.h
|
|
|
lz4.h
|
Update engine headers so that argument names in function declarations match the actual function definitions. This also removes const from function declarations in cases when it isn't meaningful.
|
2018-10-16 06:09:20 +00:00 |
m32script.h
|
Update engine headers so that argument names in function declarations match the actual function definitions. This also removes const from function declarations in cases when it isn't meaningful.
|
2018-10-16 06:09:20 +00:00 |
md4.h
|
|
|
mdsprite.h
|
- Blood merge
|
2019-09-19 22:06:49 +02:00 |
miniz.h
|
Update Miniz
|
2018-04-23 06:35:34 +00:00 |
miniz_common.h
|
Update Miniz
|
2018-04-23 06:35:34 +00:00 |
miniz_tdef.h
|
Update Miniz
|
2018-04-23 06:35:34 +00:00 |
miniz_tinfl.h
|
Update miniz to 3616bf804b1e7b9be5e2769b1e4a7d74d575b13c
|
2018-10-25 23:30:32 +00:00 |
mmulti.h
|
Dummy functions for mmulti.h for now until OldMP's mmulti is ported
|
2019-09-19 14:05:47 +02:00 |
mutex.h
|
|
|
osd.h
|
Add buildvfs, abstraction layer for file I/O.
|
2019-03-01 08:51:50 +00:00 |
osxbits.h
|
|
|
osxmain.h
|
|
|
palette.h
|
- Blood merge
|
2019-09-19 22:06:49 +02:00 |
pngwrite.h
|
Add buildvfs, abstraction layer for file I/O.
|
2019-03-01 08:51:50 +00:00 |
polymer.h
|
Cleanup includes
|
2018-11-18 18:09:48 +00:00 |
polymost.h
|
- Blood merge
|
2019-09-19 22:06:49 +02:00 |
pragmas.h
|
Remove useless unused "sqr" function
|
2019-09-19 14:36:59 +02:00 |
pragmas_arm.h
|
|
|
pragmas_ppc.h
|
|
|
pragmas_x86_gcc.h
|
Additional const and constexpr usage in compat.h and pragmas
|
2018-10-25 23:33:52 +00:00 |
pragmas_x86_msvc.h
|
|
|
print.h
|
Replace #if CXXSTD >= 2011 || EDUKE32_MSVC_PREREQ(1800) with #ifdef HAVE_CXX11_HEADERS
|
2019-09-19 14:23:29 +02:00 |
prlights.h
|
|
|
rawinput.h
|
|
|
renderlayer.h
|
|
|
scancodes.h
|
|
|
scriptfile.h
|
|
|
sdl_inc.h
|
sdlmusic: Slight cosmetic cleanup
|
2018-05-19 14:14:25 +00:00 |
sdlappicon.h
|
|
|
sdlayer.h
|
- Blood merge
|
2019-09-19 22:06:49 +02:00 |
softsurface.h
|
Support software renderer upscaling engine-side in sdlayer and sdlayer12 with various scaling factors (beyond just pixel doubling).
|
2018-07-14 21:36:44 +00:00 |
startwin.editor.h
|
|
|
stats.h
|
- removed the compressed texture cache.
|
2019-09-17 20:18:18 +02:00 |
texcache.h
|
- removed the compressed texture cache.
|
2019-09-17 20:18:18 +02:00 |
tracker.hpp
|
SW: Address -Woverflow warnings resulting from the struct tracker templates being too restrictive
|
2019-09-19 14:05:59 +02:00 |
tracker_operator.hpp
|
Fix warnings with TrackedType
|
2019-09-19 14:23:22 +02:00 |
tracker_operators.hpp
|
|
|
vfs.h
|
Add buildvfs_fopen_write_text
|
2019-03-11 06:06:47 +00:00 |
wiibits.h
|
|
|
winbits.h
|
|
|
windows_inc.h
|
|
|
winlayer.h
|
Fix compilation with winlayer
|
2019-03-04 23:48:50 +00:00 |
xxhash.h
|
Update engine headers so that argument names in function declarations match the actual function definitions. This also removes const from function declarations in cases when it isn't meaningful.
|
2018-10-16 06:09:20 +00:00 |