Skip to content

Commit ea99eb9

Browse files
The sorter "Built In" is now called "Default"
1 parent 32edc38 commit ea99eb9

File tree

7 files changed

+23
-14
lines changed

7 files changed

+23
-14
lines changed

BuildingSorter.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -690,13 +690,13 @@ class BuildingSorterClass {
690690
{
691691
enabled: true,
692692
sorterFrom:"BuildingSorter",
693-
text: "Built In",
693+
text: "Default",
694694
description: "Sort's building's by their ID's number. This ranks them in order how they were designed to be displayed. This theoretically works with mods that adds new options so long as their ID is a number.",
695695
tooltip: {
696696
icon: [10, 0],
697-
title: "Built In",
698-
forwardDescription: "Orders the buildings based on their <b>built in</b> order.",
699-
reverseDescription: "Orders the buildings based on their <b>built in</b> order but backwards.",
697+
title: "Default",
698+
forwardDescription: "Orders the buildings based on their <b>default</b> order.",
699+
reverseDescription: "Orders the buildings based on their <b>default</b> order but backwards.",
700700
quote: "Classic Ortiel's List."
701701
},
702702
sort: function(array){

BuildingSorter.main.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -698,13 +698,13 @@ class BuildingSorterClass {
698698
{
699699
enabled: true,
700700
sorterFrom:"BuildingSorter",
701-
text: "Built In",
701+
text: "Default",
702702
description: "Sort's building's by their ID's number. This ranks them in order how they were designed to be displayed. This theoretically works with mods that adds new options so long as their ID is a number.",
703703
tooltip: {
704704
icon: [10, 0],
705-
title: "Built In",
706-
forwardDescription: "Orders the buildings based on their <b>built in</b> order.",
707-
reverseDescription: "Orders the buildings based on their <b>built in</b> order but backwards.",
705+
title: "Default",
706+
forwardDescription: "Orders the buildings based on their <b>default</b> order.",
707+
reverseDescription: "Orders the buildings based on their <b>default</b> order but backwards.",
708708
quote: "Classic Ortiel's List."
709709
},
710710
sort: function(array){

patchnotes.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,10 @@
3838
"title":"Fixed Saving",
3939
"message": "Saves were bugged out in v2.4. Fixed!\nRapid reloading caused saved settings to be removed in some browsers. Now a 24 character string is saved in localStorage to act as a backup.",
4040
"html": "<ul><li>Saves were bugged out in v2.4. Fixed!</li><li>Rapid reloading caused saved settings to be removed in some browsers. Now a 24 character string is saved in localStorage to act as a backup.</li></ul>"
41+
},
42+
"2.6": {
43+
"title": "Renamed a Sorter",
44+
"message": "The sorter \"Built In\" is now called \"Default\"",
45+
"html": "<ul><li>The sorter \"Built In\" is now called \"Default\"</li></ul>"
4146
}
4247
}

patchnotes.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
#Patch-notes
2+
## 2.6 Renamed a sorter
3+
<ul>
4+
<li>The sorter "Built In" is now called "Default"</li>
5+
</ul>
26
## 2.5 Fixed Saving
37
<ul>
48
<li>Saves were bugged out in v2.4. Fixed!</li>

steam-mod/BuildingSorter/info.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"ID": "BuildingSorter",
44
"Author": "FrustratedProgrammer",
55
"Description": "Sorts the building list on the right in multiple different ways.",
6-
"ModVersion": 2.5,
6+
"ModVersion": 2.6,
77
"GameVersion": 2.052,
88
"Date": "5/24/2023",
99
"Dependencies": [],

steam-mod/BuildingSorter/main.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -690,13 +690,13 @@ class BuildingSorterClass {
690690
{
691691
enabled: true,
692692
sorterFrom:"BuildingSorter",
693-
text: "Built In",
693+
text: "Default",
694694
description: "Sort's building's by their ID's number. This ranks them in order how they were designed to be displayed. This theoretically works with mods that adds new options so long as their ID is a number.",
695695
tooltip: {
696696
icon: [10, 0],
697-
title: "Built In",
698-
forwardDescription: "Orders the buildings based on their <b>built in</b> order.",
699-
reverseDescription: "Orders the buildings based on their <b>built in</b> order but backwards.",
697+
title: "Default",
698+
forwardDescription: "Orders the buildings based on their <b>default</b> order.",
699+
reverseDescription: "Orders the buildings based on their <b>default</b> order but backwards.",
700700
quote: "Classic Ortiel's List."
701701
},
702702
sort: function(array){

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.5
1+
2.6

0 commit comments

Comments
 (0)