[root]/gtk
        
 
win32 
(5 files, 1144 lines)

| Author | Changes | Lines of Code | Lines per Change | 
|---|---|---|---|
| Totals | 82 (100.0%) | 742 (100.0%) | 9.0 | 
| akirschbaum | 26 (31.7%) | 422 (56.9%) | 16.2 | 
| ryo_saeba | 8 (9.8%) | 152 (20.5%) | 19.0 | 
| mwedel | 35 (42.7%) | 118 (15.9%) | 3.3 | 
| kbulgrien | 3 (3.7%) | 28 (3.8%) | 9.3 | 
| tchize | 1 (1.2%) | 14 (1.9%) | 14.0 | 
| qal21 | 9 (11.0%) | 8 (1.1%) | 0.8 | 
Merge Nicolas Weeger's fix memory leak from trunk revision 6771.
    
2 lines of code changed in:
Bring in relevant changes from trunk revision 7108.
  Added to svn:ignore: config.log Makefile autom4te.cache
Bring in relevant changes from trunk revision 7104.
  macros/curses.m4, macros/gnome-print-check.m4, macros/linger.m4,
  macros/sdl.m4, macros/gtk.m4, macros/gnome-gettext.m4,
  macros/need-declaration.m4: m4 file updates were made to fix a configure
    script crash and to remove aclocal warnings.
  pixmaps/Makefile.in, Makefile.in, gtk/Makefile.in, common/Makefile.in,
  help/Makefile.in, utils/Makefile.in, x11/Makefile.in, gtk-v2/Makefile.in,
  gtk-v2/src/Makefile.in, sound-src/Makefile.in, aclocal.m4 : Result from
    new and updated m4 files.
  autogen.sh: Point aclocal at macros so that undefined macros do not crash
    ./configure.
    
2 lines of code changed in:
- Spelling corrections.
    
24 lines of code changed in:
Backport fix for [ 1815465 ] Too many messages on stderr causes client hang
    
14 lines of code changed in:
gtk/text.c: Add missing write_media() calls in handling of admin messages.
   Results in news and rules not being displayed.  Fixes bug 1657000
MSW 2007-10-03
    
6 lines of code changed in:
Fix for bug 1800702  - gdk_draw_drawable: assertion `src != NULL' failed.
gtk/gx11.c:  Call sdl_gen_map() or gtk_draw_map() based on displaymode in use.
gtk-v2/src/main.c: Call draw_map() instead of gtk_draw_map().  draw_map()
  will figure out what function (sdl, opengl, gtk) to call do actually
  draw the map.
MSW 2007-09-25
    
5 lines of code changed in:
gtk/text.c: Remove call to void_callback() for MSG_TYPE_MONUMENT - if there
  is no code to handle it, no reason to set the callback.  Fixes bug 1759860 -
  gravestone messages go to stdout and not client window.
MSW 2007-09-23
    
1 lines of code changed in:
Make metaserver1 gather it's data in its own thread.  Brought back from trunk
common/metaserver.c: Add ms1_is_running flag, re-work some of the metaserver1
  logic so the function structure makes it easy to spawn the thread,
  rename metaserver2_check_status() to just metaserver_check_status()
gtk-v2/src/metaserver.c: Change call to metaserver_check_status(), resort
  data after getting all info from sever.
MSW 2007-08-31
Add support for metaserver2 in client.  For the X11/C clients, they use basic
interface (drawn in text window, select a number), so no changes to the GUI
portions of those clients was done - gtk2 uses window, so some extra work
there.  Brought back from trunk
--
*/Makefile.in: rebuilt
acinclude.m4: New file - added for LIBCURL_CHECK_CONFIG macro support.
aclocal.m4: Rebuilt
configure: Add --disable-metaserver2 option, check for Curl, pthread.  Make
  sure user either has curl installed or has used --disable-metaserver2
configure, */Makefile.in:  Rebuilt with Curl support
common/cconfig.h: Add note about METASERVER2 (controlled via configure)
common/client.c: Add metaserver2 global
common/client.h: Add metaserver2 global
common/config.h.in: Rebuilt by autoheader.
common/init.c: Add call to init_metaserver()
common/metaserver.c: Support for metaserver2.  More fields in Meta_Info.
  Re-arrange file a little so logical functions are together.
common/metaserver.h: New fields in Meta_Info, some renamed to keep
  it consistent accross all of metaserver2.
common/proto.h: rebuilt
gtk-v2/src/metaserver.c: Add support for threaded metaserver2 retrievals -
  need to make sure data is accessed in thread safe way, also need to 
  add check for status of retrieval thread.
MSW 2007-08-31
    
10 lines of code changed in:
Fix map not updated at tick causing items to appear non animated.
1 lines of code changed in:
Remove trailing whitespace.
402 lines of code changed in:
Remove obsolete mapredraw command (empty on server-side).
2 lines of code changed in:
Fix callback that was eating a word.
4 lines of code changed in:
Implement feature request #1560389: improve inscription logic.
133 lines of code changed in:
Rebuilt auto-generated files.
10 lines of code changed in:
Use #include <config.h> instead #include "config.h" to support multiple configurations outside the source directory.
10 lines of code changed in:
Merge patch #1558073: newpickup flesh courtesy bencha
9 lines of code changed in:
Fix problem in display logic when the size of the image was not a multiple
of the map_image_size.  This shows up when using tall character images.
It also shows up when using different -mapscale options due to rounding
errors - in both cases now, things are drawn correctly.
--
gtk/map.c: Add size parameters to draw_pixmap().  Add logic to figure out
  proper offsets for drawing odd sized images.
gtk/sdl.c: Add logic to figure out proper offsets for drawing these odd
  sized images.
gtk-v2/src//map.c: Add size parameters to draw_pixmap().  Add logic to figure
  out proper offsets for drawing odd sized images.
gtk-v2/src/sdl.c: Add logic to figure out proper offsets for drawing these
  odd sized images.
MSW 2006-11-05
    
91 lines of code changed in:
gtk/image.c: Fix bug that results in SDL mode not working if map_scale and
  icon_scale are the same - can't use GDK pixmaps for SDL drawing.
MSW 2006-11-05
    
5 lines of code changed in:
Fix annoying popups. Default admin messages use draw_info instead of show_media_message. Add new message types.
3 lines of code changed in:
Make a small tweak to make the svnversion call more proper, and rebuild makefiles (Most don't need to be, however it was becoming too much of a pain to only update the right ones).
6 lines of code changed in:
(3 more)