Date | Author | File/Message |
---|---|---|
6/30/05 1:58 AM | mwedel |
gtk-v2/src/keys.c: Move initialization of global widges to before loading
keybindings - otherwise, they can end up not being initialized. MSW 2005-06-29 (2 Files changed, 10 Lines changed) gtk-v2/src/keys.c 1.3
(+7
-5)
ChangeLog 1.23
(+3
-1)
|
6/30/05 1:46 AM | mwedel |
gtk-v2/src/info.c: Remove extra lines of code for scrolling. Have
newlines be inserted in the correct place for the color info tab. MSW 2005-06-29 (2 Files changed, 6 Lines changed) gtk-v2/src/info.c 1.4
(+3
-4)
ChangeLog 1.22
(+3
-1)
|
6/30/05 1:37 AM | mwedel |
gtk-v2/src/inventory.c: Remove call to check to display object in inventory
tab for container objects - if we show the container object, so all objects within the container (bug 1226968) MSW 2005-06-29 (2 Files changed, 13 Lines changed) ChangeLog 1.21
(+6
-1)
gtk-v2/src/inventory.c 1.6
(+7
-1)
|
6/27/05 1:49 AM | mwedel |
Add inventory animation to the gtk2 client.
gtk2proto.h: rebuilt inventory.c: Add new function that animates inventory. Have draw_table() take a second param that determines if it is doing an animation run or just a normal draw. main.c: Move PACKAGE_DATA_DIR to be within WIN32 defines. Add call to inventory_tick() in do_timeout() MSW 2005-06-26 (4 Files changed, 185 Lines changed) gtk-v2/src/main.c 1.6
(+5
-2)
ChangeLog 1.20
(+10
-1)
gtk-v2/src/inventory.c 1.5
(+129
-29)
gtk-v2/src/gtk2proto.h 1.4
(+41
-3)
|
6/25/05 3:26 AM | ryo_saeba |
Wrong number displayed for cached servers
(2 Files changed,
6 Lines changed)
common/metaserver.c 1.14
(+2
-2)
ChangeLog 1.19
(+4
-1)
|
6/4/05 3:56 PM | mwedel |
configure.in, configure: Turn of the use of dmalloc as the default - if
dmalloc is disabled, it has to be intentionally set. gtkv2 client runs dog slow if dmalloc is used, so that isn't a good default common/item.c: Fix bug that resulted in the item names not being updated properly - bug introduced in patch 1197437. MSW 2005-06-04 (4 Files changed, 177 Lines changed) common/item.c 1.12
(+7
-5)
configure.in 1.51
(+2
-2)
configure 1.53
(+160
-95)
ChangeLog 1.18
(+8
-1)
|
6/1/05 3:22 AM | akirschbaum |
crossfire-client.spec, gnome/Makefile.in, x11/Makefile.in: Patch from Kari
Pahula to fix manpage paths. (4 Files changed, 11 Lines changed) x11/Makefile.in 1.9
(+1
-1)
gnome/Makefile.in 1.5
(+2
-2)
crossfire-client.spec 1.22
(+5
-5)
ChangeLog 1.17
(+3
-1)
|
6/1/05 1:19 AM | akirschbaum |
gtk/gx11.h: Patch from Kari Pahula to remove incorrect variable declaration.
(2 Files changed,
6 Lines changed)
gtk/gx11.h 1.13
(+2
-2)
ChangeLog 1.16
(+4
-1)
|
5/30/05 4:01 PM | ryo_saeba |
Patch #1197437 courtesy krudat - inventory-related
(20 Files changed,
1575 Lines changed)
gtk/win32/config.h 1.12
(+1
-1)
common/item.c 1.11
(+14
-7)
gtk/inventory.c 1.1 added 1352
common/item.h 1.4
(+7
-1)
gtk/gx11.c 1.72
(+28
-948)
x11/x11.c 1.29
(+6
-1)
gtk-v2/src/inventory.c 1.4
(+6
-1)
gtk/win32/GTKClient.dsp 1.10
(+4
-0)
gtk/config.c 1.21
(+15
-19)
ChangeLog 1.15
(+9
-1)
common/p_cmd.c 1.3
(+17
-2)
gtk/Makefile.in 1.10
(+1
-0)
gtk/gx11.h 1.12
(+11
-51)
gtk/win32/gtkclient.nsi 1.7
(+1
-1)
gtk/win32/Win32Changes.txt 1.8
(+6
-2)
gtk/gtkproto.h 1.18
(+19
-12)
common/proto.h 1.18
(+0
-1)
gtk/win32/Running.txt 1.7
(+66
-64)
x11/x11proto.h 1.10
(+1
-0)
common/client.h 1.30
(+11
-1)
|
5/29/05 11:42 AM | ryo_saeba |
Removed unused variables
(1 Files changed,
3 Lines changed)
gtk/png.c 1.11
(+3
-3)
|
5/29/05 11:41 AM | ryo_saeba |
MIN already defined sometimes
(1 Files changed,
3 Lines changed)
common/client.h 1.29
(+3
-1)
|
5/29/05 11:25 AM | tchize |
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 AM | tchize |
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 AM | tchize |
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/23/05 4:40 PM | ryo_saeba |
Add server cache, keep last 10 connected to servers.
(3 Files changed,
141 Lines changed)
gtk/gx11.c 1.70
(+5
-1)
common/metaserver.c 1.12
(+131
-9)
ChangeLog 1.14
(+5
-1)
|
5/22/05 10:22 AM | tchize |
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 PM | tchize |
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 1:04 PM | ryo_saeba |
Fix Windows-specific key behaviour broken by new login window
(2 Files changed,
12 Lines changed)
gtk/gx11.c 1.67
(+7
-21)
ChangeLog 1.13
(+5
-1)
|
5/12/05 11:29 AM | tchize |
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/7/05 4:01 PM | ryo_saeba |
Fix for Win32
(1 Files changed,
4 Lines changed)
gtk/gx11.c 1.65
(+4
-1)
|