From 3809ce67fe549a6e7d9849088c6c1fe143d644d7 Mon Sep 17 00:00:00 2001 From: Vasiliy Horbachenko Date: Tue, 29 May 2018 03:11:42 +0300 Subject: [PATCH] base capture operation implementation --- .gitignore | 2 +- .idea/dcs_pmcliberation.iml | 11 + .idea/inspectionProfiles/Project_Default.xml | 10 + .idea/misc.xml | 4 + .idea/modules.xml | 8 + .idea/vcs.xml | 6 + .idea/workspace.xml | 534 +++++++++++++++++++ __init__.py | 44 +- game/game.py | 3 +- game/mission.py | 99 ++++ game/side.py | 3 - gen/aircraft.py | 6 +- gen/armor.py | 2 +- gen/conflictgen.py | 15 +- globals.py | 5 +- shop/db.py | 44 ++ theater/base.py | 83 ++- theater/caucasus.py | 21 +- theater/conflicttheater.py | 20 +- theater/controlpoint.py | 46 +- 20 files changed, 902 insertions(+), 64 deletions(-) create mode 100644 .idea/dcs_pmcliberation.iml create mode 100644 .idea/inspectionProfiles/Project_Default.xml create mode 100644 .idea/misc.xml create mode 100644 .idea/modules.xml create mode 100644 .idea/vcs.xml create mode 100644 .idea/workspace.xml create mode 100644 game/mission.py delete mode 100644 game/side.py create mode 100644 shop/db.py diff --git a/.gitignore b/.gitignore index 27cfdac2..fdbab2df 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ *.pyc __pycache__ -output.miz +build/* .DS_Store diff --git a/.idea/dcs_pmcliberation.iml b/.idea/dcs_pmcliberation.iml new file mode 100644 index 00000000..c8efcbb4 --- /dev/null +++ b/.idea/dcs_pmcliberation.iml @@ -0,0 +1,11 @@ + + + + + + + + + + \ No newline at end of file diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml new file mode 100644 index 00000000..146ab09b --- /dev/null +++ b/.idea/inspectionProfiles/Project_Default.xml @@ -0,0 +1,10 @@ + + + + \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml new file mode 100644 index 00000000..65531ca9 --- /dev/null +++ b/.idea/misc.xml @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 00000000..c32a91ea --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 00000000..94a25f7f --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/.idea/workspace.xml b/.idea/workspace.xml new file mode 100644 index 00000000..6e390244 --- /dev/null +++ b/.idea/workspace.xml @@ -0,0 +1,534 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +