Fix emergency map.
Correct a bug that caused characters to start at the incorrect
coordinate. Add a message for the player.
7 lines of code changed in 1 file:
Fix missing ingredient.
2 lines of code changed in 1 file:
Skip check for xslt if not running unit tests.
12 lines of code changed in 1 file:
Use simpler pkgconf check to find libgd.
5 lines of code changed in 1 file:
Fix misleading comment.
2 lines of code changed in 1 file:
Retire 'crossfire-config' build parameter dumper.
This program was originally intended to make it easier for users to
install third-party plugins using an interface similar to pkg-config.
1 lines of code changed in 4 files:
Initialize trophy to an arbitrary non-NULL value.
10 lines of code changed in 1 file:
Add assertions to validate certain assumptions.
Use several assert() statements as a sanity check. This prevents several
improbable divide-by-zero errors and undefined library calls.
27 lines of code changed in 8 files:
Fix dead increment on alchemy weight limit counter.
5 lines of code changed in 1 file:
Another missing parens... no excuses!
1 lines of code changed in 1 file:
Missing parens...
1 lines of code changed in 1 file:
Check that value is not null before calling strchr on it.
1 lines of code changed in 1 file:
Complain loudly instead of actually aborting.
It appears that calling object_set_msg() without a trailing newline
happens more often than I thought without causing issues.
0 lines of code changed in 1 file:
Clean up obsolete or automatically generated files.
Remove generated libtool macros. Merge DEVELOPERS to the end of AUTHORS
since that information belongs in the same file. Remove the unused TODO
file. Move batch file to Windows-specific folder.
2 lines of code changed in 10 files:
Abort if object_set_msg() is called without newline.
Messages must end with a newline or potentially corrupt the object file
by adding the 'endmsg' on the same line.
14 lines of code changed in 1 file:
Fix corrupt trophy object by adding newline.
1 lines of code changed in 1 file:
Update comments.
25 lines of code changed in 1 file:
Fix typo on some recipes ingredients.
3 lines of code changed in 1 file:
Improve arena trophy message.
7 lines of code changed in 1 file:
Fix several resource leaks.
11 lines of code changed in 1 file:
Replace unsafe uses of strncpy with snprintf.
2 lines of code changed in 2 files:
Reduce unnecessary startup verbosity.
9 lines of code changed in 4 files:
Shorten log level messages.
This change has been implemented on the client for quite some time. It
resembles the conventions used by Xorg's log file.
4 lines of code changed in 1 file:
Clean up logic and log to stderr by default.
25 lines of code changed in 2 files:
Disable newspaper and logger plugin by default.
6 lines of code changed in 1 file: