]> git.pond.sub.org Git - empserver/commit
(dchrstr): Replace int members d_mcst and d_emcst (mobility cost * 5)
authorMarkus Armbruster <armbru@pond.sub.org>
Sat, 17 Jun 2006 14:08:20 +0000 (14:08 +0000)
committerMarkus Armbruster <armbru@pond.sub.org>
Sat, 17 Jun 2006 14:08:20 +0000 (14:08 +0000)
commitdf6f365a71c59d59da48b182909c6c2696959f06
treea7a2635bb2c0a43cbfa1209bb9c607e0db91e604
parentd16fc6afdd8f7892411f3134e8888edb1e2ce415
(dchrstr): Replace int members d_mcst and d_emcst (mobility cost * 5)
by float d_mob0 and d_mob1 (straight costs).  Impassable terrain now
encoded as negative d_mob0 instead of zero d_mcst.  Users changed.
sect.config updated.
(dchr_ca): Replace selectors mcst and emcst by mob0 and mob1.
(show_sect_stats): Show real mobility costs.
include/sect.h
src/lib/common/move.c
src/lib/common/path.c
src/lib/global/nsc.c
src/lib/global/sect.config
src/lib/subs/attsub.c
src/lib/subs/show.c
src/lib/update/revolt.c