Skip to content
Success

Changes

Summary

  1. Protocol.c: Remove debug grenade stuff and more grenade fixes (commit: 669d3e8) (details)
  2. Packets.c: Correct the timings of grenades delay (commit: 2d8628f) (details)
  3. Packetc.c: No more spadenade for you (commit: a01ae54) (details)
  4. Util: Fix undefined references when in debug mode (commit: e6e7268) (details)
  5. CMakeLists.txt: Remove -O2 flag by default (commit: 7f660f7) (details)
  6. Packets.c: Do not produce -nan when normalazing with 0 velocity (commit: cf5be5e) (details)
  7. Structs.h: Remove unused timeNow from grenade struct (commit: 063ab88) (details)
Commit 669d3e8fa35c4727d89943c9cd7b36d1cd113dd0 by 16738302+Haxk20
Protocol.c: Remove debug grenade stuff and more grenade fixes
(commit: 669d3e8)
The file was modified Source/Protocol.c (diff)
Commit 2d8628f86636bf9450bdddbe2746070fc9b50058 by 16738302+Haxk20
Packets.c: Correct the timings of grenades delay

Sadly there doesnt seem to be any universal delay between the grenades
between clients. OS stays at around 700ms at lowest while BS
at around 600ms at average and voxlap at around 570ms at average.
The lowest i could get by literally click spamming the button is 520ms
so the timing is set to 500ms.

This should honestly be enough and if you can throw the grenates faster then
this then simple question ? How ? (Considering done legit)
(commit: 2d8628f)
The file was modified Source/Packets.c (diff)
Commit a01ae54b83b3f6f270087915a2c5685a4d8fcc51 by 16738302+Haxk20
Packetc.c: No more spadenade for you

Such simple. Yes to incredibly OP bug. Screw it.
(commit: a01ae54)
The file was modified Source/Packets.c (diff)
The file was modified Source/Structs.h (diff)
Commit e6e7268d4ffbcdafb0880e194e66e07a7456f64d by 16738302+Haxk20
Util: Fix undefined references when in debug mode
(commit: e6e7268)
The file was modified Source/Util/DataStream.c (diff)
The file was modified Source/Util/DataStream.h (diff)
Commit 7f660f7d0814e0a8545dfbb0112eff5f4281dcac by 16738302+Haxk20
CMakeLists.txt: Remove -O2 flag by default

We have CMake for putting in these optimization flags automatically.
(commit: 7f660f7)
The file was modified CMakeLists.txt (diff)
Commit cf5be5e5038d2b1a74d0a71401c319f933678b3e by 16738302+Haxk20
Packets.c: Do not produce -nan when normalazing with 0 velocity
(commit: cf5be5e)
The file was modified Source/Packets.c (diff)
Commit 063ab88196c61ab2a28e25c5c0b8ebd7f6a0fbb2 by 16738302+Haxk20
Structs.h: Remove unused timeNow from grenade struct
(commit: 063ab88)
The file was modified Source/Structs.h (diff)