Chaoscaot
  • Joined on 2025-01-14
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.
Chaoscaot pushed to exposed at SteamWar/SteamWar 2025-11-07 14:53:12 +01:00
23bcf14ca5 Update Gradle configuration to specify multiple Java installation paths for compatibility.
Chaoscaot pushed to exposed at SteamWar/SteamWar 2025-11-07 14:40:16 +01:00
63a5fcff97 Add Kotlin plugin and configure build scripts for Kotlin compatibility, integrate exposed library dependencies, and enhance JVM settings.
Chaoscaot pushed to exposed at SteamWar/SteamWar 2025-11-07 12:42:31 +01:00
39b3cdb897 Introduce GDPRQuery command for GDPR data generation, refactor SQL statements, and improve null safety across modules.
Chaoscaot pushed to exposed at SteamWar/SteamWar 2025-11-06 11:30:16 +01:00
6ac0143459 Remove outdated SQL-related Java classes (GDPRQuery, Field, SelectStatement, SqlTypeMapper, Statement) and update references across modules.
Chaoscaot pushed to main at SteamWar/SteamWar 2025-11-06 09:50:26 +01:00
98ca9e852c Merge pull request 'Add version dependant impl of tps warp to fight system' (#187) from FightSystem/Add-version-dependent-impl-of-tps-warp into main
17910ec8a4 Add version dependant impl
Compare 2 commits »
Chaoscaot deleted branch FightSystem/Add-version-dependent-impl-of-tps-warp from SteamWar/SteamWar 2025-11-06 09:50:26 +01:00
Chaoscaot merged pull request SteamWar/SteamWar#187 2025-11-06 09:50:24 +01:00
Add version dependant impl of tps warp to fight system
Chaoscaot pushed to exposed at SteamWar/SteamWar 2025-11-05 21:44:59 +01:00
56bc75763b Migrate Token class to Kotlin, remove outdated Java implementation, and refactor references across modules. Update timestamp fields to use CurrentTimestamp where applicable.