wesnoth-cvs-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Wesnoth-cvs-commits] wesnoth ./changelog src/network.cpp


From: David White
Subject: [Wesnoth-cvs-commits] wesnoth ./changelog src/network.cpp
Date: Mon, 02 May 2005 19:48:57 -0400

CVSROOT:        /cvsroot/wesnoth
Module name:    wesnoth
Branch:         
Changes by:     David White <address@hidden>    05/05/02 23:48:57

Modified files:
        .              : changelog 
        src            : network.cpp 

Log message:
        made it so network data dialogs show progress of network transfers again

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/changelog.diff?tr1=1.643&tr2=1.644&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/src/network.cpp.diff?tr1=1.60&tr2=1.61&r1=text&r2=text

Patches:
Index: wesnoth/changelog
diff -u wesnoth/changelog:1.643 wesnoth/changelog:1.644
--- wesnoth/changelog:1.643     Mon May  2 14:06:36 2005
+++ wesnoth/changelog   Mon May  2 23:48:56 2005
@@ -1,5 +1,6 @@
 CVS HEAD:
  * user interface improvements:
+   * made it so network dialogs show progress of data transfers again
    * starting position in editor now starts at player 1 (#10625)
    * fixed female units not appearing in help (broken since 0.9.0)
    * reduced required width of weapon area in help
Index: wesnoth/src/network.cpp
diff -u wesnoth/src/network.cpp:1.60 wesnoth/src/network.cpp:1.61
--- wesnoth/src/network.cpp:1.60        Sat Mar 26 17:10:32 2005
+++ wesnoth/src/network.cpp     Mon May  2 23:48:57 2005
@@ -629,7 +629,7 @@
 
 std::pair<int,int> current_transfer_stats()
 {
-       return std::pair<int,int>(-1,-1);
+       return network_worker_pool::get_current_transfer_stats();
 }
 
 } //end namespace network




reply via email to

[Prev in Thread] Current Thread [Next in Thread]