pingus-cvs
[Top][All Lists]
Advanced

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

[Pingus-CVS] r4039 - in trunk/pingus: . src src/pingus src/pingus/action


From: grumbel at BerliOS
Subject: [Pingus-CVS] r4039 - in trunk/pingus: . src src/pingus src/pingus/actions
Date: Thu, 5 Nov 2009 23:29:40 +0100

Author: grumbel
Date: 2009-11-05 23:29:36 +0100 (Thu, 05 Nov 2009)
New Revision: 4039

Added:
   trunk/pingus/src/pingus/actions/
Removed:
   trunk/pingus/src/actions/
Modified:
   trunk/pingus/SConscript
   trunk/pingus/src/pingus/actions/angel.cpp
   trunk/pingus/src/pingus/actions/basher.cpp
   trunk/pingus/src/pingus/actions/blocker.cpp
   trunk/pingus/src/pingus/actions/boarder.cpp
   trunk/pingus/src/pingus/actions/bomber.cpp
   trunk/pingus/src/pingus/actions/bridger.cpp
   trunk/pingus/src/pingus/actions/climber.cpp
   trunk/pingus/src/pingus/actions/digger.cpp
   trunk/pingus/src/pingus/actions/drown.cpp
   trunk/pingus/src/pingus/actions/exiter.cpp
   trunk/pingus/src/pingus/actions/faller.cpp
   trunk/pingus/src/pingus/actions/floater.cpp
   trunk/pingus/src/pingus/actions/jumper.cpp
   trunk/pingus/src/pingus/actions/laser_kill.cpp
   trunk/pingus/src/pingus/actions/miner.cpp
   trunk/pingus/src/pingus/actions/rocket_launcher.cpp
   trunk/pingus/src/pingus/actions/slider.cpp
   trunk/pingus/src/pingus/actions/smashed.cpp
   trunk/pingus/src/pingus/actions/splashed.cpp
   trunk/pingus/src/pingus/actions/superman.cpp
   trunk/pingus/src/pingus/actions/waiter.cpp
   trunk/pingus/src/pingus/actions/walker.cpp
   trunk/pingus/src/pingus/pingu.cpp
Log:
Moved src/actions/ to src/pingus/actions/


Modified: trunk/pingus/SConscript
===================================================================
--- trunk/pingus/SConscript     2009-11-05 20:01:15 UTC (rev 4038)
+++ trunk/pingus/SConscript     2009-11-05 22:29:36 UTC (rev 4039)
@@ -25,7 +25,7 @@
 pingus_sources = \
                Glob('external/tinygettext/*.cpp') + \
                Glob('external/binreloc-2.0/*.c') + \
-               Glob('src/actions/*.cpp') + \
+               Glob('src/pingus/actions/*.cpp') + \
                Glob('src/colliders/*.cpp') + \
                Glob('src/components/*.cpp') + \
                Glob('src/display/*.cpp') + \

Copied: trunk/pingus/src/pingus/actions (from rev 4037, 
trunk/pingus/src/actions)

Modified: trunk/pingus/src/pingus/actions/angel.cpp
===================================================================
--- trunk/pingus/src/actions/angel.cpp  2009-11-05 19:22:47 UTC (rev 4037)
+++ trunk/pingus/src/pingus/actions/angel.cpp   2009-11-05 22:29:36 UTC (rev 
4039)
@@ -14,7 +14,7 @@
 //  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 "pingus/actions/angel.hpp"
 
 #include "display/scene_context.hpp"
 #include "pingus/pingu.hpp"

Modified: trunk/pingus/src/pingus/actions/basher.cpp
===================================================================
--- trunk/pingus/src/actions/basher.cpp 2009-11-05 19:22:47 UTC (rev 4037)
+++ trunk/pingus/src/pingus/actions/basher.cpp  2009-11-05 22:29:36 UTC (rev 
4039)
@@ -14,7 +14,7 @@
 //  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 "pingus/actions/basher.hpp"
 
 #include "sound/sound.hpp"
 #include "pingus/collision_map.hpp"

