aboutsummaryrefslogtreecommitdiff
path: root/game/common
Commit message (Collapse)AuthorAgeLines
* Add terrain map Hop3112023-04-14-0/+46
| | | | | | | | | | | | With Directional movement using WASD With Directional movement using arrow keys With Click-Drag movement using middle mouse button With Province identifiers With Province shape loading With Province rendering With Province selection With Province overview panel With Color lookup texture
* Fix MacOS OpenVic2.dmg export_path to OpenVic2.app Spartan3222023-03-24-15/+1
| | | | | | | | | | | | | Godot cannot output a dmg file Rename macOS export preset to MacOS To make export platform names consistent Add `common/*` to include_filter So exports will include everything in the common directory Make credits.csv not translation file but to keep the file on import Prevents replacement of the file as a translation
* Moved data files according to project-file-structure.md ClarkeCode2023-03-22-0/+3949
|
* Credits loading sanatization. Hop3112023-03-04-4/+4
|
* add: credits.csv - req: FS4 (#16) Brendan Griffiths2023-03-01-0/+60
Requirements met by this PR: SS-17 SS-29 [1] UI-32 UI-34 UIFUN-36 UI-35 UI-38 UIFUN-37 FS-4