/server/trunk Developers: silvernexus

Login name:
silvernexus
Total Commits:
603 (3.3%)
Lines of Code:
5,871 (1.4%)
Most Recent Commit:
2021-04-21 21:10

Activity by Clock Time

Activity by Hour of Day for silvernexus

Activity by Day of Week for silvernexus

Activity in Directories

Directory Changes Lines of Code Lines per Change
Totals 603 (100.0%) 5871 (100.0%) 9.7
server/ 109 (18.1%) 1207 (20.6%) 11.0
common/ 79 (13.1%) 817 (13.9%) 10.3
/ 204 (33.8%) 793 (13.5%) 3.8
lib/ 22 (3.6%) 612 (10.4%) 27.8
doc/scripts/ 4 (0.7%) 382 (6.5%) 95.5
plugins/cfcitybell/ 2 (0.3%) 334 (5.7%) 167.0
utils/ 17 (2.8%) 288 (4.9%) 16.9
socket/ 24 (4.0%) 258 (4.4%) 10.7
doc/spell-docs/ 21 (3.5%) 255 (4.3%) 12.1
test/unit/server/ 2 (0.3%) 190 (3.2%) 95.0
test/bugs/bugtrack/ 2 (0.3%) 115 (2.0%) 57.5
random_maps/ 8 (1.3%) 110 (1.9%) 13.7
types/mimic/ 2 (0.3%) 101 (1.7%) 50.5
plugins/cfcitybell/include/ 3 (0.5%) 77 (1.3%) 25.6
lib/help/ 11 (1.8%) 61 (1.0%) 5.5
include/ 23 (3.8%) 34 (0.6%) 1.4
plugins/cfpython/ 8 (1.3%) 33 (0.6%) 4.1
include/shared/ 2 (0.3%) 27 (0.5%) 13.5
doc/playbook-html/ 21 (3.5%) 24 (0.4%) 1.1
utils/cre/ 1 (0.2%) 23 (0.4%) 23.0
types/spellbook/ 2 (0.3%) 22 (0.4%) 11.0
plugins/citylife/ 3 (0.5%) 21 (0.4%) 7.0
plugins/common/ 1 (0.2%) 15 (0.3%) 15.0
plugins/cfanim/ 1 (0.2%) 14 (0.2%) 14.0
types/ 2 (0.3%) 8 (0.1%) 4.0
doc/playbook/ 8 (1.3%) 8 (0.1%) 1.0
doc/ 2 (0.3%) 8 (0.1%) 4.0
types/book/ 1 (0.2%) 7 (0.1%) 7.0
types/armour_improver/ 1 (0.2%) 6 (0.1%) 6.0
types/spell_effect/ 1 (0.2%) 4 (0.1%) 4.0
rpm/ 1 (0.2%) 4 (0.1%) 4.0
plugins/cflogger/ 1 (0.2%) 3 (0.1%) 3.0
types/food/ 1 (0.2%) 2 (0.0%) 2.0
types/exit/ 1 (0.2%) 1 (0.0%) 1.0
types/arrow/ 1 (0.2%) 1 (0.0%) 1.0
test/toolkit/ 2 (0.3%) 1 (0.0%) 0.5
test/include/ 2 (0.3%) 1 (0.0%) 0.5
plugins/common/include/ 1 (0.2%) 1 (0.0%) 1.0
plugins/ 1 (0.2%) 1 (0.0%) 1.0
doc/spoiler-html/ 1 (0.2%) 1 (0.0%) 1.0
doc/Developers/ 1 (0.2%) 1 (0.0%) 1.0
debian/ 3 (0.5%) 0 (0.0%) 0.0

Activity of silvernexus

Most Recent Commits

silvernexus 2021-04-21 21:10 Rev.: 22094

Allow for any strings sent through draw_ext_info() or draw_ext_info_format() to be translatable.

226 lines of code changed in 8 files:

  • ChangeLog (+10)
  • include/shared: newclient.h (+26 -23)
  • server: c_misc.c (+135 -136), c_wiz.c (+21 -21), knowledge.c (+2 -2), player.c (+9 -9), server.c (+1 -1)
  • socket: info.c (+22 -6)
silvernexus 2021-04-05 23:01 Rev.: 22052

Determine and inform client when a book has been read for experience.

26 lines of code changed in 5 files:

  • ChangeLog (+9)
  • common: item.c (+4)
  • include/shared: newclient.h (+1)
  • socket: item.c (+5)
  • types/book: book.c (+7 -5)
silvernexus 2021-03-11 16:36 Rev.: 22036

Add code to handle scalable mimics for random maps.

