pingus-cvs
[Top][All Lists]
Advanced

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

[Pingus-CVS] CVS: Games/Pingus/src algo.hxx,1.2,1.3 alpha_button.hxx,1.2


From: torangan
Subject: [Pingus-CVS] CVS: Games/Pingus/src algo.hxx,1.2,1.3 alpha_button.hxx,1.2,1.3 audio.hxx,1.2,1.3 blitter.hxx,1.5,1.6 color.hxx,1.2,1.3 config.hxx,1.2,1.3 counter.hxx,1.2,1.3 debug_stream.hxx,1.5,1.6 delta_manager.hxx,1.2,1.3 demo_recorder.hxx,1.2,1.3 direction.hxx,1.3,1.4 display.hxx,1.2,1.3 editor_hotspot.hxx,1.4,1.5 force_vector.hxx,1.2,1.3 game_counter.hxx,1.2,1.3 game_delta.hxx,1.6,1.7 game_event.hxx,1.4,1.5 game_session_result.hxx,1.2,1.3 game_time.hxx,1.4,1.5 generic_main.cxx,1.2,1.3 generic_main.hxx,1.2,1.3 global_event.hxx,1.2,1.3 globals.hxx,1.4,1.5 gui_obj.hxx,1.4,1.5 html_browser.hxx,1.1,1.2 input_event.hxx,1.5,1.6 layer_manager.hxx,1.3,1.4 level_interrupt.hxx,1.2,1.3 level_result.hxx,1.2,1.3 libxmlfwd.hxx,1.1,1.2 loading.hxx,1.2,1.3 main_menu.hxx,1.2,1.3 math.hxx,1.2,1.3 message_box.hxx,1.2,1.3 multiline_text.hxx,1.2,1.3 multiplayer_config.hxx,1.2,1.3 multiplayer_game.hxx,1.2,1.3 my_gettext.hxx,1.2,1.3 path_manager.hxx,1.2,1.3 pingu_enums.hxx,1.4,1.5 pingus_error.hxx,1.3,1.4 pingus_map_manager.hxx,1.2,1.3 plf_parser.hxx,1.2,1.3 plf_preview.hxx,1.3,1.4 range.hxx,1.2,1.3 resource_modifier.hxx,1.1,1.2 result.hxx,1.2,1.3 screen_manager.hxx,1.6,1.7 screen_manager_impl.hxx,1.2,1.3 screenshot.hxx,1.2,1.3 smallmap_image.hxx,1.4,1.5 sound.hxx,1.3,1.4 specs_reader.hxx,1.2,1.3 sprite.hxx,1.3,1.4 string_converter.hxx,1.3,1.4 system.hxx,1.2,1.3 target_provider.hxx,1.2,1.3 theme_selector.hxx,1.2,1.3 timer.hxx,1.2,1.3 usb_mouse_controller.hxx,1.3,1.4 wav_provider.hxx,1.2,1.3 world.hxx,1.5,1.6 worldobj.hxx,1.2,1.3
Date: 16 Aug 2002 13:03:40 -0000

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

Modified Files:
        algo.hxx alpha_button.hxx audio.hxx blitter.hxx color.hxx 
        config.hxx counter.hxx debug_stream.hxx delta_manager.hxx 
        demo_recorder.hxx direction.hxx display.hxx editor_hotspot.hxx 
        force_vector.hxx game_counter.hxx game_delta.hxx 
        game_event.hxx game_session_result.hxx game_time.hxx 
        generic_main.cxx generic_main.hxx global_event.hxx globals.hxx 
        gui_obj.hxx html_browser.hxx input_event.hxx layer_manager.hxx 
        level_interrupt.hxx level_result.hxx libxmlfwd.hxx loading.hxx 
        main_menu.hxx math.hxx message_box.hxx multiline_text.hxx 
        multiplayer_config.hxx multiplayer_game.hxx my_gettext.hxx 
        path_manager.hxx pingu_enums.hxx pingus_error.hxx 
        pingus_map_manager.hxx plf_parser.hxx plf_preview.hxx 
        range.hxx resource_modifier.hxx result.hxx screen_manager.hxx 
        screen_manager_impl.hxx screenshot.hxx smallmap_image.hxx 
        sound.hxx specs_reader.hxx sprite.hxx string_converter.hxx 
        system.hxx target_provider.hxx theme_selector.hxx timer.hxx 
        usb_mouse_controller.hxx wav_provider.hxx world.hxx 
        worldobj.hxx 
