raze-gles/polymer/eduke32/build/src
plagman 69feee634b Move the highpalookup python helper scripts somewhere that makes sense and
that's packaged by synthesis source snapshots (zebioman request).



git-svn-id: https://svn.eduke32.com/eduke32@1753 1a8010ca-5511-0410-912e-c29ae57300e0
2011-01-07 01:50:23 +00:00
..
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 Move the highpalookup python helper scripts somewhere that makes sense and 2011-01-07 01:50:23 +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 Fix release builds. 2010-12-29 09:17:48 +00:00
build.c A bunch of mutually unrelated updates. 2011-01-03 22:04:20 +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 A bunch of mutually unrelated updates. 2011-01-03 22:04:20 +00:00
crc32.c A bunch of multiplayer improvements 2009-12-14 05:23:29 +00:00
defs.c A bunch of mutually unrelated updates. 2011-01-03 22:04:20 +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 Make deferred polymer model processing not crash; make tile name search case-insensitive. 2011-01-01 18:35:59 +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 Get the glTexImage3D function pointer from the ICD, not from dlsym/GetProcAddress. This fixes OpenGL on Windows since opengl32.dll only has version 1.1 symbols. 2010-12-29 20:46:11 +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 (ATM broken) support for PNG highpal files; their dimensions must be the same as the TGA ones. 2010-12-31 01:35:00 +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 Make deferred polymer model processing not crash; make tile name search case-insensitive. 2011-01-01 18:35:59 +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 Highpalookup support is more or less ready, also checked in sample script to 2010-12-30 08:13:37 +00:00
polymost.c Highpalookup support is more or less ready, also checked in sample script to 2010-12-30 08:13:37 +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 Fixes former crash in drawline16 and swaps drawpixel with the unsafe variant there; fixes potential sector[-1] access in sliding Star Trek doors; make CC overridable in Makefiles so that other toolchains or static analyzers like scan-build/clang can be used; with its help, fix some issues, some more severe than others. 2010-12-17 14:22:15 +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 A week worth of Mapster hacking: first, there is an experimental side view mode toggled with [F3]. Nav keys are {QWAZ}, MMB and RMB. Use with care because it is still in construction. The sector selection routines have been rewritten -- it is now possible to paste the selection into a room and a new inner loop will be added automatically (MickyC's idea). Adds m32script commands drawline16z and drawcircle16z. 2010-11-27 22:12:24 +00:00