Omit objects below the floor from the ground view.
7 lines of code changed in 2 files:
Fix exit location for the goto command in server/c_wiz.c (was broken when exit coordinates recently changed so that (-1,-1) meant default coordinates).
6 lines of code changed in 2 files:
Disable [Debug] messages by default. Use the -d command-line option to enable debug messages.
5 lines of code changed in 2 files:
Fix incorrect error message for throwing skill when no throwable object was found.
9 lines of code changed in 2 files:
Fix incorrect checks for empty script messages/options.
2 lines of code changed in 1 file:
Remove debugging code.
0 lines of code changed in 1 file:
Fix check for 'PU_NOTHING' pickup option.
1 lines of code changed in 1 file:
Fix checks for incorrect/missing parameters of 'abil' command.
6 lines of code changed in 2 files:
Do not discard 'const' qualifier in variable initialization.
1 lines of code changed in 1 file:
Remove unreachable code.
2 lines of code changed in 3 files:
Prevent possible writes to string constant.
1 lines of code changed in 1 file:
Remove old-style function definitions.
3 lines of code changed in 1 file:
Fix incorrect error check.
1 lines of code changed in 1 file:
Rewrite code to prevent integer overflows.
1 lines of code changed in 1 file:
Remove unneeded type casts.
5 lines of code changed in 2 files:
Remove type casts removing 'const' qualifiers.
12 lines of code changed in 4 files:
Adapt regression test to changed spell parameters (r12127).
9 lines of code changed in 2 files:
Fix #2879249 (SIGSEGV on transport moving across some edges of tiled maps).
96 lines of code changed in 4 files:
Fix typo.
1 lines of code changed in 1 file:
Change exits pointing to new map's default coordinates from (0,0) to (-1,-1). This allows exits to point to (0,0).
5 lines of code changed in 2 files:
Enable python 3.1 to be used for the server as well.
3 lines of code changed in 1 file: