Skip to content

Commit

Permalink
v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitmel committed Aug 24, 2020
1 parent 2947204 commit bd1039b
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 13 deletions.
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,8 +133,7 @@

Краткие описания функционала каждого мода:

- [cc-world-map-overhaul](https://github.com/dmitmel/cc-world-map-overhaul#readme) _(опционально)_ - Улучшенная карта мира
- CCLoader display version _(не выключать!)_ - Отображает версию CCLoader (не спрашивайте, почему это отдельный мод)
- [World map overhaul](https://github.com/dmitmel/cc-world-map-overhaul#readme) _(опционально)_ - Улучшенная карта мира
- crosscode-ru _(не выключать!)_ - Собственно, русский перевод CrossCode и сопутствующие исправления интерфейса
- Enhanced UI _(не выключать!)_ - Различные улучшения и общие исправления графического интерфейса пользователя (требуется для работы crosscode-ru)
- [Localize Me](https://github.com/L-Sherry/Localize-me#readme) _(не выключать!)_ - Мод для создания дополнительных региональных настроек, языков и переводов (требуется для работы crosscode-ru)
Expand All @@ -154,11 +153,9 @@
├─ assets/
│ └─ mods/
│ ├─ cc-world-map-overhaul/
│ ├─ ccloader-version-display/
│ ├─ crosscode-ru/
│ ├─ enhanced-ui/
│ ├─ Localize-me/
│ └─ simplify/
│ └─ Localize-me/
└─ ccloader/
```

Expand Down Expand Up @@ -211,6 +208,8 @@

- Packy
- Sandorik
- Varenik1226
- Щепыч

### Благодарности

Expand Down
6 changes: 3 additions & 3 deletions ccmod.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "crosscode-ru",
"version": "1.0.8",
"version": "1.1.0",
"license": "(MIT AND CC-BY-4.0)",
"description": {
"en_US": "Russian translation for CrossCode",
Expand All @@ -11,8 +11,8 @@
"postload": "dist/postload.js",
"poststart": "dist/poststart.js",
"dependencies": {
"crosscode": "~1.2.0 || ~1.3.0",
"crosscode": "~1.3.0",
"localize-me": "^1.0.0",
"enhanced-ui": "^0.1.0"
"enhanced-ui": "^0.2.0"
}
}
4 changes: 2 additions & 2 deletions dist-archive/GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -108,10 +108,10 @@ $(QUICK_INSTALL_ARCHIVE_NAME).tar.gz:
$(LOCALIZE_ME_MOD_DIR):
$(call download_archive,$@,https://github.com/dmitmel/Localize-me/tarball/c76ee80708efb2c974166cef569f36057ac79c8c,,--strip-components=1)
$(CC_WORLD_MAP_OVERHAUL_MOD_DIR):
$(call download_archive,$@,https://github.com/dmitmel/cc-world-map-overhaul/tarball/7ffe7e0dfc32fcf8e01245dcf674898c59a1170a,,--strip-components=1)
$(call download_archive,$@,https://github.com/ccdirectlink3/cc-world-map-overhaul/tarball/5e6dc32f2c0d9d0106b3f209f920a99ea3b52b54,,--strip-components=1)

$(QUICK_INSTALL_TMP_DIR)/ccloader:
$(call download_archive,$(@D),http://stronghold.crosscode.ru/~dmitmel/ccloader3/20200818112332/ccloader_3.0.0-alpha_quick-install.tar.gz,)
$(call download_archive,$(@D),http://stronghold.crosscode.ru/~dmitmel/ccloader3/20200824124100/ccloader_3.0.0-alpha_quick-install.tar.gz,)

$(MOD_DIR)/$(TRANSLATIONS_DIR): $(addprefix $(MOD_DIR)/$(TRANSLATIONS_DIR)/,$(TRANSLATIONS_FILES))

Expand Down
Binary file modified docs/media/screenshots/new-game.ru_RU.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/media/screenshots/options-mods.ru_RU.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions enhanced-ui/ccmod.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "enhanced-ui",
"version": "0.1.5",
"version": "0.2.0",
"title": "Enhanced UI",
"license": "MIT",
"description": {
Expand All @@ -10,6 +10,6 @@
"homepage": "https://github.com/dmitmel/crosscode-ru/tree/master/enhanced-ui",
"postload": "dist/postload.js",
"dependencies": {
"crosscode": "~1.2.0 || ~1.3.0"
"crosscode": "~1.3.0"
}
}
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -858,7 +858,7 @@ typescript@^3.9.0:

ultimate-crosscode-typedefs@dmitmel/ultimate-crosscode-typedefs:
version "0.0.1"
resolved "https://codeload.github.com/dmitmel/ultimate-crosscode-typedefs/tar.gz/11b827d3545a5c5c1a66724dadcf0ff7c10a4d36"
resolved "https://codeload.github.com/dmitmel/ultimate-crosscode-typedefs/tar.gz/399c5c0ee0c378483f43f0869dcdb433154b647e"
dependencies:
"@types/jquery" "~1.10"
"@types/node" ">=11.9"
Expand Down

0 comments on commit bd1039b

Please sign in to comment.