Checkpoint in pathing refactor.
authordsc <david.schoonover@gmail.com>
Tue, 11 Jan 2011 03:25:26 +0000 (19:25 -0800)
committerdsc <david.schoonover@gmail.com>
Tue, 11 Jan 2011 03:25:26 +0000 (19:25 -0800)
commitad29ced3f39d153d165dde40b3c94f6bed0042b6
tree21428598c4f930d6d17b455fb21eb4e6f68fb3d1
parent21efeff36493093c4efb8635a0dbd3b477dcfa2d
Checkpoint in pathing refactor.
20 files changed:
data/config.yaml
data/types/levels.yaml
pavement.py
src/ezl/layer/layer.cjs
src/tanks/game.cjs
src/tanks/globals.js
src/tanks/map/index.cjs
src/tanks/map/level.cjs
src/tanks/map/pathing/index.cjs
src/tanks/map/pathing/map-blockers.cjs [moved from src/tanks/map/map.cjs with 79% similarity]
src/tanks/map/pathing/map-pathing.cjs [moved from src/tanks/map/pathing/pathmap.cjs with 87% similarity]
src/tanks/map/pathing/map-searching.cjs [new file with mode: 0644]
src/tanks/map/pathing/map.cjs [new file with mode: 0644]
src/tanks/map/pathing/trajectory.cjs
src/tanks/map/pathing/traversal.cjs
src/tanks/thing/tank.cjs
src/tanks/thing/thing.cjs
src/tanks/ui/pathmapui.cjs
src/tanks/util/utils.cjs
www/data [new symlink]