.. |
2d.cpp
|
- it compiles again.
|
2019-09-20 22:44:42 +02:00 |
a-c.cpp
|
One of those stupid optimizations you notice the potential for when scrolling through code looking for something
|
2019-09-20 14:36:17 +02:00 |
animvpx.cpp
|
- refactored texture setup to use an intermediate layer.
|
2019-09-18 22:16:15 +02:00 |
baselayer.cpp
|
- removed most extern "C" from the rest of the code base.
|
2019-09-21 20:14:34 +02:00 |
cache1d.cpp
|
- manual merge of all NBlood changes that couldn't get cherry picked.
|
2019-09-21 13:02:17 +02:00 |
clip.cpp
|
- manual merge of all NBlood changes that couldn't get cherry picked.
|
2019-09-21 13:02:17 +02:00 |
colmatch.cpp
|
Fix another bunch of improperly sized bitmap arrays
|
2019-09-20 15:17:25 +02:00 |
common.cpp
|
- put EDuke frontend source into a namespace.
|
2019-09-21 22:53:00 +02:00 |
compat.cpp
|
Bump BMAXPAGESIZE to 16384
|
2019-09-20 23:17:21 +02:00 |
config.cpp
|
Added Xfree() function to accompany the Xmalloc() family of functions and change all uses of Bfree() to Xfree()
|
2019-09-20 12:07:10 +02:00 |
defs.cpp
|
- put EDuke frontend source into a namespace.
|
2019-09-21 22:53:00 +02: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
|
- put EDuke frontend source into a namespace.
|
2019-09-21 22:53:00 +02:00 |
engine_oldmap.h
|
The great repository rearrangement of 2017.
|
2017-02-01 10:01:11 +00:00 |
engine_priv.h
|
- removed most extern "C" from the rest of the code base.
|
2019-09-21 20:14:34 +02:00 |
glbuild.cpp
|
Replace runtime pow2 calculations with pow2char LUT usage
|
2019-09-20 15:34:08 +02:00 |
glsurface.cpp
|
Added Xfree() function to accompany the Xmalloc() family of functions and change all uses of Bfree() to Xfree()
|
2019-09-20 12:07:10 +02:00 |
gtkbits.cpp
|
Common.mak: Massive reorganization/cleanup.
|
2017-06-09 06:38:42 +00:00 |
hash.cpp
|
Added Xfree() function to accompany the Xmalloc() family of functions and change all uses of Bfree() to Xfree()
|
2019-09-20 12:07:10 +02:00 |
hightile.cpp
|
Added Xfree() function to accompany the Xmalloc() family of functions and change all uses of Bfree() to Xfree()
|
2019-09-20 12:07:10 +02:00 |
klzw.cpp
|
Convert loops using unsigned integers as iterators to use regular signed ints instead
|
2019-09-20 10:04:24 +02:00 |
kplib.cpp
|
- removed some more inline assembly.
|
2019-09-20 22:21:43 +02:00 |
lunatic.cpp
|
Added Xfree() function to accompany the Xmalloc() family of functions and change all uses of Bfree() to Xfree()
|
2019-09-20 12:07:10 +02:00 |
mdsprite.cpp
|
Implement rotate parameter for voxel definitions
|
2019-09-21 11:43:50 +02: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 |
mmulti_null.cpp
|
Refresh BUILDLIC copyright headers
|
2018-11-05 07:28:01 +00:00 |
mutex.cpp
|
Fix RENDERTYPE=WIN build
|
2019-09-20 16:04:43 +02:00 |
osd.cpp
|
- put EDuke frontend source into a namespace.
|
2019-09-21 22:53:00 +02:00 |
osxbits.mm
|
Mac: Address deprecation warnings with the latest Xcode and macOS.
|
2017-03-27 17:13:07 +00:00 |
palette.cpp
|
- manual merge of all NBlood changes that couldn't get cherry picked.
|
2019-09-21 13:02:17 +02:00 |
pngwrite.cpp
|
Added Xfree() function to accompany the Xmalloc() family of functions and change all uses of Bfree() to Xfree()
|
2019-09-20 12:07:10 +02:00 |
polymost.cpp
|
- manual merge of all NBlood changes that couldn't get cherry picked.
|
2019-09-21 13:02:17 +02:00 |
polymost1Frag.glsl
|
Flat parallax skies in Polymost
|
2019-09-20 21:15:14 +02:00 |
polymost1Vert.glsl
|
Separate out polymost1Frag and polymost1Vert shaders from polymost.cpp and add rules for building in the GNUmakefile.
|
2019-09-20 14:57:42 +02:00 |
pragmas.cpp
|
- get rid of the non-inlined assembly as well.
|
2019-09-20 22:11:01 +02:00 |
rawinput.cpp
|
More control/input cleanup
|
2018-11-18 18:08:53 +00:00 |
rev.cpp
|
- removed most extern "C" from the rest of the code base.
|
2019-09-21 20:14:34 +02:00 |
screenshot.cpp
|
- got rid of editor.h.
|
2019-09-20 22:24:53 +02:00 |
scriptfile.cpp
|
Added Xfree() function to accompany the Xmalloc() family of functions and change all uses of Bfree() to Xfree()
|
2019-09-20 12:07:10 +02:00 |
sdlayer.cpp
|
- added a temorary requester to allow choosing the game until the code has been sufficiently refactored to do this in the startup dialog.
|
2019-09-21 23:45:57 +02:00 |
sdlkeytrans.cpp
|
Add CLEAR and KP_CLEAR to the SDL key translation table as synonyms for KP_5
|
2019-03-11 06:06:43 +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 |
sjson.cpp
|
Make sjson its own object
|
2019-09-20 23:19:58 +02: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 |
startosx.editor.mm
|
Fix macOS -Wdeprecated-declarations warnings
|
2019-09-20 10:15:10 +02:00 |
texcache.cpp
|
Added Xfree() function to accompany the Xmalloc() family of functions and change all uses of Bfree() to Xfree()
|
2019-09-20 12:07:10 +02:00 |
textfont.cpp
|
The great repository rearrangement of 2017.
|
2017-02-01 10:01:11 +00:00 |
tiles.cpp
|
- manual merge of all NBlood changes that couldn't get cherry picked.
|
2019-09-21 13:02:17 +02:00 |
timer.cpp
|
Change some clocks to support sub-tick precision using a new class, ClockTicks.
|
2019-09-20 21:09:14 +02:00 |
vfs.cpp
|
Add buildvfs, abstraction layer for file I/O.
|
2019-03-01 08:51:50 +00:00 |
voxmodel.cpp
|
Implement rotate parameter for voxel definitions
|
2019-09-21 11:43:50 +02:00 |
winbits.cpp
|
- put EDuke frontend source into a namespace.
|
2019-09-21 22:53:00 +02:00 |
winlayer.cpp
|
Change some clocks to support sub-tick precision using a new class, ClockTicks.
|
2019-09-20 21:09:14 +02:00 |