-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
14 changed files
with
754 additions
and
503 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
:root { | ||
scroll-behavior: smooth; | ||
|
||
/* TODO */ | ||
/* https://github.com/vuejs/vitepress/blob/main/src/client/theme-default/styles/vars.css */ | ||
--vp-c-brand-1: #4f7fff; | ||
--vp-c-brand-2: #4c7af6; | ||
--vp-c-brand-3: #4269d4; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,46 +1,53 @@ | ||
# Словарь определений | ||
|
||
В данный словарь поможет вам более точно понять профессионализмы которыми оперирует даная wiki. | ||
Данный словарь поможет вам более точно понять профессионализмы которыми оперирует данная документация. | ||
|
||
## Список определений | ||
|
||
`Лаунчер сервер` - это программа для раздачи игровых файлов и авторизации в лаунчере. | ||
`Лаунчсервер (лаунчер-сервер)` - это программа отвечающая за загрузку и раздачу игровых файлов, взаимодействие с лаунчером и серверами и другие функциональные возможности. | ||
|
||
--- | ||
|
||
`Сервер (ядро)` - это программа для создание игровых миров в игре. | ||
`Лаунчер (лаунчер)` - это программа отвечающая за загрузку игровых файлов на компьютер пользователя, авторизацию в системе, запуск игры и другие функциональные возможности. | ||
|
||
--- | ||
|
||
`Клиент` - это игра и файлы которое нужны для её запуска. | ||
`Сервер (ядро)` - это программа отвечающая за создание и поддержку игрового мира. Например Paper, Purpur, Mohist, Arclight и др. | ||
|
||
--- | ||
|
||
`Зеркало (mirror)` - Это сайт который раздаёт готовые сборки клиентов. | ||
`Клиент` - это файлы игры которые нужны для её запуска. | ||
|
||
--- | ||
|
||
`Профиль` - это файл в котором описывается как нужно запускать игру. | ||
`Зеркало (mirror)` - это сайт который раздаёт готовые сборки клиентов. | ||
|
||
--- | ||
|
||
`Хеш-функции` - это способ перевести пароль в не читаемый вид но при сравнивании одинаковых паролей их `хеш` будет одинаков. | ||
`Профиль` - это файл в котором содержатся параметры для запуска клиента. | ||
|
||
--- | ||
|
||
`API` - это стандарт общение двух или более программ. | ||
`API` - это стандарт общения двух или более программ. | ||
|
||
## Git сленг | ||
|
||
`Гит (Git)` - это система контроля версий, которая помогает отслеживать историю изменений в файлах. | ||
|
||
--- | ||
|
||
`Деплой` - это скрипт описывает как нужно подготовить систему сборки лаунчера. | ||
`Репозитории (Repository)` - это все файлы, находящиеся под контролем версий, вместе с историей их изменения и другой служебной информацией. | ||
|
||
## Git сленг | ||
--- | ||
|
||
`Комит` - отправка изменения в GitHub. | ||
`Коммит (Commit)` - фиксация (сохранение) внесённых изменений в репозитории. | ||
|
||
--- | ||
|
||
`Мердж` - копирование изменений с других веток. | ||
`Ветка (Branch)` - это набор коммитов, расположенных в хронологическом порядке. | ||
|
||
--- | ||
|
||
`Мердж (Merge)` - слияние изменений с разных веток в репозитории. | ||
|
||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Oops, something went wrong.