Skip to content
Failed

Changes

Summary

  1. Server.c: Do not set colors of team on server reset (commit: 484143d) (details)
  2. Commands.c: Add reset command (commit: dcd9bcf) (details)
  3. Revert "Server.c: Do not set colors of team on server reset" (commit: 90eab00) (details)
  4. Server.c: Correct the team1/2Color variables on reset (commit: 7e8ec8f) (details)
  5. Commands.c: Add proper path to the libraries (commit: ef77ed7) (details)
  6. Packets.c: Free grenade before return (commit: cd29949) (details)
  7. Packets.c: Another free before return in grenade (commit: ca8044b) (details)
  8. Server.c: Initialize CIDR range when checking for ban (commit: 9ef5c16) (details)
  9. Protocol.c: Fix realloc screwup (commit: 2b9967d) (details)
  10. Packets.c: Realloc fix for map (commit: a6d4d65) (details)
  11. Map.c: Realloc fix for mapOut (commit: 65c6275) (details)
  12. Commands.c: Initialize command pointer to NULL (commit: 53872e1) (details)
  13. Protocol.c: Intialize range IPstructs (commit: cf16987) (details)
  14. Packets.c: Comment out avoiding check as its disabled (commit: 1ef5d1c) (details)
  15. Typo fixes & missing libraries. (#22) (commit: c167d02) (details)
Commit 484143d909fcd1cb83106e6d6397a557feea2896 by 16738302+Haxk20
Server.c: Do not set colors of team on server reset
(commit: 484143d)
The file was modified Source/Server.c (diff)
Commit dcd9bcf099b1653097686c34c523448c6132dff1 by 16738302+Haxk20
Commands.c: Add reset command

This command allows manager of the server to peform a
reset of the server and advance to next map
(commit: dcd9bcf)
The file was modified Source/Commands.c (diff)
Commit 90eab000b5da5b23ff823db502b1318f3d9d2916 by 16738302+Haxk20
Revert "Server.c: Do not set colors of team on server reset"

This reverts commit 484143d909fcd1cb83106e6d6397a557feea2896.

Was just workaround for the real issue
(commit: 90eab00)
The file was modified Source/Server.c (diff)
Commit 7e8ec8f6c9744303a6bbf6bf2d5682ee077749fd by 16738302+Haxk20
Server.c: Correct the team1/2Color variables on reset

Surprised this took me this long to spot
(commit: 7e8ec8f)
The file was modified Source/Server.c (diff)
Commit ef77ed71dcb3fda05567f1ab9a01d358bda3f80d by 16738302+Haxk20
Commands.c: Add proper path to the libraries
(commit: ef77ed7)
The file was modified Source/Commands.c (diff)
Commit cd29949b8a946e638152c2a0b885d73a63e9ecf3 by 16738302+Haxk20
Packets.c: Free grenade before return

This would cause a memory leak if player tried
to run and throw grenade
(commit: cd29949)
The file was modified Source/Packets.c (diff)
Commit ca8044baf5cd03aeda27c57dd89ca0f6a5c86f5c by 16738302+Haxk20
Packets.c: Another free before return in grenade
(commit: ca8044b)
The file was modified Source/Packets.c (diff)
The file was modified Source/Commands.c (diff)
Commit 9ef5c1606559369ccefa757725fef9ce9f7fe2fe by 16738302+Haxk20
Server.c: Initialize CIDR range when checking for ban

Could cause issues
(commit: 9ef5c16)
The file was modified Source/Server.c (diff)
Commit 2b9967d6b64097d63d5207881e4605868f61a39e by 16738302+Haxk20
Protocol.c: Fix realloc screwup

There will be more of these surely
(commit: 2b9967d)
The file was modified Source/Protocol.c (diff)
Commit a6d4d6523471d56d7f1de3e054e6c841ffcb95c9 by 16738302+Haxk20
Packets.c: Realloc fix for map

We must check for output of realloc as it can fail.
If it does we must free the realloced variable
(commit: a6d4d65)
The file was modified Source/Packets.c (diff)
The file was modified Source/Map.c (diff)
Commit 53872e10ec69943142cbfd2f0952f33b741c913c by 16738302+Haxk20
Commands.c: Initialize command pointer to NULL

We later set it to a proper pointer but check for NULL either way
(commit: 53872e1)
The file was modified Source/Commands.c (diff)
Commit cf169871c5dec7ce701ae1b8aa80b4d0ed7f354b by 16738302+Haxk20
Protocol.c: Intialize range IPstructs
(commit: cf16987)
The file was modified Source/Protocol.c (diff)
Commit 1ef5d1c652da0457debf4c59a1954b240ea298a9 by 16738302+Haxk20
Packets.c: Comment out avoiding check as its disabled
(commit: 1ef5d1c)
The file was modified Source/Packets.c (diff)
Commit c167d02d069c0ecc540b4b37933c5677842b7592 by noreply
Typo fixes & missing libraries. (#22)

* Added missing libraries for compilation & fixed typo.

* Update CONTRIBUTING.md
(commit: c167d02)
The file was modified CONTRIBUTING.md (diff)
The file was modified README.md (diff)