pingus-cvs
[Top][All Lists]
Advanced

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

[Pingus-CVS] r4032 - trunk/pingus/src/actions


From: grumbel at BerliOS
Subject: [Pingus-CVS] r4032 - trunk/pingus/src/actions
Date: Thu, 5 Nov 2009 19:44:50 +0100

Author: grumbel
Date: 2009-11-05 19:44:48 +0100 (Thu, 05 Nov 2009)
New Revision: 4032

Modified:
   trunk/pingus/src/actions/angel.cpp
   trunk/pingus/src/actions/basher.cpp
   trunk/pingus/src/actions/blocker.cpp
   trunk/pingus/src/actions/boarder.cpp
   trunk/pingus/src/actions/bomber.cpp
   trunk/pingus/src/actions/bridger.cpp
   trunk/pingus/src/actions/climber.cpp
   trunk/pingus/src/actions/digger.cpp
   trunk/pingus/src/actions/digger.hpp
   trunk/pingus/src/actions/drown.cpp
   trunk/pingus/src/actions/exiter.cpp
   trunk/pingus/src/actions/faller.cpp
   trunk/pingus/src/actions/floater.cpp
   trunk/pingus/src/actions/jumper.cpp
   trunk/pingus/src/actions/laser_kill.cpp
   trunk/pingus/src/actions/miner.cpp
   trunk/pingus/src/actions/rocket_launcher.cpp
   trunk/pingus/src/actions/slider.cpp
   trunk/pingus/src/actions/smashed.cpp
   trunk/pingus/src/actions/smashed.hpp
   trunk/pingus/src/actions/splashed.cpp
   trunk/pingus/src/actions/splashed.hpp
   trunk/pingus/src/actions/superman.cpp
   trunk/pingus/src/actions/waiter.cpp
   trunk/pingus/src/actions/walker.cpp
Log:
#include cleanup

Modified: trunk/pingus/src/actions/angel.cpp
===================================================================
--- trunk/pingus/src/actions/angel.cpp  2009-11-05 18:18:10 UTC (rev 4031)
+++ trunk/pingus/src/actions/angel.cpp  2009-11-05 18:44:48 UTC (rev 4032)
@@ -14,11 +14,12 @@
 //  You should have received a copy of the GNU General Public License
 //  along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
+#include "actions/angel.hpp"
+
 #include "display/scene_context.hpp"
 #include "pingus/pingu.hpp"
 #include "math/math.hpp"
 #include "pingus/globals.hpp"
