July 2013 Commit Log

Number of Commits:
98
Number of Active Developers:
6
partmedia 2013-07-30 05:28 Rev.: 18850

Fix capitalization.

2 lines of code changed in 1 file:

partmedia 2013-07-28 22:04 Rev.: 18849

Remove executable flag.

0 lines of code changed in 5 files:

partmedia 2013-07-28 22:03 Rev.: 18848

Remove duplicate tiles.

4 lines of code changed in 1 file:

partmedia 2013-07-28 22:03 Rev.: 18847

Remove 'race' property in Scorn Food Shop.

In addition, pay somewhat well for flesh (this is a food shop, take into
account races such as dragons). Also improve lighting and add a special
place for players to sell stuff.

63 lines of code changed in 1 file:

partmedia 2013-07-28 09:46 Rev.: 18846

Use map tiling for Wolfsburg Twin Towers (level 1).

243 lines of code changed in 2 files:

partmedia 2013-07-27 23:55 Rev.: 18845

Fix food table archetypes.

4 lines of code changed in 1 file:

partmedia 2013-07-27 23:53 Rev.: 18844

Cosmetic cleanups to Sages' Tower.

25 lines of code changed in 1 file:

partmedia 2013-07-27 23:53 Rev.: 18843

Fix stairs and other minor issues.

428 lines of code changed in 3 files:

partmedia 2013-07-27 23:53 Rev.: 18842

Fix downstairs exit for Grumms Inn.

Take this opportunity to improve the upstairs, fix the archetypes, and
correct/improve NPC dialogue.

51 lines of code changed in 2 files:

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:

partmedia 2013-07-26 05:49 Rev.: 18840

Don't require dimension door to win Troll Canyon.

48 lines of code changed in 2 files:

partmedia 2013-07-26 05:49 Rev.: 18839

Fix capitalization of "Fierce Troll".

19 lines of code changed in 5 files:

partmedia 2013-07-26 05:49 Rev.: 18838

Fix troll canyon map tiling.

It's not a good idea to have tiles overlap each other; this tends to
confuse the client. Move the tile below the other tile onto a separate
map to solve this problem. Also fix tiles for entire map.

Take this opportunity to better connect elements of the map.

1915 lines of code changed in 9 files:

partmedia 2013-07-26 02:50 Rev.: 18837

Do not tile Troll Canyon entrance.

The entrance (32x64) is less than a single world map tile (50x50).
Tiling does not have an advantage, and trolls only attack when a player
is nearby anyways. This makes the map less confusing for map editors and
DMs trying to reset the map.

Also take this opportunity to correct capitalization and make the bridge
troll actually say something (was broken due to typo).

9316 lines of code changed in 5 files:

partmedia 2013-07-26 02:50 Rev.: 18836

Fix up text in/near Navar High Court.

7 lines of code changed in 2 files:

partmedia 2013-07-24 19:51 Rev.: 18835

Fix several exit paths in Chadfire.

11 lines of code changed in 3 files:

rjtanner 2013-07-24 18:43 Rev.: 18834

Assembled task list for working on and updating the chadfire maps found in this directory.

14 lines of code changed in 1 file:

rjtanner 2013-07-24 18:35 Rev.: 18833

Patch #281 chad's unfinished island maps. Initial import of the map set available from the patch.

6102645 lines of code changed in 543 files:

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:

kstenger 2013-07-23 14:53 Rev.: 18831

Using the new Crossfire.AttackMovement.PETMOVE constants.

Reduce the affected area to the surrounding 10x10 square.

7 lines of code changed in 1 file:

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

Add AttackMovement test.

8 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:

kstenger 2013-07-23 14:10 Rev.: 18828

Correct path for the magic_whistle event.

1 lines of code changed in 1 file:

kstenger 2013-07-23 13:56 Rev.: 18827

New item: magic pet's whistle.

Why this item:
In some cases pets may get angry at their owner and attack him.
This whistle intends to give the player a chance to make his pets friendly again.
This won't prevent the pet from getting angry again for whatever reason, which
is ok.

Including: archetype, image, treasure list (for the whistle inventory to work
properly), python script which makes the "real work".

Hope to add a map soon to make this available to the players.

A maps/trunk/python/items/magic_whistle.py
A arch/trunk/misc/magic_whistle.trs
A arch/trunk/misc/magic_whistle.arc
AM arch/trunk/misc/magic_whistle.base.111.png

81 lines of code changed in 4 files:

partmedia 2013-07-22 08:06 Rev.: 18826

Unwrap text to let the client do it instead.

11 lines of code changed in 5 files:

partmedia 2013-07-22 08:06 Rev.: 18825

Casino Infernal is no longer unlinked.

0 lines of code changed in 2 files:

partmedia 2013-07-21 21:18 Rev.: 18824

Terrain fixes near world_115_100 (patch #292).

52 lines of code changed in 3 files:

ryo_saeba 2013-07-21 08:04

Faces for dusts.

23 lines of code changed in 24 files:

ryo_saeba 2013-07-21 07:31

Faces for various balms.

10 lines of code changed in 11 files:

silvernexus 2013-07-20 11:17 Rev.: 18819

Adding images that were missed in r18803 and r18818 to complete the patch.

3 lines of code changed in 2 files:

silvernexus 2013-07-20 11:11 Rev.: 18818

Adding images that were missed in r18803

3 lines of code changed in 2 files:

akirschbaum 2013-07-19 08:26 Rev.: 18817

Run MapNormalizer editor script on all map files.

227 lines of code changed in 142 files:

akirschbaum 2013-07-19 05:23 Rev.: 18816

Run MapNormalizer editor script on all map files.

128 lines of code changed in 74 files:

akirschbaum 2013-07-19 04:54 Rev.: 18815

Adapt MapNormalizer editor script to changed Gridarta.

1 lines of code changed in 1 file:

partmedia 2013-07-18 22:55 Rev.: 18814

Fix spelling and punctuation.

4 lines of code changed in 2 files:

partmedia 2013-07-18 22:55 Rev.: 18813

Remove House of Healing script from Navar Temple of Healing.

1 lines of code changed in 1 file:

partmedia 2013-07-18 22:54 Rev.: 18812

Correct spelling and remove invalid attributes.

6 lines of code changed in 1 file:

rjtanner 2013-07-18 18:03 Rev.: 18811

Cosmetic update to Lone Town Tavern (pup_land/lone_town/tavern) by replacing afloor_left tiles with woodfloor2 tiles. No functional changes.

530 lines of code changed in 1 file:

rjtanner 2013-07-18 16:35 Rev.: 18810

Added a black dragon mail anvil/creator to Gunther's Smith (navar_city/misc/city1smith) in Navar. Requires archetype update r18803 or newer.

4 lines of code changed in 1 file:

rjtanner 2013-07-18 16:22 Rev.: 18809

Enlarged the floor plan to Gunther's Smith (navar_city/misc/city1smith) in Navarby one row of tiles. Updated world map (world/world_122_117) for changes to the entrance coordinates. Cosmetic change, no functional changes.

424 lines of code changed in 2 files:

rjtanner 2013-07-18 15:31 Rev.: 18808

Re-arranged armour placement to make room for black dragon mail to Museum of Arms (navar_city/magara/houses/museum) in Navar. Cosmetic update, no functional changes. Requires archetype update r18803 or newer.

52 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:

rjtanner 2013-07-18 14:31 Rev.: 18806

Anvil placement re-arrangement and added a black dragon mail anvil to Nethack in Crossfire Entrance (quests/peterm/Nethack_in_crossfire_entrance) map so players can craft black dragon mail. Requires archetype update r18803 or newer.

10 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:

rjtanner 2013-07-18 14:15 Rev.: 18804

Added an anvil to Brest CVT (brest/shops/brest.cvt) so players can craft black dragon mail. Requires archetype update r18803.

5 lines of code changed in 1 file:

rjtanner 2013-07-18 13:45 Rev.: 18803

Patch #340 New items: black dragon scale and black dragon mail, courtesy of SilverNexus.

105 lines of code changed in 7 files:

partmedia 2013-07-18 04:07 Rev.: 18802

Give more light to Darcap Fun Zone.

11 lines of code changed in 1 file:

partmedia 2013-07-18 04:06 Rev.: 18801

Remove empty "match *" statement.

1 lines of code changed in 1 file:

partmedia 2013-07-18 04:06 Rev.: 18800

Remove invalid attributes.

1 lines of code changed in 1 file:

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-15 20:46 Rev.: 18786

Make cart indestructible as a workaround to bug.

1 lines of code changed in 1 file:

kstenger 2013-07-15 15:08 Rev.: 18785

Added no magic under fences: maps/trunk/darcap/darcap/temples/valkyrie

145 lines of code changed in 1 file:

partmedia 2013-07-15 08:09 Rev.: 18784

Reformat all region descriptions on one line.

This allows region descriptions to be line broken by the client instead
of at inconveniently-placed spots.

23 lines of code changed in 1 file:

partmedia 2013-07-15 00:00 Rev.: 18783

Remove 'License', which is identical to 'COPYING'.

0 lines of code changed in 1 file:

partmedia 2013-07-14 23:58 Rev.: 18782

Delete empty, not-required-by-automake file.

0 lines of code changed in 1 file:

partmedia 2013-07-14 23:54 Rev.: 18781

Replace badly outdated INSTALL with generic instructions.

358 lines of code changed in 1 file:

partmedia 2013-07-14 23:47 Rev.: 18780

Remove legacy README about gtk-v2 client.

0 lines of code changed in 1 file:

partmedia 2013-07-14 23:26 Rev.: 18779

Replace INCLUDES with AM_CPPFLAGS to quiet autoreconf warning.

1 lines of code changed in 1 file:

partmedia 2013-07-14 23:25 Rev.: 18778

Remove empty files.

0 lines of code changed in 4 files:

partmedia 2013-07-14 23:04 Rev.: 18777

Use the STAT_BAR defines instead of hard-coded numerals.

5 lines of code changed in 1 file:

partmedia 2013-07-14 22:09 Rev.: 18776

Updates to key sale house and related places.

324 lines of code changed in 2 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:

partmedia 2013-07-14 18:41 Rev.: 18770

Implement stopgap measure to fix segfault on startup with no environmental variables set.

7 lines of code changed in 1 file:

partmedia 2013-07-14 18:33 Rev.: 18769

Add Stoneville ticket office.

984 lines of code changed in 2 files:

partmedia 2013-07-14 18:33 Rev.: 18768

Fix glaring typo in Scorn Port Ticket Office.

4 lines of code changed in 1 file:

partmedia 2013-07-14 18:33 Rev.: 18767

Clean up useless archetypes and improve master suite.

1181 lines of code changed in 1 file:

partmedia 2013-07-14 18:33 Rev.: 18766

Make dragon hangar entrance more difficult.

The new entrance prevents players from camping on the stairs. Now, they
have to actually fight the dragon without running away.

296 lines of code changed in 1 file:

partmedia 2013-07-14 18:32 Rev.: 18765

Improve Hick's dialog and other minor fixes.

8 lines of code changed in 1 file:

partmedia 2013-07-14 00:23 Rev.: 18764

Automatically regenerate with 'autoreconf'; adds a few #defines for other header files that may be useful.

25 lines of code changed in 1 file:

partmedia 2013-07-14 00:17 Rev.: 18763

Update client macros to the latest version produced by 'autoreconf'. No manual changes were mode; hopefully nothing bad will happen.

500 lines of code changed in 3 files:

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

Fix typos.

4 lines of code changed in 2 files:

rjtanner 2013-07-11 17:38 Rev.: 18761

Cosmetic changes with Scorn Armour Shop (scorn/shops/armourshop) to correct a stacking issue resulting in the floor tile appearing above wall sections by the blacksmith. No functional changes.

1 lines of code changed in 1 file:

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:

partmedia 2013-07-07 14:05 Rev.: 18755

Remove $Id$ from README; this tends to confused Git clients and is the only file that uses it.

0 lines of code changed in 1 file:

partmedia 2013-07-07 13:49 Rev.: 18754

Minor textual changes to Stoneville Dragon Hangar.

Use "Darcap" instead of "Dtabb" and improve NPC/sign dialog.

27 lines of code changed in 1 file:

partmedia 2013-07-07 10:03 Rev.: 18753

Patch #339: Add ship from Santo Dominion and link to world map

2826 lines of code changed in 2 files:

partmedia 2013-07-07 10:01 Rev.: 18752

Patch #338: Add ticket booth and Eliza's office to Santo Dominion City Hall

312 lines of code changed in 1 file:

partmedia 2013-07-07 09:57 Rev.: 18751

Patch #332: Add Eliza chatterbot script for Crossfire

237 lines of code changed in 1 file:

June 2013 »

Generated by StatSVN 0.7.0