Date | Author | File/Message |
---|---|---|
10/29/05 5:48 AM | akirschbaum |
common/p_cmd.{c,h}: Remove superfluous "const" from get_num_commands() return
value. (3 Files changed, 7 Lines changed) common/p_cmd.h 1.2
(+1
-1)
common/p_cmd.c 1.4
(+1
-1)
ChangeLog 1.55
(+5
-1)
|
10/28/05 3:24 PM | akirschbaum |
gtk/text.c: Print MOTD into text window if using -nopopups mode. Previously it
was discarded in -nopopups mode. (2 Files changed, 10 Lines changed) gtk/text.c 1.9
(+5
-1)
ChangeLog 1.54
(+5
-1)
|
10/28/05 2:59 PM | akirschbaum |
Documentation/Scripting.html: Clarify the repeat parameter for the issue
command. (2 Files changed, 7 Lines changed) Documentation/Scripting.html 1.3
(+2
-2)
ChangeLog 1.53
(+5
-1)
|
10/28/05 2:36 PM | akirschbaum |
common/script.c: Make parameters passed to scripts work again.
(2 Files changed,
10 Lines changed)
common/script.c 1.17
(+6
-22)
ChangeLog 1.52
(+4
-1)
|
10/16/05 7:59 AM | ryo_saeba |
Fix Win32 not detecting end of script correctly.
(2 Files changed,
13 Lines changed)
common/script.c 1.16
(+9
-3)
ChangeLog 1.51
(+4
-1)
|
9/22/05 8:29 AM | qal21 |
Avoid using c++ reserved words, in case one wants to link a c++ program to client.h
(3 Files changed,
15 Lines changed)
ChangeLog 1.50
(+6
-2)
common/image.c 1.19
(+7
-7)
common/client.h 1.34
(+2
-2)
|
9/21/05 11:57 PM | cavesomething |
Implement RFE 1090049 - add client message timestamp option
(5 Files changed,
31 Lines changed)
ChangeLog 1.49
(+6
-1)
common/init.c 1.25
(+3
-2)
gtk/gx11.c 1.78
(+15
-5)
gtk/config.c 1.25
(+4
-2)
common/client.h 1.33
(+3
-2)
|
9/21/05 8:04 AM | qal21 |
Use #error directive, so certain C processing applications don't complain.
(1 Files changed,
3 Lines changed)
common/client-types.h 1.9
(+3
-3)
|
9/21/05 12:14 AM | cavesomething |
copy part of gtk1 image.c to fix compile error on mac
(2 Files changed,
14 Lines changed)
gtk-v2/src/image.c 1.5
(+9
-6)
ChangeLog 1.48
(+5
-1)
|
9/10/05 9:19 AM | ryo_saeba |
Clean compilation warnings.
(3 Files changed,
13 Lines changed)
gtk/inventory.c 1.4
(+2
-2)
common/external.h 1.11
(+2
-1)
ChangeLog 1.47
(+9
-6)
|
9/7/05 1:43 AM | mwedel |
Update makefile to link in X11 libraries
MSW 2005-09-06 (2 Files changed, 6 Lines changed) gtk-v2/src/Makefile.am 1.8
(+1
-1)
gtk-v2/src/Makefile.in 1.12
(+5
-4)
|
9/6/05 1:46 AM | mwedel |
configure, configure.in: Move check for X11 early in the process so that
gtk dependencies on them should be resolved. MSW 2005-09-05 (3 Files changed, 3073 Lines changed) ChangeLog 1.46
(+5
-1)
configure 1.58
(+3065
-2779)
configure.in 1.55
(+3
-2)
|
9/5/05 3:16 PM | ryo_saeba |
Some speed tweaks.
(4 Files changed,
33 Lines changed)
gtk/map.c 1.29
(+12
-3)
gtk/image.c 1.26
(+14
-2)
common/mapdata.c 1.2
(+1
-2)
ChangeLog 1.45
(+6
-1)
|
9/5/05 3:15 PM | ryo_saeba |
New file
(1 Files changed,
12 Lines changed)
gtk/win32/GTKClient.dsp 1.12
(+12
-4)
|
9/4/05 3:40 PM | ryo_saeba |
A few tweaks to gain a few ms execution time :p
(6 Files changed,
51 Lines changed)
common/script.c 1.15
(+1
-4)
gtk/gx11.c 1.77
(+2
-2)
gtk/inventory.c 1.3
(+34
-19)
gtk/gx11.h 1.15
(+5
-2)
common/misc.c 1.12
(+3
-3)
ChangeLog 1.44
(+6
-1)
|
9/4/05 9:47 AM | akirschbaum |
x11/x11.c: Fix similar problem for x11 client: need_update needs to be cleared
too. (2 Files changed, 7 Lines changed) ChangeLog 1.43
(+5
-1)
x11/x11.c 1.32
(+2
-1)
|
9/4/05 9:04 AM | ryo_saeba |
Fix performance issue.
(2 Files changed,
7 Lines changed)
ChangeLog 1.42
(+5
-1)
gtk/map.c 1.28
(+2
-2)
|
9/3/05 10:20 AM | tchize |
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 AM | tchize |
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)
|
9/3/05 7:50 AM | akirschbaum |
*Makefile.in, aclocal.m4, configure: Rebuilt.
(13 Files changed,
369 Lines changed)
Makefile.in 1.33
(+4
-3)
gtk-v2/src/Makefile.in 1.10
(+1
-0)
x11/Makefile.in 1.12
(+1
-0)
configure 1.57
(+232
-212)
ChangeLog 1.41
(+4
-1)
gtk/Makefile.in 1.13
(+1
-0)
help/Makefile.in 1.3
(+1
-0)
sound-src/Makefile.in 1.10
(+1
-0)
utils/Makefile.in 1.3
(+1
-0)
gtk-v2/Makefile.in 1.9
(+2
-2)
common/Makefile.in 1.11
(+7
-2)
aclocal.m4 1.10
(+113
-61)
pixmaps/Makefile.in 1.3
(+1
-0)
|