empserver/src
Markus Armbruster 3ca882714d Fix computation of map buffer indexes
The correct method to compute indexes into a map buffer for a struct
range is deltx(), delty().

path() used deltax(), deltay() instead, which yield correct results
only for indexes up to half the world size.  Pathes spanning larger
areas were screwed up.

sona(), radmap2(), satmap() also used deltax(), deltay(), but only
with arguments where those yield correct results.

draw_map() used xnorm(), ynorm() instead, which is correct, but less
clear and less efficient.
2008-08-19 08:54:04 -04:00
..
client Bump version to 4.3.17 2008-08-15 07:52:36 -04:00
lib Fix computation of map buffer indexes 2008-08-19 08:54:04 -04:00
scripts Build ecomony for player 8 2008-08-18 21:21:46 -06:00
server Update known contributors comments 2008-08-03 08:04:08 -04:00
util Add gcc attribute format where it's missing 2008-08-02 12:00:33 -04:00