.. |
misc
|
Delete a bunch of crusty old outdated unused files.
|
2014-07-22 07:25:09 +00:00 |
util
|
Apply unpackssi_64bit_fix.patch from Gentoo Linux, with modifications.
|
2014-07-22 11:18:41 +00:00 |
a-c.c
|
Classic: introduce two signed integer types, use in engine.c and a-c.c.
|
2014-08-23 10:28:18 +00:00 |
a.masm
|
|
|
a.nasm
|
|
|
a.wasm
|
|
|
a64.yasm
|
|
|
baselayer.c
|
Remove "volatile" qualifier from mouse related variables, no longer required after the long ago removal of the hack that polled mouse input in a separate thread
|
2014-09-30 04:11:50 +00:00 |
build.c
|
More Polymost cleanup, also consolidate tilesizx and tilesizy into a single tilesiz vec2_t to ensure both x and y are always in the same cache line. I may add a new vec2_16t later. Still need to take care of emulating the old flat array for the sake of CON access.
|
2014-09-30 04:14:21 +00:00 |
cache1d.c
|
Re-use temporary buffer for tilefromtexture true color -> paletted conversion and free when finished with the .def instead of freeing and re-allocating for every tile
|
2014-09-30 04:17:53 +00:00 |
common.c
|
Clean up GL background tinting a little bit. Remove access to glRectd in favor of glRecti.
|
2014-10-25 03:25:35 +00:00 |
compat.c
|
Further work on the Xcode project.
|
2014-10-20 07:37:29 +00:00 |
config.c
|
Progress towards KenBuild Editor, part 1.
|
2014-07-28 06:43:16 +00:00 |
crc32.c
|
Rename crc32() to Bcrc32() to avoid conflicts with the crc32() function in libpng/libz. DONT_BUILD.
|
2014-10-01 17:09:54 +00:00 |
defs.c
|
Re-use temporary buffer for tilefromtexture true color -> paletted conversion and free when finished with the .def instead of freeing and re-allocating for every tile
|
2014-09-30 04:17:53 +00:00 |
dxtfilter.c
|
Fix texcache
|
2014-02-22 01:27:03 +00:00 |
dynamicgtk.c
|
Apply/replicate patches from OpenBSD to dlopen .so names.
|
2014-07-22 11:18:59 +00:00 |
engine.c
|
Rename crc32() to Bcrc32() to avoid conflicts with the crc32() function in libpng/libz. DONT_BUILD.
|
2014-10-01 17:09:54 +00:00 |
engine_oldmap.h
|
Rename sector[].filler member to '.fogpal'. From CON, keep the '.alignto' alias.
|
2014-04-05 11:28:10 +00:00 |
engine_priv.h
|
More Polymost cleanup, also consolidate tilesizx and tilesizy into a single tilesiz vec2_t to ensure both x and y are always in the same cache line. I may add a new vec2_16t later. Still need to take care of emulating the old flat array for the sake of CON access.
|
2014-09-30 04:14:21 +00:00 |
glbuild.c
|
Clean up GL background tinting a little bit. Remove access to glRectd in favor of glRecti.
|
2014-10-25 03:25:35 +00:00 |
gtkbits.c
|
|
|
hightile.c
|
More Polymost cleanup, also consolidate tilesizx and tilesizy into a single tilesiz vec2_t to ensure both x and y are always in the same cache line. I may add a new vec2_16t later. Still need to take care of emulating the old flat array for the sake of CON access.
|
2014-09-30 04:14:21 +00:00 |
kplib.c
|
Fix the Wii build and clean up remaining warnings. DONT_BUILD.
|
2014-10-19 00:44:23 +00:00 |
lunatic.c
|
Lunatic fixes:
|
2014-07-10 09:01:48 +00:00 |
lz4.c
|
Replace QuickLZ with LZ4.
|
2014-02-10 10:55:49 +00:00 |
lzwnew.c
|
Bye, bye, B*alloc(), all hail X*alloc()! Replace large portion of the calls...
|
2014-05-30 00:02:19 +00:00 |
mdsprite.c
|
Misc additional optimizations, mostly to polymost/mdsprite. Also separate voxmodel into its own source file and object. This commit is pretty large because I was hitting the limit of what could realistically be carved up into smaller patches. DONT_BUILD.
|
2014-09-30 04:18:43 +00:00 |
mingw_main.c
|
|
|
mmulti_null.c
|
KenBuild.
|
2014-07-24 14:01:44 +00:00 |
mutex.c
|
Simplify mutex wrapper into simply differentiating between RENDERTYPEWIN (which is deprecated...) and everything else, which uses SDL mutexes.
|
2014-04-17 19:58:07 +00:00 |
osd.c
|
Rename crc32() to Bcrc32() to avoid conflicts with the crc32() function in libpng/libz. DONT_BUILD.
|
2014-10-01 17:09:54 +00:00 |
osxbits.m
|
Further work on the Xcode project.
|
2014-10-20 07:37:29 +00:00 |
polymer.c
|
Clean up warnings and build issues when building under OS X 10.9. DONT_BUILD.
|
2014-10-16 21:03:24 +00:00 |
polymost.c
|
I'm retarded. DONT_BUILD.
|
2014-09-30 18:18:15 +00:00 |
pragmas.c
|
Fix the Wii build and clean up remaining warnings. DONT_BUILD.
|
2014-10-19 00:44:23 +00:00 |
rawinput.c
|
Remove "volatile" qualifier from mouse related variables, no longer required after the long ago removal of the hack that polled mouse input in a separate thread
|
2014-09-30 04:11:50 +00:00 |
scriptfile.c
|
Bye, bye, B*alloc(), all hail X*alloc()! Replace large portion of the calls...
|
2014-05-30 00:02:19 +00:00 |
sdlayer.c
|
Further work on the Xcode project.
|
2014-10-20 07:37:29 +00:00 |
sdlkeytrans.c
|
|
|
SDLMain.m
|
Further work on the Xcode project.
|
2014-10-20 07:37:29 +00:00 |
smalltextfont.c
|
|
|
startgtk.editor.c
|
|
|
startosx.editor.m
|
Fix the Wii build and clean up remaining warnings. DONT_BUILD.
|
2014-10-19 00:44:23 +00:00 |
startwin.editor.c
|
|
|
texcache.c
|
Misc additional optimizations, mostly to polymost/mdsprite. Also separate voxmodel into its own source file and object. This commit is pretty large because I was hitting the limit of what could realistically be carved up into smaller patches. DONT_BUILD.
|
2014-09-30 04:18:43 +00:00 |
textfont.c
|
|
|
voxmodel.c
|
Misc additional optimizations, mostly to polymost/mdsprite. Also separate voxmodel into its own source file and object. This commit is pretty large because I was hitting the limit of what could realistically be carved up into smaller patches. DONT_BUILD.
|
2014-09-30 04:18:43 +00:00 |
winbits.c
|
Extend ebacktrace in two ways.
|
2014-07-06 22:38:02 +00:00 |
winlayer.c
|
Fix MSVC build.
|
2014-07-28 09:00:28 +00:00 |
xxhash.c
|
Update xxhash to r36
|
2014-09-30 04:04:12 +00:00 |