Log Message:
- included src/pingus.hxx in every header not containing other pingus headers
- changed ClanLib/gui.h includes to the really required headers


Index: algo.hxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/algo.hxx,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- algo.hxx    24 Jun 2002 22:52:53 -0000      1.2
+++ algo.hxx    16 Aug 2002 13:03:34 -0000      1.3
@@ -22,6 +22,7 @@
 #define HEADER_PINGUS_ALGO_HXX
 
 #include <string>
+#include "pingus.hxx"
 
 #ifndef WIN32
 #include <unistd.h>

Index: alpha_button.hxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/alpha_button.hxx,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- alpha_button.hxx    24 Jun 2002 22:52:53 -0000      1.2
+++ alpha_button.hxx    16 Aug 2002 13:03:34 -0000      1.3
@@ -21,6 +21,7 @@
 #define HEADER_PINGUS_ALPHA_BUTTON_HXX
 
 #include <string>
+#include "pingus.hxx"
 
 class CL_Font;
 

Index: audio.hxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/audio.hxx,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- audio.hxx   24 Jun 2002 22:52:53 -0000      1.2
+++ audio.hxx   16 Aug 2002 13:03:34 -0000      1.3
@@ -22,6 +22,8 @@
 
 // Simple wrapper header around SDL.h and SDL_mixer.h.
 
+#include "pingus.hxx"
+
 #ifdef HAVE_LIBSDL_MIXER
 #  include <SDL/SDL.h>
 #  include <SDL/SDL_mixer.h>

Index: blitter.hxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/blitter.hxx,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- blitter.hxx 25 Jun 2002 21:31:40 -0000      1.5
+++ blitter.hxx 16 Aug 2002 13:03:34 -0000      1.6
@@ -20,6 +20,8 @@
 #ifndef HEADER_PINGUS_BLITTER_HXX
 #define HEADER_PINGUS_BLITTER_HXX
 
+#include "pingus.hxx"
+
 class CL_Canvas;
 class CL_Surface;
 class CL_SurfaceProvider;

Index: color.hxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/color.hxx,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- color.hxx   24 Jun 2002 22:52:54 -0000      1.2
+++ color.hxx   16 Aug 2002 13:03:34 -0000      1.3
@@ -20,6 +20,8 @@
 #ifndef HEADER_PINGUS_COLOR_HXX
 #define HEADER_PINGUS_COLOR_HXX
 
