Author Statistics for ryo_saeba

Back to Index Page

Author Details

Login: ryo_saeba
Fullname: ryo_saeba
Revisions: 822
Lines of Code: 11212
Added Lines of Code: 67162
Lines of Code per Change: 13.6

Author of the Month

Lines Of Code (per Author)

Lines Of Code for ryo_saeba (per module)

Activity

Commit Log

DateAuthorFile/Message
2/26/06 4:09 AMryo_saeba
Win32 1.9.0 release (5 Files changed, 19 Lines changed)
make_win32/cfserver.nsi 1.18 (+3 -3)
make_win32/plugin_python/plugin_python.rc 1.2 (+4 -4)
make_win32/crossfire.rc 1.2 (+4 -4)
make_win32/Release_notes.txt 1.10 (+7 -3)
include/win32.h 1.24 (+1 -1)
2/23/06 4:24 PMryo_saeba
Patch #1428057 courtesy Pippijn van Steenhoven: fix to a crashing bug in plugins (6 Files changed, 24 Lines changed)
plugins/common/plugin_common.c 1.13 (+4 -3)
plugins/cfanim/include/cfanim.h 1.4 (+3 -1)
plugins/cfanim/cfanim.c 1.8 (+3 -2)
plugins/cfanim/include/cfanim_proto.h 1.8 (+0 -76)
ChangeLog 1.577 (+11 -0)
plugins/common/include/plugin_common.h 1.14 (+3 -2)
2/23/06 4:05 PMryo_saeba
Perl plugin courtesy Marc Lehmann (patch #1423431) (3 Files changed, 1696 Lines changed)
plugins/cfperl/cfperl.xs 1.1 added 1603
plugins/cfperl/Makefile.am 1.1 added 49
plugins/cfperl/typemap 1.1 added 44
2/15/06 2:37 PMryo_saeba
Commit forgotten file (3 Files changed, 8 Lines changed)
include/plugin.h 1.22 (+1 -0)
ChangeLog 1.565 (+5 -0)
server/plugins.c 1.66 (+2 -2)
2/14/06 4:31 PMryo_saeba
Misc plugin fixes (10 Files changed, 83 Lines changed)
ChangeLog 1.563 (+11 -0)
plugins/common/plugin_common.c 1.12 (+40 -40)
plugins/cfanim/include/cfanim_proto.h 1.7 (+1 -1)
plugins/cfpython/cfpython_party.c 1.2 (+15 -15)
server/plugins.c 1.64 (+2 -2)
plugins/cfpython/cfpython_map.c 1.7 (+1 -1)
plugins/common/include/plugin_common.h 1.13 (+9 -9)
plugins/cfpython/cfpython_archetype.c 1.2 (+1 -1)
plugins/cfpython/cfpython_region.c 1.2 (+1 -1)
plugins/cfpython/cfpython_object.c 1.13 (+2 -2)
2/14/06 2:45 PMryo_saeba
Swamp fixes. (2 Files changed, 9 Lines changed)
ChangeLog 1.562 (+1 -1)
server/swamp.c 1.9 (+3 -3)
ChangeLog 1.561 (+5 -0)
2/9/06 3:58 PMryo_saeba
Missing file, changelog (2 Files changed, 12 Lines changed)
lib/wizhelp/insert_into 1.1 added 4
ChangeLog 1.556 (+8 -1)
2/8/06 3:41 PMryo_saeba
Add DM command insert_into <where> <what> (8 Files changed, 9553 Lines changed)
lib/Makefile.am 1.26 (+2 -1)
server/c_wiz.c 1.80 (+68 -1)
lib/bmaps.paths 1.94 (+5233 -5233)
lib/Makefile.in 1.76 (+2 -1)
server/commands.c 1.58 (+2 -1)
lib/archetypes 1.173 (+4245 -4221)
include/sproto.h 1.163 (+1 -0)
lib/crossfire.0 1.58 (+0 -0)
1/21/06 10:56 AMryo_saeba
Improved installer, now separates unlinked/python/test maps. (1 Files changed, 214 Lines changed)
make_win32/make_maps_nsi.pl 1.3 (+214 -153)
1/15/06 10:50 AMryo_saeba
Custom commands fixes. Global logout event change. (5 Files changed, 29 Lines changed)
server/plugins.c 1.63 (+4 -3)
ChangeLog 1.544 (+10 -0)
server/apply.c 1.158 (+5 -1)
server/main.c 1.111 (+1 -3)
plugins/cfpython/cfpython.c 1.27 (+9 -7)