4 Commits

Author SHA1 Message Date
12ddf5a185 feat(phase2): aircraft market, fleet management, finances, loans
- market.php: Buy new aircraft (6 types: Dash8 to A380)
- aircraft.php: Fleet management, crew assignment, route planning
- finances.php: Account balance, transactions, loans
- Database.php: Extended with loan/transaction/aircraft methods
- schema.sql: Aircraft types table, 10M starting balance, INSERT OR IGNORE
- dashboard.php: Updated with fleet/financial overview
- Fixed: duplicate function declarations in Database.php
- Fixed: initializeSchema() with idempotent error handling
2026-04-24 17:27:02 +02:00
ab5f97acbf feat(phase1): complete base structure - landing page, auth, dashboard, airports, API, DB schema, 60 airports CSV 2026-04-24 15:53:59 +02:00
2960bd4c2f docs: projektplan hinzugefügt 2026-04-24 15:31:28 +02:00
5cc7849328 feat: initial game1 portal website 2026-04-24 15:09:49 +02:00