July 2013 Commit Log

Number of Commits:
31
Number of Active Developers:
4
partmedia 2013-07-27 23:48 Rev.: 18841

Cleanups to inscription code in skills.c.

- Replace old header with new header
- Update and improve comments in the source
- Always use brackets for if() statements, even if one line
- Improve to-player text
- Wrap lines at 80 characters wide

192 lines of code changed in 1 file:

kstenger 2013-07-23 16:22 Rev.: 18832

Remove thrown items owner once they stop flying.

Will hopefully fix bug http://sourceforge.net/p/crossfire/bugs/753/

It also seems to allow monsters to throw the items back at the player.

5 lines of code changed in 1 file:

ryo_saeba 2013-07-23 14:25 Rev.: 18829

Expose attack movement constants to Python scripts.

22 lines of code changed in 1 file:

ryo_saeba 2013-07-21 08:04 Rev.: 18823

Faces for dusts.

23 lines of code changed in 1 file:

ryo_saeba 2013-07-21 07:31 Rev.: 18821

Faces for various balms.

10 lines of code changed in 1 file:

akirschbaum 2013-07-18 14:49 Rev.: 18807

Fix comments.

37 lines of code changed in 1 file:

ryo_saeba 2013-07-18 14:28 Rev.: 18805

Tentative fix for bug #755: Player 'freezes' after boarded wagon is destroyed.

26 lines of code changed in 2 files:

partmedia 2013-07-18 04:02 Rev.: 18799

Fix player name display in single emotes.

4 lines of code changed in 1 file:

partmedia 2013-07-17 02:35 Rev.: 18798

Replace old "xyes" comparisons.

14 lines of code changed in 1 file:

partmedia 2013-07-16 23:36 Rev.: 18797

Use AC_MSG_NOTICE instead of 'echo' for a few messages.

3 lines of code changed in 1 file:

partmedia 2013-07-16 23:35 Rev.: 18796

Reorganize 'configure.ac' with more clearly defined sections.

87 lines of code changed in 1 file:

partmedia 2013-07-16 08:30 Rev.: 18795

Rename 'devel.c' to 'crossfire-config.c'.

113 lines of code changed in 3 files:

partmedia 2013-07-16 08:30 Rev.: 18794

Improve user help message and source formatting.

59 lines of code changed in 1 file:

partmedia 2013-07-16 08:30 Rev.: 18793

Automatically whitespace format 'devel.c'.

28 lines of code changed in 1 file:

partmedia 2013-07-16 08:30 Rev.: 18792

Trim legacy Makefile headers.

0 lines of code changed in 27 files:

partmedia 2013-07-16 08:29 Rev.: 18791

Improve default news file.

10 lines of code changed in 1 file:

partmedia 2013-07-16 08:29 Rev.: 18790

Improve configuration summary message.

17 lines of code changed in 1 file:

partmedia 2013-07-16 08:29 Rev.: 18789

Remove erratic spaces in 'whereami' output.

2 lines of code changed in 2 files:

partmedia 2013-07-16 01:34 Rev.: 18788

Re-order beginning of 'configure.ac' (no functional changes).

10 lines of code changed in 1 file:

partmedia 2013-07-15 23:55 Rev.: 18787

Fix `make clean` for non-GNU make (e.g. FreeBSD).

12 lines of code changed in 9 files:

partmedia 2013-07-14 20:08 Rev.: 18775

Fix compiler warning by casting to generic pointer.

1 lines of code changed in 1 file:

partmedia 2013-07-14 20:07 Rev.: 18774

Fix compiler warning by casting time_t to long.

1 lines of code changed in 1 file:

partmedia 2013-07-14 20:07 Rev.: 18773

Fix compiler warning by returning const char * in crypt_string().

2 lines of code changed in 2 files:

partmedia 2013-07-14 20:07 Rev.: 18772

Try to find and use termios.h before sys/termios.h.

The latter is obsolete on FreeBSD and a few other systems; it doesn't
hurt to check for the former, anyways.

7 lines of code changed in 3 files:

partmedia 2013-07-14 20:07 Rev.: 18771

Clean up comments and improve startup messages.

25 lines of code changed in 1 file:

akirschbaum 2013-07-11 22:33 Rev.: 18762

Fix typos.

4 lines of code changed in 2 files:

partmedia 2013-07-10 21:11 Rev.: 18760

Improve run-as-root error message.

4 lines of code changed in 1 file:

partmedia 2013-07-10 21:11 Rev.: 18759

Improve command-line argument error handling.

Remove the usage() function and instead display it in the help()
function. Instead of calling usage() when the user specifies an invalid
command line option, direct him/her to type 'crossfire-server -h'.

Also, remove incorrect references to 'crossfire' because the server is
now invoked as 'crossfire-server'.

4 lines of code changed in 1 file:

partmedia 2013-07-10 21:10 Rev.: 18758

Prevent core dumps when maps are not found.

Previously, the server would continue running if the regions file was
not found, causing it to try to load the initial map. If the maps
directory was not present, both steps would fail, which leads to a call
to abort() and causes a core dump.

We can fix this by checking the return value of init_regions() and
exiting with a failure if the maps are not found.

16 lines of code changed in 3 files:

partmedia 2013-07-10 21:04 Rev.: 18757

Improve error message for log file opening.

The new error message is shorter and more to the point. On my terminal,
the default warning fits on one line!

1 lines of code changed in 1 file:

partmedia 2013-07-08 12:25 Rev.: 18756

Bump libtool version number, no functional changes.

5 lines of code changed in 1 file:

June 2013 »

Generated by StatSVN 0.7.0