Skip to content
Failed

Changes

Summary

  1. Packets: BlockLine.c: Fix packet not being sent to the right players (commit: e174fbe) (details)
  2. Server: Fix wrong color variable being used (commit: 74c34c8) (details)
  3. Grenade.c: Drastically optimize and reduce code size of neighbour code (commit: d804159) (details)
  4. blockaction better (commit: 65fd731) (details)
Commit e174fbeac5f14d3e224b041b8b90021b9e8b0332 by 16738302+Haxk20
Packets: BlockLine.c: Fix packet not being sent to the right players
(commit: e174fbe)
The file was modified Source/Server/Packets/BlockLine.c (diff)
Commit 74c34c81a166d2f2b2530403e69ffa5ec7466901 by 16738302+Haxk20
Server: Fix wrong color variable being used
(commit: 74c34c8)
The file was modified Source/Server/Packets/ExistingPlayer.c (diff)
The file was modified Source/Server/Player.c (diff)
The file was modified Source/Server/Packets/BlockAction.c (diff)
The file was modified Source/Server/Structs/PlayerStruct.h (diff)
Commit d8041595db5ef3283ad772eb1a288bdf052860e1 by 16738302+Haxk20
Grenade.c: Drastically optimize and reduce code size of neighbour code

Manually assigning it may be fast but using lookup table
may be even faster and far easier to read :)
(commit: d804159)
The file was modified Source/Server/Grenade.c (diff)
The file was addedSource/Util/Checks/BlockChecks.h
The file was modified Source/Server/Packets/BlockAction.c (diff)