Author Statistics for jbontje

Back to Index Page

Author Details

Login: jbontje
Fullname: jbontje
Revisions: 26
Lines of Code: 835
Added Lines of Code: 884
Lines of Code per Change: 32.1

Lines Of Code (per Author)

Lines Of Code for jbontje (per module)

Activity

Commit Log

DateAuthorFile/Message
5/24/03 9:02 AMjbontje
Change IRC server hostname (thanks hoxu)
mids 2003-05-24
(1 Files changed, 1 Lines changed)
lib/motd 1.5 (+1 -1)
8/22/02 7:37 AMjbontje
Pickups: added pickups for spellbooks,skillscrols,normal book/scroll. Patch created by Aprogas
mids 2002/08/22
(3 Files changed, 26 Lines changed)
server/player.c 1.90 (+13 -1)
server/c_object.c 1.37 (+8 -1)
include/define.h 1.57 (+5 -1)
6/7/02 3:02 AMjbontje
longsword -> sword (1 Files changed, 1 Lines changed)
lib/wizhelp/create 1.2 (+1 -1)
4/13/02 6:01 PMjbontje
New formulae and artifacts. Some of the arrows made a bit more powerfull.
cryo 2002-04-14
(2 Files changed, 673 Lines changed)
lib/formulae 1.8 (+559 -13)
lib/artifacts 1.40 (+114 -5)
3/21/02 8:43 AMjbontje
Oops, forgot adding the 'faces' directive
mids 2002-03-21
(1 Files changed, 3 Lines changed)
lib/Makefile.in 1.28 (+3 -3)
3/21/02 8:40 AMjbontje
Add install of faces file.
Thanks to Lord_Devi for reporting this.
mids 2002-03-21
(1 Files changed, 1 Lines changed)
lib/Makefile.in 1.27 (+1 -1)
2/13/02 3:10 PMjbontje
server/main.c: If exit is damned, update players death & WoR home-position
and delete town portal.
server/apply.c: Fix bug in move_apply. return was used instead of goto
leave, so recursion_depth wasn't decremented.
mids 02/13/2002
(3 Files changed, 31 Lines changed)
CHANGES 1.281 (+6 -0)
server/apply.c 1.58 (+2 -2)
server/main.c 1.58 (+23 -2)
1/17/02 4:44 PMjbontje
Add helpfile for teleport. mids 2002-01-17 (2 Files changed, 7 Lines changed)
lib/wizhelp/teleport 1.1 added 4
lib/Makefile.in 1.23 (+3 -2)
1/16/02 4:51 AMjbontje
include/player.h include/sproto.h server/c_chat.c server/player.c:
New player command 'reply', replies to the last person who told you
something.
server/c_wiz.c: New DM command 'teleport', lets a DM teleport next
to target player, it is an inverse summon.
server/commands.c: Add hooks for 'reply' and 'teleport'.
mids 2002-01-16
(7 Files changed, 112 Lines changed)
server/commands.c 1.19 (+3 -1)
include/sproto.h 1.55 (+2 -0)
server/player.c 1.78 (+2 -1)
include/player.h 1.17 (+2 -1)
server/c_wiz.c 1.19 (+51 -1)
CHANGES 1.278 (+8 -0)
server/c_chat.c 1.7 (+44 -2)
12/19/01 11:07 AMjbontje
clockdata really should be in localdir, garbled tried to do that before
but he forgot to change it in a function. mids 2001-12-19
(1 Files changed, 2 Lines changed)
common/init.c 1.13 (+2 -2)