Mostly style nits, but also: - Renamed some stuff in anticipation of removing GameEnded. - Actor decisions are independent, so there's no need to do most of them in the first part of a tic and the player in the second part; they can all happen together in the second part. - waiting_for_input was merged into turn_based, which I think makes it easier to follow what's going on between tics. Although I just realized it introduces a bug, so, better fix that next. - The canvas didn't need to know if we were waiting or not if we just force the tic offset to 1 while waiting. This also fixed some slight jitter with force floors. |
||
|---|---|---|
| .. | ||
| defs.js | ||
| format-base.js | ||
| format-c2g.js | ||
| format-dat.js | ||
| game.js | ||
| main-base.js | ||
| main-editor.js | ||
| main.js | ||
| renderer-canvas.js | ||
| soundtrack.js | ||
| tileset.js | ||
| tiletypes.js | ||
| util.js | ||