raze-gles/polymer/eduke32/package
helixhorned 6458c0ba34 a.m32: add state 'for_sprites_near_picnum'.
The state quries the user for four values: ref. picnum, target picnum, max.
ldist and a lotag.  Then, for all sprites i (of ref. picnum), for all sprites j
(of target picnum), if ldist(i,j)<=maxldist, sprite j's lotag is changed to the
provided one.

Also add lunatic/test/maputil.lua, containing a similar function but allowing
to customize the selection predicates of the ref. and target sprites, as well
as the action to carry out.

git-svn-id: https://svn.eduke32.com/eduke32@4414 1a8010ca-5511-0410-912e-c29ae57300e0
2014-04-05 11:28:08 +00:00
..
common Sweeping modifications to synthesis and the package directory structure so that every potential binary is in its own package. 2013-11-04 03:59:26 +00:00
debug Sweeping modifications to synthesis and the package directory structure so that every potential binary is in its own package. 2013-11-04 03:59:26 +00:00
sdk a.m32: add state 'for_sprites_near_picnum'. 2014-04-05 11:28:08 +00:00