pingus-cvs
[Top][All Lists]
Advanced

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

[Pingus-CVS] CVS: Games/Pingus/src game_delta.hxx,1.3,1.4 game_event.hxx


From: grumbel
Subject: [Pingus-CVS] CVS: Games/Pingus/src game_delta.hxx,1.3,1.4 game_event.hxx,1.3,1.4 input_event.hxx,1.3,1.4 screen.hxx,1.2,1.3 screen_manager.hxx,1.2,1.3
Date: 2 Jul 2002 16:06:53 -0000

Update of /usr/local/cvsroot/Games/Pingus/src
In directory dark:/tmp/cvs-serv14707

Modified Files:
        game_delta.hxx game_event.hxx input_event.hxx screen.hxx 
        screen_manager.hxx 
Log Message:
- level property window now gets the correct values (writeback not implemented
- floater -> jumper fix
- marked a few files as not compilable

Index: game_delta.hxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/game_delta.hxx,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- game_delta.hxx      2 Jul 2002 15:46:58 -0000       1.3
+++ game_delta.hxx      2 Jul 2002 16:06:51 -0000       1.4
@@ -20,6 +20,8 @@
 #ifndef HEADER_PINGUS_GAME_DELTA_HXX
 #define HEADER_PINGUS_GAME_DELTA_HXX
 
+#error "Don't used this the moment, its underdevelopment and not compilable"
+
 class InputEvent;
 
 namespace Pingus 

Index: game_event.hxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/game_event.hxx,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- game_event.hxx      2 Jul 2002 15:46:58 -0000       1.3
+++ game_event.hxx      2 Jul 2002 16:06:51 -0000       1.4
@@ -20,6 +20,8 @@
 #ifndef HEADER_PINGUS_GAME_EVENT_HXX
 #define HEADER_PINGUS_GAME_EVENT_HXX
 
+#error "Don't used this the moment, its underdevelopment and not compilable"
+
 #include <string>
 
 /** This will need some^H^H^H^H a lot of work */

Index: input_event.hxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/input_event.hxx,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- input_event.hxx     2 Jul 2002 15:46:58 -0000       1.3
+++ input_event.hxx     2 Jul 2002 16:06:51 -0000       1.4
@@ -20,6 +20,8 @@
 #ifndef HEADER_PINGUS_INPUT_EVENT_HXX
 #define HEADER_PINGUS_INPUT_EVENT_HXX
 
+#error "Don't used this the moment, its underdevelopment and not compilable"
+
 #include <ClanLib/Core/Math/cl_vector.h>
 
 /** This will need some^H^H^H^H a lot of work */

Index: screen.hxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/screen.hxx,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- screen.hxx  24 Jun 2002 22:52:56 -0000      1.2
+++ screen.hxx  2 Jul 2002 16:06:51 -0000       1.3
@@ -20,6 +20,8 @@
 #ifndef HEADER_PINGUS_SCREEN_HXX
 #define HEADER_PINGUS_SCREEN_HXX
 
+#error "Don't used this the moment, its underdevelopment and not compilable"
+
 #include "game_delta.hxx"
 
 namespace Pingus

Index: screen_manager.hxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/screen_manager.hxx,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- screen_manager.hxx  24 Jun 2002 22:52:56 -0000      1.2
+++ screen_manager.hxx  2 Jul 2002 16:06:51 -0000       1.3
@@ -20,6 +20,8 @@
 #ifndef HEADER_PINGUS_SCREEN_MANAGER_HXX
 #define HEADER_PINGUS_SCREEN_MANAGER_HXX
 
+#error "Don't used this the moment, its underdevelopment and not compilable"
+
 namespace Pingus
 {
   class ScreenManager




reply via email to

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