This repository was archived by the owner on Mar 19, 2026. It is now read-only.
Commit 7838847
committed
Add updated project repositories
Generated automatically by the following commands:
```bash
# Delete previous versions of repositories
rm -rf diplomacy_cicero/
# Clone new copies of repositories
# `--revision` option was added in Git `2.49.0`
git clone --revision 39e8478d2ad47166694b07e1c6ab250ea627e1e4 --depth 1 git@github.com:ALLAN-DIP/baseline-models.git
git clone --revision 9f6303f104d3949b91e4a381698eb5d3733be1a8 --depth 1 git@github.com:ALLAN-DIP/chiron-utils.git
git clone --revision 33b28982ba2b294e0508a263662ec92f7cff89b9 --depth 1 git@github.com:ALLAN-DIP/diplomacy.git
# The `--force` argument is needed because some committed files were included in `.gitignore`,
# and some are required for Cicero to build!
git clone --revision 98570d0fdac1d66e80eceba855d2eec62a1b8246 --depth 1 --recurse-submodules --shallow-submodules git@github.com:ALLAN-DIP/diplomacy_cicero.git
# Add cloned repositories to this repository
rm -rf */.git
git add .
git add --force diplomacy_cicero/{thirdparty,unit_tests}/
# Re-arrange directories for proper building
mv diplomacy/ baseline-models/
mv baseline-models/ chiron-utils/
mv chiron-utils/ diplomacy_cicero/
# Add LR model
wget https://github.com/ALLAN-DIP/large-file-storage/raw/refs/heads/main/lr_models/lr_20250114.zip
unzip lr_20250114.zip
mv lr_20250114/ diplomacy_cicero/chiron-utils/lr_model
rm lr_20250114.zip
```1 parent fcc748d commit 7838847
File tree
318 files changed
+207
-87
lines changed- diplomacy_cicero
- chiron-utils
- baseline-models
- diplomacy
- .github/workflows
- diplomacy
- client
- communication
- daide
- tests
- engine
- integration
- webdiplomacy_net
- tests
- maps
- svg
- tests
- server
- tests
- network
- utils
- tests
- web
- public
- src
- diplomacy
- client
- communication
- engine
- utils
- gui
- assets
- components
- forms
- maps
- ancmed
- common
- modern
- pure
- standard
- pages
- utils
- wizards/gameCreation
- docs
- _static
- api
- images
- vm_conf
- src/baseline_models/message_advisor_code
- src/chiron_utils
- bots
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
318 files changed
+207
-87
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
49 | 48 | | |
50 | 49 | | |
51 | 50 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
| 8 | + | |
7 | 9 | | |
8 | 10 | | |
9 | 11 | | |
| |||
22 | 24 | | |
23 | 25 | | |
24 | 26 | | |
25 | | - | |
26 | | - | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
| 47 | + | |
0 commit comments