.. |
2d.cpp
|
Fix the automap glitch in the region around the full status bar in Polymost
|
2019-02-18 22:02:42 +00:00 |
a-c.cpp
|
Refresh BUILDLIC copyright headers
|
2018-11-05 07:28:01 +00:00 |
a.masm
|
Move pow2char and pow2long to build.h and make them constexpr
|
2018-11-18 18:05:26 +00:00 |
a.nasm
|
Move pow2char and pow2long to build.h and make them constexpr
|
2018-11-18 18:05:26 +00:00 |
a64.yasm
|
The great repository rearrangement of 2017.
|
2017-02-01 10:01:11 +00:00 |
animvpx.cpp
|
Replace remaining instances of regular malloc/calloc/realloc/strdup with our memory error handler versions
|
2018-10-25 23:28:56 +00:00 |
baselayer.cpp
|
rotatesprite hack from Fox
|
2019-01-30 00:19:56 +00:00 |
build.cpp
|
Mapster32: fix use of uninitialized values
|
2019-02-02 23:24:36 +00:00 |
cache1d.cpp
|
Move the LZW compression functions out of cache1d.cpp into their own object, klzw.cpp.
|
2018-11-05 07:28:07 +00:00 |
clip.cpp
|
Refresh BUILDLIC copyright headers
|
2018-11-05 07:28:01 +00:00 |
colmatch.cpp
|
The great repository rearrangement of 2017.
|
2017-02-01 10:01:11 +00:00 |
common.cpp
|
Use auto in ldist() and dist() because it looks nicer than vec3_t const *const
|
2018-11-18 18:06:48 +00:00 |
compat.cpp
|
Fix typo
|
2019-02-20 21:30:11 +00:00 |
config.cpp
|
sscanf format parameter fixups
|
2018-10-25 23:29:20 +00:00 |
crc32.cpp
|
The great repository rearrangement of 2017.
|
2017-02-01 10:01:11 +00:00 |
defs.cpp
|
Replace remaining instances of regular malloc/calloc/realloc/strdup with our memory error handler versions
|
2018-10-25 23:28:56 +00:00 |
dxtfilter.cpp
|
Texcache cleanups. No longer allocates a 256 byte buffer for every cache entry's name.
|
2017-06-27 02:24:34 +00:00 |
dynamicgtk.cpp
|
Route all inclusion of libc headers and most of POSIX headers through compat.h.
|
2017-02-25 08:15:36 +00:00 |
engine.cpp
|
Patch from Fox:
|
2019-02-18 22:02:33 +00:00 |
engine_oldmap.h
|
The great repository rearrangement of 2017.
|
2017-02-01 10:01:11 +00:00 |
engine_priv.h
|
Fix oversight with wall texture rotation on tile 0
|
2018-11-18 21:17:59 +00:00 |
fix16.c
|
Rename int64.h to fix16_int64.h
|
2018-04-23 06:35:25 +00:00 |
fix16_str.c
|
Use Q16.16 fixed point for player horiz
|
2018-03-07 04:21:05 +00:00 |
glbuild.cpp
|
Cleanup includes
|
2018-11-18 18:09:48 +00:00 |
glsurface.cpp
|
Replace remaining instances of regular malloc/calloc/realloc/strdup with our memory error handler versions
|
2018-10-25 23:28:56 +00:00 |
gtkbits.cpp
|
Common.mak: Massive reorganization/cleanup.
|
2017-06-09 06:38:42 +00:00 |
hash.cpp
|
Move hash_getcode() and inthash_getcode() to hash.h so they can be used in places other than hash.cpp
|
2018-11-18 18:12:28 +00:00 |
hightile.cpp
|
Fix build issues with ARM and USE_OPENGL=0. DONT_BUILD.
|
2018-02-15 03:49:23 +00:00 |
jwzgles.c
|
The great repository rearrangement of 2017.
|
2017-02-01 10:01:11 +00:00 |
klzw.cpp
|
Move the LZW compression functions out of cache1d.cpp into their own object, klzw.cpp.
|
2018-11-05 07:28:07 +00:00 |
kplib.cpp
|
Move pow2char and pow2long to build.h and make them constexpr
|
2018-11-18 18:05:26 +00:00 |
lunatic.cpp
|
Function names
|
2018-04-12 21:03:47 +00:00 |
lz4.c
|
Same sort of thing as the previous commits, but for the engine. Forward declaration cleanup and constification.
|
2018-10-16 06:09:09 +00:00 |
md4.cpp
|
The great repository rearrangement of 2017.
|
2017-02-01 10:01:11 +00:00 |
mdsprite.cpp
|
Replace remaining instances of regular malloc/calloc/realloc/strdup with our memory error handler versions
|
2018-10-25 23:28:56 +00:00 |
mhk.cpp
|
Ensure that anywhere the def parser takes a tilenum or palnum accepts defined tokens in addition to integer literals, if it doesn't already.
|
2018-05-23 05:43:35 +00:00 |
mingw_main.cpp
|
The great repository rearrangement of 2017.
|
2017-02-01 10:01:11 +00:00 |
miniz.c
|
Update Miniz
|
2018-04-23 06:35:34 +00:00 |
miniz_tdef.c
|
Fix a couple of warnings in the new versions of LZ4 and Miniz
|
2018-04-23 06:35:45 +00:00 |
miniz_tinfl.c
|
Update miniz to 3616bf804b1e7b9be5e2769b1e4a7d74d575b13c
|
2018-10-25 23:30:32 +00:00 |
mmulti_null.cpp
|
Refresh BUILDLIC copyright headers
|
2018-11-05 07:28:01 +00:00 |
mutex.cpp
|
Route inclusion of all Windows headers through a new header, windows_inc.h.
|
2017-02-19 22:15:44 +00:00 |
osd.cpp
|
Hendricks and I discussed "auto *" and we've come to the conclusion that it's bad form, so this corrects that.
|
2018-12-15 01:39:51 +00:00 |
osxbits.mm
|
Mac: Address deprecation warnings with the latest Xcode and macOS.
|
2017-03-27 17:13:07 +00:00 |
palette.cpp
|
Hendricks and I discussed "auto *" and we've come to the conclusion that it's bad form, so this corrects that.
|
2018-12-15 01:39:51 +00:00 |
pngwrite.cpp
|
Useless warning silencing
|
2018-10-25 23:30:03 +00:00 |
polymer.cpp
|
PI -> fPI
|
2019-02-20 21:33:04 +00:00 |
polymost.cpp
|
Patch from Fox:
|
2019-02-18 22:02:33 +00:00 |
pragmas.cpp
|
Hendricks and I discussed "auto *" and we've come to the conclusion that it's bad form, so this corrects that.
|
2018-12-15 01:39:51 +00:00 |
rawinput.cpp
|
More control/input cleanup
|
2018-11-18 18:08:53 +00:00 |
rev.cpp
|
The great repository rearrangement of 2017.
|
2017-02-01 10:01:11 +00:00 |
screenshot.cpp
|
Function names
|
2018-04-12 21:03:47 +00:00 |
scriptfile.cpp
|
Remove some dead statements, useless assigments, etc
|
2018-10-25 23:29:38 +00:00 |
sdlayer.cpp
|
Change scope of sdlayer lastSwapTime variable
|
2019-02-20 21:32:44 +00:00 |
sdlayer12.cpp
|
sdlayer: don't add windowed modes that are larger than the monitor's actual resolution
|
2018-10-25 23:32:00 +00:00 |
sdlkeytrans.cpp
|
Comment out bad entry in SDL keycode translation table
|
2018-10-07 05:20:42 +00:00 |
SDLMain.mm
|
Route all inclusion of libc headers and most of POSIX headers through compat.h.
|
2017-02-25 08:15:36 +00:00 |
smalltextfont.cpp
|
The great repository rearrangement of 2017.
|
2017-02-01 10:01:11 +00:00 |
softsurface.cpp
|
softsurface: Perform a "divisor known at compile time" optimization
|
2018-07-23 02:55:46 +00:00 |
startgtk.editor.cpp
|
Engine function name cleanup round 2
|
2018-04-12 21:02:51 +00:00 |
startosx.editor.mm
|
macOS build fix
|
2018-04-23 06:36:14 +00:00 |
startwin.editor.cpp
|
Engine function name cleanup round 2
|
2018-04-12 21:02:51 +00:00 |
texcache.cpp
|
Replace remaining instances of regular malloc/calloc/realloc/strdup with our memory error handler versions
|
2018-10-25 23:28:56 +00:00 |
textfont.cpp
|
The great repository rearrangement of 2017.
|
2017-02-01 10:01:11 +00:00 |
tilepacker.cpp
|
Replace error condition in rejectQueue_remove() with an assertion, because the NULL pointer it would return if something was fucked up would be unconditionally dereferenced in kdtree_add().
|
2018-10-10 19:14:56 +00:00 |
tiles.cpp
|
Initialize rottile values to -1 with a loop like this instead, because doing it the C++ way increases the binary size by like 120KB
|
2018-12-15 01:37:19 +00:00 |
voxmodel.cpp
|
Use std::min and std::max instead of min and max macros.
|
2018-10-16 06:09:54 +00:00 |
wiibits.cpp
|
Remove the register keyword, since it is deprecated in C++11 and removed in C++17.
|
2017-06-05 10:05:29 +00:00 |
winbits.cpp
|
Replace remaining instances of regular malloc/calloc/realloc/strdup with our memory error handler versions
|
2018-10-25 23:28:56 +00:00 |
winlayer.cpp
|
"using osdcmdptr_t = osdfuncparm_t const * const" because I'm tired of seeing it everywhere
|
2018-11-18 18:06:15 +00:00 |
xxhash.c
|
Update xxHash
|
2018-04-23 06:35:17 +00:00 |