mirror of
https://github.com/AndorsTrailRelease/ATCS.git
synced 2025-10-27 18:44:03 +01:00
[PR #10] [MERGED] Json project files #11
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/AndorsTrailRelease/ATCS/pull/10
Author: @OMGeeky
Created: 6/25/2025
Status: ✅ Merged
Merged: 8/4/2025
Merged by: @NutAndor
Base:
master← Head:json-project-files📝 Commits (10+)
4239bebde-dupe codee232c33more de-duplication3f1f988fix missed null check04b704dmore de-duplication286d95dimprove imports70055beimprove usings185f168misc8561415dedup link check8c42b49rename needsToBeLinked to linkCheck and continue dedupe9ed9393extract wordWrap to TextUtils helper-class📊 Changes
137 files changed (+30756 additions, -34613 deletions)
View changed files
📝
.idea/artifacts/ATContentStudio_jar.xml(+0 -1)➕
.idea/codeStyles/Project.xml(+19 -0)➕
.idea/codeStyles/codeStyleConfig.xml(+5 -0)📝
createProject.bat(+2 -0)📝
hacked-libtiled/tiled/core/MapObject.java(+1 -1)📝
hacked-libtiled/tiled/core/Sprite.java(+1 -1)📝
hacked-libtiled/tiled/io/TMXMapWriter.java(+1 -1)➖
lib/AndorsTrainer_v0.1.5.jar(+0 -0)📝
packaging/package.sh(+0 -1)📝
src/com/gpl/rpg/atcontentstudio/ATContentStudio.java(+222 -219)📝
src/com/gpl/rpg/atcontentstudio/ConfigCache.java(+93 -92)📝
src/com/gpl/rpg/atcontentstudio/Notification.java(+83 -83)📝
src/com/gpl/rpg/atcontentstudio/NotificationListener.java(+4 -3)📝
src/com/gpl/rpg/atcontentstudio/io/JsonPrettyWriter.java(+45 -45)➕
src/com/gpl/rpg/atcontentstudio/io/JsonSerializable.java(+8 -0)📝
src/com/gpl/rpg/atcontentstudio/io/SettingsSave.java(+63 -69)📝
src/com/gpl/rpg/atcontentstudio/model/ClosedProject.java(+125 -114)📝
src/com/gpl/rpg/atcontentstudio/model/GameDataElement.java(+227 -183)📝
src/com/gpl/rpg/atcontentstudio/model/GameSource.java(+312 -280)📝
src/com/gpl/rpg/atcontentstudio/model/Preferences.java(+44 -10)...and 80 more files
📄 Description
changes the project & workspace files to be json instead of some java binary stuff.
If the json file could not be found it tries the original one.
based on #9 so that one should be done before this one
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.