CVSROOT: /cvsroot/wesnoth
Module name: wesnoth
Branch:
Changes by: Philippe Plantier <[EMAIL PROTECTED]> 05/04/17 21:37:44
Modified files:
. : changelog
src : font.cpp
Log message:
Updated changelog and removed some debug output
CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/changelog.diff?tr1=1.599&tr2=1.600&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/src/font.cpp.diff?tr1=1.134&tr2=1.135&r1=text&r2=text
Patches:
Index: wesnoth/changelog
diff -u wesnoth/changelog:1.599 wesnoth/changelog:1.600
--- wesnoth/changelog:1.599 Sun Apr 17 20:56:11 2005
+++ wesnoth/changelog Sun Apr 17 21:37:41 2005
@@ -38,6 +38,7 @@
* fixed bug #12611: modifying villages with [terrain] interacting badly with
capturing them.
* fixed user-campaigns not being translatable anymore
* added a shortcut for making screenshots
+ * fixed the formatting of wrapped text lines being lost
Version 0.9.0:
* user interface improvements:
Index: wesnoth/src/font.cpp
diff -u wesnoth/src/font.cpp:1.134 wesnoth/src/font.cpp:1.135
--- wesnoth/src/font.cpp:1.134 Sun Apr 17 21:29:41 2005
+++ wesnoth/src/font.cpp Sun Apr 17 21:37:43 2005
@@ -1,4 +1,4 @@
-/* $Id: font.cpp,v 1.134 2005/04/17 21:29:41 gruikya Exp $ */
+/* $Id: font.cpp,v 1.135 2005/04/17 21:37:43 gruikya Exp $ */
/* vim:set encoding=utf-8: */
/*
Copyright (C) 2003 by David White <[EMAIL PROTECTED]>
@@ -960,7 +960,6 @@
++ch;
}
current_line = format_string;
- std::cerr << "Format string is " << format_string <<
"\n";
start_of_line = false;
}