Commit Log

Back to Index Page

<<12345>>

Commit Log

DateAuthorFile/Message
1/21/06 5:52 PMcavesomething
add a 'spell options' box to allow extra options to be passed to spells, make any mouse button change the spell description, not just the left one and reorder some gtk function calls to improve clarity (2 Files changed, 50 Lines changed)
ChangeLog 1.72 (+6 -1)
gtk/gx11.c 1.87 (+44 -24)
1/19/06 3:50 PMryo_saeba
Fix compilation for some compilers. (3 Files changed, 13 Lines changed)
gtk/gx11.c 1.86 (+4 -3)
ChangeLog 1.71 (+5 -1)
gtk/inventory.c 1.6 (+4 -4)
1/19/06 12:02 PMcavesomething
fix bug with reading the wrong bytes on an updspell packet (2 Files changed, 7 Lines changed)
common/commands.c 1.36 (+4 -4)
ChangeLog 1.70 (+3 -1)
1/19/06 11:17 AMcavesomething
spell listing suppport for common and gcfclient (7 Files changed, 318 Lines changed)
common/commands.c 1.35 (+106 -2)
common/proto.h 1.20 (+3 -0)
gtk/gx11.c 1.85 (+157 -11)
common/client.h 1.36 (+22 -1)
ChangeLog 1.69 (+15 -1)
common/newclient.h 1.7 (+9 -1)
common/client.c 1.29 (+6 -2)
1/16/06 7:13 PMcavesomething
make skills appear in a scroll pane, and show all known skills, not just those with exp (2 Files changed, 18 Lines changed)
gtk/gx11.c 1.84 (+13 -5)
ChangeLog 1.68 (+5 -1)
1/15/06 8:02 PMcavesomething
make the Close button in gcfclient be greyed-out when there is no container open. (2 Files changed, 13 Lines changed)
ChangeLog 1.67 (+4 -1)
gtk/inventory.c 1.5 (+9 -3)
1/13/06 3:37 PMakirschbaum
common/commands.c: In DeleteItem() properly handle more than one item. (2 Files changed, 6 Lines changed)
ChangeLog 1.66 (+4 -1)
common/commands.c 1.34 (+2 -2)
1/2/06 3:39 PMryo_saeba
Commits files, just in case. (5 Files changed, 27 Lines changed)
gtk/win32/GTKClient.dsp 1.13 (+2 -2)
gtk/win32/GTKClient.dsw 1.2 (+12 -0)
gtk/win32/Win32Changes.txt 1.10 (+11 -2)
gtk/win32/config.h 1.14 (+1 -1)
gtk/win32/gtkclient.nsi 1.9 (+1 -1)
1/2/06 1:04 AMmwedel
x11/png.c: Add same workaround from gtk/png.c to make it work on 64 bit
systems.
MSW 2006-01-01
(2 Files changed, 49 Lines changed)
x11/png.c 1.15 (+44 -11)
ChangeLog 1.65 (+5 -1)
12/27/05 8:26 AMryo_saeba
Make nrof uint32, like server-side. Fix a crash with get_number. (5 Files changed, 26 Lines changed)
common/item.h 1.5 (+2 -2)
common/item.c 1.13 (+10 -5)
common/proto.h 1.19 (+3 -3)
common/commands.c 1.33 (+4 -3)
ChangeLog 1.64 (+7 -1)
12/11/05 8:54 PMmwedel
gtk-v2/src/image.c: Remove call to free fog pixels (SDL) - with call in place,
client crashes on double free in SDL mode after disconnecting from
server.
MSW 2005-12-11
(2 Files changed, 17 Lines changed)
ChangeLog 1.63 (+6 -1)
gtk-v2/src/image.c 1.7 (+11 -2)
12/11/05 6:44 AMakirschbaum
gtk/{map.c,sdl.c}, x11/x11.c: General cleanup - just whitespace changes. (4 Files changed, 25 Lines changed)
x11/x11.c 1.33 (+9 -9)
gtk/sdl.c 1.21 (+4 -4)
ChangeLog 1.62 (+4 -1)
gtk/map.c 1.30 (+8 -8)
11/16/05 4:25 AMgros
Enable per-server, per-character keybindings on both *nix and win32 systems.
Undefine MULTKEYS at the beginning of client.h to switch back to the old
behavior.
(5 Files changed, 367 Lines changed)
common/client.h 1.35 (+16 -15)
gtk/gx11.c 1.83 (+297 -294)
common/metaserver.c 1.17 (+13 -9)
common/client.c 1.28 (+11 -7)
gtk/keys.c 1.20 (+30 -30)
11/12/05 7:58 AMryo_saeba
Patch 1352490 (newpickup rings/amulets client side) courtesy anonymous (2 Files changed, 14 Lines changed)
ChangeLog 1.61 (+6 -1)
gtk/gx11.c 1.82 (+8 -1)
11/2/05 2:00 PMakirschbaum
common/player.c: Properly ignore received comc commands with invalid length. (2 Files changed, 4 Lines changed)
ChangeLog 1.60 (+2 -1)
common/player.c 1.16 (+2 -1)
11/2/05 1:56 PMakirschbaum
Remove syntax error. (1 Files changed, 2 Lines changed)
common/image.c 1.20 (+2 -2)
11/2/05 1:53 PMakirschbaum
gtk/gx11.c, gtk-v2/src/image.c: Initialize smooth_face field when allocating
pixmaps array.
(3 Files changed, 9 Lines changed)
gtk-v2/src/image.c 1.6 (+2 -1)
ChangeLog 1.59 (+5 -1)
gtk/gx11.c 1.81 (+2 -1)
11/1/05 7:46 AMakirschbaum
Add support for newpickup PU_NOT_CURSED (ignore cursed items) flag. (7 Files changed, 55 Lines changed)
gtk-v2/src/interface.c 1.7 (+10 -1)
ChangeLog 1.58 (+10 -1)
gtk-v2/src/gtk2proto.h 1.6 (+1 -0)
gtk-v2/src/pickup.c 1.2 (+11 -1)
gtk-v2/src/callbacks.h 1.5 (+2 -23)
gtk/gx11.c 1.80 (+11 -1)
gtk-v2/gtk-v2.glade 1.6 (+10 -0)
11/1/05 4:32 AMryo_saeba
Fallback to PIXMAP mode when SDL is not built in. (2 Files changed, 10 Lines changed)
ChangeLog 1.57 (+4 -1)
gtk/config.c 1.26 (+6 -1)
10/29/05 1:44 PMakirschbaum
Fix bug #1288647 (typing text in password mode). Now hidden input (for
password entry) is reliably turned off afterwards.
(3 Files changed, 29 Lines changed)
common/commands.c 1.32 (+14 -8)
gtk/gx11.c 1.79 (+3 -6)
ChangeLog 1.56 (+12 -1)