0ad/binaries/data/mods/public/globalscripts
elexis 52f311da2b Merge resource agnostic branch by s0600204, fixes #3934.
Remove all occurances of hardcoded resources in the simulation, GUI and
AI code by
specifying resources as JSON files in a new simulation subdirectory and
accessing them through a globally defined prototype.

This was SVN commit r18964.
2016-11-19 14:29:45 +00:00
..
interpolation.js Split the 1D and 2D interpolation into 2 Functions. Renamed BicubicInterpolation.js to interpolation.js. Original patch by Vladislav. Reviewed by fatherbushido. Fixes #4218 2016-11-13 17:34:08 +00:00
Math.js Improve the Vector prototype with static functions. Replace the usage of the Math vector functions with functions from the Vector class. 2014-01-24 19:51:00 +00:00
Resources.js Merge resource agnostic branch by s0600204, fixes #3934. 2016-11-19 14:29:45 +00:00
Technologies.js Fix tech modifications calculations so we don't bump into stupid mistakes again (f.e. multiplying two positive numbers is now guaranteed to stay positive). See 7f300bbf3d and 0b8845eb4f 2016-05-20 11:20:51 +00:00
Templates.js Merge resource agnostic branch by s0600204, fixes #3934. 2016-11-19 14:29:45 +00:00
utility.js Fix an off by one error. Reported by fatherbushido, refs #2160. 2016-07-25 11:20:34 +00:00
vector.js Refactor some formation code to let it make use of the prototypes 2014-01-27 12:34:59 +00:00