mirror of
https://github.com/EDCD/coriolis.git
synced 2025-12-10 15:15:34 +00:00
Compare commits
12 Commits
8583c6a811
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
fa9fe1c571 | ||
|
|
1dfd3cdc23 | ||
|
|
a3d7c8b7a7 | ||
|
|
60a05d93c8 | ||
|
|
7f3056560d | ||
|
|
43718e15cf | ||
|
|
8a1ad353e2 | ||
|
|
fbe29d8087 | ||
|
|
00f098ca29 | ||
|
|
ed6cc49ae8 | ||
|
|
f22b7ff577 | ||
|
|
fde4bba714 |
1
.github/FUNDING.yml
vendored
Normal file
1
.github/FUNDING.yml
vendored
Normal file
@@ -0,0 +1 @@
|
|||||||
|
github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [Brighter-Applications]
|
||||||
@@ -69,7 +69,7 @@ export default class Coriolis extends React.Component {
|
|||||||
noTouch: !('ontouchstart' in window || navigator.msMaxTouchPoints || navigator.maxTouchPoints),
|
noTouch: !('ontouchstart' in window || navigator.msMaxTouchPoints || navigator.maxTouchPoints),
|
||||||
page: null,
|
page: null,
|
||||||
// Announcements must have an expiry date in format "YYYY-MM-DDTHH:MM:SSZ"
|
// Announcements must have an expiry date in format "YYYY-MM-DDTHH:MM:SSZ"
|
||||||
announcements: [{expiry: "2024-11-30T00:00:00Z", text: "Mandalay added"}, {expiry: "2024-12-06T00:00:00Z", text: "Concord Cannon added"}, {expiry: "2024-12-08T00:00:00Z", text: "Boost Interval Feature added"}],
|
announcements: [{expiry: "2025-04-10T00:00:00Z", text: "Corsair added"}],
|
||||||
language: getLanguage(Persist.getLangCode()),
|
language: getLanguage(Persist.getLangCode()),
|
||||||
route: {},
|
route: {},
|
||||||
sizeRatio: Persist.getSizeRatio()
|
sizeRatio: Persist.getSizeRatio()
|
||||||
|
|||||||
@@ -14,3 +14,4 @@ export const formats = {
|
|||||||
};
|
};
|
||||||
|
|
||||||
export { default as terms } from './de.json';
|
export { default as terms } from './de.json';
|
||||||
|
|
||||||
|
|||||||
@@ -14,6 +14,8 @@ export const SHIP_FD_NAME_TO_CORIOLIS_NAME = {
|
|||||||
'BelugaLiner': 'beluga',
|
'BelugaLiner': 'beluga',
|
||||||
'CobraMkIII': 'cobra_mk_iii',
|
'CobraMkIII': 'cobra_mk_iii',
|
||||||
'CobraMkIV': 'cobra_mk_iv',
|
'CobraMkIV': 'cobra_mk_iv',
|
||||||
|
'CobraMkV': 'cobramkv',
|
||||||
|
'Corsair': 'imperial_corsair',
|
||||||
'Cutter': 'imperial_cutter',
|
'Cutter': 'imperial_cutter',
|
||||||
'DiamondBackXL': 'diamondback_explorer',
|
'DiamondBackXL': 'diamondback_explorer',
|
||||||
'DiamondBack': 'diamondback',
|
'DiamondBack': 'diamondback',
|
||||||
|
|||||||
Reference in New Issue
Block a user