Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Arsenal - Fix sort by value not sorting properly #6570

Merged
merged 3 commits into from Sep 12, 2018

Conversation

alganthe
Copy link
Contributor

When merged this pull request will:

  • Fix sort by value not sorting items with a count under 10 properly.

@bux

@alganthe alganthe changed the title Fix sort by value not sorting properly Fix ACE Arsenal sort by value not sorting properly Sep 10, 2018
@commy2
Copy link
Contributor

commy2 commented Sep 10, 2018

double quote marks



for "_i" from 0 to (((lnbsize _panel) select 0) - 1) do {
_panel lnbSetText [[_i, 2], str (parseNumber (_panel lnbText [_i, 2]) * 1000)];
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

May need rounding? Not sure.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

no need for rounding

@@ -35,7 +35,16 @@ if (ctrlIDC _control == 17 && {GVAR(currentLeftPanel) in [IDC_buttonUniform ,IDC
};

case 2: {
for "_i" from 0 to (((lnbsize _panel) select 0) - 1) do {
_panel lnbSetText [[_i, 2], str (parseNumber (_panel lnbText [_i, 2]) / 1000)];
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

double space

@commy2
Copy link
Contributor

commy2 commented Sep 10, 2018

2 many parenthesis ;(

@alganthe
Copy link
Contributor Author

I find it easier to read with parenthesis

@commy2
Copy link
Contributor

commy2 commented Sep 10, 2018

I find it easier to read with parenthesis

I have the finger above the approve and request changes buttons ;)

@PabstMirror PabstMirror changed the title Fix ACE Arsenal sort by value not sorting properly Arsenal - Fix sort by value not sorting properly Sep 11, 2018
@PabstMirror PabstMirror added the kind/bug-fix Release Notes: **FIXED:** label Sep 12, 2018
@PabstMirror PabstMirror added this to the 3.13.0 milestone Sep 12, 2018
@PabstMirror PabstMirror merged commit eab84e0 into acemod:master Sep 12, 2018
@commy2
Copy link
Contributor

commy2 commented Sep 12, 2018

:(

:)

Grey-Soldierman pushed a commit to Grey-Soldierman/ACE3 that referenced this pull request Sep 18, 2018
* Fix sort by value not sorting properly

* Change single to double quotes

* Remove uneeded space
@PabstMirror PabstMirror modified the milestones: 3.13.0, 3.12.4 Nov 9, 2018
BaerMitUmlaut pushed a commit that referenced this pull request Aug 5, 2019
* Fix sort by value not sorting properly

* Change single to double quotes

* Remove uneeded space
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug-fix Release Notes: **FIXED:**
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants