1
0
forked from 0ad/0ad
0ad/binaries/data/mods/public/globalscripts
2012-09-23 19:19:57 +00:00
..
Math.js Modified rmgen GetAngle function to use atan2 and the standard mathematical angle convention (WARNING this changes return values so will break scripts using the old version) and changed getGradient so it returns Infinity for infinite gradient lines. Added errors if people try and use unsafe javascript maths functions. 2012-03-18 18:40:27 +00:00
Technologies.js Adds TechnologyModification message for newly created entities, so they are notified of previously researched techs (this will streamline implementation of certain techs). Fixes #1410 2012-09-23 19:19:57 +00:00