+#include "pingus.hxx"
+
 class Color
 {
 public:

Index: config.hxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/config.hxx,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- config.hxx  24 Jun 2002 22:52:54 -0000      1.2
+++ config.hxx  16 Aug 2002 13:03:34 -0000      1.3
@@ -22,7 +22,7 @@
 
 #include <string>
 #include <fstream>
-
+#include "pingus.hxx"
 ///
 class ConfigParser
 {

Index: counter.hxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/counter.hxx,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- counter.hxx 24 Jun 2002 22:52:54 -0000      1.2
+++ counter.hxx 16 Aug 2002 13:03:34 -0000      1.3
@@ -20,6 +20,8 @@
 #ifndef HEADER_PINGUS_COUNTER_HXX
 #define HEADER_PINGUS_COUNTER_HXX
 
+#include "pingus.hxx"
+
 ///
 class Counter
 {

Index: debug_stream.hxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/debug_stream.hxx,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- debug_stream.hxx    24 Jun 2002 22:52:54 -0000      1.5
+++ debug_stream.hxx    16 Aug 2002 13:03:34 -0000      1.6
@@ -23,6 +23,7 @@
 #include <string>
 #include <vector>
 #include <iostream>
+#include "pingus.hxx"
 
 class NilStream;
 

Index: delta_manager.hxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/delta_manager.hxx,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- delta_manager.hxx   24 Jun 2002 22:52:54 -0000      1.2
+++ delta_manager.hxx   16 Aug 2002 13:03:34 -0000      1.3
@@ -21,6 +21,7 @@
 #define HEADER_PINGUS_DELTA_MANAGER_HXX
 
 #include <ClanLib/Core/System/system.h>
+#include "pingus.hxx"
 
 class DeltaManager
 {

Index: demo_recorder.hxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/demo_recorder.hxx,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- demo_recorder.hxx   24 Jun 2002 22:52:54 -0000      1.2
+++ demo_recorder.hxx   16 Aug 2002 13:03:34 -0000      1.3
@@ -22,6 +22,7 @@
 
 #include <fstream>
 #include <string>
+#include "pingus.hxx"
 
 ///
 class DemoRecorder

Index: direction.hxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/direction.hxx,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- direction.hxx       24 Jun 2002 22:52:54 -0000      1.3
+++ direction.hxx       16 Aug 2002 13:03:34 -0000      1.4
@@ -20,6 +20,8 @@
 #ifndef HEADER_PINGUS_DIRECTION_HXX
 #define HEADER_PINGUS_DIRECTION_HXX
 
+#include "pingus.hxx"
+
 /// Simple class for managing the direction of a pingu
 class Direction
 {

Index: display.hxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/display.hxx,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- display.hxx 24 Jun 2002 22:52:54 -0000      1.2
+++ display.hxx 16 Aug 2002 13:03:34 -0000      1.3
@@ -21,6 +21,7 @@
 #define HEADER_PINGUS_DISPLAY_HXX
 
 #include <list>
+#include "pingus.hxx"
 
 class DisplayHook;
 class CL_MouseCursorProvider;

Index: editor_hotspot.hxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/editor_hotspot.hxx,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- editor_hotspot.hxx  1 Jul 2002 18:36:39 -0000       1.4
+++ editor_hotspot.hxx  16 Aug 2002 13:03:34 -0000      1.5
@@ -23,7 +23,6 @@
 #include "hotspot_data.hxx"
 #include "string_converter.hxx"
 #include "editor/sprite_editorobj.hxx" 
-#include "boost/smart_ptr.hpp"
 
 class EditorHotspot : public HotspotData,
                      public SpriteEditorObj

Index: force_vector.hxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/force_vector.hxx,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- force_vector.hxx    24 Jun 2002 22:52:54 -0000      1.2
+++ force_vector.hxx    16 Aug 2002 13:03:35 -0000      1.3
@@ -24,6 +24,7 @@
 
 #include <vector>
 #include <ClanLib/Core/Math/cl_vector.h>
+#include "pingus.hxx"
 
 /// Gravity
 extern CL_Vector grav;

Index: game_counter.hxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/game_counter.hxx,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- game_counter.hxx    24 Jun 2002 22:52:54 -0000      1.2
+++ game_counter.hxx    16 Aug 2002 13:03:35 -0000      1.3
@@ -20,6 +20,7 @@
 #ifndef HEADER_PINGUS_GAME_COUNTER_HXX
 #define HEADER_PINGUS_GAME_COUNTER_HXX
 
+#include "pingus.hxx"
 
 ///
 class GameCounter

Index: game_delta.hxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/game_delta.hxx,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- game_delta.hxx      30 Jul 2002 14:57:25 -0000      1.6
+++ game_delta.hxx      16 Aug 2002 13:03:35 -0000      1.7
@@ -21,6 +21,7 @@
 #define HEADER_PINGUS_GAME_DELTA_HXX
 
 #include <list>
+#include "pingus.hxx"
 
 namespace Input
 {

Index: game_event.hxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/game_event.hxx,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- game_event.hxx      2 Jul 2002 16:06:51 -0000       1.4
+++ game_event.hxx      16 Aug 2002 13:03:35 -0000      1.5
@@ -23,6 +23,7 @@
 #error "Don't used this the moment, its underdevelopment and not compilable"
 
 #include <string>
+#include "pingus.hxx"
 
 /** This will need some^H^H^H^H a lot of work */
 typedef enum {

Index: game_session_result.hxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/game_session_result.hxx,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- game_session_result.hxx     24 Jun 2002 22:52:54 -0000      1.2
+++ game_session_result.hxx     16 Aug 2002 13:03:35 -0000      1.3
@@ -20,6 +20,8 @@
 #ifndef HEADER_PINGUS_GAME_SESSION_RESULT_HXX
 #define HEADER_PINGUS_GAME_SESSION_RESULT_HXX
 
+#include "pingus.hxx"
+
 /** With this class you can obtain information about the success or
     failure of a level, in addition you can get details like how many
     penguins where saved or killed, etc. */

Index: game_time.hxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/game_time.hxx,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- game_time.hxx       28 Jun 2002 09:51:46 -0000      1.4
+++ game_time.hxx       16 Aug 2002 13:03:35 -0000      1.5
@@ -20,6 +20,8 @@
 #ifndef HEADER_PINGUS_GAME_TIME_HXX
 #define HEADER_PINGUS_GAME_TIME_HXX
 
+#include "pingus.hxx"
+
 /** The GameTime represents the time which passes in the Pingus World.
     Its behaviour is analogue to CL_System::get_time (), but with the
     difference that it only increases if the game runs, if the game is

Index: generic_main.cxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/generic_main.cxx,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- generic_main.cxx    28 Jun 2002 22:21:59 -0000      1.2
+++ generic_main.cxx    16 Aug 2002 13:03:35 -0000      1.3
@@ -23,7 +23,7 @@
 #include <ClanLib/Core/System/setupcore.h>
 #include <ClanLib/jpeg.h>
 #include <ClanLib/png.h>
-#include <ClanLib/gui.h>
+#include <ClanLib/GUI/setupgui.h>
 
 #include "system.hxx"
 #include "pingus_main.hxx"

Index: generic_main.hxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/generic_main.hxx,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- generic_main.hxx    24 Jun 2002 22:52:54 -0000      1.2
+++ generic_main.hxx    16 Aug 2002 13:03:35 -0000      1.3
@@ -21,6 +21,7 @@
 #define HEADER_PINGUS_GENERIC_MAIN_HXX
 
 #include <ClanLib/application.h>
+#include "pingus.hxx"
 
 class AbstractMain
 {

Index: global_event.hxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/global_event.hxx,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- global_event.hxx    24 Jun 2002 22:52:54 -0000      1.2
+++ global_event.hxx    16 Aug 2002 13:03:35 -0000      1.3
@@ -20,6 +20,8 @@
 #ifndef HEADER_PINGUS_GLOBAL_EVENT_HXX
 #define HEADER_PINGUS_GLOBAL_EVENT_HXX
 
+#include "pingus.hxx"
+
 class CL_Key;
 class CL_InputDevice;
 

Index: globals.hxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/globals.hxx,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- globals.hxx 12 Aug 2002 22:52:04 -0000      1.4
+++ globals.hxx 16 Aug 2002 13:03:35 -0000      1.5
@@ -20,22 +20,11 @@
 /** This file defines some global variables, most of them are used to
     keep the values of command line arguments. */
 
-
-#ifdef WIN32
-#pragma warning (disable : 4786)
-#endif
-
-
 #ifndef HEADER_PINGUS_GLOBALS_HXX
 #define HEADER_PINGUS_GLOBALS_HXX
 
-// Workaround for a VC bug
-#ifdef WIN32
-#define for if(0);else for
-#endif /* WIN32 */
-
-
 #include <string>
+#include "pingus.hxx"
 
 extern int         game_speed;                      ///< -t, --set-speed
 extern bool        print_fps;                       ///< --print-fps

Index: gui_obj.hxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/gui_obj.hxx,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- gui_obj.hxx 14 Aug 2002 12:45:02 -0000      1.4
+++ gui_obj.hxx 16 Aug 2002 13:03:35 -0000      1.5
@@ -20,6 +20,8 @@
 #ifndef HEADER_PINGUS_GUI_OBJ_HXX
 #define HEADER_PINGUS_GUI_OBJ_HXX
 
+#include "pingus.hxx"
+
 /** A GuiObj is an abstract interface for seperate parts of the
     screen, the complete screen is representated by a window obtect. A
     GuiObj must provide a methode to react on input, update the screen

Index: html_browser.hxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/html_browser.hxx,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- html_browser.hxx    22 Jun 2002 17:40:55 -0000      1.1
+++ html_browser.hxx    16 Aug 2002 13:03:35 -0000      1.2
@@ -21,6 +21,7 @@
 #define PINGUS_HTML_BROWSER_HXX
 
 #include <string>
+#include "pingus.hxx"
 
 /** Class for launching a HTMLBrowser */
 class HTMLBrowser

Index: input_event.hxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/input_event.hxx,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- input_event.hxx     3 Jul 2002 17:14:25 -0000       1.5
+++ input_event.hxx     16 Aug 2002 13:03:35 -0000      1.6
@@ -23,6 +23,7 @@
 #error "Don't used this the moment, its underdevelopment and not compilable"
 
 #include <ClanLib/Core/Math/cl_vector.h>
+#include "pingus.hxx"
 
 /** This will need some^H^H^H^H a lot of work */
 typedef enum {

Index: layer_manager.hxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/layer_manager.hxx,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- layer_manager.hxx   24 Jun 2002 22:52:55 -0000      1.3
+++ layer_manager.hxx   16 Aug 2002 13:03:35 -0000      1.4
@@ -22,6 +22,7 @@
 
 #include <cmath>
 #include <ClanLib/Display/Display/surface.h>
+#include "pingus.hxx"
 
 class LayerManager
 {

Index: level_interrupt.hxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/level_interrupt.hxx,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- level_interrupt.hxx 24 Jun 2002 22:52:55 -0000      1.2
+++ level_interrupt.hxx 16 Aug 2002 13:03:35 -0000      1.3
@@ -20,6 +20,8 @@
 #ifndef HEADER_PINGUS_LEVEL_INTERRUPT_HXX
 #define HEADER_PINGUS_LEVEL_INTERRUPT_HXX
 
+#include "pingus.hxx"
+
 ///
 class LevelInterrupt
 {

Index: level_result.hxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/level_result.hxx,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- level_result.hxx    24 Jun 2002 22:52:55 -0000      1.2
+++ level_result.hxx    16 Aug 2002 13:03:35 -0000      1.3
@@ -21,6 +21,7 @@
 #define HEADER_PINGUS_LEVEL_RESULT_HXX
 
 #include <ClanLib/Display/Display/surface.h>
+#include "pingus.hxx"
 
 class CL_Font;
 class World;

Index: libxmlfwd.hxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/libxmlfwd.hxx,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- libxmlfwd.hxx       23 Jun 2002 11:08:29 -0000      1.1
+++ libxmlfwd.hxx       16 Aug 2002 13:03:35 -0000      1.2
@@ -20,6 +20,8 @@
 #ifndef PINGUS_XMLFWD_HXX
 #define PINGUS_XMLFWD_HXX
 
+#include "pingus.hxx"
+
 #ifndef WIN32
 // FIXME: This might not work with each and every version of libxml
 class _xmlDoc;  typedef _xmlDoc*  xmlDocPtr;

Index: loading.hxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/loading.hxx,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- loading.hxx 24 Jun 2002 22:52:55 -0000      1.2
+++ loading.hxx 16 Aug 2002 13:03:35 -0000      1.3
@@ -21,6 +21,7 @@
 #define HEADER_PINGUS_LOADING_HXX
 
 #include <ClanLib/Display/Display/surface.h>
+#include "pingus.hxx"
 
 class CL_Font;
 

Index: main_menu.hxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/main_menu.hxx,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- main_menu.hxx       24 Jun 2002 22:52:55 -0000      1.2
+++ main_menu.hxx       16 Aug 2002 13:03:35 -0000      1.3
@@ -20,6 +20,8 @@
 #ifndef HEADER_PINGUS_MAIN_MENU_HXX
 #define HEADER_PINGUS_MAIN_MENU_HXX
 
+#include "pingus.hxx"
+
 ///
 class MainMenu
 {

Index: math.hxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/math.hxx,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- math.hxx    20 Jun 2002 15:43:44 -0000      1.2
+++ math.hxx    16 Aug 2002 13:03:35 -0000      1.3
@@ -20,6 +20,8 @@
 #ifndef MATH_HXX
 #define MATH_HXX
 
+#include "pingus.hxx"
+
 namespace Pingus
 {
   namespace Math

Index: message_box.hxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/message_box.hxx,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- message_box.hxx     24 Jun 2002 22:52:55 -0000      1.2
+++ message_box.hxx     16 Aug 2002 13:03:35 -0000      1.3
@@ -21,6 +21,7 @@
 #define HEADER_PINGUS_MESSAGE_BOX_HXX
 
 #include <string>
+#include "pingus.hxx"
 
 class CL_Font;
 

Index: multiline_text.hxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/multiline_text.hxx,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- multiline_text.hxx  24 Jun 2002 22:52:55 -0000      1.2
+++ multiline_text.hxx  16 Aug 2002 13:03:35 -0000      1.3
@@ -22,6 +22,7 @@
 
 #include <string>
 #include <vector>
+#include "pingus.hxx"
 
 class CL_Font;
 

Index: multiplayer_config.hxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/multiplayer_config.hxx,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- multiplayer_config.hxx      24 Jun 2002 22:52:55 -0000      1.2
+++ multiplayer_config.hxx      16 Aug 2002 13:03:35 -0000      1.3
@@ -20,6 +20,8 @@
 #ifndef HEADER_PINGUS_MULTIPLAYER_CONFIG_HXX
 #define HEADER_PINGUS_MULTIPLAYER_CONFIG_HXX
 
+#include "pingus.hxx"
+
 class MultiplayerConfig
 {
 private:

Index: multiplayer_game.hxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/multiplayer_game.hxx,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- multiplayer_game.hxx        24 Jun 2002 22:52:55 -0000      1.2
+++ multiplayer_game.hxx        16 Aug 2002 13:03:35 -0000      1.3
@@ -20,6 +20,8 @@
 #ifndef HEADER_PINGUS_MULTIPLAYER_GAME_HXX
 #define HEADER_PINGUS_MULTIPLAYER_GAME_HXX
 
+#include "pingus.hxx"
+
 class MultiplayerGame
 {
 private:

Index: my_gettext.hxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/my_gettext.hxx,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- my_gettext.hxx      24 Jun 2002 22:52:55 -0000      1.2
+++ my_gettext.hxx      16 Aug 2002 13:03:35 -0000      1.3
@@ -20,6 +20,8 @@
 #ifndef HEADER_PINGUS_MY_GETTEXT_HXX
 #define HEADER_PINGUS_MY_GETTEXT_HXX
 
+#include "pingus.hxx"
+
 #ifdef HAVE_GETTEXT
 // -- Gettext -- //
 #  include <libintl.h>

Index: path_manager.hxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/path_manager.hxx,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- path_manager.hxx    24 Jun 2002 22:52:55 -0000      1.2
+++ path_manager.hxx    16 Aug 2002 13:03:35 -0000      1.3
@@ -22,6 +22,7 @@
 
 #include <string>
 #include <list>
+#include "pingus.hxx"
 
 class PathManager
 {

Index: pingu_enums.hxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/pingu_enums.hxx,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- pingu_enums.hxx     28 Jun 2002 15:12:22 -0000      1.4
+++ pingu_enums.hxx     16 Aug 2002 13:03:35 -0000      1.5
@@ -21,6 +21,7 @@
 #define HEADER_PINGUS_PINGU_ENUMS_HXX
 
 #include <string>
+#include "pingus.hxx"
 
 /** Haven't yet experimented much with pingu status, but maybe it is a
     good idea. Maybe that should be changed to a bitmask. */

Index: pingus_error.hxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/pingus_error.hxx,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- pingus_error.hxx    10 Jul 2002 18:10:06 -0000      1.3
+++ pingus_error.hxx    16 Aug 2002 13:03:35 -0000      1.4
@@ -21,6 +21,7 @@
 #define HEADER_PINGUS_PINGUS_ERROR_HXX
 
 #include <string>
+#include "pingus.hxx"
 
 class PingusException  
 {

Index: pingus_map_manager.hxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/pingus_map_manager.hxx,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- pingus_map_manager.hxx      24 Jun 2002 22:52:55 -0000      1.2
+++ pingus_map_manager.hxx      16 Aug 2002 13:03:35 -0000      1.3
@@ -21,11 +21,8 @@
 #define HEADER_PINGUS_PINGUS_MAP_MANAGER_HXX
 
 #include <string>
-
-/* Support to assert macro under MS's compiler */
-#ifdef WIN32
-    #include <assert.h>
-#endif
+#include <assert.h>
+#include "pingus.hxx"
 
 class CL_Surface;
 

Index: plf_parser.hxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/plf_parser.hxx,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- plf_parser.hxx      24 Jun 2002 22:52:56 -0000      1.2
+++ plf_parser.hxx      16 Aug 2002 13:03:35 -0000      1.3
@@ -22,6 +22,7 @@
 
 #include <fstream>
 #include <string>
+#include "pingus.hxx"
 
 /** This gets thrown if a end of file is found inside a PLF file */
 class PLFParserEOF {

Index: plf_preview.hxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/plf_preview.hxx,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- plf_preview.hxx     2 Jul 2002 15:46:58 -0000       1.3
+++ plf_preview.hxx     16 Aug 2002 13:03:35 -0000      1.4
@@ -21,6 +21,7 @@
 #define HEADER_PINGUS_PLF_PREVIEW_HXX
 
 #include <ClanLib/Display/Display/surface.h>
+#include "pingus.hxx"
 
 class CL_Canvas;
 class PLF;

Index: range.hxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/range.hxx,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- range.hxx   24 Jun 2002 22:52:56 -0000      1.2
+++ range.hxx   16 Aug 2002 13:03:35 -0000      1.3
@@ -20,6 +20,8 @@
 #ifndef HEADER_PINGUS_RANGE_HXX
 #define HEADER_PINGUS_RANGE_HXX
 
+#include "pingus.hxx"
+
 // A class similar to an integer, but keeps the value in a given range.
 
 ///

Index: resource_modifier.hxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/resource_modifier.hxx,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- resource_modifier.hxx       26 Jun 2002 09:40:32 -0000      1.1
+++ resource_modifier.hxx       16 Aug 2002 13:03:35 -0000      1.2
@@ -21,6 +21,7 @@
 #define HEADER_PINGUS_RESOURCE_MODIFIER_HXX
 
 #include <string>
+#include "pingus.hxx"
 
 namespace Pingus
 {

Index: result.hxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/result.hxx,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- result.hxx  24 Jun 2002 22:52:56 -0000      1.2
+++ result.hxx  16 Aug 2002 13:03:35 -0000      1.3
@@ -20,6 +20,8 @@
 #ifndef HEADER_PINGUS_RESULT_HXX
 #define HEADER_PINGUS_RESULT_HXX
 
+#include "pingus.hxx"
+
 ///
 struct Result
 {

Index: screen_manager.hxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/screen_manager.hxx,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- screen_manager.hxx  3 Aug 2002 09:59:23 -0000       1.6
+++ screen_manager.hxx  16 Aug 2002 13:03:35 -0000      1.7
@@ -21,6 +21,7 @@
 #define HEADER_PINGUS_SCREEN_MANAGER_HXX
 
 #include <vector>
+#include "pingus.hxx"
 
 class Screen;
 

Index: screen_manager_impl.hxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/screen_manager_impl.hxx,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- screen_manager_impl.hxx     24 Jun 2002 22:52:56 -0000      1.2
+++ screen_manager_impl.hxx     16 Aug 2002 13:03:35 -0000      1.3
@@ -20,6 +20,8 @@
 #ifndef HEADER_PINGUS_SCREEN_MANAGER_IMPL_HXX
 #define HEADER_PINGUS_SCREEN_MANAGER_IMPL_HXX
 
+#include "pingus.hxx"
+
 class ScreenManagerImpl
 {
 private:

Index: screenshot.hxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/screenshot.hxx,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- screenshot.hxx      24 Jun 2002 22:52:56 -0000      1.2
+++ screenshot.hxx      16 Aug 2002 13:03:35 -0000      1.3
@@ -21,6 +21,7 @@
 #define HEADER_PINGUS_SCREENSHOT_HXX
 
 #include <string>
+#include "pingus.hxx"
 
 class CL_Target;
 

Index: smallmap_image.hxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/smallmap_image.hxx,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- smallmap_image.hxx  9 Aug 2002 22:02:13 -0000       1.4
+++ smallmap_image.hxx  16 Aug 2002 13:03:35 -0000      1.5
@@ -22,6 +22,7 @@
 
 #include <ClanLib/Display/Display/surface.h>
 #include <ClanLib/Core/Math/cl_vector.h>
+#include "pingus.hxx"
 
 class Server;
 

Index: sound.hxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/sound.hxx,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- sound.hxx   24 Jun 2002 22:52:57 -0000      1.3
+++ sound.hxx   16 Aug 2002 13:03:35 -0000      1.4
@@ -21,6 +21,7 @@
 #define HEADER_PINGUS_SOUND_HXX
 
 #include <string>
+#include "pingus.hxx"
 
 class PingusSound
 {

Index: specs_reader.hxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/specs_reader.hxx,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- specs_reader.hxx    24 Jun 2002 22:52:57 -0000      1.2
+++ specs_reader.hxx    16 Aug 2002 13:03:35 -0000      1.3
@@ -23,10 +23,7 @@
 #include <map>
 #include <fstream>
 #include <string>
-
-#ifdef WIN32
-#pragma warning( disable : 4786)
-#endif /* WIN32 */
+#include "pingus.hxx"
 
 ///
 class SpecsReader

Index: sprite.hxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/sprite.hxx,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- sprite.hxx  25 Jun 2002 21:31:40 -0000      1.3
+++ sprite.hxx  16 Aug 2002 13:03:35 -0000      1.4
@@ -21,6 +21,7 @@
 #define HEADER_PINGUS_SPRITE_HXX
 
 #include <ClanLib/Display/Display/surface.h>
+#include "pingus.hxx"
 
 class CL_Vector;
 class ResDescriptor;

Index: string_converter.hxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/string_converter.hxx,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- string_converter.hxx        26 Jun 2002 19:13:13 -0000      1.3
+++ string_converter.hxx        16 Aug 2002 13:03:35 -0000      1.4
@@ -22,6 +22,7 @@
 
 #include <string>
 #include <stdexcept>
+#include "pingus.hxx"
 
 #ifdef HAVE_CONFIG_H
 #include <config.h>

Index: system.hxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/system.hxx,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- system.hxx  24 Jun 2002 22:52:57 -0000      1.2
+++ system.hxx  16 Aug 2002 13:03:35 -0000      1.3
@@ -24,6 +24,7 @@
 #include <string>
 #include <list>
 #include <map>
+#include "pingus.hxx"
 
 /** A wrapper class around some system dependend functions (mostly
     POSIX stuff) */

Index: target_provider.hxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/target_provider.hxx,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- target_provider.hxx 24 Jun 2002 22:52:57 -0000      1.2
+++ target_provider.hxx 16 Aug 2002 13:03:35 -0000      1.3
@@ -21,6 +21,7 @@
 #define HEADER_PINGUS_TARGET_PROVIDER_HXX
 
 #include <ClanLib/Display/Display/surfaceprovider.h>
+#include "pingus.hxx"
 
 class CL_Target;
 class CL_Palette;

Index: theme_selector.hxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/theme_selector.hxx,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- theme_selector.hxx  24 Jun 2002 22:52:57 -0000      1.2
+++ theme_selector.hxx  16 Aug 2002 13:03:35 -0000      1.3
@@ -24,6 +24,7 @@
 #include <string>
 #include <ClanLib/Signals/slot.h>
 #include <ClanLib/Display/Display/surface.h>
+#include "pingus.hxx"
 
 class CL_Key;
 class CL_Font;

Index: timer.hxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/timer.hxx,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- timer.hxx   24 Jun 2002 22:52:57 -0000      1.2
+++ timer.hxx   16 Aug 2002 13:03:35 -0000      1.3
@@ -20,6 +20,8 @@
 #ifndef HEADER_PINGUS_TIMER_HXX
 #define HEADER_PINGUS_TIMER_HXX
 
+#include "pingus.hxx"
+
 /** A simple class for benchmark purpose. It lets you start and stop a
     timer and recieve the time passed.*/
 class Timer

Index: usb_mouse_controller.hxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/usb_mouse_controller.hxx,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- usb_mouse_controller.hxx    9 Aug 2002 22:02:13 -0000       1.3
+++ usb_mouse_controller.hxx    16 Aug 2002 13:03:35 -0000      1.4
@@ -27,6 +27,7 @@
 #include <sys/types.h>
 #include <sys/stat.h>
 #include <fcntl.h>
+#include "pingus.hxx"
 
 #ifdef WIN32
 #  error "This file must not included in Win32, its GNU/Linux only"

Index: wav_provider.hxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/wav_provider.hxx,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- wav_provider.hxx    24 Jun 2002 22:52:57 -0000      1.2
+++ wav_provider.hxx    16 Aug 2002 13:03:35 -0000      1.3
@@ -22,6 +22,7 @@
 
 #include <map>
 #include <string>
+#include "pingus.hxx"
 
 class Mix_Chunk;
 

Index: world.hxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/world.hxx,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- world.hxx   12 Aug 2002 22:52:04 -0000      1.5
+++ world.hxx   16 Aug 2002 13:03:35 -0000      1.6
@@ -22,6 +22,7 @@
 
 #include <list>
 #include <string>
+#include "pingus.hxx"
 
 // Forward declarations
 class CL_Vector;

Index: worldobj.hxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/worldobj.hxx,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- worldobj.hxx        24 Jun 2002 22:52:57 -0000      1.2
+++ worldobj.hxx        16 Aug 2002 13:03:35 -0000      1.3
@@ -20,6 +20,8 @@
 #ifndef HEADER_PINGUS_WORLDOBJ_HXX
 #define HEADER_PINGUS_WORLDOBJ_HXX
 
+#include "pingus.hxx"
+
 class World;
 class WorldObjData;
 





reply via email to

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