Skip to content

Commit

Permalink
Merge pull request #3110
Browse files Browse the repository at this point in the history
beta
  • Loading branch information
mainIine authored Nov 14, 2024
2 parents 99c0ea9 + b081814 commit 29a0373
Show file tree
Hide file tree
Showing 35 changed files with 2,053 additions and 214 deletions.
31 changes: 28 additions & 3 deletions changelog-de.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
## Changelog - Extension

##### 3.9.0.0

**Neu**
- Im Umbaumodus wird nun eine nach Größe sortierbare Gebäudeliste angezeigt
- Gex-Ergebnisse: Menu-Icon zeigt nun die aktuelle Anzahl an GE-Versuchen an
- Tooltips: in bestimmten Modulen werden nun die Gebäude-informationen als Tooltip angezeigt:
- im Effizienz-Modul, im "Gebäude hinzufügen" dialog
- im Boost-Inventar
- in der Umbau-Größenliste
- lasst uns auf Discord wissen, wo ihr diese Info noch gerne sehen würdet

**Update**
- Statistik: Dunkle Materie zu Spezial-Gütern hinzugefügt
- Einstellung "Lade aktuelle Beta" angepasst

**BugFix**
- Gebäude-Effizienz:
- Ist wegen eines Spiel-Updates kaputt gegangen
- Gleiche Gebäude mit und ohne Verbündete wurden nicht korrekt gezählt
- Produktionsübersicht:
- In der Fragmente-Übersicht war die Anzahl an Fragmenten teilweise nicht korrekt
- In der Fragmente-Übersicht wurden nicht alle Gebäude gelistet

##### 3.8.1.0

**Neu**
Expand Down Expand Up @@ -29,7 +52,7 @@
- Übersicht aller Fragmente und Items hinzugefügt inkl. Summe über alle Gebäude
- Filter hinzugefügt
- Kampf-Boosts kategorisiert
- Einheitenproduktion nach Typ und Zeitalter summiert
- Einheiten produktion nach Typ und Zeitalter summiert

- Effizienzbewertung Update:
- Neue Kategorien hinzugefügt
Expand All @@ -42,7 +65,7 @@
- listet alle Gebäude aus dem Inventar, die Boosts (zum Beispiel für den Kampf) bereitstellen

- Aktive Mitglieder anderer Gilden
- wenn innerhalb von 5 Minuten, zweimal nacheinander die Details der selben fremden Gilde aufgerufen werden (Hauptquartier in den GG) und zumindest ein Mitglied dieser Gilde aktiv war, wird ein Fenster geöffnet, in dem die aktiven Mitglieder gelistet werden
- wenn innerhalb von 5 Minuten, zweimal nacheinander die Details derselben fremden Gilde aufgerufen werden (Hauptquartier in den GG) und zumindest ein Mitglied dieser Gilde aktiv war, wird ein Fenster geöffnet, in dem die aktiven Mitglieder gelistet werden

**Update**
- Kampf-Assistent:
Expand All @@ -60,12 +83,14 @@

- Stadtübersicht QI:
- Gebäude werden nun nach Typ kategorisiert
- Münz- Vorrats- und Quantenaktionsboosts aus der Hauptstadt werden mitberechnet - danke Juber!
- Münz-, Vorrats- und Quantenaktionsboosts aus der Hauptstadt werden mitberechnet - danke Juber!

**BugFix**
- Fenster:
- können nun nicht mehr verschoben werden, wenn die Maus auf einen der Buttons des Fensters zeigt

---

##### 3.7.0.0

**Neu**
Expand Down
23 changes: 23 additions & 0 deletions changelog-en.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
## Changelog - Extension

##### 3.9.0.0

**New**
- In reconstruction mode a building list, sortable by building size is offered
- GE-Results: Menu icon now shows the current number of attempts
- Tooltips: some modules now show the building information as a tooltip:
- Effiziency module - in the "add building" dialogue
- Boost Inventory
- Reconstruction size-list
- let us know on discord where else you would like to see that info

