/server/trunk Developers: rjtanner

Login name:
rjtanner
Total Commits:
68 (0.4%)
Lines of Code:
277 (0.1%)
Most Recent Commit:
2020-09-06 17:16

Activity by Clock Time

Activity by Hour of Day for rjtanner

Activity by Day of Week for rjtanner

Activity in Directories

Directory Changes Lines of Code Lines per Change
Totals 68 (100.0%) 277 (100.0%) 4.0
utils/templates/ 37 (54.4%) 126 (45.5%) 3.4
/ 8 (11.8%) 48 (17.3%) 6.0
lib/help/ 5 (7.4%) 39 (14.1%) 7.8
lib/ 8 (11.8%) 27 (9.7%) 3.3
server/ 1 (1.5%) 17 (6.1%) 17.0
lib/wizhelp/ 3 (4.4%) 9 (3.2%) 3.0
utils/ 2 (2.9%) 4 (1.4%) 2.0
include/ 2 (2.9%) 4 (1.4%) 2.0
lib/config/ 1 (1.5%) 2 (0.7%) 2.0
common/ 1 (1.5%) 1 (0.4%) 1.0

Activity of rjtanner

Most Recent Commits

rjtanner 2020-09-06 17:16 Rev.: 21352

Update the shutdown command with changes from r21202

5 lines of code changed in 1 file:

  • lib/wizhelp: shutdown.en (+5 -1)
rjtanner 2020-09-06 12:41 Rev.: 21349

Minor format change in the follow command, Syntax -> syntax

1 lines of code changed in 1 file:

  • lib/wizhelp: follow.en (+1 -1)
rjtanner 2020-09-06 12:32 Rev.: 21348

Add new help file for the dm command, follow

3 lines of code changed in 1 file:

  • lib/wizhelp: follow.en (new 3)
rjtanner 2020-08-23 00:31 Rev.: 21302

Added new help file for the dip command

1 lines of code changed in 1 file:

  • lib/help: dip.en (new 1)
rjtanner 2019-04-22 01:36 Rev.: 20748

Patch #357 Balancing changes to the summoning branch. Failed summons via Summoning skill no longer cost spell points.

21 lines of code changed in 2 files:

  • ChangeLog (+4)
  • server: spell_util.c (+17 -5)
rjtanner 2019-04-18 01:01 Rev.: 20741

Correct typo in a comment (Attempt vs. Attenmpt) in common/languages.c

1 lines of code changed in 1 file:

  • common: languages.c (+1 -1)
rjtanner 2019-01-03 17:48 Rev.: 20675

Convert line breaks in the mapper template files from dos to unix

90 lines of code changed in 16 files:

  • utils/templates: index.template (+9 -9), index_letter.template (+3 -3), index_map.template (+1 -1), index_region.template (+11 -11), index_region_region.template (+2 -2), map.template (+23 -23), map_exit.template (+1 -1), map_exit_to.template (+1 -1), map_with_exit.template (+4 -4), map_with_exit_to.template (+4 -4), region.template (+14 -14), region_letter.template (+3 -3), region_map.template (+1 -1), world.template (+11 -11), world_map.template (+1 -1), world_row.template (+1 -1)
rjtanner 2018-12-31 18:16 Rev.: 20666

Remove empty line in index_region.template file.

0 lines of code changed in 1 file:

  • utils/templates: index_region.template (-1)
rjtanner 2018-12-31 17:42 Rev.: 20665

Change where generated content appears in regards to unordered list tags, the content starts on its own line instead of right after the ul tag.

9 lines of code changed in 4 files:

  • utils/templates: level_value.template (+2 -1), map_with_exit.template (+2 -1), map_with_exit_to.template (+2 -1), map_with_quests.template (+3 -2)
rjtanner 2017-07-29 01:42 Rev.: 20455

Update statistics help file with information on damage per second, and time played>

8 lines of code changed in 2 files:

  • ChangeLog (+4)
  • lib/help: statistics.en (+4)
rjtanner 2017-05-31 02:06 Rev.: 20367

New help files for the nextkey and prevkey commands.

20 lines of code changed in 3 files:

  • ChangeLog (+4)
  • lib/help: nextkey.en (new 7), prevkey.en (new 9)
rjtanner 2016-07-29 16:51 Rev.: 20293

Added doctype to <html> tags on the template pages (utils/templates/*.template) the Crossfire-Mapper Index (utils/templates/index.html).

9 lines of code changed in 8 files:

  • utils/templates: index.html (+1 -1), index.template (+1 -1), index_region.template (+1 -1), level.template (+1 -1), map.template (+1 -1), quests.template (+1 -1), region.template (+1 -1), world.template (+2 -2)
rjtanner 2016-07-29 16:17 Rev.: 20292

Update to mapper template (utils/templates/map.template) to include the map title in the image alt tag.

1 lines of code changed in 1 file:

  • utils/templates: map.template (+1 -1)
rjtanner 2015-03-24 23:32 Rev.: 19878

Add entries for additional metaservers, one in the US and the other in EU.

6 lines of code changed in 2 files:

  • ChangeLog (+4)
  • lib/config: metaserver2 (+2)
rjtanner 2013-08-09 02:29 Rev.: 18903

New help file, death. Helps explain what happens during a character death and what to do after that in regards to restoring lost stats, stat loss and experience loss.

18 lines of code changed in 1 file:

  • lib/help: death.en (new 18)
rjtanner 2011-11-29 00:08 Rev.: 15944

Correction to mapper.c script, HTML correction. Some of the created pages was starting with </body> instead of <body>.

2 lines of code changed in 1 file:

  • utils: mapper.c (+2 -2)
rjtanner 2011-11-29 00:00 Rev.: 15943

Updated mapper script to add a closing table tag (</table>) to the items.html and monsters.html pages.

2 lines of code changed in 1 file:

  • utils: mapper.c (+2 -2)
rjtanner 2011-11-22 23:50 Rev.: 15881

HTML syntax changes to mapper templates for easier formatting with CSS.

17 lines of code changed in 7 files:

  • utils/templates: level.template (+1 -1), level_value.template (+1 -1), map.template (+9 -10), map_with_exit.template (+1 -1), map_with_exit_to.template (+1 -1), quests_quest.template (+1 -1), region.template (+3 -10)
rjtanner 2009-02-12 00:10 Rev.: 11454

Fix for bug# [ 2565212 ] Output quirk with wraith feed ability (You You). Removed 'You' text from the attack messages file.

17 lines of code changed in 2 files:

  • ChangeLog (+4)
  • lib: attackmess (+13 -13)
rjtanner 2009-01-31 02:55 Rev.: 11293

Update comment in include/define.h: about INORGANIC (type 73) including dragon scales. Making them type flesh had negative consequences such as making them edible and causing them to weigh 50000Kg instead of 25Kg each

7 lines of code changed in 2 files:

  • ChangeLog (+6)
  • include: define.h (+1 -1)

(6 more)

Generated by StatSVN 0.7.0