.. |
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
|
Source code "cleanup," herein referred to as "rape"
|
2010-05-02 23:27:30 +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
|
New aspect determination code for classic/Polymost, controlled with r_usenewaspect and r_screenaspect cvars; print stack traces with SDL/GCC; change signature of app_main in game.c to match declarations found in other places and return different positive values on init error.
|
2010-10-17 14:49:39 +00:00 |
build.c
|
Don't reset extra tags before loading map in Mapster32.
|
2010-10-22 23:12:59 +00:00 |
cache1d.c
|
New aspect determination code for classic/Polymost, controlled with r_usenewaspect and r_screenaspect cvars; print stack traces with SDL/GCC; change signature of app_main in game.c to match declarations found in other places and return different positive values on init error.
|
2010-10-17 14:49:39 +00:00 |
compat.c
|
Updated synthesis script, moved some non-essential files around, updated license headers on all non-BUILDLIC files, added memory cache on top of texcache to improve load times, moved some duplicated keyboard handling stuff from winlayer/sdlayer to baselayer, fixed keypad / in Mapster32 tile selector, fixed bug where p->rotscrnang and p->look_ang never reset to 0, added support for reloading maphack based polymer lights after mode changes/savegame loads, other minor changes
|
2010-05-25 10:56:00 +00:00 |
config.c
|
Fixes crash in 2d map drawing where sector[-1] was accessed; added commands a2xy and ah2xyz to m32script, coded 2d preview of swinging and sliding doors; added "samprate" setting to configuration, useful if the default one gives jittering/echoey audio
|
2010-08-17 20:00:44 +00:00 |
crc32.c
|
A bunch of multiplayer improvements
|
2009-12-14 05:23:29 +00:00 |
defs.c
|
Global thermonuclear code rape
|
2010-08-02 08:13:51 +00:00 |
dynamicgtk.c
|
Make the "Start" button of the GTK start-up window the default button of the window, which means pressing Enter now works at you'd expect.
|
2010-07-02 01:26:56 +00:00 |
engine.c
|
New aspect determination code for classic/Polymost, controlled with r_usenewaspect and r_screenaspect cvars; print stack traces with SDL/GCC; change signature of app_main in game.c to match declarations found in other places and return different positive values on init error.
|
2010-10-17 14:49:39 +00:00 |
engine_priv.h
|
Polymost-style HUD model support for Polymer. It properly displays all HRP HUD models as far as I can tell.
|
2010-08-21 07:39:12 +00:00 |
glbuild.c
|
win32 stuck input fix among other minor changes
|
2010-05-16 22:53:08 +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
|
SDL/non-Windows: external midi playing with fork/exec and signals; double initprintf internal buffers since they got too long for the --help text; warn on replacing empty tile with a hightile; fix a keypad issue in Mapster32
|
2010-06-27 10:08:58 +00:00 |
kplib.c
|
shading changes and fixes for a few crashes
|
2010-06-07 09:03:16 +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
|
Polymost-style HUD model support for Polymer. It properly displays all HRP HUD models as far as I can tell.
|
2010-08-21 07:39:12 +00:00 |
mutex.c
|
Source code "cleanup," herein referred to as "rape"
|
2010-05-02 23:27:30 +00:00 |
nedmalloc.c
|
Make nedmalloc a compile time option and add support for loading an external nedmalloc.dll at run time if it isn't compiled in
|
2010-05-18 00:30:30 +00:00 |
osd.c
|
Global thermonuclear code rape
|
2010-08-02 08:13:51 +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
|
Mapster32: make sector keep old firstwall when adding inner loop, rewrite setfirstwall to use malloc'ed memory for temp storage instead of end of sector[], reintroduce correct searchwall determination in Polymer mouse picker (intersection of xy projection of aiming ray with wall); added commands to m32script: shiftvarvar[lr], ifhighlighted, ifin3dmode, updatehighlight, sethighlight; coded prototype terrain helper based on isolines and triangle strips.
|
2010-09-30 23:05:40 +00:00 |
polymost.c
|
New aspect determination code for classic/Polymost, controlled with r_usenewaspect and r_screenaspect cvars; print stack traces with SDL/GCC; change signature of app_main in game.c to match declarations found in other places and return different positive values on init error.
|
2010-10-17 14:49:39 +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 |
rawinput.c
|
shading changes and fixes for a few crashes
|
2010-06-07 09:03:16 +00:00 |
scriptfile.c
|
bugfixes; mark tiles in tile selector for later grouping (press SPACE on a tile); a.m32: convert to CRLF and add [xyz]vel query in 3d mode (Alt-KP1), also different keys for Polymer override var tweaking; some CRLF->LF in LF-only files.
|
2010-08-14 21:32:28 +00:00 |
sdlayer.c
|
SDL and menu joystick fixes by NY00123 (thanks!).
|
2010-10-21 02:20:40 +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
|
This is mostly just build fixes for USE_OPENGL=0, POLYMOST=0 and POLYMER=0. Also updated the precompiled libogg/libvorbis/libvorbisfile that are supplied for MinGW.
|
2010-06-23 04:20:46 +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
|
Pull in backtrace.c (pre-compiled as backtrace.dll and MinGW dependencies) from http://code.google.com/p/backtrace-mingw. When running debugging snapshots, this will print out a helpful backtrace in eduke32.crashlog. I had to disable stack protectors for debug builds as this was pulling in a dependency that I assume most people won't have. If anyone feels like merging that code into EDuke32 itself and find a way to remove the ugly libintl dependencies, be my guest. In the meantime, sorry for the awful commit.
|
2010-10-19 05:42:21 +00:00 |