[PR #128] [MERGED] Easier setup #8686

Closed
opened 2026-06-01 12:21:43 +00:00 by Dark98 · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/2006-Scape/2006Scape/pull/128
Author: @dginovker
Created: 10/29/2019
Status: Merged
Merged: 10/29/2019
Merged by: @dginovker

Base: masterHead: easier_setup


📝 Commits (4)

📊 Changes

18 files changed (+212 additions, -25 deletions)

View changed files

📝 .idea/2006rebotted.iml (+1 -1)
.idea/artifacts/2006rebotted_jar.xml (+42 -0)
.idea/artifacts/localhost_2006rebotted_jar.xml (+42 -0)
📝 .idea/misc.xml (+1 -1)
.idea/workspace.xml (+115 -0)
📝 2006Redone Client/METAs/Client Meta/META-INF/MANIFEST.MF (+0 -0)
2006Redone Client/METAs/Local Client Meta/META-INF/MANIFEST.MF (+3 -0)
📝 2006Redone Server/src/redone/game/players/Client.java (+3 -4)
📝 2006Redone Server/src/redone/integrations/discord/DiscordActivity.java (+1 -1)
CompiledServer/artifacts/2006rebotted_jar/2006rebotted.jar (+0 -0)
CompiledServer/artifacts/localhost_2006rebotted_jar/localhost_2006rebotted.jar (+0 -0)
📝 CompiledServer/production/2006rebotted/redone/game/players/Client$1.class (+0 -0)
📝 CompiledServer/production/2006rebotted/redone/game/players/Client$2.class (+0 -0)
📝 CompiledServer/production/2006rebotted/redone/game/players/Client$3.class (+0 -0)
📝 CompiledServer/production/2006rebotted/redone/game/players/Client$4.class (+0 -0)
📝 CompiledServer/production/2006rebotted/redone/game/players/Client.class (+0 -0)
📝 CompiledServer/production/2006rebotted/redone/integrations/discord/DiscordActivity.class (+0 -0)
📝 README.md (+4 -18)

📄 Description

  • Adds Artifacts so people can build .jars
  • Removes steps in setup process
  • Needs to be tested (currently doing that)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/2006-Scape/2006Scape/pull/128 **Author:** [@dginovker](https://github.com/dginovker) **Created:** 10/29/2019 **Status:** ✅ Merged **Merged:** 10/29/2019 **Merged by:** [@dginovker](https://github.com/dginovker) **Base:** `master` ← **Head:** `easier_setup` --- ### 📝 Commits (4) - [`6af7291`](https://github.com/2006-Scape/2006Scape/commit/6af72912bfcd5c0161a01b31073365ac5fa2f33c) Simpler compilation steps - [`8d35bb9`](https://github.com/2006-Scape/2006Scape/commit/8d35bb9a8fed8274e25fc98bf44b8eaf8c8d6c06) Add images - [`b6d8620`](https://github.com/2006-Scape/2006Scape/commit/b6d862005c74e512a5fcb71ed301c101ecc64e23) Added artifact METAs - [`dcd656e`](https://github.com/2006-Scape/2006Scape/commit/dcd656e7b42446315292fc816a631edf0fb6023e) Artifact fix ### 📊 Changes **18 files changed** (+212 additions, -25 deletions) <details> <summary>View changed files</summary> 📝 `.idea/2006rebotted.iml` (+1 -1) ➕ `.idea/artifacts/2006rebotted_jar.xml` (+42 -0) ➕ `.idea/artifacts/localhost_2006rebotted_jar.xml` (+42 -0) 📝 `.idea/misc.xml` (+1 -1) ➕ `.idea/workspace.xml` (+115 -0) 📝 `2006Redone Client/METAs/Client Meta/META-INF/MANIFEST.MF` (+0 -0) ➕ `2006Redone Client/METAs/Local Client Meta/META-INF/MANIFEST.MF` (+3 -0) 📝 `2006Redone Server/src/redone/game/players/Client.java` (+3 -4) 📝 `2006Redone Server/src/redone/integrations/discord/DiscordActivity.java` (+1 -1) ➕ `CompiledServer/artifacts/2006rebotted_jar/2006rebotted.jar` (+0 -0) ➕ `CompiledServer/artifacts/localhost_2006rebotted_jar/localhost_2006rebotted.jar` (+0 -0) 📝 `CompiledServer/production/2006rebotted/redone/game/players/Client$1.class` (+0 -0) 📝 `CompiledServer/production/2006rebotted/redone/game/players/Client$2.class` (+0 -0) 📝 `CompiledServer/production/2006rebotted/redone/game/players/Client$3.class` (+0 -0) 📝 `CompiledServer/production/2006rebotted/redone/game/players/Client$4.class` (+0 -0) 📝 `CompiledServer/production/2006rebotted/redone/game/players/Client.class` (+0 -0) 📝 `CompiledServer/production/2006rebotted/redone/integrations/discord/DiscordActivity.class` (+0 -0) 📝 `README.md` (+4 -18) </details> ### 📄 Description - Adds Artifacts so people can build .jars - Removes steps in setup process - Needs to be tested (currently doing that) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Dark98 added the pull-request label 2026-06-01 12:21:43 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: 2006-Scape/2006Scape#8686