Remove redundant NULL checks before free().
3 lines of code changed in 2 files:
Enable DMs to see and manipulate quest state of other players.
116 lines of code changed in 1 file:
Remove broken weather map generator
0 lines of code changed in 1 file:
Avoid unnecessary buffer copies
This also fixes a format string compiler warning.
18 lines of code changed in 1 file:
Replace uses of strerror_local() with strerror(3)
32 lines of code changed in 15 files:
Clean up strerror_local()
2 lines of code changed in 2 files:
Remove compatibility strtol(3) and snprintf(3)
3 lines of code changed in 2 files:
Clean up compatibility functions
8 lines of code changed in 3 files:
Clean up fixed-size integer printing
3 lines of code changed in 2 files:
Fix interpretation of unsigned integer subtraction
An unsigned integer subtraction that would have returned a negative
value wrapped around, causing it to be interpreted as positive. This
fixes experience loss for players buying from shops.
1 lines of code changed in 1 file:
Rename get_payment()
16 lines of code changed in 3 files:
Revert r19481 because this commit did break the output_file module.
10 lines of code changed in 1 file:
Remove redundant code.
1 lines of code changed in 1 file: