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

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

[Wesnoth-cvs-commits] wesnoth/src Makefile.am actions.cpp display.cpp...


From: Yann Dirson
Subject: [Wesnoth-cvs-commits] wesnoth/src Makefile.am actions.cpp display.cpp...
Date: Thu, 03 Mar 2005 17:43:26 -0500

CVSROOT:        /cvsroot/wesnoth
Module name:    wesnoth
Branch:         
Changes by:     Yann Dirson <address@hidden>    05/03/03 22:43:26

Modified files:
        src            : Makefile.am actions.cpp display.cpp map.cpp 
                         pathfind.cpp sdl_utils.cpp 
        src/widgets    : button.cpp 
Removed files:
        src            : game.hpp 

Log message:
        removed empty src/game.hpp

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/src/Makefile.am.diff?tr1=1.73&tr2=1.74&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/src/actions.cpp.diff?tr1=1.193&tr2=1.194&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/src/display.cpp.diff?tr1=1.290&tr2=1.291&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/src/map.cpp.diff?tr1=1.51&tr2=1.52&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/src/pathfind.cpp.diff?tr1=1.61&tr2=1.62&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/src/sdl_utils.cpp.diff?tr1=1.74&tr2=1.75&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/src/widgets/button.cpp.diff?tr1=1.56&tr2=1.57&r1=text&r2=text

Patches:
Index: wesnoth/src/Makefile.am
diff -u wesnoth/src/Makefile.am:1.73 wesnoth/src/Makefile.am:1.74
--- wesnoth/src/Makefile.am:1.73        Thu Mar  3 22:19:58 2005
+++ wesnoth/src/Makefile.am     Thu Mar  3 22:43:25 2005
@@ -135,7 +135,6 @@
                  events.hpp \
                  filesystem.hpp \
                  font.hpp \
-                 game.hpp \
                  game_config.hpp \
                  game_events.hpp \
                  gamestatus.hpp \
