Author: muggenhor
Date: Tue Oct 14 21:31:40 2008
New Revision: 6155

URL: http://svn.gna.org/viewcvs/warzone?rev=6155&view=rev
Log:
 * Rename dirtySqrt() to dirtyHypot() because its more similar to hypot() than 
to sqrt()
 * Change dirtyHypot()'s interface to match that of hypot() (i.e. specify the 
coordinates relative to the origin instead of another coordinate)
 * Mark dirtyHpot() as deprecated in the Doxygen documentation and suggest to 
use hypot() or hypotf() instead (C99 functions for which I'll provide work 
arounds in math-help.h soon after this commit)

Modified:
    trunk/src/ai.c
    trunk/src/aiexperience.c
    trunk/src/geometry.c
    trunk/src/geometry.h
    trunk/src/scriptai.c
    trunk/src/scriptfuncs.c


_______________________________________________
Warzone-commits mailing list
[email protected]
https://mail.gna.org/listinfo/warzone-commits

Reply via email to