Modified: trunk/pingus/src/pingus/actions/blocker.cpp
===================================================================
--- trunk/pingus/src/actions/blocker.cpp        2009-11-05 19:22:47 UTC (rev 
4037)
+++ trunk/pingus/src/pingus/actions/blocker.cpp 2009-11-05 22:29:36 UTC (rev 
4039)
@@ -14,7 +14,7 @@
 //  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 "pingus/actions/blocker.hpp"
 
 #include "display/scene_context.hpp"
 #include "pingus/pingu.hpp"

Modified: trunk/pingus/src/pingus/actions/boarder.cpp
===================================================================
--- trunk/pingus/src/actions/boarder.cpp        2009-11-05 19:22:47 UTC (rev 
4037)
+++ trunk/pingus/src/pingus/actions/boarder.cpp 2009-11-05 22:29:36 UTC (rev 
4039)
@@ -14,7 +14,7 @@
 //  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 "pingus/actions/boarder.hpp"
 
 #include "math/vector3f.hpp"
 #include "display/scene_context.hpp"

Modified: trunk/pingus/src/pingus/actions/bomber.cpp
===================================================================
--- trunk/pingus/src/actions/bomber.cpp 2009-11-05 19:22:47 UTC (rev 4037)
+++ trunk/pingus/src/pingus/actions/bomber.cpp  2009-11-05 22:29:36 UTC (rev 
4039)
@@ -14,7 +14,7 @@
 //  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/actions/bomber.hpp"
 
 #include "pingus/debug.hpp"
 #include "pingus/globals.hpp"

Modified: trunk/pingus/src/pingus/actions/bridger.cpp
===================================================================
--- trunk/pingus/src/actions/bridger.cpp        2009-11-05 19:22:47 UTC (rev 
4037)
+++ trunk/pingus/src/pingus/actions/bridger.cpp 2009-11-05 22:29:36 UTC (rev 
4039)
@@ -14,7 +14,7 @@
 //  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 "pingus/actions/bridger.hpp"
 
 #include <cassert>
 #include "display/scene_context.hpp"

Modified: trunk/pingus/src/pingus/actions/climber.cpp
===================================================================
--- trunk/pingus/src/actions/climber.cpp        2009-11-05 19:22:47 UTC (rev 
4037)
+++ trunk/pingus/src/pingus/actions/climber.cpp 2009-11-05 22:29:36 UTC (rev 
4039)
@@ -14,7 +14,7 @@
 //  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 "pingus/actions/climber.hpp"
 
 #include "display/scene_context.hpp"
 #include "pingus/groundtype.hpp"

Modified: trunk/pingus/src/pingus/actions/digger.cpp
===================================================================
--- trunk/pingus/src/actions/digger.cpp 2009-11-05 19:22:47 UTC (rev 4037)
+++ trunk/pingus/src/pingus/actions/digger.cpp  2009-11-05 22:29:36 UTC (rev 
4039)
@@ -14,7 +14,7 @@
 //  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 "pingus/actions/digger.hpp"
 
 #include <cstdio>
 #include "display/scene_context.hpp"

Modified: trunk/pingus/src/pingus/actions/drown.cpp
===================================================================
--- trunk/pingus/src/actions/drown.cpp  2009-11-05 19:22:47 UTC (rev 4037)
+++ trunk/pingus/src/pingus/actions/drown.cpp   2009-11-05 22:29:36 UTC (rev 
4039)
@@ -14,7 +14,7 @@
 //  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 "pingus/actions/drown.hpp"
 
 #include "math/vector3f.hpp"
 #include "display/scene_context.hpp"

Modified: trunk/pingus/src/pingus/actions/exiter.cpp
===================================================================
--- trunk/pingus/src/actions/exiter.cpp 2009-11-05 19:22:47 UTC (rev 4037)
+++ trunk/pingus/src/pingus/actions/exiter.cpp  2009-11-05 22:29:36 UTC (rev 
4039)
@@ -14,7 +14,7 @@
 //  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 "pingus/actions/exiter.hpp"
 
 #include "math/vector3f.hpp"
 #include "display/scene_context.hpp"

Modified: trunk/pingus/src/pingus/actions/faller.cpp
===================================================================
--- trunk/pingus/src/actions/faller.cpp 2009-11-05 19:22:47 UTC (rev 4037)
+++ trunk/pingus/src/pingus/actions/faller.cpp  2009-11-05 22:29:36 UTC (rev 
4039)
@@ -14,7 +14,7 @@
 //  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 "pingus/actions/faller.hpp"
 
 #include "math/math.hpp"
 #include "colliders/pingu_collider.hpp"