Index: wesnoth/src/actions.cpp
diff -u wesnoth/src/actions.cpp:1.193 wesnoth/src/actions.cpp:1.194
--- wesnoth/src/actions.cpp:1.193       Tue Mar  1 00:26:59 2005
+++ wesnoth/src/actions.cpp     Thu Mar  3 22:43:25 2005
@@ -1,4 +1,4 @@
-/* $Id: actions.cpp,v 1.193 2005/03/01 00:26:59 Sirp Exp $ */
+/* $Id: actions.cpp,v 1.194 2005/03/03 22:43:25 ydirson Exp $ */
 /*
    Copyright (C) 2003 by David White <address@hidden>
    Part of the Battle for Wesnoth Project http://wesnoth.whitevine.net
@@ -16,7 +16,6 @@
 #include "actions.hpp"
 #include "display.hpp"
 #include "events.hpp"
-#include "game.hpp"
 #include "game_config.hpp"
 #include "game_events.hpp"
 #include "key.hpp"
Index: wesnoth/src/display.cpp
diff -u wesnoth/src/display.cpp:1.290 wesnoth/src/display.cpp:1.291
--- wesnoth/src/display.cpp:1.290       Sun Feb 27 15:43:31 2005
+++ wesnoth/src/display.cpp     Thu Mar  3 22:43:25 2005
@@ -1,4 +1,4 @@
-/* $Id: display.cpp,v 1.290 2005/02/27 15:43:31 ydirson Exp $ */
+/* $Id: display.cpp,v 1.291 2005/03/03 22:43:25 ydirson Exp $ */
 /*
    Copyright (C) 2003 by David White <address@hidden>
    Part of the Battle for Wesnoth Project http://wesnoth.whitevine.net
@@ -17,7 +17,6 @@
 #include "display.hpp"
 #include "events.hpp"
 #include "font.hpp"
-#include "game.hpp"
 #include "game_config.hpp"
 #include "halo.hpp"
 #include "hotkeys.hpp"
Index: wesnoth/src/map.cpp
diff -u wesnoth/src/map.cpp:1.51 wesnoth/src/map.cpp:1.52
--- wesnoth/src/map.cpp:1.51    Mon Feb 21 09:05:51 2005
+++ wesnoth/src/map.cpp Thu Mar  3 22:43:25 2005
@@ -1,4 +1,4 @@
-/* $Id: map.cpp,v 1.51 2005/02/21 09:05:51 silene Exp $ */
+/* $Id: map.cpp,v 1.52 2005/03/03 22:43:25 ydirson Exp $ */
 /*
    Copyright (C) 2003 by David White <address@hidden>
    Part of the Battle for Wesnoth Project http://wesnoth.whitevine.net
@@ -13,7 +13,6 @@
 
 #include "global.hpp"
 
-#include "game.hpp"
 #include "log.hpp"
 #include "map.hpp"
 #include "pathfind.hpp"
Index: wesnoth/src/pathfind.cpp
diff -u wesnoth/src/pathfind.cpp:1.61 wesnoth/src/pathfind.cpp:1.62
--- wesnoth/src/pathfind.cpp:1.61       Thu Jan 27 20:30:51 2005
+++ wesnoth/src/pathfind.cpp    Thu Mar  3 22:43:25 2005
@@ -1,4 +1,4 @@
-/* $Id: pathfind.cpp,v 1.61 2005/01/27 20:30:51 silene Exp $ */
+/* $Id: pathfind.cpp,v 1.62 2005/03/03 22:43:25 ydirson Exp $ */
 /*
 Copyright (C) 2003 by David White <address@hidden>
 Part of the Battle for Wesnoth Project http://wesnoth.whitevine.net
@@ -13,7 +13,6 @@
 
 #include "global.hpp"
 
-#include "game.hpp"
 #include "log.hpp"
 #include "pathfind.hpp"
 #include "util.hpp"
Index: wesnoth/src/sdl_utils.cpp
diff -u wesnoth/src/sdl_utils.cpp:1.74 wesnoth/src/sdl_utils.cpp:1.75
--- wesnoth/src/sdl_utils.cpp:1.74      Tue Mar  1 20:42:51 2005
+++ wesnoth/src/sdl_utils.cpp   Thu Mar  3 22:43:25 2005
@@ -1,4 +1,4 @@
-/* $Id: sdl_utils.cpp,v 1.74 2005/03/01 20:42:51 j_daniel Exp $ */
+/* $Id: sdl_utils.cpp,v 1.75 2005/03/03 22:43:25 ydirson Exp $ */
 /*
    Copyright (C) 2003 by David White <address@hidden>
    Part of the Battle for Wesnoth Project http://wesnoth.whitevine.net
@@ -19,7 +19,6 @@
 #include <map>
 
 #include "config.hpp"
-#include "game.hpp"
 #include "log.hpp"
 #include "sdl_utils.hpp"
 #include "show_dialog.hpp"
Index: wesnoth/src/widgets/button.cpp
diff -u wesnoth/src/widgets/button.cpp:1.56 wesnoth/src/widgets/button.cpp:1.57
--- wesnoth/src/widgets/button.cpp:1.56 Fri Feb 25 01:07:20 2005
+++ wesnoth/src/widgets/button.cpp      Thu Mar  3 22:43:25 2005
@@ -1,4 +1,4 @@
-/* $Id: button.cpp,v 1.56 2005/02/25 01:07:20 ydirson Exp $ */
+/* $Id: button.cpp,v 1.57 2005/03/03 22:43:25 ydirson Exp $ */
 /*
    Copyright (C) 2003 by David White <address@hidden>
    Part of the Battle for Wesnoth Project http://wesnoth.whitevine.net
@@ -15,7 +15,6 @@
 
 #include "button.hpp"
 #include "../display.hpp"
-#include "../game.hpp"
 #include "../font.hpp"
 #include "../image.hpp"
 #include "../log.hpp"




reply via email to

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