Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
Allow undo back to movement phase from levy phase.
Allow undo in the middle of a sea retreat.
|
|
|
|
|
|
|
|
|
|
|