/server/branches/1.x Developers: ryo_saeba

Login name:
ryo_saeba
Total Commits:
632 (32.8%)
Lines of Code:
44244 (67.1%)
Most Recent Commit:
2008-05-10 03:02

Activity by Clock Time

Activity by Hour of Day for ryo_saeba

Activity by Day of Week for ryo_saeba

Activity in Directories

Directory Changes Lines of Code Lines per Change
Totals 632 (100.0%) 44244 (100.0%) 70.0
doc/Developers/ 17 (2.7%) 34929 (78.9%) 2054.6
server/ 165 (26.1%) 3404 (7.7%) 20.6
plugins/common/ 11 (1.7%) 1163 (2.6%) 105.7
random_maps/ 19 (3.0%) 1085 (2.5%) 57.1
common/ 53 (8.4%) 1079 (2.4%) 20.3
/ 168 (26.6%) 905 (2.0%) 5.3
plugins/cfpython/ 33 (5.2%) 884 (2.0%) 26.7
socket/ 14 (2.2%) 195 (0.4%) 13.9
include/ 62 (9.8%) 166 (0.4%) 2.6
plugins/common/include/ 8 (1.3%) 89 (0.2%) 11.1
plugins/cfpython/include/ 28 (4.4%) 80 (0.2%) 2.8
lib/ 13 (2.1%) 69 (0.2%) 5.3
test/unit/common/ 6 (0.9%) 37 (0.1%) 6.1
make_win32/ 7 (1.1%) 33 (0.1%) 4.7
lib/help/ 5 (0.8%) 27 (0.1%) 5.4
plugins/cfanim/include/ 6 (0.9%) 16 (0.0%) 2.6
plugins/cfanim/ 4 (0.6%) 10 (0.0%) 2.5
plugins/ 1 (0.2%) 9 (0.0%) 9.0
doc/spoiler/ 1 (0.2%) 9 (0.0%) 9.0
doc/spoiler-html/ 1 (0.2%) 9 (0.0%) 9.0
doc/spell-docs/ 1 (0.2%) 9 (0.0%) 9.0
doc/scripts/ 1 (0.2%) 9 (0.0%) 9.0
doc/playbook/ 1 (0.2%) 9 (0.0%) 9.0
doc/playbook-html/ 1 (0.2%) 9 (0.0%) 9.0
doc/ 3 (0.5%) 9 (0.0%) 3.0
crossedit/ 1 (0.2%) 1 (0.0%) 1.0
plugins/template/ 2 (0.3%) 0 (0.0%) 0.0

Activity of ryo_saeba

Most Recent Commits

ryo_saeba 2008-05-10 03:02

Implement feature request #1961031: 'drop food' and 'drop flesh' buttons would be nice.

30 lines of code changed in:

  • ChangeLog (+5)
  • lib/help: dropall (new)
  • server: c_object.c (+25)
ryo_saeba 2008-05-08 05:07

Potential fix for bug #1928570: x-ray vision now needs a push start.

8 lines of code changed in:

  • ChangeLog (+4)
  • server: spell_effect.c (+4 -2)
ryo_saeba 2008-05-08 04:26

Fix a potential underflow, forbid players to create too powerful missiles.

12 lines of code changed in:

  • ChangeLog (+4 -7)
  • server: spell_effect.c (+8)
ryo_saeba 2008-05-08 04:08

Remove unpaid items when returning a player to his savebed for map reset or after server-specific timeout.

39 lines of code changed in:

  • ChangeLog (+13)
  • include: sproto.h (+1)
  • server: login.c (+4), player.c (+21 -12)
ryo_saeba 2008-05-08 03:11

Better and more logical fix for bug #1936178: Trying to remove removed object causes server crash.

16 lines of code changed in:

  • ChangeLog (+4)
  • random_maps: treasure.c (+12 -27)
ryo_saeba 2008-05-08 02:35

Fix artifact reading to (kind of) trim strings. Fix add missing artifacts to fix alchemy warning.

34 lines of code changed in:

  • ChangeLog (+6)
  • common: treasure.c (+22 -16)
  • lib: artifacts (+6 -6)
ryo_saeba 2008-05-08 02:03

Tentative fix for bug #1936178: Trying to remove removed object causes server crash.

119 lines of code changed in:

  • ChangeLog (+4)
  • random_maps: Makefile.in (+87 -86), treasure.c (+28 -10)
ryo_saeba 2008-05-07 14:48

Tentative fix for bug #1956908: bolt wc can overflow.

15 lines of code changed in:

  • ChangeLog (+4)
  • server: player.c (+11 -5)
ryo_saeba 2008-05-07 14:19

Fix bug #1929084: Wrong artifact stats on forged items.

12 lines of code changed in:

  • ChangeLog (+6)
  • common: recipe.c (+4 -4), treasure.c (+1 -1)
  • include: libproto.h (+1)
ryo_saeba 2008-02-10 04:49

Update files for 1.11.0 release.

33 lines of code changed in:

  • make_win32: Release_notes.txt (changed), cfserver.nsi (+33 -30)
ryo_saeba 2008-02-01 14:38

Fix for bug #1882265: Server failure when all exp_table entries commented out.

15 lines of code changed in:

  • ChangeLog (+3)
  • common: exp.c (+12 -2)
ryo_saeba 2008-01-07 17:48

Make the 'player quits the game' in the same style as entered/leave.

5 lines of code changed in:

  • ChangeLog (+4)
  • server: player.c (+1 -1)
ryo_saeba 2008-01-04 04:37

Handle invalid file descriptors more gracefully.

27 lines of code changed in:

  • ChangeLog (+5)
  • socket: init.c (+1), loop.c (+21 -1)
ryo_saeba 2008-01-03 05:50

Win32 compilation fixes.

28 lines of code changed in:

  • ChangeLog (+8)
  • common: logger.c (+2 -2)
  • include: win32.h (+3)
  • plugins/cfanim/include: cfanim_proto.h (+7 -7)
  • plugins/cfpython: cfpython_object.c (+3 -3)
  • plugins/common: hashtable.c (changed)
  • random_maps: floor.c (+4 -3)
ryo_saeba 2007-12-16 17:15

Add Object.NoDamage and Object.RandomMovement to Python Crossfire Object (merge from trunk).

45 lines of code changed in:

  • ChangeLog (+5)
  • plugins/cfpython: cfpython_object.c (+34)
  • plugins/cfpython/include: cfpython_object_private.h (+6)
ryo_saeba 2007-12-02 13:13

Fix 0 destination coordinates warning for final exit of random maps.

6 lines of code changed in:

  • ChangeLog (+4)
  • random_maps: exit.c (+2)
ryo_saeba 2007-12-01 07:21

Fix bug #1828785: Possible false positive in the alchemy formula list.

15 lines of code changed in:

  • ChangeLog (+4)
  • common: recipe.c (+11 -10)
ryo_saeba 2007-12-01 06:52

Fix bug #1825685: 'Got no region...' when creating weather.

5 lines of code changed in:

  • ChangeLog (+4)
  • server: init.c (+1 -1)
ryo_saeba 2007-12-01 06:42

Fix some nrof issues when many items. Always return real money value.

63 lines of code changed in:

  • ChangeLog (+6)
  • server: c_object.c (+1 -1), c_wiz.c (+4 -3), shop.c (+52 -14)
ryo_saeba 2007-12-01 05:58

Fix bug #1827100: Curse dection not working or problem with containers ?

17 lines of code changed in:

  • ChangeLog (+6 -1)
  • server: alchemy.c (+8 -2), skills.c (+3 -2)

(153 more)

Generated by StatSVN 0.3.1