Skip to content
Failed

Changes

Summary

  1. Packets.c: Normalize only vectors that have length bigger then 1 (commit: ca79ba0) (details)
  2. Packets.c: Normalize orientation vector only if length is > 1 (commit: bb3f99b) (details)
  3. Packets.c: Correct orientation normalization error (commit: e8bf704) (details)
  4. Server.c: Set to NULL (commit: f8745d0) (details)
  5. Server.c: Remove pthreadtypes (commit: ae6911f) (details)
  6. Server.h: remove pthreadtypes (commit: 9c5e1a4) (details)
Commit ca79ba03287c1dea5a32875a1cbff8737c3130f5 by 16738302+Haxk20
Packets.c: Normalize only vectors that have length bigger then 1

Previous check was not correct and would never work
(commit: ca79ba0)
The file was modified Source/Packets.c (diff)
Commit bb3f99b10d7105fcdcb542a0ca0e4cfa2da99797 by 16738302+Haxk20
Packets.c: Normalize orientation vector only if length is > 1
(commit: bb3f99b)
The file was modified Source/Packets.c (diff)
Commit e8bf7040542ba07bdd288aa1c7867ab6546f6c1e by 16738302+Haxk20
Packets.c: Correct orientation normalization error
(commit: e8bf704)
The file was modified Source/Packets.c (diff)
The file was modified Source/Server.c (diff)
The file was modified Source/Server.c (diff)
The file was modified Source/Server.h (diff)