[PR #7] [MERGED] Build scripts #7

Closed
opened 2025-10-27 18:43:45 +01:00 by OMGeeky · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/AndorsTrailRelease/ATCS/pull/7
Author: @OMGeeky
Created: 2/15/2025
Status: Merged
Merged: 2/15/2025
Merged by: @NutAndor

Base: masterHead: build-scripts


📝 Commits (10+)

  • c4d71df Create a packaging script
  • ecc9a35 Allow it to be ran on windows
  • 4571bea fix missing "
  • 4d03c15 Improve some error messages
  • a00b8fb fix typo
  • ae3ca5d fix typo & improve path safety (space in path should now be allowed)
  • 89f764b Merge branch 'AndorsTrailRelease:master' into master
  • c98f517 Add initial project configuration files and setup for ATContentStudio
  • 5cdb42a clean up script
  • 00ec5fe Update build script to include all Java files in the compilation process

📊 Changes

17 files changed (+350 additions, -5 deletions)

View changed files

📝 .gitignore (+7 -0)
.idea/.gitignore (+8 -0)
.idea/artifacts/ATContentStudio_jar.xml (+18 -0)
.idea/misc.xml (+4 -0)
.idea/modules.xml (+8 -0)
.idea/vcs.xml (+6 -0)
ATContentStudio.iml (+117 -0)
packaging/Manifest.txt (+2 -0)
packaging/common/ATCS.cmd (+18 -0)
packaging/common/ATCS.env (+4 -0)
packaging/common/ATCS.ico (+0 -0)
packaging/common/ATCS.sh (+21 -0)
packaging/package-windows.sh (+1 -0)
packaging/package.sh (+119 -0)
src/META-INF/MANIFEST.MF (+6 -0)
📝 src/com/gpl/rpg/atcontentstudio/model/gamedata/ActorCondition.java (+5 -0)
📝 src/com/gpl/rpg/atcontentstudio/model/gamedata/JSONElement.java (+6 -5)

📄 Description

No description provided


🔄 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/AndorsTrailRelease/ATCS/pull/7 **Author:** [@OMGeeky](https://github.com/OMGeeky) **Created:** 2/15/2025 **Status:** ✅ Merged **Merged:** 2/15/2025 **Merged by:** [@NutAndor](https://github.com/NutAndor) **Base:** `master` ← **Head:** `build-scripts` --- ### 📝 Commits (10+) - [`c4d71df`](https://github.com/AndorsTrailRelease/ATCS/commit/c4d71df4b1f8a3f87652e63323753d40733eca03) Create a packaging script - [`ecc9a35`](https://github.com/AndorsTrailRelease/ATCS/commit/ecc9a35c69a426cc9ec73fdb822689157f935003) Allow it to be ran on windows - [`4571bea`](https://github.com/AndorsTrailRelease/ATCS/commit/4571bea4297ad1b85e08832ce9b75c963e491106) fix missing " - [`4d03c15`](https://github.com/AndorsTrailRelease/ATCS/commit/4d03c15e089a6e0ee7c1d1d45cc6838bc9c28e08) Improve some error messages - [`a00b8fb`](https://github.com/AndorsTrailRelease/ATCS/commit/a00b8fbc6612d12f0833c6c584634ae8b3a1b65f) fix typo - [`ae3ca5d`](https://github.com/AndorsTrailRelease/ATCS/commit/ae3ca5d50a97e648decbfdaa408854dee6863e7e) fix typo & improve path safety (space in path should now be allowed) - [`89f764b`](https://github.com/AndorsTrailRelease/ATCS/commit/89f764b62b4d4d136008c95fbdc8cfacc9256bfc) Merge branch 'AndorsTrailRelease:master' into master - [`c98f517`](https://github.com/AndorsTrailRelease/ATCS/commit/c98f51744be4c81735a658f4b54670e486e6b09f) Add initial project configuration files and setup for ATContentStudio - [`5cdb42a`](https://github.com/AndorsTrailRelease/ATCS/commit/5cdb42ae07271637a814daf296be609408e91353) clean up script - [`00ec5fe`](https://github.com/AndorsTrailRelease/ATCS/commit/00ec5fe49f682d8a046d398de7cc073a6f8ea4c8) Update build script to include all Java files in the compilation process ### 📊 Changes **17 files changed** (+350 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `.gitignore` (+7 -0) ➕ `.idea/.gitignore` (+8 -0) ➕ `.idea/artifacts/ATContentStudio_jar.xml` (+18 -0) ➕ `.idea/misc.xml` (+4 -0) ➕ `.idea/modules.xml` (+8 -0) ➕ `.idea/vcs.xml` (+6 -0) ➕ `ATContentStudio.iml` (+117 -0) ➕ `packaging/Manifest.txt` (+2 -0) ➕ `packaging/common/ATCS.cmd` (+18 -0) ➕ `packaging/common/ATCS.env` (+4 -0) ➕ `packaging/common/ATCS.ico` (+0 -0) ➕ `packaging/common/ATCS.sh` (+21 -0) ➕ `packaging/package-windows.sh` (+1 -0) ➕ `packaging/package.sh` (+119 -0) ➕ `src/META-INF/MANIFEST.MF` (+6 -0) 📝 `src/com/gpl/rpg/atcontentstudio/model/gamedata/ActorCondition.java` (+5 -0) 📝 `src/com/gpl/rpg/atcontentstudio/model/gamedata/JSONElement.java` (+6 -5) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OMGeeky added the
pull-request
label 2025-10-27 18:43:45 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: AndorsTrailRelease/archived-ATCS#7
No description provided.