Author Statistics for tchize

Back to Index Page

Author Details

Login: tchize
Fullname: tchize
Revisions: 188
Lines of Code: 11287
Added Lines of Code: 14843
Lines of Code per Change: 60.0

Author of the Month

Lines Of Code (per Author)

Lines Of Code for tchize (per module)

Activity

Commit Log

DateAuthorFile/Message
9/3/05 10:20 AMtchize
added support for no-popups in signs and books management. Added one-key close on sign
popups too
(4 Files changed, 50 Lines changed)
common/init.c 1.24 (+3 -2)
gtk/text.c 1.8 (+40 -21)
gtk/config.c 1.24 (+4 -2)
common/client.h 1.32 (+3 -2)
9/3/05 8:12 AMtchize
Fixed Makefile problem where soundsdef.h was not autobuild , breaking compilation (12 Files changed, 49 Lines changed)
pixmaps/Makefile.in 1.4 (+1 -1)
common/Makefile.in 1.12 (+1 -3)
Makefile.in 1.34 (+1 -1)
x11/Makefile.in 1.13 (+1 -3)
gtk-v2/src/Makefile.in 1.11 (+1 -3)
aclocal.m4 1.11 (+32 -15)
utils/Makefile.in 1.4 (+1 -1)
sound-src/Makefile.in 1.11 (+5 -4)
sound-src/Makefile.am 1.4 (+3 -1)
help/Makefile.in 1.4 (+1 -1)
gtk/Makefile.in 1.14 (+1 -3)
gtk-v2/Makefile.in 1.10 (+1 -1)
5/29/05 11:25 AMtchize
FIX: applied patch 1207603 and extended it to gtk1 client
reference: [ 1207603 ] libpng error: Invalid image width
http://sourceforge.net/tracker/index.php?func=detail&aid=1207603&group_id=13833&atid=313833
(2 Files changed, 90 Lines changed)
gtk/png.c 1.10 (+58 -6)
gtk-v2/src/png.c 1.3 (+32 -4)
5/29/05 10:34 AMtchize
Added support for news and rules in client. (5 Files changed, 202 Lines changed)
common/newclient.h 1.6 (+5 -1)
gtk/text.c 1.6 (+126 -20)
gtk/gtkproto.h 1.17 (+4 -1)
gtk/gx11.c 1.71 (+54 -3)
gtk/gx11.h 1.11 (+13 -2)
5/26/05 2:39 AMtchize
Fixed call to inexistant min() function.

min is windows(TM) specific Ryo!
(2 Files changed, 4 Lines changed)
common/metaserver.c 1.13 (+2 -2)
common/client.h 1.28 (+2 -1)
5/22/05 10:22 AMtchize
Fix: motd gets cleaned after disconnect from server (for compatibility with old servers)
Bug track Reference: 1197021
(3 Files changed, 10 Lines changed)
gtk/gtkproto.h 1.16 (+1 -0)
gtk/text.c 1.5 (+6 -1)
gtk/gx11.c 1.69 (+3 -1)
5/21/05 12:41 PMtchize
Addon: signs display in a window when you read them (8 Files changed, 5435 Lines changed)
pixmaps/sign_west.xpm 1.1 added 779
gtk/text.c 1.4 (+101 -1)
common/client.c 1.26 (+2 -1)
common/proto.h 1.17 (+1 -0)
common/commands.c 1.29 (+7 -2)
gtk/gx11.c 1.68 (+2 -2)
pixmaps/sign_east.xpm 1.1 added 779
pixmaps/sign_flat.xpm 1.1 added 3764
5/12/05 11:29 AMtchize
Fixed error in playing state with new login windows.
Now it's possible to play without those annoying unknown state messages.
(7 Files changed, 217 Lines changed)
gtk/gx11.c 1.66 (+5 -2)
configure 1.52 (+122 -200)
Makefile.in 1.28 (+21 -29)
aclocal.m4 1.7 (+35 -152)
common/commands.c 1.28 (+3 -3)
gtk-v2/src/Makefile.in 1.5 (+17 -8)
gtk-v2/Makefile.in 1.4 (+14 -19)
5/6/05 2:59 PMtchize
Removed commented code (1 Files changed, 7 Lines changed)
gtk/gx11.c 1.64 (+7 -86)
5/6/05 2:55 PMtchize
Added support for upcoming extended text messages. No color support yet! (10 Files changed, 723 Lines changed)
common/client.h 1.27 (+5 -1)
gtk/Makefile.in 1.9 (+2 -1)
gtk/gtkproto.h 1.15 (+4 -0)
gtk/gx11.c 1.63 (+229 -10)
common/newclient.h 1.5 (+82 -1)
common/client.c 1.25 (+3 -1)
common/proto.h 1.16 (+2 -0)
gtk/text.c 1.1 added 305
common/commands.c 1.26 (+80 -1)
common/client-types.h 1.8 (+11 -1)