Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
5b00944
add SLP install and uninstall functions with corresponding web handle…
JacksonTheMaster Jan 15, 2026
105467d
add file input to config page for modpackage
JacksonTheMaster Jan 15, 2026
5144d38
add modding subsystem and corresponding severity level to logger
JacksonTheMaster Jan 19, 2026
69a68a4
remove supermaven devcontainer and switch to github copilot
JacksonTheMaster Jan 19, 2026
3a9d56e
added (SLP) mod package upload system & improve SLP install process:
JacksonTheMaster Jan 19, 2026
ec27434
add mod listing and workshop handle list functionality and API endpoi…
JacksonTheMaster Jan 19, 2026
62204bb
add image parsing functionality to modlist metadata
JacksonTheMaster Jan 19, 2026
26c02bf
add mod list view to SLP UI
JacksonTheMaster Jan 19, 2026
d4323a5
rename mod functionality package to from "launchpad" to "modding" pac…
JacksonTheMaster Jan 19, 2026
fdbe598
add downloading of workshop mods (from cli command for now)
JacksonTheMaster Jan 19, 2026
1b47ae2
add command and function to download a specific workshop item for tes…
JacksonTheMaster Jan 19, 2026
b6a7358
refactor cli package to be more structured, no functional changes. Re…
JacksonTheMaster Jan 22, 2026
2c7f44f
add workshop mods update functionality to API and improve action resp…
JacksonTheMaster Jan 22, 2026
6679509
enhance UI for managing workshop mods: update styles, add update butt…
JacksonTheMaster Jan 22, 2026
c61334a
add localization support for Stationeers Launch Pad / mod management …
JacksonTheMaster Jan 22, 2026
eeb1973
add SLP Beta disclaimer to UI with acknowledgment functionality that …
JacksonTheMaster Jan 28, 2026
fa99a02
added "multiplayersafe" branch to dropdown in wizard
JacksonTheMaster Jan 28, 2026
dcec61c
code-review:
JacksonTheMaster Jan 28, 2026
16c1843
fix remove setdummybuildid command from CLI
JacksonTheMaster Jan 28, 2026
4bf7cf1
add Stealthbob & Sumisukyo to donors
JacksonTheMaster Jan 28, 2026
00effed
improve visual style of credits page slightly
JacksonTheMaster Jan 28, 2026
7c3e7ec
Merge branch 'main' into feat-slp-modding
JacksonTheMaster Jan 28, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
"extensions": [
"golang.go",
"svelte.svelte-vscode",
"supermaven.supermaven",
"eamodio.gitlens"
],
"settings": {
Expand Down
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,7 @@ frontend/node_modules
frontend/dist
frontend/build
UIMod/onboard_bundled/v2
UIMod/logs/*
UIMod/logs/*
.agent-context/**
.github/copilot-instructions.md
mods/**
Loading
Loading