Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
Use sets for moved, sea moved, last used, attacker and main road.
Map old name indexing in action handler to allow old replays to work.
|
|
|
|
|
|
|
|
|
|
Simple deep copies are much faster.
|
|
Use for (let x of list) instead of for (let x in object).
This gives a ~100% speed-up.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Log all game actions to a table so they can be replayed.
|
|
|
|
|