.. |
2d.cpp
|
Add internal drawlinergb function.
|
2017-06-24 09:20:58 +00:00 |
a-c.cpp
|
Remove "BUILD_NOP6", old cruft for running on ancient x86 processors without MMX.
|
2017-06-23 03:58:36 +00:00 |
a.masm
|
The great repository rearrangement of 2017.
|
2017-02-01 10:01:11 +00:00 |
a.nasm
|
The great repository rearrangement of 2017.
|
2017-02-01 10:01:11 +00:00 |
a64.yasm
|
The great repository rearrangement of 2017.
|
2017-02-01 10:01:11 +00:00 |
animvpx.cpp
|
Eliminate more cases of duplication of compat.h's functionality.
|
2017-02-25 08:15:45 +00:00 |
baselayer.cpp
|
Add a few 2560 x XXXX modes to the default video modes added to the various lists
|
2017-08-27 10:20:53 +00:00 |
build.cpp
|
Fix gcc 7.1.0 warnings
|
2017-07-18 20:53:41 +00:00 |
cache1d.cpp
|
Eliminate the need for cache1d to calculate and remember the CRC32 of every GRP loaded.
|
2017-10-30 03:48:28 +00:00 |
clip.cpp
|
Remove the implicit "static" from our FORCE_INLINE macro.
|
2017-02-25 08:15:53 +00:00 |
colmatch.cpp
|
The great repository rearrangement of 2017.
|
2017-02-01 10:01:11 +00:00 |
common.cpp
|
Improve what build information we print to the log at startup. New feature: compilers, their versions, and big-endianness. Removed: C++, as it is now mandatory.
|
2017-06-05 10:05:22 +00:00 |
compat.cpp
|
Re-port our changes to libdivide.h and add new changes so that it works as we need.
|
2017-06-14 06:59:50 +00:00 |
config.cpp
|
Combine CONTROL_KeyBinds and CONTROL_MouseBinds
|
2017-07-05 05:42:54 +00:00 |
crc32.cpp
|
The great repository rearrangement of 2017.
|
2017-02-01 10:01:11 +00:00 |
defs.cpp
|
New def token for "multipsky": "yscale".
|
2017-11-29 07:29:48 +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
|
New def token for "multipsky": "yscale".
|
2017-11-29 07:29:48 +00:00 |
engine_oldmap.h
|
The great repository rearrangement of 2017.
|
2017-02-01 10:01:11 +00:00 |
engine_priv.h
|
New def token for "multipsky": "yscale".
|
2017-11-29 07:29:48 +00:00 |
glbuild.cpp
|
Route all inclusion of libc headers and most of POSIX headers through compat.h.
|
2017-02-25 08:15:36 +00:00 |
gtkbits.cpp
|
Common.mak: Massive reorganization/cleanup.
|
2017-06-09 06:38:42 +00:00 |
hash.cpp
|
The great repository rearrangement of 2017.
|
2017-02-01 10:01:11 +00:00 |
hightile.cpp
|
Fix USE_OPENGL=0 build.
|
2017-07-15 21:56:17 +00:00 |
jwzgles.c
|
The great repository rearrangement of 2017.
|
2017-02-01 10:01:11 +00:00 |
kplib.cpp
|
Eliminate more cases of duplication of compat.h's functionality.
|
2017-02-25 08:15:45 +00:00 |
lunatic.cpp
|
The great repository rearrangement of 2017.
|
2017-02-01 10:01:11 +00:00 |
lz4.c
|
Remove register keyword from LZ4 and libxmp-lite.
|
2017-07-05 05:37:35 +00:00 |
md4.cpp
|
The great repository rearrangement of 2017.
|
2017-02-01 10:01:11 +00:00 |
mdsprite.cpp
|
In md3postload_polymer, always clear the triangle buffer (tribuf) to zero, not just when its allocation size is enlarged.
|
2017-07-28 11:29:16 +00:00 |
mhk.cpp
|
The great repository rearrangement of 2017.
|
2017-02-01 10:01:11 +00:00 |
mingw_main.cpp
|
The great repository rearrangement of 2017.
|
2017-02-01 10:01:11 +00:00 |
miniz.c
|
Disable compiling some functions in miniz that we don't use, and that cause portability issues.
|
2017-08-06 13:44:47 +00:00 |
mmulti_null.cpp
|
The great repository rearrangement of 2017.
|
2017-02-01 10:01:11 +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
|
Fix infinite loop in OSD_StripColors() when trying to display a quote containing '^' not followed by a number.
|
2017-10-15 23:10:09 +00:00 |
osxbits.mm
|
Mac: Address deprecation warnings with the latest Xcode and macOS.
|
2017-03-27 17:13:07 +00:00 |
palette.cpp
|
Calculate the perceptual (i.e. "real") max shade in the given tables.
|
2017-11-29 07:29:30 +00:00 |
pngwrite.cpp
|
Yet another round of trailing whitespace.
|
2017-07-29 20:39:46 +00:00 |
polymer.cpp
|
New def token for "multipsky": "yscale".
|
2017-11-29 07:29:48 +00:00 |
polymost.cpp
|
Re-comment out part of COMBINE_STRIPS in polymost.cpp
|
2017-11-30 23:54:23 +00:00 |
pragmas.cpp
|
Re-port our changes to libdivide.h and add new changes so that it works as we need.
|
2017-06-14 06:59:50 +00:00 |
rawinput.cpp
|
Route all inclusion of libc headers and most of POSIX headers through compat.h.
|
2017-02-25 08:15:36 +00:00 |
rev.cpp
|
The great repository rearrangement of 2017.
|
2017-02-01 10:01:11 +00:00 |
screenshot.cpp
|
Yet another round of trailing whitespace.
|
2017-07-29 20:39:46 +00:00 |
scriptfile.cpp
|
scriptfile.[cpp|h] cleanups
|
2017-06-27 02:24:28 +00:00 |
sdlayer.cpp
|
Amend r6439
|
2017-09-21 04:32:14 +00:00 |
sdlayer12.cpp
|
Address a typo in r6435 affecting SDL 1.2 builds.
|
2017-09-23 03:17:35 +00:00 |
sdlkeytrans.cpp
|
The great repository rearrangement of 2017.
|
2017-02-01 10:01:11 +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 |
startgtk.editor.cpp
|
Refer to video modes as "software" and "OpenGL" in the startup window instead of simply by how many bpp they are. End users are likely to understand this distinction more.
|
2017-08-27 10:20:48 +00:00 |
startosx.editor.mm
|
Mac: Address deprecation warnings with the latest Xcode and macOS.
|
2017-03-27 17:13:07 +00:00 |
startwin.editor.cpp
|
Refer to video modes as "software" and "OpenGL" in the startup window instead of simply by how many bpp they are. End users are likely to understand this distinction more.
|
2017-08-27 10:20:48 +00:00 |
texcache.cpp
|
What the last commit said.
|
2017-06-27 11:01:12 +00:00 |
textfont.cpp
|
The great repository rearrangement of 2017.
|
2017-02-01 10:01:11 +00:00 |
tiles.cpp
|
Fix out of bounds write caused by memset call missed when tilesiz was changed from vec2_t to vec2s_t
|
2017-07-08 01:48:01 +00:00 |
voxmodel.cpp
|
Remove the implicit "static" from our FORCE_INLINE macro.
|
2017-02-25 08:15:53 +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
|
Turn DWM composition toggling (Windows Vista and 7 only) off by default.
|
2017-07-06 14:43:14 +00:00 |
winlayer.cpp
|
OSD (console) cleanup
|
2017-06-27 02:24:14 +00:00 |
xxhash.c
|
Fix some int/int32_t mismatches. DONT_BUILD.
|
2017-07-15 21:56:21 +00:00 |