raze-gles/polymer/eduke32/build/include
helixhorned 80bd1bb4e4 engine: make neartag accept a sprite-blacklist function and use it in sector.c.
Internally, the last argument to neartag is now a pointer to a function
  int32_t (*blacklist_sprite_func)(int32_t i),
which is supposed to return 1 if sprite[i] should NOT be considered for hitting.

This is now used in the hard-coded neartag() calls in sector.c, but not in any
way in CON (there's neither a C blacklist function provided, nor is there a
possibility to define one in CON).  There, all sprites with picnums >=1 and <=10
(i.e. the effectors) will be blacklisted.  This remedies problems where such
sprites would get in the way of switches.

Note that a whitelist approach (only consider a predefined set, namely those
picnums which will be checked afterwards) has back-compatibility implications
since people may have used e.g. lotagged window sprites to cover a switch.

Also, the >=1 to <=10 range is [sic] (the static, not dynamic values are used),
since anyone redefining effector picnums is clearly out of their mind.

git-svn-id: https://svn.eduke32.com/eduke32@2373 1a8010ca-5511-0410-912e-c29ae57300e0
2012-02-20 19:54:24 +00:00
..
msvc win32 stuck input fix among other minor changes 2010-05-16 22:53:08 +00:00
a.h 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
baselayer.h Remove after_handleevents_hook and its only user, the keystatus-level clearing 2011-11-25 09:50:07 +00:00
build.h engine: make neartag accept a sprite-blacklist function and use it in sector.c. 2012-02-20 19:54:24 +00:00
cache1d.h Comment out unused dfread and kdfwrite functions in cache1d.c. 2012-02-18 22:15:04 +00:00
compat.h Inreased debugging level for catching oob accesses to 'main' arrays. 2012-01-19 23:17:34 +00:00
crc32.h A bunch of multiplayer improvements 2009-12-14 05:23:29 +00:00
dxdidf.h Source code "cleanup," herein referred to as "rape" 2010-05-02 23:27:30 +00:00
dynamicgtk.h 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
editor.h Mapster32: Fix extended ceiling/floor picnums taking on picnum 0 in Polymer. 2012-02-16 19:25:42 +00:00
glbuild.h minor engine cleanup. 2012-01-20 13:24:15 +00:00
glext.h Polymer: preliminary support for GL_ARB_debug_output 2011-10-02 05:56:35 +00:00
gtkbits.h ass rape 2009-01-09 09:29:17 +00:00
hightile.h Rearrange 'struct hicreplc_t' members so that no padding is inserted on x64. 2012-01-26 21:58:25 +00:00
kplib.h ass rape 2009-01-09 09:29:17 +00:00
lzwnew.h ass rape 2009-01-09 09:29:17 +00:00
m32script.h Somewhat largish commit with various keyboard tinkering for Mapster. 2011-11-25 09:51:06 +00:00
malloc.c.h Source code "cleanup," herein referred to as "rape" 2010-05-02 23:27:30 +00:00
md4.h md4.c/h: add consts to appropriate arguments 2012-01-10 23:45:08 +00:00
mdsprite.h Fix sprite[] access with indices > MAXSPRITES in Polymer model drawing code. 2012-01-22 17:18:49 +00:00
mutex.h Fixes compilation for now. Now if my executable would start... 2010-08-12 13:38:37 +00:00
nedmalloc.h 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.h A couple of tweaks for easier work with TROR: 2011-06-04 00:06:08 +00:00
osxbits.h Very few actual changes... mostly formatting fixes from astyle 2010-01-23 22:12:02 +00:00
osxmain.h 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.h Polymer: support for creating a debugging context in winlayer 2011-10-03 00:14:56 +00:00
polymost.h more internal cleanup... 2012-01-12 20:47:41 +00:00
pragmas.h constify various cache1d and pragmas functions, some copybuf* -> memcpy/move. 2012-02-18 22:14:45 +00:00
prlights.h Fixes compilation for now. Now if my executable would start... 2010-08-12 13:38:37 +00:00
quicklz.h more semi-tested multiplayer changes and sound callback fix 2010-01-05 21:53:14 +00:00
rawinput.h win32 stuck input fix among other minor changes 2010-05-16 22:53:08 +00:00
scancodes.h Source code "cleanup," herein referred to as "rape" 2010-05-02 23:27:30 +00:00
scriptfile.h a couple more trivial tweaks 2012-01-10 23:45:34 +00:00
sdl_inc.h 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
sdlayer.h MSVC fixes + clean out tree 2009-06-05 20:09:13 +00:00
startwin.editor.h 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
winlayer.h Remove the -nopause switch of r2108, since it didn't help at all. 2011-11-17 21:09:49 +00:00