Skip to content
Success

Changes

Summary

  1. Server: Check for NULL pointer on fopen and report correct error (commit: e14ca06) (details)
  2. Commands.c: Use LOG_INFO for commands unusable in console warning (commit: eda178f) (details)
  3. Server: Remove extern int errno (commit: a9d18f9) (details)
  4. Server.c: Gamemodes.h is a local header file (commit: b1d993c) (details)
  5. Commands.c: Make minimum UPS 10 (commit: 995bf6f) (details)
  6. Packets.c: Fix fall damage (commit: 9186cae) (details)
  7. Commands.c: Do not allow /kill without arguments from console (commit: 07fbad7) (details)
Commit e14ca06d303c16d803ee938a50864658c2c2b13e by 16738302+Haxk20
Server: Check for NULL pointer on fopen and report correct error
(commit: e14ca06)
The file was modified Source/Map.c (diff)
The file was modified Source/Server.c (diff)
Commit eda178f034737d0b1469d9894868f16f634e57fb by 16738302+Haxk20
Commands.c: Use LOG_INFO for commands unusable in console warning
(commit: eda178f)
The file was modified Source/Commands.c (diff)
Commit a9d18f9ec249d1258dc73e02494cd0839720cc37 by 16738302+Haxk20
Server: Remove extern int errno

This would not be thread safe otherwise
(commit: a9d18f9)
The file was modified Source/Server.c (diff)
The file was modified Source/Map.c (diff)
Commit b1d993c0c96572bee7024dba89d76c45e643bb30 by 16738302+Haxk20
Server.c: Gamemodes.h is a local header file
(commit: b1d993c)
The file was modified Source/Server.c (diff)
The file was modified Source/Commands.c (diff)
Commit 9186cae1f3d878a6dc25ee50389d73a0805dd25f by 16738302+Haxk20
Packets.c: Fix fall damage

Thats what happens when you code at 2am.
Add a fix for a bug you found and tell yourself
to fix it later. And forget about it completely.
Deserved.
(commit: 9186cae)
The file was modified Source/Packets.c (diff)
Commit 07fbad7e57cfca5192992d33a3aa3a0cf8776430 by 16738302+Haxk20
Commands.c: Do not allow /kill without arguments from console
(commit: 07fbad7)
The file was modified Source/Commands.c (diff)