Commit Graph

92 Commits

Author SHA1 Message Date
Chaoscaot 7aba8da5a0 Add revision handling to setSchematic method in FightTeam 2025-07-14 13:40:43 +02:00
Chaoscaot 6260e65b33 Merge pull request 'Add Schematic Revisions' (#93) from schematic-revisions into main
Reviewed-on: SteamWar/SteamWar#93
Reviewed-by: YoyoNow <yoyonow@noreply.localhost>
2025-07-14 09:13:16 +02:00
Chaoscaot 6db404c1e6 Merge pull request 'Add AuditLog' (#89) from AuditLog into main
Reviewed-on: SteamWar/SteamWar#89
Reviewed-by: Chaoscaot <max@chaoscaot.de>
2025-07-14 09:13:02 +02:00
YoyoNow 104f0cf02d Fix final stuff 2025-07-13 18:39:53 +02:00
YoyoNow f7662cdcba Fix build 2025-07-13 18:15:24 +02:00
YoyoNow 167b36b10c Update RandomRotate 2025-07-13 18:10:53 +02:00
YoyoNow b9b541957b Fix older replays 2025-07-13 17:54:28 +02:00
YoyoNow e9d107f0ed Fix older replays 2025-07-13 17:54:06 +02:00
YoyoNow 1e264a63a2 Add Winconditions.TIMED_DAMAGE_TECH_KO and Winconditions.RANDOM_ROTATE 2025-07-13 16:48:35 +02:00
YoyoNow 868ba4073b Add Winconditions.TIMED_DAMAGE_TECH_KO and Winconditions.RANDOM_ROTATE 2025-07-13 16:46:11 +02:00
Chaoscaot c04e8d75eb Reorder Colors (again) 2025-07-03 00:57:25 +02:00
Chaoscaot d5ca1e14e1 Add prepared flag to schematics and refactor related logic 2025-07-02 12:25:58 +02:00
Chaoscaot 4c98ce4aff Add Schematic Revisions 2025-07-01 21:39:08 +02:00
YoyoNow 617bae5a5c Add AuditLog 2025-07-01 18:48:59 +02:00
Chaoscaot 280202c43f Merge pull request 'Update to support Minecraft 1.21.6 version' (#52) from update/1.21.5 into main
Reviewed-on: SteamWar/SteamWar#52
2025-06-30 15:53:44 +02:00
YoyoNow 14b756261e Merge pull request 'Add event grouping' (#57) from event-brackets into main
Reviewed-on: SteamWar/SteamWar#57
Reviewed-by: YoyoNow <yoyonow@noreply.localhost>
2025-06-26 23:40:51 +02:00
YoyoNow 4383e541d8 Fix some stuff 2025-06-26 21:05:11 +02:00
YoyoNow 40437afb73 Final fixes 2025-06-26 21:04:45 +02:00
YoyoNow 80a156754d Finalize WorldEditCUI 2025-06-26 21:04:45 +02:00
YoyoNow 0f68f671f5 Merge pull request 'Remove Shields from Check Arena' (#67) from remove-shield-from-check-arena into main
Reviewed-on: SteamWar/SteamWar#67
Reviewed-by: YoyoNow <yoyonow@noreply.localhost>
2025-06-26 14:20:15 +02:00
Chaoscaot fcebb4ffd3 Add red team schematic paste in WGCommand 2025-06-14 22:01:29 +02:00
Chaoscaot 9abbcc908d Remove unused fillRegion method from WorldEdit wrapper and related code 2025-06-14 21:56:02 +02:00
Chaoscaot 5201a3edc0 Adjust TechareaCommand to refine wireframe bounds using offset subtraction 2025-06-12 19:53:22 +02:00
Chaoscaot c9821053ce Refactor TechareaCommand to support per-player REntityServer instances and add periodic tick updates 2025-06-12 19:45:45 +02:00
Chaoscaot 37acbf0033 Add BlueInsetRegion management and implement TechareaCommand 2025-06-12 19:27:56 +02:00
Chaoscaot dfd9febd8c Remove Shields from Check Arena 2025-06-08 22:34:05 +02:00
Chaoscaot bcb0ad4bef Merge branch 'main' into update/1.21.5
# Conflicts:
#	VelocityCore/src/de/steamwar/velocitycore/ServerVersion.java
2025-05-31 20:20:07 +02:00
YoyoNow b479b6667b Merge pull request 'Enable a Dirt Block (Schem owner -1 and Name like GameMode) to be selected for any ServerTeam member' (#51) from FightSystem/EnableDirtBlockForServerTeam into main
Reviewed-on: SteamWar/SteamWar#51
Reviewed-by: Lixfel <lixfel@noreply.localhost>
2025-05-29 12:06:41 +02:00
YoyoNow 9bc01a4e3b Revert FightTeam 2025-05-29 12:00:12 +02:00
YoyoNow b14cf445df Fix PR stuff 2025-05-29 11:32:50 +02:00
YoyoNow 277e1f9f9b Add NoGravity 2025-05-27 18:15:03 +02:00
Chaoscaot c633694222 Refactor event handling and tie-break logic implementation
Introduced new methods and structures in EventGroup, EventRelation, and EventFight to streamline point calculations, tie-break detection, and dependency resolution. Improved modularity by adding methods like getLastFight, needsTieBreak, and getDependents while optimizing the event result setting process. This refactor enhances clarity, reduces redundancy, and supports better maintainability of event-related logic.
2025-05-07 16:16:36 +02:00
YoyoNow a4eea298d2 Hotfix PrepareSchem not copying allowReplay and replaceColor while creating a prepared schem 2025-05-07 14:37:00 +02:00
Chaoscaot 15bb92fbba Improve error handling and logging in Techhider and TinyProtocol
Refined logging messages for clarity by replacing "Techhider" with "PacketInterceptor" where appropriate. Adjusted error handling in `TechhiderbugCommand` by removing redundant `flush` calls and properly logging exceptions during bug report generation. These changes aim to enhance maintainability and debugging.
2025-04-29 18:04:58 +02:00
Chaoscaot d6a5caf95d Add error handling and logging to Techhider and TinyProtocol 2025-04-29 17:59:22 +02:00
YoyoNow f89c4e88f9 Fix HotbarKit
Fix steamwar.devserver.gradle
Add WarGear20 to build.gradle.kts
2025-04-25 18:07:14 +02:00
Chaoscaot bb97d80c18 Refactor to align with Minecraft 1.21.5 API changes 2025-04-24 13:10:48 +02:00
YoyoNow 7d45680fcb Enable a Dirt Block (Schem owner -1 and Name like GameMode) to be selected for any ServerTeam member 2025-04-23 21:52:27 +02:00
YoyoNow 5ee9d3e167 Hotfix HotbarKit 2025-04-23 20:55:26 +02:00
YoyoNow ef66b8c1f1 Fix HotbarKit.onInventoryClick not resetting the cursor item 2025-04-23 18:28:58 +02:00
YoyoNow ca35ab9234 Remove code Duplication HotbarKit 2025-04-20 20:41:47 +02:00
YoyoNow ae7d394ae2 Enable clicking 'Ready' in inventory 2025-04-17 15:45:25 +02:00
Lixfel cf4ac95c2f Bugfix after testing 2025-04-09 21:04:28 +02:00
Lixfel f2d8c9c02b Only AntiTest 2025-04-08 21:34:41 +02:00
Lixfel 2405c5e620 Fix spectator handling 2025-04-08 21:31:47 +02:00
Lixfel 9c3f7526ff Add techhiderbug command. 2025-04-07 19:37:23 +02:00
Lixfel c4e9f80315 Fix leader not changeable during events 2025-03-31 19:56:36 +02:00
YoyoNow 2225b811fa Update Bossbar of FightSystem 2025-03-09 18:18:13 +01:00
Lixfel b516d1d569 Configurable techhider interaction suppression 2025-02-16 17:14:55 +01:00
Lixfel 052e549606 Fix replay saving 2025-01-20 16:09:40 +01:00