Merge branch 'develop' into idac

This commit is contained in:
Dniel97
2023-12-06 15:57:44 +01:00
51 changed files with 4824 additions and 247 deletions

View File

@@ -1,7 +1,6 @@
{
"m_stamp_event_id": 25,
"stamp_event_nm": "フランドール・スカーレットスタンプ",
"url": "https://info-initialdac.sega.jp/2290/",
"start_dt": "2023-10-01",
"end_dt": "2029-01-01",
"play_bonus": 1,

View File

@@ -1,7 +1,6 @@
{
"m_stamp_event_id": 24,
"stamp_event_nm": "レミリア・スカーレットスタンプ",
"url": "https://info-initialdac.sega.jp/2096/",
"start_dt": "2023-10-01",
"end_dt": "2029-01-01",
"play_bonus": 1,

View File

@@ -1,7 +1,6 @@
{
"m_stamp_event_id": 26,
"stamp_event_nm": "十六夜咲夜スタンプ",
"url": "https://info-initialdac.sega.jp/2306/",
"start_dt": "2023-10-01",
"end_dt": "2029-01-01",
"play_bonus": 1,

View File

@@ -1,7 +1,6 @@
{
"timetrial_event_id": 5,
"name": "フランドール・スカーレット",
"url": "https://info-initialdac.sega.jp/2356/",
"start_dt": "2023-10-01",
"end_dt": "2029-01-01",
"course_id": 18,

View File

@@ -1,7 +1,6 @@
{
"timetrial_event_id": 4,
"name": "レミリア・スカーレット",
"url": "https://info-initialdac.sega.jp/2345/",
"start_dt": "2023-10-01",
"end_dt": "2029-01-01",
"course_id": 22,

View File

@@ -1,7 +1,6 @@
{
"timetrial_event_id": 6,
"name": "十六夜咲夜",
"url": "https://info-initialdac.sega.jp/2402/",
"start_dt": "2023-10-01",
"end_dt": "2029-01-01",
"course_id": 14,

View File

@@ -1,5 +1,4 @@
import logging
from random import randbytes
import socket
from twisted.internet.protocol import DatagramProtocol

View File

@@ -163,3 +163,5 @@ class IDACServlet:
self.game_cfg.server.echo2,
IDACEchoUDP(self.core_cfg, self.game_cfg, self.game_cfg.server.echo2),
)
self.logger.info(f"Matching listening on {self.game_cfg.server.matching} with echos on {self.game_cfg.server.echo1} and {self.game_cfg.server.echo2}")