**Update**
- Statistics: Dark Matter added to Special Goods
- Changed settings entry "Load current beta"

**BugFix**
- Building efficiency:
- Broke for some players due to a game update
- Same buildings with/without allies were not counted correctly
- Porduction Overview:
- Fragment amount was not korrekt for some buildings
- Not all buildings were listed in fragments overview

##### 3.8.1.0

**New**
Expand Down
85 changes: 63 additions & 22 deletions css/web/_menu_right.css
Original file line number Diff line number Diff line change
Expand Up @@ -15,22 +15,12 @@
#foe-helper-hud.hud-right {
right: 0;
top: 400px;
width: 63px;
width: 51px;
height: 270px;
border-radius: 8px 0 0 8px;
border-radius: 4px 0 0 4px;
transition: height 0.2s linear;
border-right-width: 0;
background-color: #301e0f;
padding-top: 22px;
padding-bottom: 22px;
}

.hud-right::before, .hud-right::after {
position: absolute;
content: '';
width: 64px;
height: 18px;
left: 0;
border-width: 0;
background-color: #301e0fcc;
}

.hud-right::before {
Expand All @@ -48,32 +38,83 @@
width: inherit;
height: 218px;
right: 0;
top: 22px;
top: 1px;
}

.hud-right #foe-helper-hud-slider {
position: absolute;
top: 0;
right: 3px;
right: 0;
transition: top 0.7s ease-in-out;
}

.hud-right .hud-btn {
height: 53px;
width: 54px;
height: 47px;
width: 48px;
margin-bottom: 2px;
}

.hud-right .menu-placeholder {
width: 55px;
height: 55px;
width: 49px;
height: 49px;
}

.hud-right .hud-btn span.hud-counter {
padding: 2px;
width: 16px;
height: 16px;
bottom: 4px;
left: 5px;
bottom: 2px;
left: 2px;
line-height: 16px;
}

.hud-btn-up,
.hud-btn-down {
position: absolute;
width: 50px;
height: 14px;
right: 0;
display: block;
z-index: 1;
box-shadow: 0 0 1px 1px var(--black-50);
}

.hud-btn-up-active, .hud-btn-down-active {
background: var(--background-hud-btn);
}

.hud-btn-up-active:hover, .hud-btn-down-active:hover {
filter: brightness(1.3) contrast(1.1);
}

.hud-btn-up-active {
top: -15px;
border-radius: 5px 0 0 0;
}

.hud-btn-down-active {
bottom: -14px;
border-radius: 0 0 0 5px;
}

.hud-btn-up::before,
.hud-btn-down::before {
content: '';
display: block;
position: absolute;
right: 30%;
top: 2px;
width: 0;
height: 0;
border-left: 12px solid transparent;
border-right: 12px solid transparent;
}

.hud-btn-up::before {
border-bottom: 9px solid #48291b;
}

.hud-btn-down::before {
bottom: 1px;
border-top: 9px solid #48291b;
}
65 changes: 11 additions & 54 deletions css/web/boxes.css
Original file line number Diff line number Diff line change
Expand Up @@ -1731,57 +1731,6 @@ input[type="range"]::-webkit-slider-thumb {
overflow: hidden;
}

.hud-btn-up,
.hud-btn-down {
position: absolute;
width: 57px;
height: 14px;
right: 2px;
display: block;
z-index: 1;
background: #7c6149aa;
}

.hud-btn-up-active, .hud-btn-down-active {
background: var(--background-hud-btn);
}

.hud-btn-up-active:hover, .hud-btn-down-active:hover {
filter: brightness(1.3) contrast(1.1);
}

.hud-btn-up {
top: 2px;
border-radius: 5px 0 0 0;
}

.hud-btn-down {
bottom: 2px;
border-radius: 0 0 0 5px;
}

.hud-btn-up::before,
.hud-btn-down::before {
content: '';
display: block;
position: absolute;
right: 30%;
top: 2px;
width: 0;
height: 0;
border-left: 12px solid transparent;
border-right: 12px solid transparent;
}

