pingus-cvs
[Top][All Lists]
Advanced

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

[Pingus-CVS] CVS: Games/Pingus/src/editor editor.hxx,1.1,1.2 editor_even


From: grumbel
Subject: [Pingus-CVS] CVS: Games/Pingus/src/editor editor.hxx,1.1,1.2 editor_event.hxx,1.2,1.3 editor_groundpiece_obj.hxx,1.1,1.2 editor_help_screen.hxx,1.1,1.2 editor_view.hxx,1.1,1.2 editorobj.hxx,1.1,1.2 editorobj_group.hxx,1.4,1.5 editorobj_group_data.hxx,1.1,1.2 object_manager.hxx,1.2,1.3 object_selector.hxx,1.2,1.3 panel.hxx,1.1,1.2 panel_icons.hxx,1.1,1.2 plfobj.hxx,1.1,1.2 rect_editorobj.hxx,1.1,1.2 scroll_map.hxx,1.1,1.2 sprite_editorobj.hxx,1.1,1.2 start_pos.hxx,1.1,1.2 status_line.hxx,1.1,1.2 string_reader.hxx,1.1,1.2 surface_selector.hxx,1.2,1.3 thumb_cache.hxx,1.2,1.3 weather_obj.hxx,1.1,1.2
Date: 24 Jun 2002 22:53:01 -0000

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

Modified Files:
        editor.hxx editor_event.hxx editor_groundpiece_obj.hxx 
        editor_help_screen.hxx editor_view.hxx editorobj.hxx 
        editorobj_group.hxx editorobj_group_data.hxx 
        object_manager.hxx object_selector.hxx panel.hxx 
        panel_icons.hxx plfobj.hxx rect_editorobj.hxx scroll_map.hxx 
        sprite_editorobj.hxx start_pos.hxx status_line.hxx 
        string_reader.hxx surface_selector.hxx thumb_cache.hxx 
        weather_obj.hxx 
Log Message:
- changed include-guarts to take the directory and the new file name into 
account

Index: editor.hxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/editor/editor.hxx,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- editor.hxx  12 Jun 2002 19:11:31 -0000      1.1
+++ editor.hxx  24 Jun 2002 22:52:58 -0000      1.2
@@ -17,8 +17,8 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#ifndef EDITOR_HH
-#define EDITOR_HH
+#ifndef HEADER_PINGUS_EDITOR_EDITOR_HXX
+#define HEADER_PINGUS_EDITOR_EDITOR_HXX
 
 #include <string>
 #include <ClanLib/Signals/slot.h>

Index: editor_event.hxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/editor/editor_event.hxx,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- editor_event.hxx    24 Jun 2002 18:53:14 -0000      1.2
+++ editor_event.hxx    24 Jun 2002 22:52:58 -0000      1.3
@@ -17,8 +17,8 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#ifndef EDITOREVENT_HH
-#define EDITOREVENT_HH
+#ifndef HEADER_PINGUS_EDITOR_EDITOR_EVENT_HXX
+#define HEADER_PINGUS_EDITOR_EDITOR_EVENT_HXX
 
 class CL_Key;
 class CL_Font;

Index: editor_groundpiece_obj.hxx
===================================================================
RCS file: 
/usr/local/cvsroot/Games/Pingus/src/editor/editor_groundpiece_obj.hxx,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- editor_groundpiece_obj.hxx  12 Jun 2002 19:11:31 -0000      1.1
+++ editor_groundpiece_obj.hxx  24 Jun 2002 22:52:58 -0000      1.2
@@ -17,8 +17,8 @@
 // along with this program; if not, write to the Free Software
 // Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#ifndef PSMOBJ_HH
-#define PSMOBJ_HH
+#ifndef HEADER_PINGUS_EDITOR_EDITOR_GROUNDPIECE_OBJ_HXX
+#define HEADER_PINGUS_EDITOR_EDITOR_GROUNDPIECE_OBJ_HXX
 
 #include "sprite_editorobj.hxx"
 #include "../groundpiece_data.hxx"

