Chaoscaot
  • Joined on 2025-01-14
Chaoscaot pushed to main at SteamWar/SteamWar 2025-11-10 09:17:42 +01:00
56fb63f781 Add MySQL dependency to KotlinCore build script.
Chaoscaot pushed to main at SteamWar/SteamWar 2025-11-10 09:16:19 +01:00
273efff87d Remove unused api-version field from plugin.yml.
Chaoscaot pushed to main at SteamWar/SteamWar 2025-11-10 09:09:50 +01:00
0cac6f36c1 Remove unused api-version field from plugin.yml.
Chaoscaot pushed to main at SteamWar/SteamWar 2025-11-10 09:02:31 +01:00
8680b9e6cf Change api dependencies to compileOnlyApi in build.gradle.kts and rename KitName column to Name in PersonalKitTable.
Chaoscaot pushed to main at SteamWar/SteamWar 2025-11-10 08:47:48 +01:00
614e989892 Rename IgnoreTable to IgnoredPlayers in IgnoreSystemTable for improved clarity.
Chaoscaot deleted branch exposed from SteamWar/SteamWar 2025-11-10 08:43:01 +01:00
Chaoscaot pushed to main at SteamWar/SteamWar 2025-11-10 08:43:01 +01:00
84e1f605bd Merge pull request 'Exposed!' (#179) from exposed into main
0ea5a62dbe Merge branch 'main' into exposed
0eb6047139 Merge remote-tracking branch 'origin/exposed' into exposed
fcebecf745 Add placement column to TeamTeilnahme table and corresponding property.
dd14e9f518 Cleanup Session
Compare 36 commits »
Chaoscaot merged pull request SteamWar/SteamWar#179 2025-11-10 08:42:59 +01:00
Exposed!
Chaoscaot pushed to exposed at SteamWar/SteamWar 2025-11-10 08:40:44 +01:00
0ea5a62dbe Merge branch 'main' into exposed
69cf219e39 Fix FlatteningWrapper21
fb4e53165f Hotfix FixedFlagStorage.clear and FixedGlobalFlagStorage.clear
415d783365 Hotfix SEND_COMMAND_FEEDBACK in 1.20+
ee99708340 Hotfix (FA)WE Selection 1.20+
Compare 17 commits »
Chaoscaot pushed to exposed at SteamWar/SteamWar 2025-11-09 17:48:18 +01:00
0eb6047139 Merge remote-tracking branch 'origin/exposed' into exposed
fcebecf745 Add placement column to TeamTeilnahme table and corresponding property.
Compare 2 commits »
Chaoscaot pushed to exposed at SteamWar/SteamWar 2025-11-09 17:28:47 +01:00
6c5239c8fc Optimize imports across SQL module: replace explicit class imports with wildcard imports, remove unused imports for cleaner structure.
Chaoscaot pushed to exposed at SteamWar/SteamWar 2025-11-09 17:25:34 +01:00
fc71f47add Remove needsAdmin property from PunishmentType enum and refactor related declarations for cleaner structure.
Chaoscaot pushed to master at SteamWar/Velocity 2025-11-09 01:51:14 +01:00
babb22bf88 Remove duplicate mapping for MINECRAFT_1_21_2 in StateRegistry
Chaoscaot pushed to master at SteamWar/Velocity 2025-11-09 01:46:46 +01:00
468127996c Merge remote-tracking branch 'upstream/dev/3.0.0'
b6b6b20fe9 Generate a new forwarding secret file if the file is deleted (#1671)
f75b512837 Moved pre-1.19.1 command argument validation so it prints the faulty identifier (#1675)
7412aca81c Fixed sending ServerData packets if the description component from the backend server is null (#1673)
02cf349075 Fixed disconnecting players in the middle of a backend server reconfiguration (#1669)
Compare 37 commits »
Chaoscaot pushed to exposed at SteamWar/SteamWar 2025-11-08 22:44:28 +01:00
5d36393643 Refactor EventRelation, EventGroup, and EventFight classes: ensure database operations are enclosed in useDb, add default values for group points, and override delete methods. Update Gradle build script to include lombok dependencies.
Chaoscaot pushed to exposed at SteamWar/SteamWar 2025-11-08 13:52:40 +01:00
ebc6f50261 Refactor Gradle build scripts: update source set exclusions, add java-library plugin, and remove redundant configurations in SQL module.
Chaoscaot pushed to exposed at SteamWar/SteamWar 2025-11-07 18:59:08 +01:00
c9d74fb656 Remove redundant SQL logger in useDb and extra newlines in SQLConfig.
Chaoscaot pushed to exposed at SteamWar/SteamWar 2025-11-07 18:57:43 +01:00
e50e52950b Refactor Token and SteamwarUser classes: enhance owner property with memoized transformation, increase hash generation key size, and ensure database usage in useDb block.
Chaoscaot pushed to exposed at SteamWar/SteamWar 2025-11-07 15:06:44 +01:00
e5a61226ca Add newline at end of build.gradle.kts file for consistency.
Chaoscaot pushed to exposed at SteamWar/SteamWar 2025-11-07 14:54:35 +01:00
0c35ace5e2 Remove redundant Java installation paths in Gradle configuration.