Modified: trunk/pingus/src/pingus/actions/floater.cpp
===================================================================
--- trunk/pingus/src/actions/floater.cpp        2009-11-05 19:22:47 UTC (rev 
4037)
+++ trunk/pingus/src/pingus/actions/floater.cpp 2009-11-05 22:29:36 UTC (rev 
4039)
@@ -14,7 +14,7 @@
 //  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/actions/floater.hpp"
 
 #include "pingus/pingu.hpp"
 #include "display/scene_context.hpp"

Modified: trunk/pingus/src/pingus/actions/jumper.cpp
===================================================================
--- trunk/pingus/src/actions/jumper.cpp 2009-11-05 19:22:47 UTC (rev 4037)
+++ trunk/pingus/src/pingus/actions/jumper.cpp  2009-11-05 22:29:36 UTC (rev 
4039)
@@ -14,7 +14,7 @@
 //  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 "pingus/actions/jumper.hpp"
 
 #include "math/vector3f.hpp"
 #include "display/scene_context.hpp"

Modified: trunk/pingus/src/pingus/actions/laser_kill.cpp
===================================================================
--- trunk/pingus/src/actions/laser_kill.cpp     2009-11-05 19:22:47 UTC (rev 
4037)
+++ trunk/pingus/src/pingus/actions/laser_kill.cpp      2009-11-05 22:29:36 UTC 
(rev 4039)
@@ -14,7 +14,7 @@
 //  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 "pingus/actions/laser_kill.hpp"
 
 #include "math/vector3f.hpp"
 #include "display/scene_context.hpp"

Modified: trunk/pingus/src/pingus/actions/miner.cpp
===================================================================
--- trunk/pingus/src/actions/miner.cpp  2009-11-05 19:22:47 UTC (rev 4037)
+++ trunk/pingus/src/pingus/actions/miner.cpp   2009-11-05 22:29:36 UTC (rev 
4039)
@@ -15,7 +15,7 @@
 //  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/actions/miner.hpp"
 
 #include "pingus/ground_map.hpp"
 #include "display/scene_context.hpp"

Modified: trunk/pingus/src/pingus/actions/rocket_launcher.cpp
===================================================================
--- trunk/pingus/src/actions/rocket_launcher.cpp        2009-11-05 19:22:47 UTC 
(rev 4037)
+++ trunk/pingus/src/pingus/actions/rocket_launcher.cpp 2009-11-05 22:29:36 UTC 
(rev 4039)
@@ -14,7 +14,7 @@
 //  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 "pingus/actions/rocket_launcher.hpp"
 
 #include "display/scene_context.hpp"
 //#include "particles/particle_holder.hpp"

Modified: trunk/pingus/src/pingus/actions/slider.cpp
===================================================================
--- trunk/pingus/src/actions/slider.cpp 2009-11-05 19:22:47 UTC (rev 4037)
+++ trunk/pingus/src/pingus/actions/slider.cpp  2009-11-05 22:29:36 UTC (rev 
4039)
@@ -14,7 +14,7 @@
 //  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 "pingus/actions/slider.hpp"
 
 #include "display/scene_context.hpp"
 #include "pingus/pingu.hpp"

Modified: trunk/pingus/src/pingus/actions/smashed.cpp
===================================================================
--- trunk/pingus/src/actions/smashed.cpp        2009-11-05 19:22:47 UTC (rev 
4037)
+++ trunk/pingus/src/pingus/actions/smashed.cpp 2009-11-05 22:29:36 UTC (rev 
4039)
@@ -14,7 +14,7 @@
 //  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 "pingus/actions/smashed.hpp"
 
 #include "math/vector3f.hpp"
 #include "display/scene_context.hpp"

Modified: trunk/pingus/src/pingus/actions/splashed.cpp
===================================================================
--- trunk/pingus/src/actions/splashed.cpp       2009-11-05 19:22:47 UTC (rev 
4037)
+++ trunk/pingus/src/pingus/actions/splashed.cpp        2009-11-05 22:29:36 UTC 
(rev 4039)
@@ -14,7 +14,7 @@
 //  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 "pingus/actions/splashed.hpp"
 
 #include "math/vector3f.hpp"
 #include "display/scene_context.hpp"

