LANCommander/LANCommander.PowerShell
Pat Hartl 9e770f4965 Bundle PowerShell runtime
This does a very basic job of bundling a PowerShell runtime into the SDK. Previously, scripts had been run by spawning a separate PowerShell process and feeding the script into it. This was nothing better than a hack and meant that PowerShell had to be separately installed on the machine it's executing on. This should open up the opportunity for scripts to run on other platforms.

There's still some things that need to be figured out. Some sort of console output as well as a debugging mode would be highly beneficial for those that wish to actively develop scripts for their games.
2024-08-05 18:02:01 -05:00
..
Cmdlets Add parameter to wrap INI values in quotes 2024-07-04 01:18:32 -05:00
Properties Started adding PowerShell cmdlets useful for LANCommander scripting 2023-11-13 23:09:06 -06:00
app.config Use ILRepacker to add required YamlDotNet into PowerShell DLL 2023-12-26 18:25:22 -06:00
ILRepack.Config.props Use ILRepacker to add required YamlDotNet into PowerShell DLL 2023-12-26 18:25:22 -06:00
ILRepack.targets Remove std DLLs from repack 2024-08-04 13:56:03 -05:00
LANCommander.PowerShell.csproj Bundle PowerShell runtime 2024-08-05 18:02:01 -05:00
LANCommander.PowerShell.psd1 Build/merge PowerShell module 2024-08-01 00:21:35 -05:00
packages.config ILRepack additional libraries 2024-07-10 17:41:52 -05:00