Commit Graph

150 Commits

Author SHA1 Message Date
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
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
Lixfel afd0541039 Move Replays to File system 2025-01-17 13:46:02 +01:00
Lixfel 9888700273 Migrate reflections to mojang mapped by default 2025-01-06 16:44:10 +01:00
Lixfel da148c0e9f Replace {nms} and {obc} tags 2025-01-06 10:15:48 +01:00
Lixfel ab34d86da4 Merge branch 'main' into MojMapReflections
# Conflicts:
#	SpigotCore/SpigotCore_8/src/de/steamwar/core/BountifulWrapper8.java
#	SpigotCore/SpigotCore_9/src/de/steamwar/core/BountifulWrapper9.java
#	SpigotCore/SpigotCore_Main/src/de/steamwar/core/events/PartialChunkFixer.java
2025-01-06 10:06:28 +01:00
Lixfel abb8ab2204 Merge pull request 'Fix Schematics Readers' (#72) from Schematics/1.21 into main
Reviewed-on: https://steamwar.de/devlabs/SteamWar/SteamWar/pulls/72
Reviewed-by: Lixfel <lixfel@steamwar.de>
2025-01-01 12:42:01 +01:00
Lixfel 0f73939bf0 Move and rename Reflection fields 2024-12-26 19:11:01 +01:00
Lixfel fb0a653b0e Remove /leader command, allow for Leader promotion 2024-12-23 13:05:00 +01:00
Lixfel 1ea6bd61f8 Fix concurrent cipher usage 2024-12-22 16:17:58 +01:00
Lixfel 026b7bcc0e Fix SpectatePort 2024-12-22 16:02:52 +01:00
Lixfel 7d9996529e Add orientation pattern 2024-12-21 21:19:40 +01:00
YoyoNow a2710628a5 Update TechHiderWrapper and add orientation pattern 2024-12-21 19:47:40 +01:00
Chaoscaot 51fd5faa4d Merge branch 'main' into Schematics/1.21
# Conflicts:
#	VelocityCore/build.gradle.kts
2024-12-21 19:29:46 +01:00
Lixfel acbc5c5fd3 Cryptographically secure signature 2024-12-21 18:46:33 +01:00
Lixfel 793fc31b5c TechHider refactoring, simple Blocktagging 2024-12-21 16:53:49 +01:00
Chaoscaot d08ccc3a98 Fix Everything 2024-12-21 12:30:39 +01:00
Lixfel 10e016c850 Partial diagonal HullHider uncovering, performance improvement 2024-12-21 10:52:41 +01:00
Lixfel 997a800c85 Fix Hullhider 1.15-, improve performance. 2024-12-13 11:26:19 +01:00
Lixfel a5ffddad66 Add AdminReplay line of sight tools. 2024-12-13 10:42:44 +01:00
Lixfel 429e2f86aa Fix Hullhider. 2024-12-11 15:03:32 +01:00
Lixfel c308a06e6b Test if broadcasting apollo:json acceptance triggers ModList sending. 2024-12-11 14:48:32 +01:00
Lixfel a1e77e571b Fix entity hider. 2024-12-11 09:52:05 +01:00
Lixfel f81b95e39f Fix direction id. 2024-12-10 12:57:21 +01:00
Lixfel 7ce5e319b5 Reduce unnecessary branch propagation by early abort with primary direction visibility. 2024-12-10 11:08:44 +01:00
Lixfel c50bb64516 Performance improvements 2024-12-10 01:59:16 +01:00
Lixfel b1c0e36cee Remove diagonal diagonals, branch only in enemy direction 2024-12-10 00:44:26 +01:00
Lixfel be653754a7 Better Hull Hider Algorithm
Cardinal visibility with diagonal branching.
2024-12-10 00:01:47 +01:00
Chaoscaot 0134ef1f61 Maybe, Fix Schematics Readers 2024-12-03 22:43:14 +01:00
Chaoscaot 510aec048b send help ._. 2024-11-27 00:26:06 +01:00
Lixfel daa17c3e8b Wrap CheckpointUtils for OpenJDK support, remove Border debug messages 2024-11-24 22:12:43 +01:00
Chaoscaot 97e4ccb076 Fixes 2024-11-23 15:43:05 +01:00
Lixfel e1769a42f4 DummyAI only Test arenas 2024-08-29 13:58:27 +02:00
Lixfel 7afdfd89b0 Changes to support AIs, Add DummyAI 2024-08-18 18:02:02 +02:00
YoyoNow 89a8c9f11c Add FightSystem module 2024-08-05 11:43:04 +02:00