Skip to content
Failed

Changes

Summary

  1. Util: PositionChecks.c: Do not give solid check negative values (commit: 6778313) (details)
  2. JSONHelpers.h: Prevent out-of-bounds array access (commit: 89dd832) (details)
  3. Server: Add 3D spawn coordinates support (commit: e757d37) (details)
  4. Player.c: Add fallback if no spawnpoint is found (commit: fe342a2) (details)
  5. Player.c: Add comments (commit: e42f736) (details)
  6. Resources: Border_Hallway.json: Add the default Z value (commit: f2abe9a) (details)
  7. Server: Add configurable capture limits (commit: a592876) (details)
Commit 6778313af41a259ee85cd8eaac9aef13d695bfa5 by 16738302+Haxk20
Util: PositionChecks.c: Do not give solid check negative values

This could create issues so stop that by first checking if the
value entered is negative
(commit: 6778313)
The file was modified Source/Util/Checks/PositionChecks.c (diff)
Commit 89dd832a75f38fcb74d502b731ca16a1035d3937 by 16738302+Haxk20
JSONHelpers.h: Prevent out-of-bounds array access

Before this we would read outside the bounds of the array if it was
smaller then expected in the config.
This uses the values specified in fallback instead.
(commit: 89dd832)
The file was modified Source/Util/JSONHelpers.h (diff)
Commit e757d37c5b1d43e09e67ebb74e45f5e46347b1ba by 16738302+Haxk20
Server: Add 3D spawn coordinates support

Closes #45
(commit: e757d37)
The file was modified Source/Server/Player.c (diff)
The file was modified Source/Server/Server.c (diff)
Commit fe342a287bad2d84ae1403d29bda52fdd5fc6044 by 16738302+Haxk20
Player.c: Add fallback if no spawnpoint is found
(commit: fe342a2)
The file was modified Source/Server/Player.c (diff)
The file was modified Source/Server/Player.c (diff)
Commit f2abe9a84c4f44641fec913811f92275083c8053 by 16738302+Haxk20
Resources: Border_Hallway.json: Add the default Z value
(commit: f2abe9a)
The file was modified Resources/Border_Hallway.json (diff)
Commit a592876304ebce0f7b67ecf34d169f7b09d467e2 by 16738302+Haxk20
Server: Add configurable capture limits

Configurable in config.json and in map config.

Closes #34
(commit: a592876)
The file was modified Source/Server/Structs/StartStruct.h (diff)
The file was modified Source/Server/Gamemodes/Gamemodes.c (diff)
The file was modified Source/Server/Structs/ServerStruct.h (diff)
The file was modified Resources/config.json (diff)
The file was modified Source/Server/Server.c (diff)
The file was modified Source/Main.c (diff)