Skip to content
Success

Changes

Summary

  1. Tree: Format the code (commit: 8a99d95) (details)
  2. Structs.h: Optimize for optimal struct padding (commit: 7730f53) (details)
  3. Source: Update utlist/hash header files (commit: 052cecb) (details)
  4. Source: Rename misse camelCase variables (commit: 0523279) (details)
  5. Source: Make packets consistent in arguments (commit: 703b987) (details)
  6. Commands.h: Add missing libmapvxl include (commit: c00057d) (details)
  7. Server.c: Add comment between includes (commit: 33e95ca) (details)
The file was modified Source/Util/DataStream.h (diff)
The file was modified Source/Ping.c (diff)
The file was modified Source/Util/Line.c (diff)
The file was modified Source/Packets.h (diff)
The file was modified Source/ParseConvert.h (diff)
The file was modified Source/Protocol.h (diff)
The file was modified Source/Map.c (diff)
The file was modified Source/Master.c (diff)
The file was modified Source/ParseConvert.c (diff)
The file was modified Source/Util/Physics.h (diff)
The file was modified Source/Commands.h (diff)
The file was modified Source/Server.h (diff)
The file was modified Source/Util/Uthash.h (diff)
The file was modified Source/Protocol.c (diff)
The file was modified Source/Util/Compress.c (diff)
The file was modified Source/Util/Utlist.h (diff)
The file was modified Source/Util/Types.h (diff)
The file was modified Source/Gamemodes.c (diff)
The file was modified Source/Main.c (diff)
The file was modified Source/Commands.c (diff)
The file was modified Source/Server.c (diff)
The file was modified Source/Util/DataStream.c (diff)
The file was modified Source/Packets.c (diff)
The file was modified Source/Util/Physics.c (diff)
Commit 7730f530388ace75c1c0bf7030d89d988f8c2496 by 16738302+Haxk20
Structs.h: Optimize for optimal struct padding

Previously we had 33 padding bytes.
While optimal is ofc 1 byte.

This order achieves 1 byte padding.
(commit: 7730f53)
The file was modified Source/Structs.h (diff)
Commit 052cecb45fe6e87edb124b6766e7897111a6a86a by 16738302+Haxk20
Source: Update utlist/hash header files

It now includes support for Elbrus
(Yes we made SpadesX run on Elbrus cause we could)
(commit: 052cecb)
The file was modified Source/Util/Uthash.h (diff)
The file was modified Source/Structs.h (diff)
The file was modified Source/Util/Utlist.h (diff)
Commit 0523279f8fb4f5422c9d5b699510bb411cf45879 by 16738302+Haxk20
Source: Rename misse camelCase variables
(commit: 0523279)
The file was modified Source/Structs.h (diff)
The file was modified Source/Packets.c (diff)
Commit 703b98734ffed782b12d98f0e7dcc276c750f9e3 by 16738302+Haxk20
Source: Make packets consistent in arguments

This will be needed for other stuff coming later
(commit: 703b987)
The file was modified Source/Server.c (diff)
The file was modified Source/Packets.h (diff)
The file was modified Source/Packets.c (diff)
Commit c00057d39a93dd40611c375765e32fb0757034f8 by 16738302+Haxk20
Commands.h: Add missing libmapvxl include
(commit: c00057d)
The file was modified Source/Commands.h (diff)
Commit 33e95cae6e305388574987bed812ba4b6f383f34 by 16738302+Haxk20
Server.c: Add comment between includes

Formatter loves to screw up our ordering here
and thus making compilation errors as
readline needs stdio.h included before itself
(commit: 33e95ca)
The file was modified Source/Server.c (diff)