Adds Buff & Stat class
authordsc <david.schoonover@gmail.com>
Sat, 1 Jan 2011 03:29:59 +0000 (19:29 -0800)
committerdsc <david.schoonover@gmail.com>
Sat, 1 Jan 2011 03:29:59 +0000 (19:29 -0800)
commit82ef9edaee06a252485b1177303a8e32e00f66ae
tree37464e30415e3707f13bb43239f71ba7c50721dd
parentac6046ec99a710db08608076e13f70898f609d67
Adds Buff & Stat class
26 files changed:
doc/notes.md
src/Y/class.cjs
src/Y/types/array.cjs
src/Y/types/string.cjs
src/Y/utils.cjs
src/ezl/layer/layer.cjs
src/tanks/constants.cjs [new file with mode: 0644]
src/tanks/effects/buff.cjs
src/tanks/effects/stat.cjs [new file with mode: 0644]
src/tanks/game.cjs
src/tanks/globals.js
src/tanks/map/map.cjs
src/tanks/map/pathmap.cjs
src/tanks/map/trajectory.cjs
src/tanks/map/traversal.cjs
src/tanks/mixins/configurable.cjs [copied from src/tanks/thing/zone.cjs with 100% similarity]
src/tanks/mixins/informative.cjs [copied from src/tanks/thing/zone.cjs with 100% similarity]
src/tanks/mixins/meronomic.cjs [copied from src/tanks/thing/zone.cjs with 100% similarity]
src/tanks/mixins/speciated.cjs [copied from src/tanks/thing/zone.cjs with 100% similarity]
src/tanks/mixins/usable.cjs [moved from src/tanks/thing/zone.cjs with 100% similarity]
src/tanks/thing/bullet.cjs
src/tanks/thing/tank.cjs
src/tanks/thing/thing.cjs
src/tanks/thing/wall.cjs
www/header.html
www/test/shapes/test-shapes.js