-#include "actions/angel.hpp"
 
 namespace Actions {
 

Modified: trunk/pingus/src/actions/basher.cpp
===================================================================
--- trunk/pingus/src/actions/basher.cpp 2009-11-05 18:18:10 UTC (rev 4031)
+++ trunk/pingus/src/actions/basher.cpp 2009-11-05 18:44:48 UTC (rev 4032)
@@ -14,6 +14,8 @@
 //  You should have received a copy of the GNU General Public License
 //  along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
+#include "actions/basher.hpp"
+
 #include "sound/sound.hpp"
 #include "pingus/collision_map.hpp"
 #include "pingus/debug.hpp"
@@ -23,7 +25,6 @@
 #include "pingus/pingu.hpp"
 #include "pingus/world.hpp"
 #include "pingus/worldobj.hpp"
-#include "actions/basher.hpp"
 
 namespace Actions {
 

Modified: trunk/pingus/src/actions/blocker.cpp
===================================================================
--- trunk/pingus/src/actions/blocker.cpp        2009-11-05 18:18:10 UTC (rev 
4031)
+++ trunk/pingus/src/actions/blocker.cpp        2009-11-05 18:44:48 UTC (rev 
4032)
@@ -14,11 +14,12 @@
 //  You should have received a copy of the GNU General Public License
 //  along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
+#include "actions/blocker.hpp"
+
 #include "display/scene_context.hpp"
 #include "pingus/pingu.hpp"
 #include "pingus/pingu_holder.hpp"
 #include "pingus/world.hpp"
-#include "actions/blocker.hpp"
 
 namespace Actions {
 

Modified: trunk/pingus/src/actions/boarder.cpp
===================================================================
--- trunk/pingus/src/actions/boarder.cpp        2009-11-05 18:18:10 UTC (rev 
4031)
+++ trunk/pingus/src/actions/boarder.cpp        2009-11-05 18:44:48 UTC (rev 
4032)
@@ -14,10 +14,11 @@
 //  You should have received a copy of the GNU General Public License
 //  along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
+#include "actions/boarder.hpp"
+
 #include "math/vector3f.hpp"
 #include "display/scene_context.hpp"
 #include "pingus/pingu.hpp"
-#include "actions/boarder.hpp"
 
 namespace Actions {
 

Modified: trunk/pingus/src/actions/bomber.cpp
===================================================================
--- trunk/pingus/src/actions/bomber.cpp 2009-11-05 18:18:10 UTC (rev 4031)
+++ trunk/pingus/src/actions/bomber.cpp 2009-11-05 18:44:48 UTC (rev 4032)
@@ -14,6 +14,8 @@
 //  You should have received a copy of the GNU General Public License
 //  along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
+#include "actions/bomber.hpp"
+
 #include "pingus/debug.hpp"
 #include "pingus/globals.hpp"
 #include "display/scene_context.hpp"
@@ -24,7 +26,6 @@
 #include "particles/pingu_particle_holder.hpp"
 #include "colliders/pingu_collider.hpp"
 #include "movers/linear_mover.hpp"
-#include "actions/bomber.hpp"
 
 namespace Actions {
 

Modified: trunk/pingus/src/actions/bridger.cpp
===================================================================
--- trunk/pingus/src/actions/bridger.cpp        2009-11-05 18:18:10 UTC (rev 
4031)
+++ trunk/pingus/src/actions/bridger.cpp        2009-11-05 18:44:48 UTC (rev 
4032)
@@ -14,6 +14,8 @@
 //  You should have received a copy of the GNU General Public License
 //  along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
+#include "actions/bridger.hpp"
+
 #include <cassert>
 #include "display/scene_context.hpp"
 #include "pingus/pingu.hpp"
@@ -23,7 +25,6 @@
 #include "pingus/worldobj.hpp"
 #include "pingus/gettext.h"
 #include "util/string_util.hpp"
-#include "actions/bridger.hpp"
 
 namespace Actions {
 

Modified: trunk/pingus/src/actions/climber.cpp
===================================================================
--- trunk/pingus/src/actions/climber.cpp        2009-11-05 18:18:10 UTC (rev 
4031)
+++ trunk/pingus/src/actions/climber.cpp        2009-11-05 18:44:48 UTC (rev 
4032)
@@ -14,10 +14,11 @@
 //  You should have received a copy of the GNU General Public License
 //  along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
+#include "actions/climber.hpp"
+
 #include "display/scene_context.hpp"
 #include "pingus/groundtype.hpp"
 #include "pingus/pingu.hpp"
-#include "actions/climber.hpp"
 
 namespace Actions {
 

Modified: trunk/pingus/src/actions/digger.cpp
===================================================================
--- trunk/pingus/src/actions/digger.cpp 2009-11-05 18:18:10 UTC (rev 4031)
+++ trunk/pingus/src/actions/digger.cpp 2009-11-05 18:44:48 UTC (rev 4032)
@@ -14,6 +14,8 @@
 //  You should have received a copy of the GNU General Public License
 //  along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
+#include "actions/digger.hpp"
+
 #include <cstdio>
 #include "display/scene_context.hpp"
 #include "pingus/ground_map.hpp"
@@ -21,7 +23,6 @@
 #include "pingus/worldobj.hpp"
 #include "sound/sound.hpp"
 #include "pingus/pingu.hpp"
-#include "actions/digger.hpp"
 
 namespace Actions {
 

Modified: trunk/pingus/src/actions/digger.hpp
===================================================================
--- trunk/pingus/src/actions/digger.hpp 2009-11-05 18:18:10 UTC (rev 4031)
+++ trunk/pingus/src/actions/digger.hpp 2009-11-05 18:44:48 UTC (rev 4032)
@@ -17,6 +17,7 @@
 #ifndef HEADER_PINGUS_ACTIONS_DIGGER_HPP
 #define HEADER_PINGUS_ACTIONS_DIGGER_HPP
 
+#include "pingus/sprite.hpp"
 #include "pingus/pingu_action.hpp"
 
 namespace Actions {

Modified: trunk/pingus/src/actions/drown.cpp
===================================================================
--- trunk/pingus/src/actions/drown.cpp  2009-11-05 18:18:10 UTC (rev 4031)
+++ trunk/pingus/src/actions/drown.cpp  2009-11-05 18:44:48 UTC (rev 4032)
@@ -14,10 +14,11 @@
 //  You should have received a copy of the GNU General Public License
 //  along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
+#include "actions/drown.hpp"
+
 #include "math/vector3f.hpp"
 #include "display/scene_context.hpp"
 #include "pingus/pingu.hpp"
-#include "actions/drown.hpp"
 
 namespace Actions {
 

Modified: trunk/pingus/src/actions/exiter.cpp
===================================================================
--- trunk/pingus/src/actions/exiter.cpp 2009-11-05 18:18:10 UTC (rev 4031)
+++ trunk/pingus/src/actions/exiter.cpp 2009-11-05 18:44:48 UTC (rev 4032)
@@ -14,11 +14,12 @@
 //  You should have received a copy of the GNU General Public License
 //  along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
+#include "actions/exiter.hpp"
+
 #include "math/vector3f.hpp"
 #include "display/scene_context.hpp"
 #include "pingus/pingu.hpp"
 #include "sound/sound.hpp"
-#include "actions/exiter.hpp"
 
 namespace Actions {
 

Modified: trunk/pingus/src/actions/faller.cpp
===================================================================
--- trunk/pingus/src/actions/faller.cpp 2009-11-05 18:18:10 UTC (rev 4031)
+++ trunk/pingus/src/actions/faller.cpp 2009-11-05 18:44:48 UTC (rev 4032)
@@ -14,6 +14,8 @@
 //  You should have received a copy of the GNU General Public License
 //  along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
+#include "actions/faller.hpp"
+
 #include "math/math.hpp"
 #include "colliders/pingu_collider.hpp"
 #include "pingus/debug.hpp"
@@ -23,7 +25,6 @@
 #include "pingus/pingu.hpp"
 #include "pingus/world.hpp"
 #include "pingus/worldobj.hpp"
-#include "actions/faller.hpp"
 
 namespace Actions {
 

Modified: trunk/pingus/src/actions/floater.cpp
===================================================================
--- trunk/pingus/src/actions/floater.cpp        2009-11-05 18:18:10 UTC (rev 
4031)
+++ trunk/pingus/src/actions/floater.cpp        2009-11-05 18:44:48 UTC (rev 
4032)
@@ -14,10 +14,11 @@
 //  You should have received a copy of the GNU General Public License
 //  along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
+#include "actions/floater.hpp"
+
 #include "pingus/pingu.hpp"
 #include "display/scene_context.hpp"
 #include "pingus/groundtype.hpp"
-#include "actions/floater.hpp"
 
 namespace Actions {
 

Modified: trunk/pingus/src/actions/jumper.cpp
===================================================================
--- trunk/pingus/src/actions/jumper.cpp 2009-11-05 18:18:10 UTC (rev 4031)
+++ trunk/pingus/src/actions/jumper.cpp 2009-11-05 18:44:48 UTC (rev 4032)
@@ -14,10 +14,11 @@
 //  You should have received a copy of the GNU General Public License
 //  along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
+#include "actions/jumper.hpp"
+
 #include "math/vector3f.hpp"
 #include "display/scene_context.hpp"
 #include "pingus/pingu.hpp"
-#include "actions/jumper.hpp"
 
 namespace Actions {
 

Modified: trunk/pingus/src/actions/laser_kill.cpp
===================================================================
--- trunk/pingus/src/actions/laser_kill.cpp     2009-11-05 18:18:10 UTC (rev 
4031)
+++ trunk/pingus/src/actions/laser_kill.cpp     2009-11-05 18:44:48 UTC (rev 
4032)
@@ -14,10 +14,11 @@
 //  You should have received a copy of the GNU General Public License
 //  along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
+#include "actions/laser_kill.hpp"
+
 #include "math/vector3f.hpp"
 #include "display/scene_context.hpp"
 #include "pingus/pingu.hpp"
-#include "actions/laser_kill.hpp"
 
 namespace Actions {
 

Modified: trunk/pingus/src/actions/miner.cpp
===================================================================
--- trunk/pingus/src/actions/miner.cpp  2009-11-05 18:18:10 UTC (rev 4031)
+++ trunk/pingus/src/actions/miner.cpp  2009-11-05 18:44:48 UTC (rev 4032)
@@ -15,13 +15,14 @@
 //  You should have received a copy of the GNU General Public License
 //  along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
+#include "actions/miner.hpp"
+
 #include "pingus/ground_map.hpp"
 #include "display/scene_context.hpp"
 #include "pingus/world.hpp"
 #include "sound/sound.hpp"
 #include "pingus/pingu.hpp"
 #include "pingus/worldobj.hpp"
-#include "actions/miner.hpp"
 
 namespace Actions {
 

Modified: trunk/pingus/src/actions/rocket_launcher.cpp
===================================================================
--- trunk/pingus/src/actions/rocket_launcher.cpp        2009-11-05 18:18:10 UTC 
(rev 4031)
+++ trunk/pingus/src/actions/rocket_launcher.cpp        2009-11-05 18:44:48 UTC 
(rev 4032)
@@ -14,13 +14,14 @@
 //  You should have received a copy of the GNU General Public License
 //  along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
+#include "actions/rocket_launcher.hpp"
+
 #include "display/scene_context.hpp"
 //#include "particles/particle_holder.hpp"
 //#include "particles/explosive_particle.hpp"
 #include "pingus/world.hpp"
 #include "pingus/pingu.hpp"
 #include "pingus/worldobj.hpp"
-#include "actions/rocket_launcher.hpp"
 
 namespace Actions {
 

Modified: trunk/pingus/src/actions/slider.cpp
===================================================================
--- trunk/pingus/src/actions/slider.cpp 2009-11-05 18:18:10 UTC (rev 4031)
+++ trunk/pingus/src/actions/slider.cpp 2009-11-05 18:44:48 UTC (rev 4032)
@@ -14,10 +14,11 @@
 //  You should have received a copy of the GNU General Public License
 //  along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
+#include "actions/slider.hpp"
+
 #include "display/scene_context.hpp"
 #include "pingus/pingu.hpp"
 #include "pingus/groundtype.hpp"
-#include "actions/slider.hpp"
 
 namespace Actions {
 

Modified: trunk/pingus/src/actions/smashed.cpp
===================================================================
--- trunk/pingus/src/actions/smashed.cpp        2009-11-05 18:18:10 UTC (rev 
4031)
+++ trunk/pingus/src/actions/smashed.cpp        2009-11-05 18:44:48 UTC (rev 
4032)
@@ -14,11 +14,12 @@
 //  You should have received a copy of the GNU General Public License
 //  along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
+#include "actions/smashed.hpp"
+
 #include "math/vector3f.hpp"
 #include "display/scene_context.hpp"
 #include "pingus/pingu.hpp"
 #include "pingus/sprite.hpp"
-#include "actions/smashed.hpp"
 
 namespace Actions {
 

Modified: trunk/pingus/src/actions/smashed.hpp
===================================================================
--- trunk/pingus/src/actions/smashed.hpp        2009-11-05 18:18:10 UTC (rev 
4031)
+++ trunk/pingus/src/actions/smashed.hpp        2009-11-05 18:44:48 UTC (rev 
4032)
@@ -17,6 +17,7 @@
 #ifndef HEADER_PINGUS_ACTIONS_SMASHED_HPP
 #define HEADER_PINGUS_ACTIONS_SMASHED_HPP
 
+#include "pingus/sprite.hpp"
 #include "pingus/pingu_action.hpp"
 
 namespace Actions {

Modified: trunk/pingus/src/actions/splashed.cpp
===================================================================
--- trunk/pingus/src/actions/splashed.cpp       2009-11-05 18:18:10 UTC (rev 
4031)
+++ trunk/pingus/src/actions/splashed.cpp       2009-11-05 18:44:48 UTC (rev 
4032)
@@ -14,12 +14,13 @@
 //  You should have received a copy of the GNU General Public License
 //  along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
+#include "actions/splashed.hpp"
+
 #include "math/vector3f.hpp"
 #include "display/scene_context.hpp"
 #include "pingus/world.hpp"
 #include "pingus/pingu.hpp"
 #include "pingus/worldobj.hpp"
-#include "actions/splashed.hpp"
 
 namespace Actions {
 

Modified: trunk/pingus/src/actions/splashed.hpp
===================================================================
--- trunk/pingus/src/actions/splashed.hpp       2009-11-05 18:18:10 UTC (rev 
4031)
+++ trunk/pingus/src/actions/splashed.hpp       2009-11-05 18:44:48 UTC (rev 
4032)
@@ -18,6 +18,7 @@
 #define HEADER_PINGUS_ACTIONS_SPLASHED_HPP
 
 #include "pingus/pingu_action.hpp"
+#include "pingus/sprite.hpp"
 
 namespace Actions {
 

Modified: trunk/pingus/src/actions/superman.cpp
===================================================================
--- trunk/pingus/src/actions/superman.cpp       2009-11-05 18:18:10 UTC (rev 
4031)
+++ trunk/pingus/src/actions/superman.cpp       2009-11-05 18:44:48 UTC (rev 
4032)
@@ -14,10 +14,11 @@
 //  You should have received a copy of the GNU General Public License
 //  along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
+#include "actions/superman.hpp"
+
 #include "display/scene_context.hpp"
 #include "pingus/pingu.hpp"
 #include "pingus/sprite.hpp"
-#include "actions/superman.hpp"
 
 namespace Actions {
 

Modified: trunk/pingus/src/actions/waiter.cpp
===================================================================
--- trunk/pingus/src/actions/waiter.cpp 2009-11-05 18:18:10 UTC (rev 4031)
+++ trunk/pingus/src/actions/waiter.cpp 2009-11-05 18:44:48 UTC (rev 4032)
@@ -14,10 +14,11 @@
 //  You should have received a copy of the GNU General Public License
 //  along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
+#include "actions/waiter.hpp"
+
 #include "math/vector3f.hpp"
 #include "display/scene_context.hpp"
 #include "pingus/pingu.hpp"
-#include "actions/waiter.hpp"
 
 namespace Actions {
 

Modified: trunk/pingus/src/actions/walker.cpp
===================================================================
--- trunk/pingus/src/actions/walker.cpp 2009-11-05 18:18:10 UTC (rev 4031)
+++ trunk/pingus/src/actions/walker.cpp 2009-11-05 18:44:48 UTC (rev 4032)
@@ -14,12 +14,13 @@
 //  You should have received a copy of the GNU General Public License
 //  along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
+#include "actions/walker.hpp"
+
 #include "pingus/globals.hpp"
 #include "display/scene_context.hpp"
 #include "pingus/pingu.hpp"
 #include "pingus/debug.hpp"
 #include "pingus/groundtype.hpp"
-#include "actions/walker.hpp"
 
 namespace Actions {
 





reply via email to

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