Index: editor_help_screen.hxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/editor/editor_help_screen.hxx,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- editor_help_screen.hxx      12 Jun 2002 19:11:31 -0000      1.1
+++ editor_help_screen.hxx      24 Jun 2002 22:52:58 -0000      1.2
@@ -17,8 +17,8 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#ifndef EDITORHELPSCREEN_HH
-#define EDITORHELPSCREEN_HH
+#ifndef HEADER_PINGUS_EDITOR_EDITOR_HELP_SCREEN_HXX
+#define HEADER_PINGUS_EDITOR_EDITOR_HELP_SCREEN_HXX
 
 class CL_Font;
 

Index: editor_view.hxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/editor/editor_view.hxx,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- editor_view.hxx     12 Jun 2002 19:11:31 -0000      1.1
+++ editor_view.hxx     24 Jun 2002 22:52:58 -0000      1.2
@@ -17,8 +17,8 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#ifndef EDITORVIEW_HH
-#define EDITORVIEW_HH
+#ifndef header_pingus_editor_editor_view_hxx
+#define header_pingus_editor_editor_view_hxx
 
 #include <ClanLib/Core/Math/cl_vector.h>
 
@@ -26,6 +26,10 @@
 class CL_Rect;
 class CL_Surface;
 
+/** The EdtiorView is basically the graphic context to which the
+    editor draws. It provides function to manipulate the display of
+    the level content, like zooming and scrolling and wrapper
+    functions for most of the ClanLib drawing primitives. */
 class EditorView
 {
 private:

Index: editorobj.hxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/editor/editorobj.hxx,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- editorobj.hxx       12 Jun 2002 19:11:31 -0000      1.1
+++ editorobj.hxx       24 Jun 2002 22:52:58 -0000      1.2
@@ -17,8 +17,8 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#ifndef EDITOROBJ_HH
-#define EDITOROBJ_HH
+#ifndef HEADER_PINGUS_EDITOR_EDITOROBJ_HXX
+#define HEADER_PINGUS_EDITOR_EDITOROBJ_HXX
 
 #include <string>
 #include <iosfwd>

Index: editorobj_group.hxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/editor/editorobj_group.hxx,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- editorobj_group.hxx 24 Jun 2002 18:53:14 -0000      1.4
+++ editorobj_group.hxx 24 Jun 2002 22:52:58 -0000      1.5
@@ -17,8 +17,8 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#ifndef EDITOROBJGROUP_HH
-#define EDITOROBJGROUP_HH
+#ifndef HEADER_PINGUS_EDITOR_EDITOROBJ_GROUP_HXX
+#define HEADER_PINGUS_EDITOR_EDITOROBJ_GROUP_HXX
 
 #include <ClanLib/Core/Math/cl_vector.h>
 #include "../boost/smart_ptr.hpp"

Index: editorobj_group_data.hxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/editor/editorobj_group_data.hxx,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- editorobj_group_data.hxx    12 Jun 2002 19:11:31 -0000      1.1
+++ editorobj_group_data.hxx    24 Jun 2002 22:52:58 -0000      1.2
@@ -17,8 +17,8 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#ifndef EDITOROBJGROUPDATA_HH
-#define EDITOROBJGROUPDATA_HH
+#ifndef HEADER_PINGUS_EDITOR_EDITOROBJ_GROUP_DATA_HXX
+#define HEADER_PINGUS_EDITOR_EDITOROBJ_GROUP_DATA_HXX
 
 #include <vector>
 #include "../worldobj_data.hxx"

Index: object_manager.hxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/editor/object_manager.hxx,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- object_manager.hxx  24 Jun 2002 18:53:14 -0000      1.2
+++ object_manager.hxx  24 Jun 2002 22:52:58 -0000      1.3
@@ -17,8 +17,8 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#ifndef OBJECTMANAGER_HH
-#define OBJECTMANAGER_HH
+#ifndef HEADER_PINGUS_EDITOR_OBJECT_MANAGER_HXX
+#define HEADER_PINGUS_EDITOR_OBJECT_MANAGER_HXX
 
 #include <map>
 #include "../color.hxx"

Index: object_selector.hxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/editor/object_selector.hxx,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- object_selector.hxx 23 Jun 2002 11:17:40 -0000      1.2
+++ object_selector.hxx 24 Jun 2002 22:52:58 -0000      1.3
@@ -17,8 +17,8 @@
 // along with this program; if not, write to the Free Software
 // Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#ifndef OBJECTSELECTOR_HH
-#define OBJECTSELECTOR_HH
+#ifndef HEADER_PINGUS_EDITOR_OBJECT_SELECTOR_HXX
+#define HEADER_PINGUS_EDITOR_OBJECT_SELECTOR_HXX
 
 #include <config.h>
 #include <list>

Index: panel.hxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/editor/panel.hxx,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- panel.hxx   12 Jun 2002 19:11:31 -0000      1.1
+++ panel.hxx   24 Jun 2002 22:52:58 -0000      1.2
@@ -17,8 +17,8 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#ifndef PANEL_HH
-#define PANEL_HH
+#ifndef HEADER_PINGUS_EDITOR_PANEL_HXX
+#define HEADER_PINGUS_EDITOR_PANEL_HXX
 
 #include <vector>
 

Index: panel_icons.hxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/editor/panel_icons.hxx,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- panel_icons.hxx     12 Jun 2002 19:11:31 -0000      1.1
+++ panel_icons.hxx     24 Jun 2002 22:52:58 -0000      1.2
@@ -17,8 +17,8 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#ifndef PANELICONS_HH
-#define PANELICONS_HH
+#ifndef HEADER_PINGUS_EDITOR_PANEL_ICONS_HXX
+#define HEADER_PINGUS_EDITOR_PANEL_ICONS_HXX
 
 #include "panel.hxx"
 

Index: plfobj.hxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/editor/plfobj.hxx,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- plfobj.hxx  12 Jun 2002 19:11:31 -0000      1.1
+++ plfobj.hxx  24 Jun 2002 22:52:58 -0000      1.2
@@ -17,8 +17,8 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#ifndef PLFOBJ_HH
-#define PLFOBJ_HH
+#ifndef HEADER_PINGUS_EDITOR_PLFOBJ_HXX
+#define HEADER_PINGUS_EDITOR_PLFOBJ_HXX
 
 #include "../liquid_data.hxx"
 #include "../entrance_data.hxx"

Index: rect_editorobj.hxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/editor/rect_editorobj.hxx,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- rect_editorobj.hxx  12 Jun 2002 19:11:31 -0000      1.1
+++ rect_editorobj.hxx  24 Jun 2002 22:52:58 -0000      1.2
@@ -17,8 +17,8 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#ifndef RECTEDITOROBJ_HH
-#define RECTEDITOROBJ_HH
+#ifndef HEADER_PINGUS_EDITOR_RECT_EDITOROBJ_HXX
+#define HEADER_PINGUS_EDITOR_RECT_EDITOROBJ_HXX
 
 #include "editorobj.hxx"
 

Index: scroll_map.hxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/editor/scroll_map.hxx,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- scroll_map.hxx      12 Jun 2002 19:11:31 -0000      1.1
+++ scroll_map.hxx      24 Jun 2002 22:52:58 -0000      1.2
@@ -17,8 +17,8 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#ifndef SCROLLMAP_HH
-#define SCROLLMAP_HH
+#ifndef HEADER_PINGUS_EDITOR_SCROLL_MAP_HXX
+#define HEADER_PINGUS_EDITOR_SCROLL_MAP_HXX
 
 #include "../boost/smart_ptr.hpp"
 #include "editor_view.hxx"

Index: sprite_editorobj.hxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/editor/sprite_editorobj.hxx,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- sprite_editorobj.hxx        12 Jun 2002 19:11:31 -0000      1.1
+++ sprite_editorobj.hxx        24 Jun 2002 22:52:58 -0000      1.2
@@ -17,8 +17,8 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#ifndef SPRITEEDITOROBJ_HH
-#define SPRITEEDITOROBJ_HH
+#ifndef HEADER_PINGUS_EDITOR_SPRITE_EDITOROBJ_HXX
+#define HEADER_PINGUS_EDITOR_SPRITE_EDITOROBJ_HXX
 
 #include <ClanLib/Core/Math/cl_vector.h>
 #include "../sprite.hxx"

Index: start_pos.hxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/editor/start_pos.hxx,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- start_pos.hxx       12 Jun 2002 19:11:31 -0000      1.1
+++ start_pos.hxx       24 Jun 2002 22:52:58 -0000      1.2
@@ -17,8 +17,8 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#ifndef STARTPOS_HH
-#define STARTPOS_HH
+#ifndef HEADER_PINGUS_EDITOR_START_POS_HXX
+#define HEADER_PINGUS_EDITOR_START_POS_HXX
 
 #include "sprite_editorobj.hxx"
 

Index: status_line.hxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/editor/status_line.hxx,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- status_line.hxx     12 Jun 2002 19:11:31 -0000      1.1
+++ status_line.hxx     24 Jun 2002 22:52:58 -0000      1.2
@@ -17,8 +17,8 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#ifndef STATUSLINE_HH
-#define STATUSLINE_HH
+#ifndef HEADER_PINGUS_EDITOR_STATUS_LINE_HXX
+#define HEADER_PINGUS_EDITOR_STATUS_LINE_HXX
 
 #include <list>
 

Index: string_reader.hxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/editor/string_reader.hxx,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- string_reader.hxx   12 Jun 2002 19:11:31 -0000      1.1
+++ string_reader.hxx   24 Jun 2002 22:52:58 -0000      1.2
@@ -17,8 +17,8 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#ifndef STRINGREADER_HH
-#define STRINGREADER_HH
+#ifndef HEADER_PINGUS_EDITOR_STRING_READER_HXX
+#define HEADER_PINGUS_EDITOR_STRING_READER_HXX
 
 #include <list>
 #include <string>

Index: surface_selector.hxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/editor/surface_selector.hxx,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- surface_selector.hxx        23 Jun 2002 12:47:50 -0000      1.2
+++ surface_selector.hxx        24 Jun 2002 22:52:58 -0000      1.3
@@ -17,8 +17,8 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#ifndef SURFACESELECTOR_HH
-#define SURFACESELECTOR_HH
+#ifndef HEADER_PINGUS_EDITOR_SURFACE_SELECTOR_HXX
+#define HEADER_PINGUS_EDITOR_SURFACE_SELECTOR_HXX
 
 #include <string>
 #include <vector>

Index: thumb_cache.hxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/editor/thumb_cache.hxx,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- thumb_cache.hxx     23 Jun 2002 12:47:50 -0000      1.2
+++ thumb_cache.hxx     24 Jun 2002 22:52:58 -0000      1.3
@@ -17,8 +17,8 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#ifndef THUMBCACHE_HH
-#define THUMBCACHE_HH
+#ifndef HEADER_PINGUS_EDITOR_THUMB_CACHE_HXX
+#define HEADER_PINGUS_EDITOR_THUMB_CACHE_HXX
 
 #include <string>
 

Index: weather_obj.hxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/editor/weather_obj.hxx,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- weather_obj.hxx     12 Jun 2002 19:11:31 -0000      1.1
+++ weather_obj.hxx     24 Jun 2002 22:52:58 -0000      1.2
@@ -17,8 +17,8 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#ifndef WEATHEROBJ_HH
-#define WEATHEROBJ_HH
+#ifndef HEADER_PINGUS_EDITOR_WEATHER_OBJ_HXX
+#define HEADER_PINGUS_EDITOR_WEATHER_OBJ_HXX
 
 #include "../weather_data.hxx"
 #include "sprite_editorobj.hxx"




reply via email to

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