doc/netgamelist.txt
author koda
Tue, 14 Jul 2009 20:02:07 +0000
changeset 2261 57e99c908e7c
parent 748 fac3a6cb0896
permissions -rw-r--r--
a lot of stuff: - added an autoupdater option * works in mac osx only * the xml file should be hosted on official webserver * checkbox could be moved in a "updates section" of the option page * only english and italian translation provided for new option - reverted openalbridge type for compatibility - german translation fix
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
748
fac3a6cb0896 Add misc files from my working copy
unc0rr
parents:
diff changeset
     1
Создающий игру посылает скрипту запрос (Название игры (строка в утф-8, до 100 символов), версия протокола (целое), ип-адрес (IPv4), порт, наличие пароля(есть/нет)), получает некий id игры (строка). Каждую минуту подтверждает своё присутствие, посылая скрипту id игры.
fac3a6cb0896 Add misc files from my working copy
unc0rr
parents:
diff changeset
     2
fac3a6cb0896 Add misc files from my working copy
unc0rr
parents:
diff changeset
     3
Желающий подключиться запрашивает список игр с параметрами (версия протокола, наличие пароля(важно/неважно)), получает список (название игры, ип-адрес, порт).
fac3a6cb0896 Add misc files from my working copy
unc0rr
parents:
diff changeset
     4
fac3a6cb0896 Add misc files from my working copy
unc0rr
parents:
diff changeset
     5
При запуске игры создающий посылает запрос на удаление из списка (указывает id).