mirror of
https://github.com/AndorsTrailRelease/ATCS.git
synced 2025-10-27 18:44:03 +01:00
[PR #9] [MERGED] Deduplicating a lot of stuff #10
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/9
Author: @OMGeeky
Created: 6/24/2025
Status: ✅ Merged
Merged: 8/4/2025
Merged by: @NutAndor
Base:
master← Head:dedup-1📝 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
132 files changed (+31007 additions, -34226 deletions)
View changed files
➕
.idea/codeStyles/Project.xml(+14 -0)➕
.idea/codeStyles/codeStyleConfig.xml(+5 -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)📝
src/com/gpl/rpg/atcontentstudio/ATContentStudio.java(+212 -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/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(+289 -278)📝
src/com/gpl/rpg/atcontentstudio/model/Preferences.java(+9 -9)📝
src/com/gpl/rpg/atcontentstudio/model/Project.java(+1337 -1370)📝
src/com/gpl/rpg/atcontentstudio/model/ProjectElementListener.java(+6 -6)📝
src/com/gpl/rpg/atcontentstudio/model/ProjectTreeNode.java(+56 -51)📝
src/com/gpl/rpg/atcontentstudio/model/SaveEvent.java(+30 -30)📝
src/com/gpl/rpg/atcontentstudio/model/SavedSlotCollection.java(+55 -55)...and 80 more files
📄 Description
this is foundation for actual changes like the effectOnMiss stuff (not included in this PR)
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.