.. |
misc
|
Moved build to a subdir underneath the eduke32 dir to avoid people trying to compile from the build src dir by mistake
|
2008-10-20 03:09:19 +00:00 |
tmp
|
Moved build to a subdir underneath the eduke32 dir to avoid people trying to compile from the build src dir by mistake
|
2008-10-20 03:09:19 +00:00 |
util
|
Couple weeks worth of random bs changes
|
2009-08-28 23:08:00 +00:00 |
a-c.c
|
Fix 64 bit problems after viewing a security cam.
|
2009-11-04 08:11:21 +00:00 |
a.masm
|
MSVC fixes + clean out tree
|
2009-06-05 20:09:13 +00:00 |
a.nasm
|
Moved build to a subdir underneath the eduke32 dir to avoid people trying to compile from the build src dir by mistake
|
2008-10-20 03:09:19 +00:00 |
a.wasm
|
Moved build to a subdir underneath the eduke32 dir to avoid people trying to compile from the build src dir by mistake
|
2008-10-20 03:09:19 +00:00 |
baselayer.c
|
Fix the build with POLYMER=0 or USE_OPENGL=0.
|
2009-12-13 01:23:44 +00:00 |
build.c
|
Hook the polymer map selection code to a few more places in the editor code. This will fix the screen turning greenish when selecting a pal with Alt-P. I could just drop the selection from these cases since the cursor can't actually move, but then people would ask why the FPS gets higher in this occurrences.
|
2010-01-02 17:29:31 +00:00 |
cache1d.c
|
More nedmalloc updates, possibly fix win32 mouse death at ~10 fps or less, fix dummytile crash, more untested multiplayer changes... different enet channels for different types of traffic in order to eliminate latency due to the occasional reliable packet getting dropped, therefore causing a hitch in the flow of unreliable movement packets on the same channel, remove mmulti API from engine in favor of having everything in game land
|
2010-01-21 10:02:04 +00:00 |
compat.c
|
This should be the correct type for aGlobalMemoryStatusEx.
|
2010-01-17 20:08:03 +00:00 |
config.c
|
clean up "renderer setup" menu a bit so we can put polymer shit in it later
|
2009-10-17 09:33:32 +00:00 |
crc32.c
|
A bunch of multiplayer improvements
|
2009-12-14 05:23:29 +00:00 |
defs.c
|
Ball-busting true client-server multiplayer prototype/alpha/whatever
|
2009-12-05 09:22:43 +00:00 |
dynamicgtk.c
|
Second gtk startup window patch from bioman, other random fixes I can't be bothered to remember
|
2009-11-18 01:17:56 +00:00 |
engine.c
|
More nedmalloc updates, possibly fix win32 mouse death at ~10 fps or less, fix dummytile crash, more untested multiplayer changes... different enet channels for different types of traffic in order to eliminate latency due to the occasional reliable packet getting dropped, therefore causing a hitch in the flow of unreliable movement packets on the same channel, remove mmulti API from engine in favor of having everything in game land
|
2010-01-21 10:02:04 +00:00 |
engine_priv.h
|
mapster32: more logical "bottom walls swapped"-bit handling; misc. cleanups
|
2009-07-25 20:16:22 +00:00 |
glbuild.c
|
Memory cleanups, use Bm/c/realloc/free everywhere (configured as nedmalloc version in compat.h), add large page support for Vista/7, tweak nedmalloc settings, add support for projecting textures from SE50 spotlights placed in maps via sprite owner member (manipulated through CONs via sprite htpicnum member), fix building Mapster32 with MSVC, increase PR_MAXLIGHTS to 1024
|
2009-10-07 06:47:35 +00:00 |
gtkbits.c
|
git-svn-id: https://svn.eduke32.com/eduke32@1206 1a8010ca-5511-0410-912e-c29ae57300e0
|
2009-01-10 07:38:50 +00:00 |
hightile.c
|
Ball-busting true client-server multiplayer prototype/alpha/whatever
|
2009-12-05 09:22:43 +00:00 |
kplib.c
|
A bunch of crap I meant to commit days ago... gtk startup window patch from bioman, nedmalloc REPLACE_SYSTEM_ALLOCATOR fix (related code uses #ifdef REPLACE_SYSTEM_ALLOCATOR so defining it to 0 was still satisfying the condition), slightly lower CPU usage in Mapster 2D mode, fix an ancient bug causing the player to not make vent footstep sounds on sprite based vents, fix map save state cvars, add "skill" cvar to console, fix saving the game while CON_SHOWVIEW is in use
|
2009-11-14 02:30:47 +00:00 |
lzwnew.c
|
Memory cleanups, use Bm/c/realloc/free everywhere (configured as nedmalloc version in compat.h), add large page support for Vista/7, tweak nedmalloc settings, add support for projecting textures from SE50 spotlights placed in maps via sprite owner member (manipulated through CONs via sprite htpicnum member), fix building Mapster32 with MSVC, increase PR_MAXLIGHTS to 1024
|
2009-10-07 06:47:35 +00:00 |
md4.c
|
Cleaning out tree... some light changes, polymer memory pools, some meaningless optimizations, etc
|
2009-06-09 06:19:58 +00:00 |
mdsprite.c
|
more multiplayer crap
|
2009-12-15 05:53:15 +00:00 |
nedmalloc.c
|
More nedmalloc updates, possibly fix win32 mouse death at ~10 fps or less, fix dummytile crash, more untested multiplayer changes... different enet channels for different types of traffic in order to eliminate latency due to the occasional reliable packet getting dropped, therefore causing a hitch in the flow of unreliable movement packets on the same channel, remove mmulti API from engine in favor of having everything in game land
|
2010-01-21 10:02:04 +00:00 |
osd.c
|
More nedmalloc updates, possibly fix win32 mouse death at ~10 fps or less, fix dummytile crash, more untested multiplayer changes... different enet channels for different types of traffic in order to eliminate latency due to the occasional reliable packet getting dropped, therefore causing a hitch in the flow of unreliable movement packets on the same channel, remove mmulti API from engine in favor of having everything in game land
|
2010-01-21 10:02:04 +00:00 |
osxbits.m
|
Moved build to a subdir underneath the eduke32 dir to avoid people trying to compile from the build src dir by mistake
|
2008-10-20 03:09:19 +00:00 |
polymer.c
|
Properly invert the tangent space matrix instead of transposing it (after all, model tangent space isn't guaranteed to be orthogonal) and do so offline. This removes a little strain from the GPU.
|
2010-01-21 05:52:19 +00:00 |
polymost.c
|
more multiplayer crap
|
2009-12-15 05:53:15 +00:00 |
pragmas.c
|
Remove dead copy protection and watcom support code, fix structure alignment and packing issues preventing Polymer from working with MSVC, enable link time code generation (whole program optimization) for MSVC builds, fix most warnings showing up in MSVC with /w2, add pulsating dynamic lights when holding the shrinker or expander
|
2009-07-09 02:29:48 +00:00 |
quicklz.c
|
Ball-busting true client-server multiplayer prototype/alpha/whatever
|
2009-12-05 09:22:43 +00:00 |
scriptfile.c
|
Memory cleanups, use Bm/c/realloc/free everywhere (configured as nedmalloc version in compat.h), add large page support for Vista/7, tweak nedmalloc settings, add support for projecting textures from SE50 spotlights placed in maps via sprite owner member (manipulated through CONs via sprite htpicnum member), fix building Mapster32 with MSVC, increase PR_MAXLIGHTS to 1024
|
2009-10-07 06:47:35 +00:00 |
sdlayer.c
|
Update nedmalloc, fix loading tiles from .art files contained in a .zip, workaround GCC 4.4.x squarerotatetile() miscompilation issue
|
2010-01-16 20:17:33 +00:00 |
smalltextfont.c
|
Moved build to a subdir underneath the eduke32 dir to avoid people trying to compile from the build src dir by mistake
|
2008-10-20 03:09:19 +00:00 |
startgtk.editor.c
|
Second gtk startup window patch from bioman, other random fixes I can't be bothered to remember
|
2009-11-18 01:17:56 +00:00 |
StartupWinController.editor.m
|
Moved build to a subdir underneath the eduke32 dir to avoid people trying to compile from the build src dir by mistake
|
2008-10-20 03:09:19 +00:00 |
startwin.editor.c
|
Cleaning out tree... some light changes, polymer memory pools, some meaningless optimizations, etc
|
2009-06-09 06:19:58 +00:00 |
textfont.c
|
Generic non-descript commit message
|
2009-06-24 08:20:10 +00:00 |
winlayer.c
|
More nedmalloc updates, possibly fix win32 mouse death at ~10 fps or less, fix dummytile crash, more untested multiplayer changes... different enet channels for different types of traffic in order to eliminate latency due to the occasional reliable packet getting dropped, therefore causing a hitch in the flow of unreliable movement packets on the same channel, remove mmulti API from engine in favor of having everything in game land
|
2010-01-21 10:02:04 +00:00 |