Modified: trunk/pingus/src/pingus/actions/superman.cpp
===================================================================
--- trunk/pingus/src/actions/superman.cpp       2009-11-05 19:22:47 UTC (rev 
4037)
+++ trunk/pingus/src/pingus/actions/superman.cpp        2009-11-05 22:29:36 UTC 
(rev 4039)
@@ -14,7 +14,7 @@
 //  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 "pingus/actions/superman.hpp"
 
 #include "display/scene_context.hpp"
 #include "pingus/pingu.hpp"

Modified: trunk/pingus/src/pingus/actions/waiter.cpp
===================================================================
--- trunk/pingus/src/actions/waiter.cpp 2009-11-05 19:22:47 UTC (rev 4037)
+++ trunk/pingus/src/pingus/actions/waiter.cpp  2009-11-05 22:29:36 UTC (rev 
4039)
@@ -14,7 +14,7 @@
 //  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 "pingus/actions/waiter.hpp"
 
 #include "math/vector3f.hpp"
 #include "display/scene_context.hpp"

Modified: trunk/pingus/src/pingus/actions/walker.cpp
===================================================================
--- trunk/pingus/src/actions/walker.cpp 2009-11-05 19:22:47 UTC (rev 4037)
+++ trunk/pingus/src/pingus/actions/walker.cpp  2009-11-05 22:29:36 UTC (rev 
4039)
@@ -14,7 +14,7 @@
 //  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/actions/walker.hpp"
 
 #include "pingus/globals.hpp"
 #include "display/scene_context.hpp"

Modified: trunk/pingus/src/pingus/pingu.cpp
===================================================================
--- trunk/pingus/src/pingus/pingu.cpp   2009-11-05 20:01:15 UTC (rev 4038)
+++ trunk/pingus/src/pingus/pingu.cpp   2009-11-05 22:29:36 UTC (rev 4039)
@@ -33,28 +33,28 @@
 #include "pingus/resource.hpp"
 #include "pingus/fonts.hpp"
 
-#include "actions/rocket_launcher.hpp"
-#include "actions/boarder.hpp"
-#include "actions/superman.hpp"
-#include "actions/angel.hpp"
-#include "actions/basher.hpp"
-#include "actions/blocker.hpp"
-#include "actions/bomber.hpp"
-#include "actions/bridger.hpp"
-#include "actions/climber.hpp"
-#include "actions/digger.hpp"
-#include "actions/floater.hpp"
-#include "actions/miner.hpp"
-#include "actions/jumper.hpp"
-#include "actions/slider.hpp"
-#include "actions/exiter.hpp"
-#include "actions/smashed.hpp"
-#include "actions/laser_kill.hpp"
-#include "actions/splashed.hpp"
-#include "actions/waiter.hpp"
-#include "actions/drown.hpp"
-#include "actions/faller.hpp"
-#include "actions/walker.hpp"
+#include "pingus/actions/rocket_launcher.hpp"
+#include "pingus/actions/boarder.hpp"
+#include "pingus/actions/superman.hpp"
+#include "pingus/actions/angel.hpp"
+#include "pingus/actions/basher.hpp"
+#include "pingus/actions/blocker.hpp"
+#include "pingus/actions/bomber.hpp"
+#include "pingus/actions/bridger.hpp"
+#include "pingus/actions/climber.hpp"
+#include "pingus/actions/digger.hpp"
+#include "pingus/actions/floater.hpp"
+#include "pingus/actions/miner.hpp"
+#include "pingus/actions/jumper.hpp"
+#include "pingus/actions/slider.hpp"
+#include "pingus/actions/exiter.hpp"
+#include "pingus/actions/smashed.hpp"
+#include "pingus/actions/laser_kill.hpp"
+#include "pingus/actions/splashed.hpp"
+#include "pingus/actions/waiter.hpp"
+#include "pingus/actions/drown.hpp"
+#include "pingus/actions/faller.hpp"
+#include "pingus/actions/walker.hpp"
 
 using namespace Actions;
 





reply via email to

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