-
Notifications
You must be signed in to change notification settings - Fork 45
Verbs/Adobeair : Initial commit #790
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
Conversation
Initial commit Required for League Of Legends's Launcher
Needs verification, my skill in javascript is not to be trusted.. did my best tho >.>
Set free=true on demand, recommends verifying in terms of use. i'm not responsible if the information is wrong.
|
@Kreyren Can you also fix the codacy issues? https://app.codacy.com/app/PhoenicisOrg/scripts/pullRequest?prid=2827488 |
|
@qparis checking, not qualified to make the changes: Based on https://app.codacy.com/app/PhoenicisOrg/scripts/pullRequest?prid=2827488 Line 17: should be present, it separates function from message. |
|
Please fix indentation. |
|
Yes, you have to fix the identation |
|
Was AFK, investigating |
Needs verification, not comfortable about what am i doing. Is line 14 sane for checksum? Using SHA-256 // Willing to fix if not Abadoning commit, not qualified to make changes in javascript for phoenicis atm.
|
Abadoning commit, not qualified to make changes in javascript for phoenicis atm. |
|
The last commit looks good to me. |
Commited on demand PhoenicisOrg#790 (comment)
|
@plata Can we merge? |
| @@ -0,0 +1,35 @@ | |||
| include(["engines", "wine", "engine", "object"]); | |||
| include(["utils", "functions", "net", "resource"]); | |||
| include(["utils", "functions", "filesystem", "files"]); | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Several of the includes seem to be unused. Please remove unnecessary.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@plata Can you make the commit? I'm not familiar with the functions -> Not qualified to decide what is needed and what is not.
or share lines that needs to be removed
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
From what I see, you do not need
include(["utils", "functions", "filesystem", "files"]);
include(["engines", "wine", "verbs", "luna"]);You should test that though.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@plata I'm unable to test it seems sane to remove tho..
Fixes: PhoenicisOrg#777 Depends on: PhoenicisOrg#790 Added new sources for installers from riot games BUG: Latin America South installer is missing Updated SHA-1 for EUW, LAN, OCE, JP, TR, BR, EUNE, NA, RU pick 61ce52e Update script.js pick 6fdf980 Update script.js pick 41cec24 Pushed League Of Legends in testing pick 6c05668 Update script.json pick 6ee39fc Script optimization pick 023059b Update script.js pick ff0facc Update script.js pick eb72429 Update script.js pick f731ecb Update script.js pick 5dd5058 Update script.js pick 645418f Update script.js pick 451850e Update script.js Signed-off-by: Jacob Hrbek <[email protected]>
|
Should be good now |
Fixes: PhoenicisOrg#777 Fixes: PhoenicisOrg#778 Depends on: PhoenicisOrg#790 Added new sources for installers from riot games BUG: Latin America South installer is missing Updated SHA-1 for EUW, LAN, OCE, JP, TR, BR, EUNE, NA, RU Set MACOSX in testing since it's not tested. TODO : Performance can be improved beyond native, needs research Expected the game to run on platinum. pick 61ce52e Update script.js pick 6fdf980 Update script.js pick 41cec24 Pushed League Of Legends in testing pick 6c05668 Update script.json pick 6ee39fc Script optimization pick 023059b Update script.js pick ff0facc Update script.js pick eb72429 Update script.js pick f731ecb Update script.js pick 5dd5058 Update script.js pick 645418f Update script.js pick 451850e Update script.js Signed-off-by: Jacob Hrbek <[email protected]>
Causes error wile installing TODO: invesigate
plata
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think you want the League of Legends changes here, do you?
|
Please fix PR title, Travis and Codacy. |


Initial commit
Required for League Of Legends's Launcher
TODO: make sure that packaging does not break https://www.adobe.com/legal/terms.html 6.2
Warning: c04068e and 0d1aba2 are not to be trusted, commited based on my experince with adobeair, winetricks and what i remember from javascript + i'm not familiar with functions of phoenicis -> Hoped to provide a foundation to make commit easier to finish.