scripts icon indicating copy to clipboard operation
scripts copied to clipboard

Phoenicis scripts

Results 100 scripts issues
Sort by recently updated
recently updated
newest added

org.phoenicis.tools.http.DownloadException: Download of https://riotgamespatcher-a.akamaihd.net/ShellInstaller/EUW/LeagueofLegends_EUW_Installer_2016_11_10.exe has failed at [email protected]/org.phoenicis.tools.http.Downloader.saveConnectionToStream(Downloader.java:241) at [email protected]/org.phoenicis.tools.http.Downloader.get(Downloader.java:196) at [email protected]/org.phoenicis.tools.http.Downloader.get(Downloader.java:93) at [email protected]/org.phoenicis.tools.http.Downloader.get(Downloader.java:74) at jdk.scripting.nashorn.scripts/jdk.nashorn.internal.scripts.Script$Recompilation$333$2585$^eval_$cu1$restOf.get([utils, functions, net, download]:124) at jdk.scripting.nashorn.scripts/jdk.nashorn.internal.scripts.Script$Recompilation$322$1783$^eval_$cu1$restOf.get([utils, functions, net, resource]:101) at jdk.scripting.nashorn.scripts/jdk.nashorn.internal.scripts.Script$Recompilation$305$827A$^eval_$cu1$restOf.run#L:22(:94) at jdk.scripting.nashorn.scripts/jdk.nashorn.internal.scripts.Script$Recompilation$294$553$^eval_$cu1$restOf.go([engines, wine, quick_script,...

I'm thinking about to merge the wine implementation and object scripts in a single script in `Engines/Wine/Engine`. This in turn would lead to the engine script and json file being...

As an alternative to #1068 we could think about remove `ShortcutReader` because it basically functions as a wrapper for a concrete engine specific shortcut reader implementation (currently only `WineShortcutReader`). Therefore...

Currently both `ShortcutReader` and `WineShortcutReader` are contained in the same file. It would be a more clean solution to move `WineShortcutReader` to a new file.

enhancement

Currently `Downloader#get` returns the content of the downloaded file. This behavior is not always useful, for example when the downloaded file is a binary file or an archive. Therefore I...

Requesting Epic Games Launcher to be adapted in Quick Scripts. Reason: There are some games that require Epic Games Launcher EDIT: They are anti-linux hugs -> can we make it...

feature-request

We have a lot of places in the scripts where we define multiline strings. Currently we use for this a lot of string concatenation (i.e. `"a" + "b"`) which can...

Currently we are using the older `function() { ... }` style to define lambda expressions. This style has the big disadvantage for us that redefines `this` to the newly declared...

The page should contain: * a description what an engine is/does * an explanation how an engine can be implemented

The page should contain: * a description what an engine tool is/does * an explanation how an engine tool can be created