.hud-btn-up::before {
border-bottom: 9px solid #48291b;
}

.hud-btn-down::before {
bottom: 1px;
border-top: 9px solid #48291b;
}

.hud-btn-left,
.hud-btn-right,
.hud-btn-left::before,
Expand Down Expand Up @@ -1812,11 +1761,11 @@ input[type="range"]::-webkit-slider-thumb {
box-shadow: 0 -1px 0 var(--black-50), 1px 0 0 var(--black-50);
}

.hud-btn-left, .hud-btn-right, .hud-btn-left::before, .hud-btn-right::before {
.hud-btn-left, .hud-btn-right, .hud-btn-left::before, .hud-btn-right::before, .hud-btn-up, .hud-btn-up::before, .hud-btn-down, .hud-btn-down::before {
display: none;
}

.hud-btn-left-active, .hud-btn-right-active, .hud-btn-left-active::before, .hud-btn-right-active::before {
.hud-btn-left-active, .hud-btn-right-active, .hud-btn-left-active::before, .hud-btn-right-active::before, .hud-btn-up-active, .hud-btn-up-active::before, .hud-btn-down-active, .hud-btn-down-active::before {
display: block;
background: linear-gradient(to bottom, #c38236, #894422);
}
Expand Down Expand Up @@ -1853,6 +1802,14 @@ input[type="range"]::-webkit-slider-thumb {
border-left: 6px solid #48291b;
}

#foe-helper-hud.is--sorting .hud-btn {
filter: brightness(0.6) saturate(0.9);
}

#foe-helper-hud.is--sorting .hud-btn.ui-sortable-helper {
filter: brightness(1.2);
}

.hud-btn {
width: 43px;
height: 43px;
Expand All @@ -1862,7 +1819,7 @@ input[type="range"]::-webkit-slider-thumb {
box-sizing: border-box;
border: 2px solid transparent;
border-radius: 4px;
box-shadow: inset 0 0 3px 2px #301e0f, 0 0 2px #00000087;
box-shadow: inset 0 0 1px 2px #1f1309cc, 0 0 2px #00000087;
background: linear-gradient(#553419, #553419) padding-box, linear-gradient(to bottom, #82ae4c, #4f7421) border-box;
text-align: center;
}
Expand Down
29 changes: 29 additions & 0 deletions css/web/variables.css
Original file line number Diff line number Diff line change
Expand Up @@ -80,4 +80,33 @@
--text-success: #5fc745;
--text-info: #42a1ee;
--text-danger: #f34f4f;

--background-color-military: #fff;
--border-color-military: #bbb;
--background-color-residential: #7abaff;
--border-color-residential: #219eff;
--background-color-special: #51e5ff;
--border-color-special: #08b6d4;
--background-color-noStreet: #793bc9;
--border-color-noStreet: #3d2783;
--background-color-chain: #bb23ae;
--border-color-chain: #86127d;
--background-color-decoration: #497445;
--border-color-decoration: #1c7430;
--background-color-street: #666666;
--border-color-street: #636363;
--background-color-goods: #7d2a4d;
--border-color-goods: #6a2a3a;
--background-color-culture: #7d4900;
--border-color-culture: #582c00;
--background-color-main_building: #ffb300;
--border-color-main_building: #ffb300;
--background-color-production: #416dff;
--border-color-production: #2732ff;
--background-color-greatbuilding: #e6542f;
--border-color-greatbuilding: #af3d2b;
--background-color-random_production: #a8ff18;
--border-color-random_production: #4cff11;
--background-color-tower: #cdcdcd;
--border-color-tower: #787a7a;
}
4 changes: 3 additions & 1 deletion js/internal.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,5 +61,7 @@
"pvparena",
"qimap",
"worldchallenge",
"boost-potions"
"boost-potions",
"customTooltip",
"reconstruction"
]
Loading

0 comments on commit 29a0373

Please sign in to comment.