• Joined on 2024-04-13
stijn pushed to master at Altitude/AltitudeWeb 2026-09-18 18:42:24 +00:00
4623fbcc82 Update ALTITUDE_VERSION to 26.2 in constant.ts
stijn pushed to main at Altitude/Chat 2026-09-05 18:25:27 +00:00
0f4045d20d Fix EmoteList formatting issues and improve navigation command handling
stijn pushed to main at Altitude/PlayerShops 2026-08-29 20:23:52 +00:00
ebb4d783e8 Fixed dupe bug in ItemMatcher and made hasRoom not modify the inventory contents.
stijn pushed to master at Altitude/Boosters 2026-08-28 22:57:05 +00:00
1be3e898b1 Watch booster file changes as it is now loaded from a rsynced file instead of a shared file
stijn pushed to master at Altitude/Boosters 2026-08-27 22:13:47 +00:00
e47ff95c3f Refactor code for clarity: standardize optional checks, improve list handling, and adjust PhantomPreSpawnEvent import.
stijn pushed to main at Altitude/Chat 2026-08-26 16:27:18 +00:00
d3aa424261 Update WebUpdatePlayerList to fetch and apply player skin textures for fake players.
stijn pushed to main at Altitude/Chat 2026-08-25 20:44:43 +00:00
79ded52842 Refactor storeMessages to improve batch handling and error recovery, add per-message fallback, and enhance logging.
stijn pushed to master at Altitude/AltitudeWeb 2026-08-24 19:44:57 +00:00
610ef2f327 Add warning logs for missing emitters and failed event delivery in EventPublisher
stijn pushed to main at Altitude/Chat 2026-08-24 18:36:06 +00:00
776ea90d7d Get the right servername and player name
stijn pushed to master at Altitude/AltitudeWeb 2026-08-22 20:40:21 +00:00
bd6174dd23 Add logging for server subscriptions in ServerMessageService
stijn pushed to master at Altitude/Boosters 2026-08-22 20:23:05 +00:00
81da9bac32 Update Java toolchain to 25, adjust dependencies, and add new booster type "SPEARS"
stijn pushed to main at Altitude/Chat 2026-08-22 19:08:37 +00:00
b98dd65203 Refactor PlayerListener and add delayed server state updates for web integration.
stijn pushed to master at Altitude/AltitudeWeb 2026-08-22 17:27:08 +00:00
8a61d35e63 Add ServerMessageService for broadcasting player state updates, implement PlayerListState model, and update ChatService to synchronize active player states across servers.
stijn pushed to master at Altitude/AltitudeWeb 2026-08-22 16:22:18 +00:00
2a65f98493 Add ServerMessageService for broadcasting player state updates, implement PlayerListState model, and update ChatService to synchronize active player states across servers.
423d9c9043 Add admin chat endpoint and request schemas for private messages, party messages, and punishments
7f94569575 Add admin chat endpoint and request schemas for private messages, party messages, and punishments
Compare 3 commits »
stijn created branch master in Altitude/huntersVSgatherers 2026-08-10 23:59:47 +00:00
stijn pushed to master at Altitude/huntersVSgatherers 2026-08-10 23:59:47 +00:00
e54f1ada26 Initial commit for Hunters vs Gatherers
stijn created repository Altitude/huntersVSgatherers 2026-08-10 22:49:14 +00:00
stijn pushed to main at Altitude/Chat 2026-08-09 17:40:00 +00:00
9e647f83a8 Introduce support for web chat integration.
stijn pushed to main at Altitude/Chat 2026-08-09 00:07:11 +00:00
0d2ac3763f Update server state handling and mapping for web player integration.
stijn pushed to master at Altitude/AltitudeWeb 2026-08-09 00:04:16 +00:00
1a0bc902ac Refactor user name display logic: integrate MiniMessageComponent in UserListComponent and transition to ProcessedMiniMessageNode. Add server state caching in ChatService with eager state dispatch on subscription.