Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 31 (100.0%) | 68 (100.0%) | 2.1 |
ryo_saeba | 21 (67.7%) | 43 (63.2%) | 2.0 |
kbulgrien | 3 (9.7%) | 13 (19.1%) | 4.3 |
akirschbaum | 6 (19.4%) | 12 (17.6%) | 2.0 |
mwedel | 1 (3.2%) | 0 (0.0%) | 0.0 |
Remove disabled GTK and X11 clients.
0 lines of code changed in 7 files:
Protocol cleanup - remove code that supports protocol commands that are out
of date. Also change setup to only request current options.
MSW 2010-01-18
---
common/client.c: Remove handling of obsolete protocol commands. Clean up
setup logic - do it all in one setup command instead of several,
don't send options to server which are now standard.
common/client.h: remove extern command_inscribe declaration.
common/commands.c: Fix up a lot of setup logic - remove fallbacks to
protocol commands that predate the setup replacements. Remove
handling of settings which are now standard.
common/init.c: Remove SendSetFaceMode()
common/item.c: Presume all servers support inscribe protocol command.
gtk/gx11.c: Presume all servers support inscribe protocol command.
gtk/sound.c: remove SoundCmd()
gtk/win32/porting.c: Remove SoundCmd()
gtk-v2/src/sound.c: Remove SoundCmd()
---
0 lines of code changed in 1 file:
- More doxygen @file comment conversions, this time for the gtk v1 client.
11 lines of code changed in 2 files:
Win32 fixes.
34 lines of code changed in 8 files:
- GTK-v1 client name changes from gcfclient to crossfire-client-gtk.
2 lines of code changed in 1 file:
Win32 compilation fixes. Remove superflous includes messing everything.
5 lines of code changed in 2 files:
Fix various GAIM/GTK links.
4 lines of code changed in 4 files:
Remove trailing whitespace.
9 lines of code changed in 1 file:
Add missing #include <ctype.h>.
1 lines of code changed in 1 file:
Use #include <config.h> instead #include "config.h" to support multiple configurations outside the source directory.
1 lines of code changed in 2 files:
Rename DATADIR to CF_DATADIR to avoid name clashes when cross-compiling to Win32.
1 lines of code changed in 2 files: