Atlas: Deploy-Buendel vor Staustufen-Sprint

- Logistik: Musik-Player Playlist-Modus (5 Gruppen, 20 Tracks)
- Heli: End-Screen auf .ggs-endscreen, Mission-Bilder, Voice-Lines, Briefing-Audio
- Logistik: Layout-Tausch Auftraege+Fahrzeuge links, Karte rechts
- Logistik: Tier-1-Staedte ausgebaut, Auto-Timescale-Badge
- Logistik: Roadnet/Railnet Dijkstra-Routing, Balance-Updates
- Atlas: 5 Atlas-Inbox-Nachrichten (Cards-Pattern, DALL-E-Key, Musik-Playlists)
- Status-Updates Heli + Logistik

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-04-26 01:05:13 +02:00
parent f811437a35
commit 79ac9dad84
773 changed files with 17482 additions and 541 deletions
+4
View File
@@ -93,6 +93,7 @@ $locations = $readSeed('lg-locations.json');
$vehicleTypes = $readSeed('lg-vehicle-types.json');
$cargoTypes = $readSeed('lg-cargo-types.json');
$railnet = $readSeed('lg-railnet.json');
$roadnet = $readSeed('lg-roadnet.json');
$routesOsm = $readSeed('lg-routes-osm.json');
$contractTemplates = $readSeed('lg-contract-templates.json');
@@ -118,6 +119,7 @@ window.LOGISTIK_SEEDS = {
vehicleTypes: {$vehicleTypes},
cargoTypes: {$cargoTypes},
railnet: {$railnet},
roadnet: {$roadnet},
routesOsm: {$routesOsm},
contractTemplates: {$contractTemplates}
};
@@ -137,6 +139,8 @@ $tileProxy = BASE_PATH . '/php/tile-proxy.php';
$html = strtr($html, [
'href="../../assets/css/design-system.css"' => 'href="' . BASE_PATH . '/assets/css/design-system.css"',
'href="../../assets/fonts/inter.css"' => 'href="' . BASE_PATH . '/assets/fonts/inter.css"',
'href="../../favicon.svg"' => 'href="' . BASE_PATH . '/favicon.svg"',
'href="../../favicon-96x96.png"' => 'href="' . BASE_PATH . '/favicon-96x96.png"',
'src="../../assets/img/bildLogo.png"' => 'src="' . BASE_PATH . '/assets/img/bildLogo.png"',
'src="../../assets/img/textlogo_geograsim.svg"' => 'src="' . BASE_PATH . '/assets/img/textlogo_geograsim.svg"',
'href="../../sim"' => 'href="' . BASE_PATH . '/sim"',