March 2014 Commit Log

Number of Commits:
39
Number of Active Developers:
3
rjtanner 2014-03-31 16:04 Rev.: 19293

Updated ChangeLog file using svn2cl.

406 lines of code changed in 1 file:

partmedia 2014-03-30 09:25 Rev.: 19292

Add default entry coordinate for emergency map.

3 lines of code changed in 1 file:

partmedia 2014-03-30 09:25 Rev.: 19291

Fix capitalization and improve map names.

24 lines of code changed in 4 files:

partmedia 2014-03-30 09:25 Rev.: 19290

Fix invalid object attributes.

While around, fix text capitalization and a few dialogs.

38 lines of code changed in 3 files:

partmedia 2014-03-29 16:56 Rev.: 19289

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:

partmedia 2014-03-28 19:23 Rev.: 19288

Add a used-up message for demon icors.

1 lines of code changed in 1 file:

partmedia 2014-03-28 19:13 Rev.: 19287

Combine naming guide with README, convert to AsciiDoc.

0 lines of code changed in 3 files:

kstenger 2014-03-23 11:03 Rev.: 19286

Simple Fix to prevent farnass from leaving the kitchen area.

5 lines of code changed in 1 file:

partmedia 2014-03-19 14:11 Rev.: 19285

Clean up and fix build with Lua.

5 lines of code changed in 2 files:

partmedia 2014-03-19 14:11 Rev.: 19284

Remove options that set CFLAGS.

Correct behavior is to honor CFLAGS set by the user or use the defaults
supplied with autoconf. Also replace dmalloc logic with existing macros.

4 lines of code changed in 2 files:

partmedia 2014-03-19 11:26 Rev.: 19283

Fix missing ingredient.

2 lines of code changed in 1 file:

partmedia 2014-03-19 11:26 Rev.: 19282

Skip check for xslt if not running unit tests.

12 lines of code changed in 1 file:

partmedia 2014-03-19 11:26 Rev.: 19281

Use simpler pkgconf check to find libgd.

5 lines of code changed in 1 file:

partmedia 2014-03-17 12:38 Rev.: 19280

Improve core stats display.

Line up attributes using a table. While here, remove the useless
placeholders added by Glade.

131 lines of code changed in 2 files:

partmedia 2014-03-16 22:38 Rev.: 19279

Fix misleading comment.

2 lines of code changed in 1 file:

partmedia 2014-03-16 19:34 Rev.: 19278

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:

partmedia 2014-03-15 22:40 Rev.: 19277

Initialize trophy to an arbitrary non-NULL value.

10 lines of code changed in 1 file:

partmedia 2014-03-15 22:39 Rev.: 19276

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:

partmedia 2014-03-15 22:39 Rev.: 19275

Fix dead increment on alchemy weight limit counter.

5 lines of code changed in 1 file:

kstenger 2014-03-15 16:43 Rev.: 19274

Another missing parens... no excuses!

1 lines of code changed in 1 file:

kstenger 2014-03-15 16:40 Rev.: 19273

Missing parens...

1 lines of code changed in 1 file:

kstenger 2014-03-15 16:37 Rev.: 19272

Check that value is not null before calling strchr on it.

1 lines of code changed in 1 file:

partmedia 2014-03-15 09:37 Rev.: 19271

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:

partmedia 2014-03-14 21:40 Rev.: 19270

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:

partmedia 2014-03-14 21:12 Rev.: 19269

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:

partmedia 2014-03-14 21:12 Rev.: 19268

Fix corrupt trophy object by adding newline.

1 lines of code changed in 1 file:

partmedia 2014-03-14 21:12 Rev.: 19267

Update comments.

25 lines of code changed in 1 file:

kstenger 2014-03-11 16:44 Rev.: 19266

Fix typo on some recipes ingredients.

3 lines of code changed in 1 file:

partmedia 2014-03-10 20:26 Rev.: 19265

Improve arena trophy message.

7 lines of code changed in 1 file:

partmedia 2014-03-09 21:35 Rev.: 19264

Improve message filter labels.

878 lines of code changed in 1 file:

rjtanner 2014-03-07 18:51 Rev.: 19263

Merge from Trunk changes to wolfsburg/ directory, with the exception of the guild maps.

43689 lines of code changed in 85 files:

kstenger 2014-03-06 21:57 Rev.: 19262

Set minimum window size at startup.
These lines where removed by revision 19186, but this caused weird effects.

8 lines of code changed in 1 file:

rjtanner 2014-03-05 14:51 Rev.: 19261

Merge from Trunk changes to whalingoutpost/ directory.

40420 lines of code changed in 39 files:

partmedia 2014-03-03 23:02 Rev.: 19260

Fix several resource leaks.

11 lines of code changed in 1 file:

partmedia 2014-03-03 23:02 Rev.: 19259

Replace unsafe uses of strncpy with snprintf.

2 lines of code changed in 2 files:

partmedia 2014-03-03 22:00 Rev.: 19258

Reduce unnecessary startup verbosity.

9 lines of code changed in 4 files:

partmedia 2014-03-03 22:00 Rev.: 19257

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:

partmedia 2014-03-03 22:00 Rev.: 19256

Clean up logic and log to stderr by default.

25 lines of code changed in 2 files:

partmedia 2014-03-03 21:59 Rev.: 19255

Disable newspaper and logger plugin by default.

6 lines of code changed in 1 file:

February 2014 »

Generated by StatSVN 0.7.0