34 lines of code changed in 3 files:

  • ChangeLog (+7)
  • random_maps: treasure.c (+8 -4)
  • types/mimic: mimic.c (+19 -1)
silvernexus 2021-03-08 07:33 Rev.: 22028

Fix possible null pointer dereference in atoi().

7 lines of code changed in 2 files:

  • ChangeLog (+4)
  • common: map.c (+3 -1)
silvernexus 2021-03-07 22:36 Rev.: 22027

Fix the blank path book replacement to discard the stale type information from the book buffer.

8 lines of code changed in 2 files:

  • ChangeLog (+5)
  • common: readable.c (+3 -1)
silvernexus 2021-03-04 16:54 Rev.: 22026

Fix calculate_difficulty() to not assume every generator creates archangels.
Then, make the per-tile exp calculator nonlinear, since it horribly undershot high-level rooms.

29 lines of code changed in 2 files:

  • ChangeLog (+8)
  • common: map.c (+21 -7)
silvernexus 2021-02-27 00:06 Rev.: 22007

Add proper credit to changelog entry for r22006

1 lines of code changed in 1 file:

  • ChangeLog (+1)
silvernexus 2021-02-26 23:17 Rev.: 22006

Explicitly include <string> for compilers that don't do that automagically.

4 lines of code changed in 2 files:

  • ChangeLog (+3)
  • common: events.cpp (+1)
silvernexus 2021-02-25 13:11 Rev.: 22002

Silence const qualifier warnings in loader.l

5 lines of code changed in 2 files:

  • ChangeLog (+3)
  • common: loader.l (+2 -2)
silvernexus 2021-02-18 00:13 Rev.: 21982

Actually make ms2_info_mutex static like I intended.

1 lines of code changed in 1 file:

  • socket: metaserver.c (+1 -1)
silvernexus 2021-02-18 00:11 Rev.: 21981

Reduce visibility of ms2_info_mutex to the only file it is used by.

7 lines of code changed in 3 files:

  • ChangeLog (+4)
  • include: metaserver2.h (-2)
  • socket: metaserver.c (+3 -3)
silvernexus 2021-02-10 00:20 Rev.: 21940

Use python3-embed to correctly link python3.

4 lines of code changed in 2 files:

  • ChangeLog (+3), configure.ac (+1 -1)
silvernexus 2021-02-09 15:46 Rev.: 21930

Add new test to ensure applying race and class to a player doesn't make duplicate skills.

120 lines of code changed in 3 files:

  • ChangeLog (+5)
  • test/bugs/bugtrack: Makefile.am (+1 -1), check_duplicate_skills.c (new 114)
silvernexus 2021-02-04 15:31 Rev.: 21901

Apply patch #386.
Thanks to DraugTheWhopper for spotting the oversight in the docs and taking the time to correct it.

4 lines of code changed in 2 files:

  • ChangeLog (+3)
  • doc/Developers: images (+1 -1)
silvernexus 2021-02-02 14:21 Rev.: 21892

Fix crash when releasing uncontrolled mana from a scroll failure.

8 lines of code changed in 2 files:

  • ChangeLog (+4)
  • server: apply.c (+4 -5)
silvernexus 2021-01-30 12:04 Rev.: 21870

Increase severity of an error message that occurs right before an abort.

1 lines of code changed in 1 file:

  • common: map.c (+1 -1)
silvernexus 2021-01-25 16:50 Rev.: 21846

Change some functions in server/c_misc.c to be static.

17 lines of code changed in 3 files:

  • ChangeLog (+6)
  • include: sproto.h (-6)
  • server: c_misc.c (+11 -6)
silvernexus 2021-01-21 21:24 Rev.: 21844

Fix improper handling of icecube weight for inserting into containers.

11 lines of code changed in 2 files:

  • ChangeLog (+6)
  • server: c_object.c (+5 -1)
silvernexus 2021-01-20 18:08 Rev.: 21833

Fix compiler warnings regarding tp_print type.

10 lines of code changed in 6 files:

  • ChangeLog (+3)
  • plugins/cfpython: cfpython_archetype.c (+1 -1), cfpython_map.c (+1 -1), cfpython_object.c (+3 -3), cfpython_party.c (+1 -1), cfpython_region.c (+1 -1)
silvernexus 2021-01-19 19:36 Rev.: 21829

Mmmm spaghetti.
Put spaghetti in stomach, not in code.

8 lines of code changed in 2 files:

  • ChangeLog (+2)
  • types/armour_improver: armour_improver.c (+6 -24)

(271 more)

Generated by StatSVN 0.7.0