pingus-cvs
[Top][All Lists]
Advanced

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

[Pingus-CVS] r2687 - in branches/pingus_sdl/src: . actions colliders com


From: grumbel at BerliOS
Subject: [Pingus-CVS] r2687 - in branches/pingus_sdl/src: . actions colliders components display editor gui input input/axes input/buttons input/pointers input/scrollers math movers particles sound tinygettext worldmap worldobjs
Date: Thu, 18 Jan 2007 03:22:14 -0000

Author: grumbel
Date: 2007-01-18 04:21:39 +0100 (Thu, 18 Jan 2007)
New Revision: 2687

Modified:
   branches/pingus_sdl/src/action_holder.cpp
   branches/pingus_sdl/src/action_holder.hpp
   branches/pingus_sdl/src/actions/angel.cpp
   branches/pingus_sdl/src/actions/angel.hpp
   branches/pingus_sdl/src/actions/basher.cpp
   branches/pingus_sdl/src/actions/basher.hpp
   branches/pingus_sdl/src/actions/blocker.cpp
   branches/pingus_sdl/src/actions/blocker.hpp
   branches/pingus_sdl/src/actions/boarder.cpp
   branches/pingus_sdl/src/actions/boarder.hpp
   branches/pingus_sdl/src/actions/bomber.cpp
   branches/pingus_sdl/src/actions/bomber.hpp
   branches/pingus_sdl/src/actions/bridger.cpp
   branches/pingus_sdl/src/actions/bridger.hpp
   branches/pingus_sdl/src/actions/climber.cpp
   branches/pingus_sdl/src/actions/climber.hpp
   branches/pingus_sdl/src/actions/digger.cpp
   branches/pingus_sdl/src/actions/digger.hpp
   branches/pingus_sdl/src/actions/drown.cpp
   branches/pingus_sdl/src/actions/drown.hpp
   branches/pingus_sdl/src/actions/exiter.cpp
   branches/pingus_sdl/src/actions/exiter.hpp
   branches/pingus_sdl/src/actions/faller.cpp
   branches/pingus_sdl/src/actions/faller.hpp
   branches/pingus_sdl/src/actions/floater.cpp
   branches/pingus_sdl/src/actions/floater.hpp
   branches/pingus_sdl/src/actions/jumper.cpp
   branches/pingus_sdl/src/actions/jumper.hpp
   branches/pingus_sdl/src/actions/laser_kill.cpp
   branches/pingus_sdl/src/actions/laser_kill.hpp
   branches/pingus_sdl/src/actions/miner.cpp
   branches/pingus_sdl/src/actions/miner.hpp
   branches/pingus_sdl/src/actions/rocket_launcher.cpp
   branches/pingus_sdl/src/actions/rocket_launcher.hpp
   branches/pingus_sdl/src/actions/slider.cpp
   branches/pingus_sdl/src/actions/slider.hpp
   branches/pingus_sdl/src/actions/smashed.cpp
   branches/pingus_sdl/src/actions/smashed.hpp
   branches/pingus_sdl/src/actions/splashed.cpp
   branches/pingus_sdl/src/actions/splashed.hpp
   branches/pingus_sdl/src/actions/superman.cpp
   branches/pingus_sdl/src/actions/superman.hpp
   branches/pingus_sdl/src/actions/teleported.cpp
   branches/pingus_sdl/src/actions/teleported.hpp
   branches/pingus_sdl/src/actions/waiter.cpp
   branches/pingus_sdl/src/actions/waiter.hpp
   branches/pingus_sdl/src/actions/walker.cpp
   branches/pingus_sdl/src/actions/walker.hpp
   branches/pingus_sdl/src/blitter.cpp
   branches/pingus_sdl/src/blitter.hpp
   branches/pingus_sdl/src/blitter_impl.hpp
   branches/pingus_sdl/src/blitter_test.cpp
   branches/pingus_sdl/src/capture_rectangle.cpp
   branches/pingus_sdl/src/cheat.cpp
   branches/pingus_sdl/src/client.cpp
   branches/pingus_sdl/src/client.hpp
   branches/pingus_sdl/src/col_map.cpp
   branches/pingus_sdl/src/col_map.hpp
   branches/pingus_sdl/src/collider.cpp
   branches/pingus_sdl/src/colliders/pingu_collider.cpp
   branches/pingus_sdl/src/colliders/pingu_collider.hpp
   branches/pingus_sdl/src/collision_mask.cpp
   branches/pingus_sdl/src/components/action_button.cpp
   branches/pingus_sdl/src/components/action_button.hpp
   branches/pingus_sdl/src/components/button_panel.cpp
   branches/pingus_sdl/src/components/button_panel.hpp
   branches/pingus_sdl/src/components/hurry_up.cpp
   branches/pingus_sdl/src/components/hurry_up.hpp
   branches/pingus_sdl/src/components/menu_button.cpp
   branches/pingus_sdl/src/components/menu_button.hpp
   branches/pingus_sdl/src/components/pingus_counter.cpp
   branches/pingus_sdl/src/components/pingus_counter.hpp
   branches/pingus_sdl/src/components/playfield.cpp
   branches/pingus_sdl/src/components/playfield.hpp
   branches/pingus_sdl/src/components/smallmap.cpp
   branches/pingus_sdl/src/components/smallmap.hpp
   branches/pingus_sdl/src/components/time_display.cpp
   branches/pingus_sdl/src/components/time_display.hpp
   branches/pingus_sdl/src/config.cpp
   branches/pingus_sdl/src/config.hpp
   branches/pingus_sdl/src/console.cpp
   branches/pingus_sdl/src/console.hpp
   branches/pingus_sdl/src/credits.cpp
   branches/pingus_sdl/src/credits.hpp
   branches/pingus_sdl/src/debug.cpp
   branches/pingus_sdl/src/debug.hpp
   branches/pingus_sdl/src/debug_stream.cpp
   branches/pingus_sdl/src/debug_stream.hpp
   branches/pingus_sdl/src/delta_manager.hpp
   branches/pingus_sdl/src/demo_player.cpp
   branches/pingus_sdl/src/demo_player.hpp
   branches/pingus_sdl/src/demo_recorder.cpp
   branches/pingus_sdl/src/demo_recorder.hpp
   branches/pingus_sdl/src/demo_session.cpp
   branches/pingus_sdl/src/demo_session.hpp
   branches/pingus_sdl/src/direction.cpp
   branches/pingus_sdl/src/direction.hpp
   branches/pingus_sdl/src/display/drawing_context.cpp
   branches/pingus_sdl/src/display/drawing_context.hpp
   branches/pingus_sdl/src/display/scene_context.cpp
   branches/pingus_sdl/src/display/scene_context.hpp
   branches/pingus_sdl/src/display/scene_graph.cpp
   branches/pingus_sdl/src/display/scene_node.cpp
   branches/pingus_sdl/src/display/scene_test.cpp
   branches/pingus_sdl/src/display/sprite_node.cpp
   branches/pingus_sdl/src/display/sprite_node.hpp
   branches/pingus_sdl/src/dummy_screen.hpp
   branches/pingus_sdl/src/editor/context_menu.cpp
   branches/pingus_sdl/src/editor/context_menu.hpp
   branches/pingus_sdl/src/editor/editor_panel.cpp
   branches/pingus_sdl/src/editor/editor_panel.hpp
   branches/pingus_sdl/src/editor/editor_screen.cpp
   branches/pingus_sdl/src/editor/editor_screen.hpp
   branches/pingus_sdl/src/editor/editor_viewport.cpp
   branches/pingus_sdl/src/editor/editor_viewport.hpp
   branches/pingus_sdl/src/editor/level_head.cpp
   branches/pingus_sdl/src/editor/level_head.hpp
   branches/pingus_sdl/src/editor/level_impl.hpp
   branches/pingus_sdl/src/editor/level_objs.cpp
   branches/pingus_sdl/src/editor/level_objs.hpp
   branches/pingus_sdl/src/editor/panel_buttons.cpp
   branches/pingus_sdl/src/editor/panel_buttons.hpp
   branches/pingus_sdl/src/editor/xml_level.cpp
   branches/pingus_sdl/src/editor/xml_level.hpp
   branches/pingus_sdl/src/exit_menu.cpp
   branches/pingus_sdl/src/exit_menu.hpp
   branches/pingus_sdl/src/file_dialog.cpp
   branches/pingus_sdl/src/file_dialog.hpp
   branches/pingus_sdl/src/file_dialog_item.cpp
   branches/pingus_sdl/src/file_dialog_item.hpp
   branches/pingus_sdl/src/file_dialog_listener.hpp
   branches/pingus_sdl/src/file_reader.cpp
   branches/pingus_sdl/src/file_reader.hpp
   branches/pingus_sdl/src/fonts.cpp
   branches/pingus_sdl/src/fonts.hpp
   branches/pingus_sdl/src/fps_counter.cpp
   branches/pingus_sdl/src/fps_counter.hpp
   branches/pingus_sdl/src/game_event.hpp
   branches/pingus_sdl/src/game_session.cpp
   branches/pingus_sdl/src/game_session.hpp
   branches/pingus_sdl/src/game_session_result.cpp
   branches/pingus_sdl/src/game_session_result.hpp
   branches/pingus_sdl/src/game_time.cpp
   branches/pingus_sdl/src/game_time.hpp
   branches/pingus_sdl/src/gettext.h
   branches/pingus_sdl/src/global_event.cpp
   branches/pingus_sdl/src/global_event.hpp
   branches/pingus_sdl/src/globals.cpp
   branches/pingus_sdl/src/globals.hpp
   branches/pingus_sdl/src/goal_manager.cpp
   branches/pingus_sdl/src/graphic_context_state.cpp
   branches/pingus_sdl/src/graphic_context_state.hpp
   branches/pingus_sdl/src/ground_map.cpp
   branches/pingus_sdl/src/ground_map.hpp
   branches/pingus_sdl/src/groundtype.cpp
   branches/pingus_sdl/src/gui/buffer_graphic_context.cpp
   branches/pingus_sdl/src/gui/buffer_graphic_context.hpp
   branches/pingus_sdl/src/gui/button.hpp
   branches/pingus_sdl/src/gui/checkbox.cpp
   branches/pingus_sdl/src/gui/checkbox.hpp
   branches/pingus_sdl/src/gui/combobox.cpp
   branches/pingus_sdl/src/gui/combobox.hpp
   branches/pingus_sdl/src/gui/component.hpp
   branches/pingus_sdl/src/gui/cursor.cpp
   branches/pingus_sdl/src/gui/cursor.hpp
   branches/pingus_sdl/src/gui/display.cpp
   branches/pingus_sdl/src/gui/display.hpp
   branches/pingus_sdl/src/gui/game_delta.hpp
   branches/pingus_sdl/src/gui/gui_manager.cpp
   branches/pingus_sdl/src/gui/gui_manager.hpp
   branches/pingus_sdl/src/gui/gui_screen.cpp
   branches/pingus_sdl/src/gui/gui_screen.hpp
   branches/pingus_sdl/src/gui/input_box.cpp
   branches/pingus_sdl/src/gui/input_box.hpp
   branches/pingus_sdl/src/gui/input_debug_screen.cpp
   branches/pingus_sdl/src/gui/input_debug_screen.hpp
   branches/pingus_sdl/src/gui/root_gui_manager.cpp
   branches/pingus_sdl/src/gui/root_gui_manager.hpp
   branches/pingus_sdl/src/gui/screen.cpp
   branches/pingus_sdl/src/gui/screen.hpp
   branches/pingus_sdl/src/gui/screen_manager.cpp
   branches/pingus_sdl/src/gui/screen_manager.hpp
   branches/pingus_sdl/src/gui/screen_manager_impl.hpp
   branches/pingus_sdl/src/gui/screen_ptr.cpp
   branches/pingus_sdl/src/gui/screen_ptr.hpp
   branches/pingus_sdl/src/gui/surface_button.cpp
   branches/pingus_sdl/src/gui/surface_button.hpp
   branches/pingus_sdl/src/indexed_canvas.cpp
   branches/pingus_sdl/src/input/axes/button_axis.cpp
   branches/pingus_sdl/src/input/axes/button_axis.hpp
   branches/pingus_sdl/src/input/axes/dummy_axis.hpp
   branches/pingus_sdl/src/input/axes/inverted_axis.cpp
   branches/pingus_sdl/src/input/axes/inverted_axis.hpp
   branches/pingus_sdl/src/input/axes/joystick_axis.cpp
   branches/pingus_sdl/src/input/axes/joystick_axis.hpp
   branches/pingus_sdl/src/input/axes/mouse_axis.cpp
   branches/pingus_sdl/src/input/axes/mouse_axis.hpp
   branches/pingus_sdl/src/input/axes/multiple_axis.cpp
   branches/pingus_sdl/src/input/axes/multiple_axis.hpp
   branches/pingus_sdl/src/input/axis.hpp
   branches/pingus_sdl/src/input/axis_factory.cpp
   branches/pingus_sdl/src/input/axis_factory.hpp
   branches/pingus_sdl/src/input/button.hpp
   branches/pingus_sdl/src/input/button_factory.cpp
   branches/pingus_sdl/src/input/button_factory.hpp
   branches/pingus_sdl/src/input/buttons/double_button.cpp
   branches/pingus_sdl/src/input/buttons/double_button.hpp
   branches/pingus_sdl/src/input/buttons/dummy_button.hpp
   branches/pingus_sdl/src/input/buttons/joystick_button.cpp
   branches/pingus_sdl/src/input/buttons/joystick_button.hpp
   branches/pingus_sdl/src/input/buttons/key_button.cpp
   branches/pingus_sdl/src/input/buttons/key_button.hpp
   branches/pingus_sdl/src/input/buttons/mouse_button.cpp
   branches/pingus_sdl/src/input/buttons/mouse_button.hpp
   branches/pingus_sdl/src/input/buttons/multiple_button.cpp
   branches/pingus_sdl/src/input/buttons/multiple_button.hpp
   branches/pingus_sdl/src/input/buttons/triple_button.cpp
   branches/pingus_sdl/src/input/buttons/triple_button.hpp
   branches/pingus_sdl/src/input/controller.cpp
   branches/pingus_sdl/src/input/controller.hpp
   branches/pingus_sdl/src/input/event.hpp
   branches/pingus_sdl/src/input/pointer.hpp
   branches/pingus_sdl/src/input/pointer_factory.cpp
   branches/pingus_sdl/src/input/pointer_factory.hpp
   branches/pingus_sdl/src/input/pointers/axis_pointer.cpp
   branches/pingus_sdl/src/input/pointers/axis_pointer.hpp
   branches/pingus_sdl/src/input/pointers/dummy_pointer.hpp
   branches/pingus_sdl/src/input/pointers/mouse_pointer.cpp
   branches/pingus_sdl/src/input/pointers/mouse_pointer.hpp
   branches/pingus_sdl/src/input/pointers/multiple_pointer.cpp
   branches/pingus_sdl/src/input/pointers/multiple_pointer.hpp
   branches/pingus_sdl/src/input/scroller.hpp
   branches/pingus_sdl/src/input/scroller_factory.cpp
   branches/pingus_sdl/src/input/scroller_factory.hpp
   branches/pingus_sdl/src/input/scrollers/axis_scroller.cpp
   branches/pingus_sdl/src/input/scrollers/axis_scroller.hpp
   branches/pingus_sdl/src/input/scrollers/dummy_scroller.hpp
   branches/pingus_sdl/src/input/scrollers/inverted_scroller.cpp
   branches/pingus_sdl/src/input/scrollers/inverted_scroller.hpp
   branches/pingus_sdl/src/input/scrollers/joystick_scroller.cpp
   branches/pingus_sdl/src/input/scrollers/joystick_scroller.hpp
   branches/pingus_sdl/src/input/scrollers/mouse_scroller.cpp
   branches/pingus_sdl/src/input/scrollers/mouse_scroller.hpp
   branches/pingus_sdl/src/input/scrollers/multiple_scroller.cpp
   branches/pingus_sdl/src/input/scrollers/multiple_scroller.hpp
   branches/pingus_sdl/src/input/scrollers/pointer_scroller.cpp
   branches/pingus_sdl/src/input/scrollers/pointer_scroller.hpp
   branches/pingus_sdl/src/input_event.hpp
   branches/pingus_sdl/src/layer_manager.cpp
   branches/pingus_sdl/src/layer_manager.hpp
   branches/pingus_sdl/src/math.hpp
   branches/pingus_sdl/src/math/vector3f.hpp
   branches/pingus_sdl/src/mover.cpp
   branches/pingus_sdl/src/movers/linear_mover.cpp
   branches/pingus_sdl/src/movers/linear_mover.hpp
   branches/pingus_sdl/src/multiline_text.cpp
   branches/pingus_sdl/src/multiline_text.hpp
   branches/pingus_sdl/src/particles/explosive_particle.cpp
   branches/pingus_sdl/src/particles/explosive_particle.hpp
   branches/pingus_sdl/src/particles/ground_particle.cpp
   branches/pingus_sdl/src/particles/ground_particle.hpp
   branches/pingus_sdl/src/particles/pingu_particle_holder.cpp
   branches/pingus_sdl/src/particles/pingu_particle_holder.hpp
   branches/pingus_sdl/src/particles/rain_particle_holder.cpp
   branches/pingus_sdl/src/particles/rain_particle_holder.hpp
   branches/pingus_sdl/src/particles/smoke_particle_holder.cpp
   branches/pingus_sdl/src/particles/smoke_particle_holder.hpp
   branches/pingus_sdl/src/particles/snow_particle_holder.cpp
   branches/pingus_sdl/src/particles/snow_particle_holder.hpp
   branches/pingus_sdl/src/path_manager.cpp
   branches/pingus_sdl/src/path_manager.hpp
   branches/pingus_sdl/src/pingu.cpp
   branches/pingus_sdl/src/pingu.hpp
   branches/pingus_sdl/src/pingu_action.cpp
   branches/pingus_sdl/src/pingu_action.hpp
   branches/pingus_sdl/src/pingu_action_factory.cpp
   branches/pingus_sdl/src/pingu_action_factory.hpp
   branches/pingus_sdl/src/pingu_enums.cpp
   branches/pingus_sdl/src/pingu_enums.hpp
   branches/pingus_sdl/src/pingu_holder.cpp
   branches/pingus_sdl/src/pingu_holder.hpp
   branches/pingus_sdl/src/pingus_error.cpp
   branches/pingus_sdl/src/pingus_error.hpp
   branches/pingus_sdl/src/pingus_level.cpp
   branches/pingus_sdl/src/pingus_level.hpp
   branches/pingus_sdl/src/pingus_level_test.cpp
   branches/pingus_sdl/src/pingus_main.cpp
   branches/pingus_sdl/src/pingus_main.hpp
   branches/pingus_sdl/src/pingus_menu.cpp
   branches/pingus_sdl/src/pingus_menu.hpp
   branches/pingus_sdl/src/pingus_menu_manager.cpp
   branches/pingus_sdl/src/pingus_menu_manager.hpp
   branches/pingus_sdl/src/pingus_sub_menu.cpp
   branches/pingus_sdl/src/pingus_sub_menu.hpp
   branches/pingus_sdl/src/plf_res_mgr.cpp
   branches/pingus_sdl/src/plf_res_mgr.hpp
   branches/pingus_sdl/src/plt_xml.cpp
   branches/pingus_sdl/src/preview_renderer.cpp
   branches/pingus_sdl/src/preview_renderer.hpp
   branches/pingus_sdl/src/res_descriptor.cpp
   branches/pingus_sdl/src/res_descriptor.hpp
   branches/pingus_sdl/src/resource.cpp
   branches/pingus_sdl/src/resource.hpp
   branches/pingus_sdl/src/resource_modifier.cpp
   branches/pingus_sdl/src/resource_modifier.hpp
   branches/pingus_sdl/src/result.hpp
   branches/pingus_sdl/src/result_screen.cpp
   branches/pingus_sdl/src/result_screen.hpp
   branches/pingus_sdl/src/savegame.cpp
   branches/pingus_sdl/src/savegame.hpp
   branches/pingus_sdl/src/savegame_manager.cpp
   branches/pingus_sdl/src/savegame_manager.hpp
   branches/pingus_sdl/src/screenshot.cpp
   branches/pingus_sdl/src/screenshot.hpp
   branches/pingus_sdl/src/server.cpp
   branches/pingus_sdl/src/server.hpp
   branches/pingus_sdl/src/server_event.cpp
   branches/pingus_sdl/src/server_event.hpp
   branches/pingus_sdl/src/sexpr_file_reader.cpp
   branches/pingus_sdl/src/sexpr_file_reader.hpp
   branches/pingus_sdl/src/sexpr_pingus_level.hpp
   branches/pingus_sdl/src/smallmap_image.cpp
   branches/pingus_sdl/src/smallmap_image.hpp
   branches/pingus_sdl/src/sound/slot_manager.cpp
   branches/pingus_sdl/src/sound/sound.cpp
   branches/pingus_sdl/src/sound/sound.hpp
   branches/pingus_sdl/src/sound/sound_dummy.cpp
   branches/pingus_sdl/src/sound/sound_dummy.hpp
   branches/pingus_sdl/src/sound/sound_impl.hpp
   branches/pingus_sdl/src/sound/sound_real.cpp
   branches/pingus_sdl/src/sound/sound_real.hpp
   branches/pingus_sdl/src/sound/sound_res_mgr.cpp
   branches/pingus_sdl/src/sound/sounds.hpp
   branches/pingus_sdl/src/sprite.hpp
   branches/pingus_sdl/src/sprite_description.hpp
   branches/pingus_sdl/src/start_screen.cpp
   branches/pingus_sdl/src/start_screen.hpp
   branches/pingus_sdl/src/stat_manager.cpp
   branches/pingus_sdl/src/state_sprite.cpp
   branches/pingus_sdl/src/story_screen.cpp
   branches/pingus_sdl/src/story_screen.hpp
   branches/pingus_sdl/src/string_format.cpp
   branches/pingus_sdl/src/system.cpp
   branches/pingus_sdl/src/system.hpp
   branches/pingus_sdl/src/target_provider.cpp
   branches/pingus_sdl/src/target_provider.hpp
   branches/pingus_sdl/src/theme.cpp
   branches/pingus_sdl/src/theme.hpp
   branches/pingus_sdl/src/theme_selector.cpp
   branches/pingus_sdl/src/theme_selector.hpp
   branches/pingus_sdl/src/timer.cpp
   branches/pingus_sdl/src/timer.hpp
   branches/pingus_sdl/src/tinygettext/tinygettext.cpp
   branches/pingus_sdl/src/true_server.cpp
   branches/pingus_sdl/src/true_server.hpp
   branches/pingus_sdl/src/world.cpp
   branches/pingus_sdl/src/world.hpp
   branches/pingus_sdl/src/worldmap/dot.cpp
   branches/pingus_sdl/src/worldmap/dot.hpp
   branches/pingus_sdl/src/worldmap/dot_factory.cpp
   branches/pingus_sdl/src/worldmap/drawable.cpp
   branches/pingus_sdl/src/worldmap/drawable.hpp
   branches/pingus_sdl/src/worldmap/drawable_factory.cpp
   branches/pingus_sdl/src/worldmap/drawable_factory.hpp
   branches/pingus_sdl/src/worldmap/graph.cpp
   branches/pingus_sdl/src/worldmap/level_dot.cpp
   branches/pingus_sdl/src/worldmap/level_dot.hpp
   branches/pingus_sdl/src/worldmap/manager.cpp
   branches/pingus_sdl/src/worldmap/manager.hpp
   branches/pingus_sdl/src/worldmap/metamap.cpp
   branches/pingus_sdl/src/worldmap/path.cpp
   branches/pingus_sdl/src/worldmap/path_drawable.cpp
   branches/pingus_sdl/src/worldmap/path_drawable.hpp
   branches/pingus_sdl/src/worldmap/path_graph.cpp
   branches/pingus_sdl/src/worldmap/path_graph.hpp
   branches/pingus_sdl/src/worldmap/pathfinder.hpp
   branches/pingus_sdl/src/worldmap/pingus.cpp
   branches/pingus_sdl/src/worldmap/pingus.hpp
   branches/pingus_sdl/src/worldmap/sprite_drawable.cpp
   branches/pingus_sdl/src/worldmap/sprite_drawable.hpp
   branches/pingus_sdl/src/worldmap/surface_drawable.cpp
   branches/pingus_sdl/src/worldmap/surface_drawable.hpp
   branches/pingus_sdl/src/worldmap/world_dot.cpp
   branches/pingus_sdl/src/worldmap/world_dot.hpp
   branches/pingus_sdl/src/worldmap/worldmap.cpp
   branches/pingus_sdl/src/worldmap/worldmap.hpp
   branches/pingus_sdl/src/worldmap/worldmap_story.cpp
   branches/pingus_sdl/src/worldmap/worldmap_story.hpp
   branches/pingus_sdl/src/worldobj.cpp
   branches/pingus_sdl/src/worldobj.hpp
   branches/pingus_sdl/src/worldobj_factory.cpp
   branches/pingus_sdl/src/worldobj_factory.hpp
   branches/pingus_sdl/src/worldobjs/conveyor_belt.cpp
   branches/pingus_sdl/src/worldobjs/conveyor_belt.hpp
   branches/pingus_sdl/src/worldobjs/entrance.cpp
   branches/pingus_sdl/src/worldobjs/entrance.hpp
   branches/pingus_sdl/src/worldobjs/exit.cpp
   branches/pingus_sdl/src/worldobjs/exit.hpp
   branches/pingus_sdl/src/worldobjs/fake_exit.cpp
   branches/pingus_sdl/src/worldobjs/fake_exit.hpp
   branches/pingus_sdl/src/worldobjs/groundpiece.cpp
   branches/pingus_sdl/src/worldobjs/groundpiece.hpp
   branches/pingus_sdl/src/worldobjs/guillotine.cpp
   branches/pingus_sdl/src/worldobjs/guillotine.hpp
   branches/pingus_sdl/src/worldobjs/hammer.cpp
   branches/pingus_sdl/src/worldobjs/hammer.hpp
   branches/pingus_sdl/src/worldobjs/hotspot.cpp
   branches/pingus_sdl/src/worldobjs/hotspot.hpp
   branches/pingus_sdl/src/worldobjs/ice_block.cpp
   branches/pingus_sdl/src/worldobjs/ice_block.hpp
   branches/pingus_sdl/src/worldobjs/info_box.cpp
   branches/pingus_sdl/src/worldobjs/info_box.hpp
   branches/pingus_sdl/src/worldobjs/laser_exit.cpp
   branches/pingus_sdl/src/worldobjs/laser_exit.hpp
   branches/pingus_sdl/src/worldobjs/liquid.cpp
   branches/pingus_sdl/src/worldobjs/liquid.hpp
   branches/pingus_sdl/src/worldobjs/rain_generator.cpp
   branches/pingus_sdl/src/worldobjs/rain_generator.hpp
   branches/pingus_sdl/src/worldobjs/smasher.cpp
   branches/pingus_sdl/src/worldobjs/smasher.hpp
   branches/pingus_sdl/src/worldobjs/snow_generator.cpp
   branches/pingus_sdl/src/worldobjs/snow_generator.hpp
   branches/pingus_sdl/src/worldobjs/solid_color_background.cpp
   branches/pingus_sdl/src/worldobjs/solid_color_background.hpp
   branches/pingus_sdl/src/worldobjs/spike.cpp
   branches/pingus_sdl/src/worldobjs/spike.hpp
   branches/pingus_sdl/src/worldobjs/starfield_background.cpp
   branches/pingus_sdl/src/worldobjs/starfield_background.hpp
   branches/pingus_sdl/src/worldobjs/starfield_background_stars.cpp
   branches/pingus_sdl/src/worldobjs/starfield_background_stars.hpp
   branches/pingus_sdl/src/worldobjs/surface_background.cpp
   branches/pingus_sdl/src/worldobjs/surface_background.hpp
   branches/pingus_sdl/src/worldobjs/switch_door.cpp
   branches/pingus_sdl/src/worldobjs/switch_door.hpp
   branches/pingus_sdl/src/worldobjs/teleporter.cpp
   branches/pingus_sdl/src/worldobjs/teleporter.hpp
   branches/pingus_sdl/src/worldobjs/thunderstorm_background.cpp
   branches/pingus_sdl/src/worldobjs/thunderstorm_background.hpp
   branches/pingus_sdl/src/worldobjs/woodthing.cpp
   branches/pingus_sdl/src/worldobjs/woodthing.hpp
   branches/pingus_sdl/src/xml_eval.cpp
   branches/pingus_sdl/src/xml_file_reader.cpp
   branches/pingus_sdl/src/xml_file_reader.hpp
   branches/pingus_sdl/src/xml_file_writer.cpp
   branches/pingus_sdl/src/xml_file_writer.hpp
   branches/pingus_sdl/src/xml_pdf.cpp
   branches/pingus_sdl/src/xml_pdf.hpp
   branches/pingus_sdl/src/xml_pingus_level.cpp
   branches/pingus_sdl/src/xml_pingus_level.hpp
Log:
- renamed *.?xx to *.?pp

Modified: branches/pingus_sdl/src/action_holder.cpp
===================================================================
--- branches/pingus_sdl/src/action_holder.cpp   2007-01-18 03:08:17 UTC (rev 
2686)
+++ branches/pingus_sdl/src/action_holder.cpp   2007-01-18 03:21:39 UTC (rev 
2687)
@@ -18,10 +18,10 @@
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
 #include <iostream>
-#include "pingus_level.hxx"
-#include "pingu_action_factory.hxx"
-#include "action_holder.hxx"
-#include "cheat.hxx"
+#include "pingus_level.hpp"
+#include "pingu_action_factory.hpp"
+#include "action_holder.hpp"
+#include "cheat.hpp"
 
 using namespace Actions;
 

Modified: branches/pingus_sdl/src/action_holder.hpp
===================================================================
--- branches/pingus_sdl/src/action_holder.hpp   2007-01-18 03:08:17 UTC (rev 
2686)
+++ branches/pingus_sdl/src/action_holder.hpp   2007-01-18 03:21:39 UTC (rev 
2687)
@@ -22,7 +22,7 @@
 
 #include <map>
 #include <vector>
-#include "pingu_enums.hxx"
+#include "pingu_enums.hpp"
 
 
 class PingusLevel;

Modified: branches/pingus_sdl/src/actions/angel.cpp
===================================================================
--- branches/pingus_sdl/src/actions/angel.cpp   2007-01-18 03:08:17 UTC (rev 
2686)
+++ branches/pingus_sdl/src/actions/angel.cpp   2007-01-18 03:21:39 UTC (rev 
2687)
@@ -18,11 +18,11 @@
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
 #include <math.h>
-#include "../display/scene_context.hxx"
-#include "../pingu.hxx"
-#include "../resource.hxx"
-#include "../globals.hxx"
-#include "angel.hxx"
+#include "../display/scene_context.hpp"
+#include "../pingu.hpp"
+#include "../resource.hpp"
+#include "../globals.hpp"
+#include "angel.hpp"
 
 namespace Actions {
 

Modified: branches/pingus_sdl/src/actions/angel.hpp
===================================================================
--- branches/pingus_sdl/src/actions/angel.hpp   2007-01-18 03:08:17 UTC (rev 
2686)
+++ branches/pingus_sdl/src/actions/angel.hpp   2007-01-18 03:21:39 UTC (rev 
2687)
@@ -20,7 +20,7 @@
 #ifndef HEADER_PINGUS_ACTIONS_ANGEL_HXX
 #define HEADER_PINGUS_ACTIONS_ANGEL_HXX
 
-#include "../pingu_action.hxx"
+#include "../pingu_action.hpp"
 
 namespace Actions {
 

Modified: branches/pingus_sdl/src/actions/basher.cpp
===================================================================
--- branches/pingus_sdl/src/actions/basher.cpp  2007-01-18 03:08:17 UTC (rev 
2686)
+++ branches/pingus_sdl/src/actions/basher.cpp  2007-01-18 03:21:39 UTC (rev 
2687)
@@ -16,17 +16,17 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#include "../sound/sound.hxx"
-#include "../col_map.hxx"
-#include "../debug.hxx"
-#include "../globals.hxx"
-#include "../display/scene_context.hxx"
-#include "../ground_map.hxx"
-#include "../resource.hxx"
-#include "../pingu.hxx"
-#include "../world.hxx"
-#include "../worldobj.hxx"
-#include "basher.hxx"
+#include "../sound/sound.hpp"
+#include "../col_map.hpp"
+#include "../debug.hpp"
+#include "../globals.hpp"
+#include "../display/scene_context.hpp"
+#include "../ground_map.hpp"
+#include "../resource.hpp"
+#include "../pingu.hpp"
+#include "../world.hpp"
+#include "../worldobj.hpp"
+#include "basher.hpp"
 
 namespace Actions {
 

Modified: branches/pingus_sdl/src/actions/basher.hpp
===================================================================
--- branches/pingus_sdl/src/actions/basher.hpp  2007-01-18 03:08:17 UTC (rev 
2686)
+++ branches/pingus_sdl/src/actions/basher.hpp  2007-01-18 03:21:39 UTC (rev 
2687)
@@ -20,8 +20,8 @@
 #ifndef HEADER_PINGUS_ACTIONS_BASHER_HXX
 #define HEADER_PINGUS_ACTIONS_BASHER_HXX
 
-#include "../state_sprite.hxx"
-#include "../pingu_action.hxx"
+#include "../state_sprite.hpp"
+#include "../pingu_action.hpp"
 
 namespace Actions {
 

Modified: branches/pingus_sdl/src/actions/blocker.cpp
===================================================================
--- branches/pingus_sdl/src/actions/blocker.cpp 2007-01-18 03:08:17 UTC (rev 
2686)
+++ branches/pingus_sdl/src/actions/blocker.cpp 2007-01-18 03:21:39 UTC (rev 
2687)
@@ -17,12 +17,12 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#include "../col_map.hxx"
-#include "../display/scene_context.hxx"
-#include "../pingu.hxx"
-#include "../pingu_holder.hxx"
-#include "../world.hxx"
-#include "blocker.hxx"
+#include "../col_map.hpp"
+#include "../display/scene_context.hpp"
+#include "../pingu.hpp"
+#include "../pingu_holder.hpp"
+#include "../world.hpp"
+#include "blocker.hpp"
 
 namespace Actions {
 

Modified: branches/pingus_sdl/src/actions/blocker.hpp
===================================================================
--- branches/pingus_sdl/src/actions/blocker.hpp 2007-01-18 03:08:17 UTC (rev 
2686)
+++ branches/pingus_sdl/src/actions/blocker.hpp 2007-01-18 03:21:39 UTC (rev 
2687)
@@ -20,8 +20,8 @@
 #ifndef HEADER_PINGUS_ACTIONS_BLOCKER_HXX
 #define HEADER_PINGUS_ACTIONS_BLOCKER_HXX
 
-#include "../state_sprite.hxx"
-#include "../pingu_action.hxx"
+#include "../state_sprite.hpp"
+#include "../pingu_action.hpp"
 
 namespace Actions {
 

Modified: branches/pingus_sdl/src/actions/boarder.cpp
===================================================================
--- branches/pingus_sdl/src/actions/boarder.cpp 2007-01-18 03:08:17 UTC (rev 
2686)
+++ branches/pingus_sdl/src/actions/boarder.cpp 2007-01-18 03:21:39 UTC (rev 
2687)
@@ -18,10 +18,10 @@
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
 #include "../math/vector3f.hpp"
-#include "../display/scene_context.hxx"
-#include "../pingu.hxx"
-#include "../resource.hxx"
-#include "boarder.hxx"
+#include "../display/scene_context.hpp"
+#include "../pingu.hpp"
+#include "../resource.hpp"
+#include "boarder.hpp"
 
 namespace Actions {
 

Modified: branches/pingus_sdl/src/actions/boarder.hpp
===================================================================
--- branches/pingus_sdl/src/actions/boarder.hpp 2007-01-18 03:08:17 UTC (rev 
2686)
+++ branches/pingus_sdl/src/actions/boarder.hpp 2007-01-18 03:21:39 UTC (rev 
2687)
@@ -20,8 +20,8 @@
 #ifndef HEADER_PINGUS_ACTIONS_BOARDER_HXX
 #define HEADER_PINGUS_ACTIONS_BOARDER_HXX
 
-#include "../pingu_action.hxx"
-#include "../state_sprite.hxx"
+#include "../pingu_action.hpp"
+#include "../state_sprite.hpp"
 
 namespace Actions {
 

Modified: branches/pingus_sdl/src/actions/bomber.cpp
===================================================================
--- branches/pingus_sdl/src/actions/bomber.cpp  2007-01-18 03:08:17 UTC (rev 
2686)
+++ branches/pingus_sdl/src/actions/bomber.cpp  2007-01-18 03:21:39 UTC (rev 
2687)
@@ -18,19 +18,19 @@
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
 #include <math.h>
-#include "../debug.hxx"
-#include "../globals.hxx"
-#include "../col_map.hxx"
-#include "../display/scene_context.hxx"
-#include "../pingu.hxx"
-#include "../pingu_enums.hxx"
-#include "../ground_map.hxx"
-#include "../world.hxx"
-#include "../resource.hxx"
-#include "../particles/pingu_particle_holder.hxx"
-#include "../colliders/pingu_collider.hxx"
-#include "../movers/linear_mover.hxx"
-#include "bomber.hxx"
+#include "../debug.hpp"
+#include "../globals.hpp"
+#include "../col_map.hpp"
+#include "../display/scene_context.hpp"
+#include "../pingu.hpp"
+#include "../pingu_enums.hpp"
+#include "../ground_map.hpp"
+#include "../world.hpp"
+#include "../resource.hpp"
+#include "../particles/pingu_particle_holder.hpp"
+#include "../colliders/pingu_collider.hpp"
+#include "../movers/linear_mover.hpp"
+#include "bomber.hpp"
 
 namespace Actions {
 

Modified: branches/pingus_sdl/src/actions/bomber.hpp
===================================================================
--- branches/pingus_sdl/src/actions/bomber.hpp  2007-01-18 03:08:17 UTC (rev 
2686)
+++ branches/pingus_sdl/src/actions/bomber.hpp  2007-01-18 03:21:39 UTC (rev 
2687)
@@ -20,8 +20,8 @@
 #ifndef HEADER_PINGUS_ACTIONS_BOMBER_HXX
 #define HEADER_PINGUS_ACTIONS_BOMBER_HXX
 
-#include "../state_sprite.hxx"
-#include "../pingu_action.hxx"
+#include "../state_sprite.hpp"
+#include "../pingu_action.hpp"
 
 namespace Actions {
 

Modified: branches/pingus_sdl/src/actions/bridger.cpp
===================================================================
--- branches/pingus_sdl/src/actions/bridger.cpp 2007-01-18 03:08:17 UTC (rev 
2686)
+++ branches/pingus_sdl/src/actions/bridger.cpp 2007-01-18 03:21:39 UTC (rev 
2687)
@@ -18,16 +18,16 @@
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
 #include <cassert>
-#include "../col_map.hxx"
-#include "../display/scene_context.hxx"
-#include "../pingu.hxx"
-#include "../ground_map.hxx"
-#include "../resource.hxx"
-#include "../sound/sound.hxx"
-#include "../world.hxx"
-#include "../worldobj.hxx"
+#include "../col_map.hpp"
+#include "../display/scene_context.hpp"
+#include "../pingu.hpp"
+#include "../ground_map.hpp"
+#include "../resource.hpp"
+#include "../sound/sound.hpp"
+#include "../world.hpp"
+#include "../worldobj.hpp"
 #include "../gettext.h"
-#include "bridger.hxx"
+#include "bridger.hpp"
 
 namespace Actions {
 

Modified: branches/pingus_sdl/src/actions/bridger.hpp
===================================================================
--- branches/pingus_sdl/src/actions/bridger.hpp 2007-01-18 03:08:17 UTC (rev 
2686)
+++ branches/pingus_sdl/src/actions/bridger.hpp 2007-01-18 03:21:39 UTC (rev 
2687)
@@ -21,8 +21,8 @@
 #define HEADER_PINGUS_ACTIONS_BRIDGER_HXX
 
 #include "../math/vector3f.hpp"
-#include "../pingu_action.hxx"
-#include "../state_sprite.hxx"
+#include "../pingu_action.hpp"
+#include "../state_sprite.hpp"
 
 namespace Actions {
 

Modified: branches/pingus_sdl/src/actions/climber.cpp
===================================================================
--- branches/pingus_sdl/src/actions/climber.cpp 2007-01-18 03:08:17 UTC (rev 
2686)
+++ branches/pingus_sdl/src/actions/climber.cpp 2007-01-18 03:21:39 UTC (rev 
2687)
@@ -17,11 +17,11 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#include "../col_map.hxx"
-#include "../display/scene_context.hxx"
-#include "../resource.hxx"
-#include "../pingu.hxx"
-#include "climber.hxx"
+#include "../col_map.hpp"
+#include "../display/scene_context.hpp"
+#include "../resource.hpp"
+#include "../pingu.hpp"
+#include "climber.hpp"
 
 namespace Actions {
 

Modified: branches/pingus_sdl/src/actions/climber.hpp
===================================================================
--- branches/pingus_sdl/src/actions/climber.hpp 2007-01-18 03:08:17 UTC (rev 
2686)
+++ branches/pingus_sdl/src/actions/climber.hpp 2007-01-18 03:21:39 UTC (rev 
2687)
@@ -20,8 +20,8 @@
 #ifndef HEADER_PINGUS_ACTIONS_CLIMBER_HXX
 #define HEADER_PINGUS_ACTIONS_CLIMBER_HXX
 
-#include "../state_sprite.hxx"
-#include "../pingu_action.hxx"
+#include "../state_sprite.hpp"
+#include "../pingu_action.hpp"
 
 namespace Actions {
 

Modified: branches/pingus_sdl/src/actions/digger.cpp
===================================================================
--- branches/pingus_sdl/src/actions/digger.cpp  2007-01-18 03:08:17 UTC (rev 
2686)
+++ branches/pingus_sdl/src/actions/digger.cpp  2007-01-18 03:21:39 UTC (rev 
2687)
@@ -18,15 +18,15 @@
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
 #include <cstdio>
-#include "../col_map.hxx"
-#include "../display/scene_context.hxx"
-#include "../ground_map.hxx"
-#include "../world.hxx"
-#include "../worldobj.hxx"
-#include "../resource.hxx"
-#include "../sound/sound.hxx"
-#include "../pingu.hxx"
-#include "digger.hxx"
+#include "../col_map.hpp"
+#include "../display/scene_context.hpp"
+#include "../ground_map.hpp"
+#include "../world.hpp"
+#include "../worldobj.hpp"
+#include "../resource.hpp"
+#include "../sound/sound.hpp"
+#include "../pingu.hpp"
+#include "digger.hpp"
 
 namespace Actions {
 

Modified: branches/pingus_sdl/src/actions/digger.hpp
===================================================================
--- branches/pingus_sdl/src/actions/digger.hpp  2007-01-18 03:08:17 UTC (rev 
2686)
+++ branches/pingus_sdl/src/actions/digger.hpp  2007-01-18 03:21:39 UTC (rev 
2687)
@@ -20,7 +20,7 @@
 #ifndef HEADER_PINGUS_ACTIONS_DIGGER_HXX
 #define HEADER_PINGUS_ACTIONS_DIGGER_HXX
 
-#include "../pingu_action.hxx"
+#include "../pingu_action.hpp"
 
 namespace Actions {
 

Modified: branches/pingus_sdl/src/actions/drown.cpp
===================================================================
--- branches/pingus_sdl/src/actions/drown.cpp   2007-01-18 03:08:17 UTC (rev 
2686)
+++ branches/pingus_sdl/src/actions/drown.cpp   2007-01-18 03:21:39 UTC (rev 
2687)
@@ -18,10 +18,10 @@
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
 #include "../math/vector3f.hpp"
-#include "../display/scene_context.hxx"
-#include "../pingu.hxx"
-#include "../resource.hxx"
-#include "drown.hxx"
+#include "../display/scene_context.hpp"
+#include "../pingu.hpp"
+#include "../resource.hpp"
+#include "drown.hpp"
 
 namespace Actions {
 

Modified: branches/pingus_sdl/src/actions/drown.hpp
===================================================================
--- branches/pingus_sdl/src/actions/drown.hpp   2007-01-18 03:08:17 UTC (rev 
2686)
+++ branches/pingus_sdl/src/actions/drown.hpp   2007-01-18 03:21:39 UTC (rev 
2687)
@@ -20,8 +20,8 @@
 #ifndef HEADER_PINGUS_ACTIONS_DROWN_HXX
 #define HEADER_PINGUS_ACTIONS_DROWN_HXX
 
-#include "../state_sprite.hxx"
-#include "../pingu_action.hxx"
+#include "../state_sprite.hpp"
+#include "../pingu_action.hpp"
 
 namespace Actions {
 

Modified: branches/pingus_sdl/src/actions/exiter.cpp
===================================================================
--- branches/pingus_sdl/src/actions/exiter.cpp  2007-01-18 03:08:17 UTC (rev 
2686)
+++ branches/pingus_sdl/src/actions/exiter.cpp  2007-01-18 03:21:39 UTC (rev 
2687)
@@ -18,11 +18,11 @@
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
 #include "../math/vector3f.hpp"
-#include "../display/scene_context.hxx"
-#include "../resource.hxx"
-#include "../pingu.hxx"
-#include "../sound/sound.hxx"
-#include "exiter.hxx"
+#include "../display/scene_context.hpp"
+#include "../resource.hpp"
+#include "../pingu.hpp"
+#include "../sound/sound.hpp"
+#include "exiter.hpp"
 
 namespace Actions {
 

Modified: branches/pingus_sdl/src/actions/exiter.hpp
===================================================================
--- branches/pingus_sdl/src/actions/exiter.hpp  2007-01-18 03:08:17 UTC (rev 
2686)
+++ branches/pingus_sdl/src/actions/exiter.hpp  2007-01-18 03:21:39 UTC (rev 
2687)
@@ -20,8 +20,8 @@
 #ifndef HEADER_PINGUS_ACTIONS_EXITER_HXX
 #define HEADER_PINGUS_ACTIONS_EXITER_HXX
 
-#include "../state_sprite.hxx"
-#include "../pingu_action.hxx"
+#include "../state_sprite.hpp"
+#include "../pingu_action.hpp"
 
 namespace Actions {
 

Modified: branches/pingus_sdl/src/actions/faller.cpp
===================================================================
--- branches/pingus_sdl/src/actions/faller.cpp  2007-01-18 03:08:17 UTC (rev 
2686)
+++ branches/pingus_sdl/src/actions/faller.cpp  2007-01-18 03:21:39 UTC (rev 
2687)
@@ -18,17 +18,17 @@
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
 #include <math.h>
-#include "../col_map.hxx"
-#include "../colliders/pingu_collider.hxx"
-#include "../debug.hxx"
-#include "../globals.hxx"
-#include "../display/scene_context.hxx"
-#include "../movers/linear_mover.hxx"
-#include "../pingu.hxx"
-#include "../resource.hxx"
-#include "../world.hxx"
-#include "../worldobj.hxx"
-#include "faller.hxx"
+#include "../col_map.hpp"
+#include "../colliders/pingu_collider.hpp"
+#include "../debug.hpp"
+#include "../globals.hpp"
+#include "../display/scene_context.hpp"
+#include "../movers/linear_mover.hpp"
+#include "../pingu.hpp"
+#include "../resource.hpp"
+#include "../world.hpp"
+#include "../worldobj.hpp"
+#include "faller.hpp"
 
   namespace Actions {
 

Modified: branches/pingus_sdl/src/actions/faller.hpp
===================================================================
--- branches/pingus_sdl/src/actions/faller.hpp  2007-01-18 03:08:17 UTC (rev 
2686)
+++ branches/pingus_sdl/src/actions/faller.hpp  2007-01-18 03:21:39 UTC (rev 
2687)
@@ -20,8 +20,8 @@
 #ifndef HEADER_PINGUS_ACTIONS_FALLER_HXX
 #define HEADER_PINGUS_ACTIONS_FALLER_HXX
 
-#include "../state_sprite.hxx"
-#include "../pingu_action.hxx"
+#include "../state_sprite.hpp"
+#include "../pingu_action.hpp"
 
 namespace Actions {
 

Modified: branches/pingus_sdl/src/actions/floater.cpp
===================================================================
--- branches/pingus_sdl/src/actions/floater.cpp 2007-01-18 03:08:17 UTC (rev 
2686)
+++ branches/pingus_sdl/src/actions/floater.cpp 2007-01-18 03:21:39 UTC (rev 
2687)
@@ -17,11 +17,11 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#include "../resource.hxx"
-#include "../pingu.hxx"
-#include "../display/scene_context.hxx"
-#include "../groundtype.hxx"
-#include "floater.hxx"
+#include "../resource.hpp"
+#include "../pingu.hpp"
+#include "../display/scene_context.hpp"
+#include "../groundtype.hpp"
+#include "floater.hpp"
 
 namespace Actions {
 

Modified: branches/pingus_sdl/src/actions/floater.hpp
===================================================================
--- branches/pingus_sdl/src/actions/floater.hpp 2007-01-18 03:08:17 UTC (rev 
2686)
+++ branches/pingus_sdl/src/actions/floater.hpp 2007-01-18 03:21:39 UTC (rev 
2687)
@@ -20,7 +20,7 @@
 #ifndef HEADER_PINGUS_ACTIONS_FLOATER_HXX
 #define HEADER_PINGUS_ACTIONS_FLOATER_HXX
 
-#include "../pingu_action.hxx"
+#include "../pingu_action.hpp"
 
 namespace Actions {
 

Modified: branches/pingus_sdl/src/actions/jumper.cpp
===================================================================
--- branches/pingus_sdl/src/actions/jumper.cpp  2007-01-18 03:08:17 UTC (rev 
2686)
+++ branches/pingus_sdl/src/actions/jumper.cpp  2007-01-18 03:21:39 UTC (rev 
2687)
@@ -18,10 +18,10 @@
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
 #include "../math/vector3f.hpp"
-#include "../display/scene_context.hxx"
-#include "../pingu.hxx"
-#include "../resource.hxx"
-#include "jumper.hxx"
+#include "../display/scene_context.hpp"
+#include "../pingu.hpp"
+#include "../resource.hpp"
+#include "jumper.hpp"
 
 namespace Actions {
 

Modified: branches/pingus_sdl/src/actions/jumper.hpp
===================================================================
--- branches/pingus_sdl/src/actions/jumper.hpp  2007-01-18 03:08:17 UTC (rev 
2686)
+++ branches/pingus_sdl/src/actions/jumper.hpp  2007-01-18 03:21:39 UTC (rev 
2687)
@@ -20,8 +20,8 @@
 #ifndef HEADER_PINGUS_ACTIONS_JUMPER_HXX
 #define HEADER_PINGUS_ACTIONS_JUMPER_HXX
 
-#include "../state_sprite.hxx"
-#include "../pingu_action.hxx"
+#include "../state_sprite.hpp"
+#include "../pingu_action.hpp"
 
 namespace Actions {
 

Modified: branches/pingus_sdl/src/actions/laser_kill.cpp
===================================================================
--- branches/pingus_sdl/src/actions/laser_kill.cpp      2007-01-18 03:08:17 UTC 
(rev 2686)
+++ branches/pingus_sdl/src/actions/laser_kill.cpp      2007-01-18 03:21:39 UTC 
(rev 2687)
@@ -18,10 +18,10 @@
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
 #include "../math/vector3f.hpp"
-#include "../resource.hxx"
-#include "../display/scene_context.hxx"
-#include "../pingu.hxx"
-#include "laser_kill.hxx"
+#include "../resource.hpp"
+#include "../display/scene_context.hpp"
+#include "../pingu.hpp"
+#include "laser_kill.hpp"
 
 namespace Actions {
 

Modified: branches/pingus_sdl/src/actions/laser_kill.hpp
===================================================================
--- branches/pingus_sdl/src/actions/laser_kill.hpp      2007-01-18 03:08:17 UTC 
(rev 2686)
+++ branches/pingus_sdl/src/actions/laser_kill.hpp      2007-01-18 03:21:39 UTC 
(rev 2687)
@@ -20,8 +20,8 @@
 #ifndef HEADER_PINGUS_ACTIONS_LASER_KILL_HXX
 #define HEADER_PINGUS_ACTIONS_LASER_KILL_HXX
 
-#include "../state_sprite.hxx"
-#include "../pingu_action.hxx"
+#include "../state_sprite.hpp"
+#include "../pingu_action.hpp"
 
 namespace Actions {
 

Modified: branches/pingus_sdl/src/actions/miner.cpp
===================================================================
--- branches/pingus_sdl/src/actions/miner.cpp   2007-01-18 03:08:17 UTC (rev 
2686)
+++ branches/pingus_sdl/src/actions/miner.cpp   2007-01-18 03:21:39 UTC (rev 
2687)
@@ -17,15 +17,15 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#include "../ground_map.hxx"
-#include "../col_map.hxx"
-#include "../display/scene_context.hxx"
-#include "../world.hxx"
-#include "../resource.hxx"
-#include "../sound/sound.hxx"
-#include "../pingu.hxx"
-#include "../worldobj.hxx"
-#include "miner.hxx"
+#include "../ground_map.hpp"
+#include "../col_map.hpp"
+#include "../display/scene_context.hpp"
+#include "../world.hpp"
+#include "../resource.hpp"
+#include "../sound/sound.hpp"
+#include "../pingu.hpp"
+#include "../worldobj.hpp"
+#include "miner.hpp"
 
 namespace Actions {
 

Modified: branches/pingus_sdl/src/actions/miner.hpp
===================================================================
--- branches/pingus_sdl/src/actions/miner.hpp   2007-01-18 03:08:17 UTC (rev 
2686)
+++ branches/pingus_sdl/src/actions/miner.hpp   2007-01-18 03:21:39 UTC (rev 
2687)
@@ -20,8 +20,8 @@
 #ifndef HEADER_PINGUS_ACTIONS_MINER_HXX
 #define HEADER_PINGUS_ACTIONS_MINER_HXX
 
-#include "../pingu_action.hxx"
-#include "../state_sprite.hxx"
+#include "../pingu_action.hpp"
+#include "../state_sprite.hpp"
 
 namespace Actions {
 

Modified: branches/pingus_sdl/src/actions/rocket_launcher.cpp
===================================================================
--- branches/pingus_sdl/src/actions/rocket_launcher.cpp 2007-01-18 03:08:17 UTC 
(rev 2686)
+++ branches/pingus_sdl/src/actions/rocket_launcher.cpp 2007-01-18 03:21:39 UTC 
(rev 2687)
@@ -17,14 +17,14 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#include "../display/scene_context.hxx"
-//#include "../particles/particle_holder.hxx"
-//#include "../particles/explosive_particle.hxx"
-#include "../world.hxx"
-#include "../resource.hxx"
-#include "../pingu.hxx"
-#include "../worldobj.hxx"
-#include "rocket_launcher.hxx"
+#include "../display/scene_context.hpp"
+//#include "../particles/particle_holder.hpp"
+//#include "../particles/explosive_particle.hpp"
+#include "../world.hpp"
+#include "../resource.hpp"
+#include "../pingu.hpp"
+#include "../worldobj.hpp"
+#include "rocket_launcher.hpp"
 
 namespace Actions {
 

Modified: branches/pingus_sdl/src/actions/rocket_launcher.hpp
===================================================================
--- branches/pingus_sdl/src/actions/rocket_launcher.hpp 2007-01-18 03:08:17 UTC 
(rev 2686)
+++ branches/pingus_sdl/src/actions/rocket_launcher.hpp 2007-01-18 03:21:39 UTC 
(rev 2687)
@@ -20,8 +20,8 @@
 #ifndef HEADER_PINGUS_ACTIONS_ROCKET_LAUNCHER_HXX
 #define HEADER_PINGUS_ACTIONS_ROCKET_LAUNCHER_HXX
 
-#include "../state_sprite.hxx"
-#include "../pingu_action.hxx"
+#include "../state_sprite.hpp"
+#include "../pingu_action.hpp"
 
 namespace Actions {
 

Modified: branches/pingus_sdl/src/actions/slider.cpp
===================================================================
--- branches/pingus_sdl/src/actions/slider.cpp  2007-01-18 03:08:17 UTC (rev 
2686)
+++ branches/pingus_sdl/src/actions/slider.cpp  2007-01-18 03:21:39 UTC (rev 
2687)
@@ -17,11 +17,11 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#include "../resource.hxx"
-#include "../col_map.hxx"
-#include "../display/scene_context.hxx"
-#include "../pingu.hxx"
-#include "slider.hxx"
+#include "../resource.hpp"
+#include "../col_map.hpp"
+#include "../display/scene_context.hpp"
+#include "../pingu.hpp"
+#include "slider.hpp"
 
 namespace Actions {
 

Modified: branches/pingus_sdl/src/actions/slider.hpp
===================================================================
--- branches/pingus_sdl/src/actions/slider.hpp  2007-01-18 03:08:17 UTC (rev 
2686)
+++ branches/pingus_sdl/src/actions/slider.hpp  2007-01-18 03:21:39 UTC (rev 
2687)
@@ -20,8 +20,8 @@
 #ifndef HEADER_PINGUS_ACTIONS_SLIDER_HXX
 #define HEADER_PINGUS_ACTIONS_SLIDER_HXX
 
-#include "../state_sprite.hxx"
-#include "../pingu_action.hxx"
+#include "../state_sprite.hpp"
+#include "../pingu_action.hpp"
 
 namespace Actions {
 

Modified: branches/pingus_sdl/src/actions/smashed.cpp
===================================================================
--- branches/pingus_sdl/src/actions/smashed.cpp 2007-01-18 03:08:17 UTC (rev 
2686)
+++ branches/pingus_sdl/src/actions/smashed.cpp 2007-01-18 03:21:39 UTC (rev 
2687)
@@ -17,11 +17,11 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#include "../resource.hxx"
+#include "../resource.hpp"
 #include "../math/vector3f.hpp"
-#include "../display/scene_context.hxx"
-#include "../pingu.hxx"
-#include "smashed.hxx"
+#include "../display/scene_context.hpp"
+#include "../pingu.hpp"
+#include "smashed.hpp"
 
 namespace Actions {
 

Modified: branches/pingus_sdl/src/actions/smashed.hpp
===================================================================
--- branches/pingus_sdl/src/actions/smashed.hpp 2007-01-18 03:08:17 UTC (rev 
2686)
+++ branches/pingus_sdl/src/actions/smashed.hpp 2007-01-18 03:21:39 UTC (rev 
2687)
@@ -20,7 +20,7 @@
 #ifndef HEADER_PINGUS_ACTIONS_SMASHED_HXX
 #define HEADER_PINGUS_ACTIONS_SMASHED_HXX
 
-#include "../pingu_action.hxx"
+#include "../pingu_action.hpp"
 
 namespace Actions {
 

Modified: branches/pingus_sdl/src/actions/splashed.cpp
===================================================================
--- branches/pingus_sdl/src/actions/splashed.cpp        2007-01-18 03:08:17 UTC 
(rev 2686)
+++ branches/pingus_sdl/src/actions/splashed.cpp        2007-01-18 03:21:39 UTC 
(rev 2687)
@@ -17,13 +17,13 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#include "../resource.hxx"
+#include "../resource.hpp"
 #include "../math/vector3f.hpp"
-#include "../display/scene_context.hxx"
-#include "../world.hxx"
-#include "../pingu.hxx"
-#include "../worldobj.hxx"
-#include "splashed.hxx"
+#include "../display/scene_context.hpp"
+#include "../world.hpp"
+#include "../pingu.hpp"
+#include "../worldobj.hpp"
+#include "splashed.hpp"
 
 namespace Actions {
 

Modified: branches/pingus_sdl/src/actions/splashed.hpp
===================================================================
--- branches/pingus_sdl/src/actions/splashed.hpp        2007-01-18 03:08:17 UTC 
(rev 2686)
+++ branches/pingus_sdl/src/actions/splashed.hpp        2007-01-18 03:21:39 UTC 
(rev 2687)
@@ -20,7 +20,7 @@
 #ifndef HEADER_PINGUS_ACTIONS_SPLASHED_HXX
 #define HEADER_PINGUS_ACTIONS_SPLASHED_HXX
 
-#include "../pingu_action.hxx"
+#include "../pingu_action.hpp"
 
 namespace Actions {
 

Modified: branches/pingus_sdl/src/actions/superman.cpp
===================================================================
--- branches/pingus_sdl/src/actions/superman.cpp        2007-01-18 03:08:17 UTC 
(rev 2686)
+++ branches/pingus_sdl/src/actions/superman.cpp        2007-01-18 03:21:39 UTC 
(rev 2687)
@@ -17,10 +17,10 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#include "../display/scene_context.hxx"
-#include "../pingu.hxx"
-#include "../resource.hxx"
-#include "superman.hxx"
+#include "../display/scene_context.hpp"
+#include "../pingu.hpp"
+#include "../resource.hpp"
+#include "superman.hpp"
 
 namespace Actions {
 

Modified: branches/pingus_sdl/src/actions/superman.hpp
===================================================================
--- branches/pingus_sdl/src/actions/superman.hpp        2007-01-18 03:08:17 UTC 
(rev 2686)
+++ branches/pingus_sdl/src/actions/superman.hpp        2007-01-18 03:21:39 UTC 
(rev 2687)
@@ -20,7 +20,7 @@
 #ifndef HEADER_PINGUS_ACTIONS_SUPERMAN_HXX
 #define HEADER_PINGUS_ACTIONS_SUPERMAN_HXX
 
-#include "../pingu_action.hxx"
+#include "../pingu_action.hpp"
 
 namespace Actions {
 

Modified: branches/pingus_sdl/src/actions/teleported.cpp
===================================================================
--- branches/pingus_sdl/src/actions/teleported.cpp      2007-01-18 03:08:17 UTC 
(rev 2686)
+++ branches/pingus_sdl/src/actions/teleported.cpp      2007-01-18 03:21:39 UTC 
(rev 2687)
@@ -17,10 +17,10 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#include "../resource.hxx"
-#include "../display/scene_context.hxx"
-#include "../pingu.hxx"
-#include "teleported.hxx"
+#include "../resource.hpp"
+#include "../display/scene_context.hpp"
+#include "../pingu.hpp"
+#include "teleported.hpp"
 
 namespace Actions {
 

Modified: branches/pingus_sdl/src/actions/teleported.hpp
===================================================================
--- branches/pingus_sdl/src/actions/teleported.hpp      2007-01-18 03:08:17 UTC 
(rev 2686)
+++ branches/pingus_sdl/src/actions/teleported.hpp      2007-01-18 03:21:39 UTC 
(rev 2687)
@@ -18,7 +18,7 @@
 #ifndef HEADER_PINGUS_ACTIONS_TELEPORTED_HXX
 #define HEADER_PINGUS_ACTIONS_TELEPORTED_HXX
 
-#include "../pingu_action.hxx"
+#include "../pingu_action.hpp"
 
 namespace Actions {
 

Modified: branches/pingus_sdl/src/actions/waiter.cpp
===================================================================
--- branches/pingus_sdl/src/actions/waiter.cpp  2007-01-18 03:08:17 UTC (rev 
2686)
+++ branches/pingus_sdl/src/actions/waiter.cpp  2007-01-18 03:21:39 UTC (rev 
2687)
@@ -18,10 +18,10 @@
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
 #include "../math/vector3f.hpp"
-#include "../display/scene_context.hxx"
-#include "../pingu.hxx"
-#include "../resource.hxx"
-#include "waiter.hxx"
+#include "../display/scene_context.hpp"
+#include "../pingu.hpp"
+#include "../resource.hpp"
+#include "waiter.hpp"
 
 namespace Actions {
 

Modified: branches/pingus_sdl/src/actions/waiter.hpp
===================================================================
--- branches/pingus_sdl/src/actions/waiter.hpp  2007-01-18 03:08:17 UTC (rev 
2686)
+++ branches/pingus_sdl/src/actions/waiter.hpp  2007-01-18 03:21:39 UTC (rev 
2687)
@@ -20,7 +20,7 @@
 #ifndef HEADER_PINGUS_ACTIONS_WAITER_HXX
 #define HEADER_PINGUS_ACTIONS_WAITER_HXX
 
-#include "../pingu_action.hxx"
+#include "../pingu_action.hpp"
 
 namespace Actions {
 

Modified: branches/pingus_sdl/src/actions/walker.cpp
===================================================================
--- branches/pingus_sdl/src/actions/walker.cpp  2007-01-18 03:08:17 UTC (rev 
2686)
+++ branches/pingus_sdl/src/actions/walker.cpp  2007-01-18 03:21:39 UTC (rev 
2687)
@@ -17,12 +17,12 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#include "../col_map.hxx"
-#include "../globals.hxx"
-#include "../display/scene_context.hxx"
-#include "../pingu.hxx"
-#include "../debug.hxx"
-#include "walker.hxx"
+#include "../col_map.hpp"
+#include "../globals.hpp"
+#include "../display/scene_context.hpp"
+#include "../pingu.hpp"
+#include "../debug.hpp"
+#include "walker.hpp"
 
 namespace Actions {
 

Modified: branches/pingus_sdl/src/actions/walker.hpp
===================================================================
--- branches/pingus_sdl/src/actions/walker.hpp  2007-01-18 03:08:17 UTC (rev 
2686)
+++ branches/pingus_sdl/src/actions/walker.hpp  2007-01-18 03:21:39 UTC (rev 
2687)
@@ -20,8 +20,8 @@
 #ifndef HEADER_PINGUS_ACTIONS_WALKER_HXX
 #define HEADER_PINGUS_ACTIONS_WALKER_HXX
 
-#include "../pingu_action.hxx"
-#include "../state_sprite.hxx"
+#include "../pingu_action.hpp"
+#include "../state_sprite.hpp"
 
 namespace Actions {
 

Modified: branches/pingus_sdl/src/blitter.cpp
===================================================================
--- branches/pingus_sdl/src/blitter.cpp 2007-01-18 03:08:17 UTC (rev 2686)
+++ branches/pingus_sdl/src/blitter.cpp 2007-01-18 03:21:39 UTC (rev 2687)
@@ -27,12 +27,12 @@
 #include <ClanLib/Display/pixel_buffer.h>
 #include <ClanLib/Display/pixel_format.h>
 
-#include "pingus_error.hxx"
-#include "globals.hxx"
-#include "math.hxx"
-#include "blitter.hxx"
-#include "debug.hxx"
-#include "blitter_impl.hxx"
+#include "pingus_error.hpp"
+#include "globals.hpp"
+#include "math.hpp"
+#include "blitter.hpp"
+#include "debug.hpp"
+#include "blitter_impl.hpp"
 
 /* Headers needed for i18n / gettext */
 #include "gettext.h"

Modified: branches/pingus_sdl/src/blitter.hpp
===================================================================
--- branches/pingus_sdl/src/blitter.hpp 2007-01-18 03:08:17 UTC (rev 2686)
+++ branches/pingus_sdl/src/blitter.hpp 2007-01-18 03:21:39 UTC (rev 2687)
@@ -20,7 +20,7 @@
 #ifndef HEADER_PINGUS_BLITTER_HXX
 #define HEADER_PINGUS_BLITTER_HXX
 
-#include "pingus.hxx"
+#include "pingus.hpp"
 #include "math/color.hpp"
 #include "math/rect.hpp"
 ////#include <ClanLib/Display/color.h>

Modified: branches/pingus_sdl/src/blitter_impl.hpp
===================================================================
--- branches/pingus_sdl/src/blitter_impl.hpp    2007-01-18 03:08:17 UTC (rev 
2686)
+++ branches/pingus_sdl/src/blitter_impl.hpp    2007-01-18 03:21:39 UTC (rev 
2687)
@@ -23,7 +23,7 @@
 #include <iostream>
 #include <ClanLib/Display/pixel_buffer.h>
 #include <ClanLib/Display/surface.h>
-#include "pingus.hxx"
+#include "pingus.hpp"
 
 
 /** A collection of helper functions for the blitter class */

Modified: branches/pingus_sdl/src/blitter_test.cpp
===================================================================
--- branches/pingus_sdl/src/blitter_test.cpp    2007-01-18 03:08:17 UTC (rev 
2686)
+++ branches/pingus_sdl/src/blitter_test.cpp    2007-01-18 03:21:39 UTC (rev 
2687)
@@ -19,10 +19,10 @@
 
 #include <ClanLib/Core/System/system.h>
 #include <ClanLib/Display/surface.h>
-#include "resource.hxx"
-#include "timer.hxx"
-#include "blitter.hxx"
-#include "blitter_test.hxx"
+#include "resource.hpp"
+#include "timer.hpp"
+#include "blitter.hpp"
+#include "blitter_test.hpp"
 
 
 class BlitterTestImpl 

Modified: branches/pingus_sdl/src/capture_rectangle.cpp
===================================================================
--- branches/pingus_sdl/src/capture_rectangle.cpp       2007-01-18 03:08:17 UTC 
(rev 2686)
+++ branches/pingus_sdl/src/capture_rectangle.cpp       2007-01-18 03:21:39 UTC 
(rev 2687)
@@ -18,14 +18,14 @@
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
 #include "math/vector3f.hpp"
-#include "pingu.hxx"
-#include "resource.hxx"
-#include "capture_rectangle.hxx"
-#include "pingu_action.hxx"
-#include "components/button_panel.hxx"
-#include "globals.hxx"
-#include "display/scene_context.hxx"
-#include "fonts.hxx"
+#include "pingu.hpp"
+#include "resource.hpp"
+#include "capture_rectangle.hpp"
+#include "pingu_action.hpp"
+#include "components/button_panel.hpp"
+#include "globals.hpp"
+#include "display/scene_context.hpp"
+#include "fonts.hpp"
 
 CaptureRectangle::CaptureRectangle (ButtonPanel* arg_button_panel)
   : pingu(0),

Modified: branches/pingus_sdl/src/cheat.cpp
===================================================================
--- branches/pingus_sdl/src/cheat.cpp   2007-01-18 03:08:17 UTC (rev 2686)
+++ branches/pingus_sdl/src/cheat.cpp   2007-01-18 03:21:39 UTC (rev 2687)
@@ -18,8 +18,8 @@
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
 #include <iostream>
-#include "pingus_error.hxx"
-#include "cheat.hxx"
+#include "pingus_error.hpp"
+#include "cheat.hpp"
 
 bool Cheat::unlimited_actions = false;
 bool Cheat::no_time_limit     = false;

Modified: branches/pingus_sdl/src/client.cpp
===================================================================
--- branches/pingus_sdl/src/client.cpp  2007-01-18 03:08:17 UTC (rev 2686)
+++ branches/pingus_sdl/src/client.cpp  2007-01-18 03:21:39 UTC (rev 2687)
@@ -18,20 +18,20 @@
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
 #include <iostream>
-#include "globals.hxx"
-#include "components/playfield.hxx"
-#include "timer.hxx"
-#include "resource.hxx"
-#include "sound/sound.hxx"
-#include "components/time_display.hxx"
-#include "components/pingus_counter.hxx"
-#include "components/smallmap.hxx"
-#include "components/hurry_up.hxx"
-#include "path_manager.hxx"
-#include "gui/cursor.hxx"
-#include "true_server.hxx"
-#include "components/button_panel.hxx"
-#include "gui/gui_manager.hxx"
+#include "globals.hpp"
+#include "components/playfield.hpp"
+#include "timer.hpp"
+#include "resource.hpp"
+#include "sound/sound.hpp"
+#include "components/time_display.hpp"
+#include "components/pingus_counter.hpp"
+#include "components/smallmap.hpp"
+#include "components/hurry_up.hpp"
+#include "path_manager.hpp"
+#include "gui/cursor.hpp"
+#include "true_server.hpp"
+#include "components/button_panel.hpp"
+#include "gui/gui_manager.hpp"
 
 
 Client::Client (TrueServer * s)

Modified: branches/pingus_sdl/src/client.hpp
===================================================================
--- branches/pingus_sdl/src/client.hpp  2007-01-18 03:08:17 UTC (rev 2686)
+++ branches/pingus_sdl/src/client.hpp  2007-01-18 03:21:39 UTC (rev 2687)
@@ -20,7 +20,7 @@
 #ifndef HEADER_PINGUS_CLIENT_HXX
 #define HEADER_PINGUS_CLIENT_HXX
 
-#include "gui/gui_screen.hxx"
+#include "gui/gui_screen.hpp"
 
 namespace Input {
 class Controller;

Modified: branches/pingus_sdl/src/col_map.cpp
===================================================================
--- branches/pingus_sdl/src/col_map.cpp 2007-01-18 03:08:17 UTC (rev 2686)
+++ branches/pingus_sdl/src/col_map.cpp 2007-01-18 03:21:39 UTC (rev 2687)
@@ -19,11 +19,11 @@
 
 #include <iostream>
 #include "SDL.h"
-#include "display/drawing_context.hxx"
-#include "globals.hxx"
-#include "col_map.hxx"
+#include "display/drawing_context.hpp"
+#include "globals.hpp"
+#include "col_map.hpp"
 #include "pixel_buffer.hpp"
-#include "pingus_error.hxx"
+#include "pingus_error.hpp"
 #include "gettext.h"
 
 #define COLMAP_WITH_MEMORY_HOLE 1

Modified: branches/pingus_sdl/src/col_map.hpp
===================================================================
--- branches/pingus_sdl/src/col_map.hpp 2007-01-18 03:08:17 UTC (rev 2686)
+++ branches/pingus_sdl/src/col_map.hpp 2007-01-18 03:21:39 UTC (rev 2687)
@@ -20,7 +20,7 @@
 #ifndef HEADER_PINGUS_COL_MAP_HXX
 #define HEADER_PINGUS_COL_MAP_HXX
 
-#include "groundtype.hxx"
+#include "groundtype.hpp"
 
 class CL_Surface;
 class PixelBuffer;

Modified: branches/pingus_sdl/src/collider.cpp
===================================================================
--- branches/pingus_sdl/src/collider.cpp        2007-01-18 03:08:17 UTC (rev 
2686)
+++ branches/pingus_sdl/src/collider.cpp        2007-01-18 03:21:39 UTC (rev 
2687)
@@ -17,10 +17,10 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#include "collider.hxx"
-#include "col_map.hxx"
+#include "collider.hpp"
+#include "col_map.hpp"
 #include "math/vector3f.hpp"
-#include "world.hxx"
+#include "world.hpp"
 
 Collider::Collider()
 {

Modified: branches/pingus_sdl/src/colliders/pingu_collider.cpp
===================================================================
--- branches/pingus_sdl/src/colliders/pingu_collider.cpp        2007-01-18 
03:08:17 UTC (rev 2686)
+++ branches/pingus_sdl/src/colliders/pingu_collider.cpp        2007-01-18 
03:21:39 UTC (rev 2687)
@@ -17,10 +17,10 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#include "../pingu_action.hxx"
-#include "../groundtype.hxx"
+#include "../pingu_action.hpp"
+#include "../groundtype.hpp"
 #include "../math/vector3f.hpp"
-#include "pingu_collider.hxx"
+#include "pingu_collider.hpp"
 
 namespace Colliders {
 

Modified: branches/pingus_sdl/src/colliders/pingu_collider.hpp
===================================================================
--- branches/pingus_sdl/src/colliders/pingu_collider.hpp        2007-01-18 
03:08:17 UTC (rev 2686)
+++ branches/pingus_sdl/src/colliders/pingu_collider.hpp        2007-01-18 
03:21:39 UTC (rev 2687)
@@ -20,7 +20,7 @@
 #ifndef HEADER_PINGUS_UPRIGHT_PINGU_COLLIDER_HXX
 #define HEADER_PINGUS_UPRIGHT_PINGU_COLLIDER_HXX
 
-#include "../collider.hxx"
+#include "../collider.hpp"
 
 namespace Colliders {
 

Modified: branches/pingus_sdl/src/collision_mask.cpp
===================================================================
--- branches/pingus_sdl/src/collision_mask.cpp  2007-01-18 03:08:17 UTC (rev 
2686)
+++ branches/pingus_sdl/src/collision_mask.cpp  2007-01-18 03:21:39 UTC (rev 
2687)
@@ -24,7 +24,7 @@
 */
 
 #include <iostream>
-#include "resource.hxx"
+#include "resource.hpp"
 #include "collision_mask.hpp"
 
 CollisionMask::CollisionMask()

Modified: branches/pingus_sdl/src/components/action_button.cpp
===================================================================
--- branches/pingus_sdl/src/components/action_button.cpp        2007-01-18 
03:08:17 UTC (rev 2686)
+++ branches/pingus_sdl/src/components/action_button.cpp        2007-01-18 
03:21:39 UTC (rev 2687)
@@ -17,15 +17,15 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#include "../globals.hxx"
-#include "../cheat.hxx"
-#include "../resource.hxx"
-#include "action_button.hxx"
-#include "../true_server.hxx"
-#include "../world.hxx"
-#include "../display/drawing_context.hxx"
-#include "../gui/display.hxx"
-#include "../fonts.hxx"
+#include "../globals.hpp"
+#include "../cheat.hpp"
+#include "../resource.hpp"
+#include "action_button.hpp"
+#include "../true_server.hpp"
+#include "../world.hpp"
+#include "../display/drawing_context.hpp"
+#include "../gui/display.hpp"
+#include "../fonts.hpp"
 #include "../math/vector3f.hpp"
 
 

Modified: branches/pingus_sdl/src/components/action_button.hpp
===================================================================
--- branches/pingus_sdl/src/components/action_button.hpp        2007-01-18 
03:08:17 UTC (rev 2686)
+++ branches/pingus_sdl/src/components/action_button.hpp        2007-01-18 
03:21:39 UTC (rev 2687)
@@ -22,9 +22,9 @@
 
 #include <string>
 #include "../font.hpp"
-#include "../pingu_enums.hxx"
-#include "../state_sprite.hxx"
-#include "../gui/component.hxx"
+#include "../pingu_enums.hpp"
+#include "../state_sprite.hpp"
+#include "../gui/component.hpp"
 
 class CL_Font;
 

Modified: branches/pingus_sdl/src/components/button_panel.cpp
===================================================================
--- branches/pingus_sdl/src/components/button_panel.cpp 2007-01-18 03:08:17 UTC 
(rev 2686)
+++ branches/pingus_sdl/src/components/button_panel.cpp 2007-01-18 03:21:39 UTC 
(rev 2687)
@@ -19,10 +19,10 @@
 
 #include <iostream>
 #include <algorithm>
-#include "../globals.hxx"
-#include "../true_server.hxx"
-#include "../client.hxx"
-#include "button_panel.hxx"
+#include "../globals.hpp"
+#include "../true_server.hpp"
+#include "../client.hpp"
+#include "button_panel.hpp"
 
 
 using namespace Actions;

Modified: branches/pingus_sdl/src/components/button_panel.hpp
===================================================================
--- branches/pingus_sdl/src/components/button_panel.hpp 2007-01-18 03:08:17 UTC 
(rev 2686)
+++ branches/pingus_sdl/src/components/button_panel.hpp 2007-01-18 03:21:39 UTC 
(rev 2687)
@@ -22,7 +22,7 @@
 
 #include <vector>
 
-#include "action_button.hxx"
+#include "action_button.hpp"
 
 class CL_InputEvent;
 

Modified: branches/pingus_sdl/src/components/hurry_up.cpp
===================================================================
--- branches/pingus_sdl/src/components/hurry_up.cpp     2007-01-18 03:08:17 UTC 
(rev 2686)
+++ branches/pingus_sdl/src/components/hurry_up.cpp     2007-01-18 03:21:39 UTC 
(rev 2687)
@@ -17,10 +17,10 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#include "../resource.hxx"
-#include "../fonts.hxx"
-#include "gui/display.hxx"
-#include "hurry_up.hxx"
+#include "../resource.hpp"
+#include "../fonts.hpp"
+#include "gui/display.hpp"
+#include "hurry_up.hpp"
 
 HurryUp::HurryUp (Client* c)
   : font(Fonts::pingus_large),

Modified: branches/pingus_sdl/src/components/hurry_up.hpp
===================================================================
--- branches/pingus_sdl/src/components/hurry_up.hpp     2007-01-18 03:08:17 UTC 
(rev 2686)
+++ branches/pingus_sdl/src/components/hurry_up.hpp     2007-01-18 03:21:39 UTC 
(rev 2687)
@@ -20,7 +20,7 @@
 #ifndef HEADER_PINGUS_HURRY_UP_HXX
 #define HEADER_PINGUS_HURRY_UP_HXX
 
-#include "../gui/component.hxx"
+#include "../gui/component.hpp"
 
 #include "../font.hpp"
 

Modified: branches/pingus_sdl/src/components/menu_button.cpp
===================================================================
--- branches/pingus_sdl/src/components/menu_button.cpp  2007-01-18 03:08:17 UTC 
(rev 2686)
+++ branches/pingus_sdl/src/components/menu_button.cpp  2007-01-18 03:21:39 UTC 
(rev 2687)
@@ -17,14 +17,14 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#include "../globals.hxx"
-#include "../debug.hxx"
-#include "../sound/sound.hxx"
-#include "../resource.hxx"
-#include "../pingus_menu_manager.hxx"
+#include "../globals.hpp"
+#include "../debug.hpp"
+#include "../sound/sound.hpp"
+#include "../resource.hpp"
+#include "../pingus_menu_manager.hpp"
 #include "../gettext.h"
 
-#include "menu_button.hxx"
+#include "menu_button.hpp"
 
 
 MenuButton::MenuButton(PingusMenu* menu_,

Modified: branches/pingus_sdl/src/components/menu_button.hpp
===================================================================
--- branches/pingus_sdl/src/components/menu_button.hpp  2007-01-18 03:08:17 UTC 
(rev 2686)
+++ branches/pingus_sdl/src/components/menu_button.hpp  2007-01-18 03:21:39 UTC 
(rev 2687)
@@ -24,7 +24,7 @@
 #include "sprite.hpp"
 #include "font.hpp"
 #include "math/vector2i.hpp"
-#include "../gui/component.hxx"
+#include "../gui/component.hpp"
 
 
 class PingusMenu;

Modified: branches/pingus_sdl/src/components/pingus_counter.cpp
===================================================================
--- branches/pingus_sdl/src/components/pingus_counter.cpp       2007-01-18 
03:08:17 UTC (rev 2686)
+++ branches/pingus_sdl/src/components/pingus_counter.cpp       2007-01-18 
03:21:39 UTC (rev 2687)
@@ -18,15 +18,15 @@
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
 #include <stdio.h>
-#include "../gui/display.hxx"
+#include "../gui/display.hpp"
 #include "../gettext.h"
-#include "../resource.hxx"
-#include "../world.hxx"
-#include "../pingu_holder.hxx"
-#include "../true_server.hxx"
-#include "../globals.hxx"
-#include "../fonts.hxx"
-#include "pingus_counter.hxx"
+#include "../resource.hpp"
+#include "../world.hpp"
+#include "../pingu_holder.hpp"
+#include "../true_server.hpp"
+#include "../globals.hpp"
+#include "../fonts.hpp"
+#include "pingus_counter.hpp"
 
 
 PingusCounter::PingusCounter(Server* s)

Modified: branches/pingus_sdl/src/components/pingus_counter.hpp
===================================================================
--- branches/pingus_sdl/src/components/pingus_counter.hpp       2007-01-18 
03:08:17 UTC (rev 2686)
+++ branches/pingus_sdl/src/components/pingus_counter.hpp       2007-01-18 
03:21:39 UTC (rev 2687)
@@ -20,7 +20,7 @@
 #ifndef HEADER_PINGUS_PINGUS_COUNTER_HXX
 #define HEADER_PINGUS_PINGUS_COUNTER_HXX
 
-#include "../gui/component.hxx"
+#include "../gui/component.hpp"
 #include "../font.hpp"
 #include "../sprite.hpp"
 

Modified: branches/pingus_sdl/src/components/playfield.cpp
===================================================================
--- branches/pingus_sdl/src/components/playfield.cpp    2007-01-18 03:08:17 UTC 
(rev 2686)
+++ branches/pingus_sdl/src/components/playfield.cpp    2007-01-18 03:21:39 UTC 
(rev 2687)
@@ -19,17 +19,17 @@
 
 #include <stdio.h>
 #include <iostream>
-#include "../globals.hxx"
-#include "../pingu_holder.hxx"
-#include "../display/drawing_context.hxx"
-#include "../display/scene_context.hxx"
-#include "../world.hxx"
-#include "../server.hxx"
-#include "../true_server.hxx"
-#include "../pingu.hxx"
-#include "../gui/display.hxx"
-#include "button_panel.hxx"
-#include "playfield.hxx"
+#include "../globals.hpp"
+#include "../pingu_holder.hpp"
+#include "../display/drawing_context.hpp"
+#include "../display/scene_context.hpp"
+#include "../world.hpp"
+#include "../server.hpp"
+#include "../true_server.hpp"
+#include "../pingu.hpp"
+#include "../gui/display.hpp"
+#include "button_panel.hpp"
+#include "playfield.hpp"
 
 
 Playfield::Playfield (Client* client_, const Rect& rect_)

Modified: branches/pingus_sdl/src/components/playfield.hpp
===================================================================
--- branches/pingus_sdl/src/components/playfield.hpp    2007-01-18 03:08:17 UTC 
(rev 2686)
+++ branches/pingus_sdl/src/components/playfield.hpp    2007-01-18 03:21:39 UTC 
(rev 2687)
@@ -20,10 +20,10 @@
 #ifndef HEADER_PINGUS_PLAYFIELD_HXX
 #define HEADER_PINGUS_PLAYFIELD_HXX
 
-#include "../client.hxx"
-#include "../graphic_context_state.hxx"
-#include "../gui/component.hxx"
-#include "../capture_rectangle.hxx"
+#include "../client.hpp"
+#include "../graphic_context_state.hpp"
+#include "../gui/component.hpp"
+#include "../capture_rectangle.hpp"
 
 class Pingu;
 class World;

Modified: branches/pingus_sdl/src/components/smallmap.cpp
===================================================================
--- branches/pingus_sdl/src/components/smallmap.cpp     2007-01-18 03:08:17 UTC 
(rev 2686)
+++ branches/pingus_sdl/src/components/smallmap.cpp     2007-01-18 03:21:39 UTC 
(rev 2687)
@@ -17,20 +17,20 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#include "../pingu_holder.hxx"
-#include "../gui/display.hxx"
-#include "../display/drawing_context.hxx"
-#include "../world.hxx"
-#include "../resource.hxx"
-#include "../col_map.hxx"
-#include "../true_server.hxx"
-#include "../smallmap_image.hxx"
-#include "../pingu.hxx"
-#include "../math.hxx"
+#include "../pingu_holder.hpp"
+#include "../gui/display.hpp"
+#include "../display/drawing_context.hpp"
+#include "../world.hpp"
+#include "../resource.hpp"
+#include "../col_map.hpp"
+#include "../true_server.hpp"
+#include "../smallmap_image.hpp"
+#include "../pingu.hpp"
+#include "../math.hpp"
 #include "../math/vector3f.hpp"
-#include "../globals.hxx"
-#include "playfield.hxx"
-#include "smallmap.hxx"
+#include "../globals.hpp"
+#include "playfield.hpp"
+#include "smallmap.hpp"
 
 
 SmallMap::SmallMap(Client* c)

Modified: branches/pingus_sdl/src/components/smallmap.hpp
===================================================================
--- branches/pingus_sdl/src/components/smallmap.hpp     2007-01-18 03:08:17 UTC 
(rev 2686)
+++ branches/pingus_sdl/src/components/smallmap.hpp     2007-01-18 03:21:39 UTC 
(rev 2687)
@@ -21,7 +21,7 @@
 #define HEADER_PINGUS_SMALLMAP_HXX
 
 #include "../sprite.hpp"
-#include "../gui/component.hxx"
+#include "../gui/component.hpp"
 
 class Client;
 class Vector3f;

Modified: branches/pingus_sdl/src/components/time_display.cpp
===================================================================
--- branches/pingus_sdl/src/components/time_display.cpp 2007-01-18 03:08:17 UTC 
(rev 2686)
+++ branches/pingus_sdl/src/components/time_display.cpp 2007-01-18 03:21:39 UTC 
(rev 2687)
@@ -20,16 +20,16 @@
 #include <assert.h>
 #include <stdio.h>
 
-#include "../gui/display.hxx"
-#include "../globals.hxx"
-#include "../resource.hxx"
-#include "../world.hxx"
-#include "../true_server.hxx"
-#include "../client.hxx"
-#include "../game_time.hxx"
-#include "../fonts.hxx"
+#include "../gui/display.hpp"
+#include "../globals.hpp"
+#include "../resource.hpp"
+#include "../world.hpp"
+#include "../true_server.hpp"
+#include "../client.hpp"
+#include "../game_time.hpp"
+#include "../fonts.hpp"
 
-#include "time_display.hxx"
+#include "time_display.hpp"
 
 
 TimeDisplay::TimeDisplay (Client* c)

Modified: branches/pingus_sdl/src/components/time_display.hpp
===================================================================
--- branches/pingus_sdl/src/components/time_display.hpp 2007-01-18 03:08:17 UTC 
(rev 2686)
+++ branches/pingus_sdl/src/components/time_display.hpp 2007-01-18 03:21:39 UTC 
(rev 2687)
@@ -20,7 +20,7 @@
 #ifndef HEADER_PINGUS_TIME_DISPLAY_HXX
 #define HEADER_PINGUS_TIME_DISPLAY_HXX
 
-#include "../gui/component.hxx"
+#include "../gui/component.hpp"
 
 class Font;
 class Server;

Modified: branches/pingus_sdl/src/config.cpp
===================================================================
--- branches/pingus_sdl/src/config.cpp  2007-01-18 03:08:17 UTC (rev 2686)
+++ branches/pingus_sdl/src/config.cpp  2007-01-18 03:21:39 UTC (rev 2687)
@@ -20,11 +20,11 @@
 #include <stdio.h>
 #include <iostream>
 
-#include "globals.hxx"
-#include "pingus_error.hxx"
-#include "config.hxx"
-#include "system.hxx"
-#include "cheat.hxx"
+#include "globals.hpp"
+#include "pingus_error.hpp"
+#include "config.hpp"
+#include "system.hpp"
+#include "cheat.hpp"
 #include "gettext.h"
 
 

Modified: branches/pingus_sdl/src/config.hpp
===================================================================
--- branches/pingus_sdl/src/config.hpp  2007-01-18 03:08:17 UTC (rev 2686)
+++ branches/pingus_sdl/src/config.hpp  2007-01-18 03:21:39 UTC (rev 2687)
@@ -20,7 +20,7 @@
 #ifndef HEADER_PINGUS_CONFIG_HXX
 #define HEADER_PINGUS_CONFIG_HXX
 
-#include "pingus.hxx"
+#include "pingus.hpp"
 #include <string>
 #include <fstream>
 

Modified: branches/pingus_sdl/src/console.cpp
===================================================================
--- branches/pingus_sdl/src/console.cpp 2007-01-18 03:08:17 UTC (rev 2686)
+++ branches/pingus_sdl/src/console.cpp 2007-01-18 03:21:39 UTC (rev 2687)
@@ -19,9 +19,9 @@
 
 #include <config.h>
 #include <assert.h>
-#include "fonts.hxx"
-#include "console.hxx"
-#include "math.hxx"
+#include "fonts.hpp"
+#include "console.hpp"
+#include "math.hpp"
 
 using std::ostream;
 

Modified: branches/pingus_sdl/src/console.hpp
===================================================================
--- branches/pingus_sdl/src/console.hpp 2007-01-18 03:08:17 UTC (rev 2686)
+++ branches/pingus_sdl/src/console.hpp 2007-01-18 03:21:39 UTC (rev 2687)
@@ -22,7 +22,7 @@
 
 #include <string>
 #include <iostream>
-#include "gui/display.hxx"
+#include "gui/display.hpp"
 
 
 class ConsoleBuffer :

Modified: branches/pingus_sdl/src/credits.cpp
===================================================================
--- branches/pingus_sdl/src/credits.cpp 2007-01-18 03:08:17 UTC (rev 2686)
+++ branches/pingus_sdl/src/credits.cpp 2007-01-18 03:21:39 UTC (rev 2687)
@@ -18,17 +18,17 @@
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
 #include <iostream>
-#include "gui/screen_manager.hxx"
-#include "gui/surface_button.hxx"
-#include "gui/gui_manager.hxx"
-#include "sound/sound.hxx"
-#include "stat_manager.hxx"
-#include "resource.hxx"
-#include "res_descriptor.hxx"
-#include "credits.hxx"
-#include "fonts.hxx"
+#include "gui/screen_manager.hpp"
+#include "gui/surface_button.hpp"
+#include "gui/gui_manager.hpp"
+#include "sound/sound.hpp"
+#include "stat_manager.hpp"
+#include "resource.hpp"
+#include "res_descriptor.hpp"
+#include "credits.hpp"
+#include "fonts.hpp"
 #include "gettext.h"
-#include "gui/display.hxx"
+#include "gui/display.hpp"
 
 class CreditsOkButton
   : public GUI::SurfaceButton

Modified: branches/pingus_sdl/src/credits.hpp
===================================================================
--- branches/pingus_sdl/src/credits.hpp 2007-01-18 03:08:17 UTC (rev 2686)
+++ branches/pingus_sdl/src/credits.hpp 2007-01-18 03:21:39 UTC (rev 2687)
@@ -22,7 +22,7 @@
 
 #include <string>
 #include <vector>
-#include "gui/gui_screen.hxx"
+#include "gui/gui_screen.hpp"
 #include "font.hpp"
 #include "sprite.hpp"
 

Modified: branches/pingus_sdl/src/debug.cpp
===================================================================
--- branches/pingus_sdl/src/debug.cpp   2007-01-18 03:08:17 UTC (rev 2686)
+++ branches/pingus_sdl/src/debug.cpp   2007-01-18 03:21:39 UTC (rev 2687)
@@ -17,7 +17,7 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#include "debug.hxx"
+#include "debug.hpp"
 
 
 /* Stream for error messages */

Modified: branches/pingus_sdl/src/debug.hpp
===================================================================
--- branches/pingus_sdl/src/debug.hpp   2007-01-18 03:08:17 UTC (rev 2686)
+++ branches/pingus_sdl/src/debug.hpp   2007-01-18 03:21:39 UTC (rev 2687)
@@ -20,7 +20,7 @@
 #ifndef HEADER_PINGUS_DEBUG_HXX
 #define HEADER_PINGUS_DEBUG_HXX
 
-#include "debug_stream.hxx"
+#include "debug_stream.hpp"
 
 
 /* Stream for error messages */

Modified: branches/pingus_sdl/src/debug_stream.cpp
===================================================================
--- branches/pingus_sdl/src/debug_stream.cpp    2007-01-18 03:08:17 UTC (rev 
2686)
+++ branches/pingus_sdl/src/debug_stream.cpp    2007-01-18 03:21:39 UTC (rev 
2687)
@@ -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.
 
-#include "debug_stream.hxx"
-#include "globals.hxx"
+#include "debug_stream.hpp"
+#include "globals.hpp"
 
 using std::ostream;
 

Modified: branches/pingus_sdl/src/debug_stream.hpp
===================================================================
--- branches/pingus_sdl/src/debug_stream.hpp    2007-01-18 03:08:17 UTC (rev 
2686)
+++ branches/pingus_sdl/src/debug_stream.hpp    2007-01-18 03:21:39 UTC (rev 
2687)
@@ -20,7 +20,7 @@
 #ifndef HEADER_PINGUS_DEBUG_STREAM_HXX
 #define HEADER_PINGUS_DEBUG_STREAM_HXX
 
-#include "pingus.hxx"
+#include "pingus.hpp"
 #include <string>
 #include <vector>
 #include <iostream>

Modified: branches/pingus_sdl/src/delta_manager.hpp
===================================================================
--- branches/pingus_sdl/src/delta_manager.hpp   2007-01-18 03:08:17 UTC (rev 
2686)
+++ branches/pingus_sdl/src/delta_manager.hpp   2007-01-18 03:21:39 UTC (rev 
2687)
@@ -23,7 +23,7 @@
 #include "SDL.h"
 #include <assert.h>
 #include <iostream>
-#include "pingus.hxx"
+#include "pingus.hpp"
 
 
 class DeltaManager

Modified: branches/pingus_sdl/src/demo_player.cpp
===================================================================
--- branches/pingus_sdl/src/demo_player.cpp     2007-01-18 03:08:17 UTC (rev 
2686)
+++ branches/pingus_sdl/src/demo_player.cpp     2007-01-18 03:21:39 UTC (rev 
2687)
@@ -18,9 +18,9 @@
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
 #include <iostream>
-#include "server.hxx"
-#include "demo_player.hxx"
-#include "xml_pdf.hxx"
+#include "server.hpp"
+#include "demo_player.hpp"
+#include "xml_pdf.hpp"
 
 
 DemoPlayer::DemoPlayer(Server* s, XMLPDF* pdf)

Modified: branches/pingus_sdl/src/demo_player.hpp
===================================================================
--- branches/pingus_sdl/src/demo_player.hpp     2007-01-18 03:08:17 UTC (rev 
2686)
+++ branches/pingus_sdl/src/demo_player.hpp     2007-01-18 03:21:39 UTC (rev 
2687)
@@ -21,7 +21,7 @@
 #define HEADER_PINGUS_DEMO_PLAYER_HXX
 
 #include <vector>
-#include "server_event.hxx"
+#include "server_event.hpp"
 
 
 class Server;

Modified: branches/pingus_sdl/src/demo_recorder.cpp
===================================================================
--- branches/pingus_sdl/src/demo_recorder.cpp   2007-01-18 03:08:17 UTC (rev 
2686)
+++ branches/pingus_sdl/src/demo_recorder.cpp   2007-01-18 03:21:39 UTC (rev 
2687)
@@ -20,9 +20,9 @@
 #include <time.h>
 #include <assert.h>
 #include <iostream>
-#include "system.hxx"
-#include "demo_recorder.hxx"
-#include "server.hxx"
+#include "system.hpp"
+#include "demo_recorder.hpp"
+#include "server.hpp"
 #include "gettext.h"
 
 

Modified: branches/pingus_sdl/src/demo_recorder.hpp
===================================================================
--- branches/pingus_sdl/src/demo_recorder.hpp   2007-01-18 03:08:17 UTC (rev 
2686)
+++ branches/pingus_sdl/src/demo_recorder.hpp   2007-01-18 03:21:39 UTC (rev 
2687)
@@ -20,7 +20,7 @@
 #ifndef HEADER_PINGUS_DEMO_RECORDER_HXX
 #define HEADER_PINGUS_DEMO_RECORDER_HXX
 
-#include "pingus.hxx"
+#include "pingus.hpp"
 #include <fstream>
 #include <string>
 

Modified: branches/pingus_sdl/src/demo_session.cpp
===================================================================
--- branches/pingus_sdl/src/demo_session.cpp    2007-01-18 03:08:17 UTC (rev 
2686)
+++ branches/pingus_sdl/src/demo_session.cpp    2007-01-18 03:21:39 UTC (rev 
2687)
@@ -19,15 +19,15 @@
 
 #include <ClanLib/Display/keyboard.h>
 #include <ClanLib/Display/keys.h>
-#include "math.hxx"
-#include "xml_pdf.hxx"
-#include "true_server.hxx"
-#include "world.hxx"
-#include "demo_player.hxx"
-#include "components/pingus_counter.hxx"
-#include "gui/gui_manager.hxx"
-#include "display/scene_context.hxx"
-#include "demo_session.hxx"
+#include "math.hpp"
+#include "xml_pdf.hpp"
+#include "true_server.hpp"
+#include "world.hpp"
+#include "demo_player.hpp"
+#include "components/pingus_counter.hpp"
+#include "gui/gui_manager.hpp"
+#include "display/scene_context.hpp"
+#include "demo_session.hpp"
 
 
 DemoSession::DemoSession(const std::string& filename)

Modified: branches/pingus_sdl/src/demo_session.hpp
===================================================================
--- branches/pingus_sdl/src/demo_session.hpp    2007-01-18 03:08:17 UTC (rev 
2686)
+++ branches/pingus_sdl/src/demo_session.hpp    2007-01-18 03:21:39 UTC (rev 
2687)
@@ -20,7 +20,7 @@
 #ifndef HEADER_PINGUS_DEMO_SESSION_HXX
 #define HEADER_PINGUS_DEMO_SESSION_HXX
 
-#include "gui/gui_screen.hxx"
+#include "gui/gui_screen.hpp"
 
 
 class Server;

Modified: branches/pingus_sdl/src/direction.cpp
===================================================================
--- branches/pingus_sdl/src/direction.cpp       2007-01-18 03:08:17 UTC (rev 
2686)
+++ branches/pingus_sdl/src/direction.cpp       2007-01-18 03:21:39 UTC (rev 
2687)
@@ -17,7 +17,7 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#include "direction.hxx"
+#include "direction.hpp"
 
 
 Direction::Direction() : direction(NONE)

Modified: branches/pingus_sdl/src/direction.hpp
===================================================================
--- branches/pingus_sdl/src/direction.hpp       2007-01-18 03:08:17 UTC (rev 
2686)
+++ branches/pingus_sdl/src/direction.hpp       2007-01-18 03:21:39 UTC (rev 
2687)
@@ -20,7 +20,7 @@
 #ifndef HEADER_PINGUS_DIRECTION_HXX
 #define HEADER_PINGUS_DIRECTION_HXX
 
-#include "pingus.hxx"
+#include "pingus.hpp"
 
 
 /// Simple class for managing the direction of a pingu

Modified: branches/pingus_sdl/src/display/drawing_context.cpp
===================================================================
--- branches/pingus_sdl/src/display/drawing_context.cpp 2007-01-18 03:08:17 UTC 
(rev 2686)
+++ branches/pingus_sdl/src/display/drawing_context.cpp 2007-01-18 03:21:39 UTC 
(rev 2687)
@@ -20,8 +20,8 @@
 #include <assert.h>
 #include <iostream>
 #include <iostream>
-#include "drawing_context.hxx"
-#include "gui/display.hxx"
+#include "drawing_context.hpp"
+#include "gui/display.hpp"
 #include "../sprite.hpp"
 #include "../font.hpp"
 #include "../math/origin.hpp"

Modified: branches/pingus_sdl/src/display/drawing_context.hpp
===================================================================
--- branches/pingus_sdl/src/display/drawing_context.hpp 2007-01-18 03:08:17 UTC 
(rev 2686)
+++ branches/pingus_sdl/src/display/drawing_context.hpp 2007-01-18 03:21:39 UTC 
(rev 2687)
@@ -24,7 +24,7 @@
 //#include <ClanLib/Display/color.h>
 #include "SDL.h"
 #include <vector>
-#include "drawing_request.hxx"
+#include "drawing_request.hpp"
 #include "../math/vector3f.hpp"
 #include "../math/rect.hpp"
 #include "../math/color.hpp"

Modified: branches/pingus_sdl/src/display/scene_context.cpp
===================================================================
--- branches/pingus_sdl/src/display/scene_context.cpp   2007-01-18 03:08:17 UTC 
(rev 2686)
+++ branches/pingus_sdl/src/display/scene_context.cpp   2007-01-18 03:21:39 UTC 
(rev 2687)
@@ -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.
 
-#include "gui/display.hxx"
-#include "scene_context.hxx"
+#include "gui/display.hpp"
+#include "scene_context.hpp"
 
 #define SCALE_FACTOR 8.0f
 

Modified: branches/pingus_sdl/src/display/scene_context.hpp
===================================================================
--- branches/pingus_sdl/src/display/scene_context.hpp   2007-01-18 03:08:17 UTC 
(rev 2686)
+++ branches/pingus_sdl/src/display/scene_context.hpp   2007-01-18 03:21:39 UTC 
(rev 2687)
@@ -21,7 +21,7 @@
 #define HEADER_SCENE_CONTEXT_HXX
 
 #include "SDL.h"
-#include "drawing_context.hxx"
+#include "drawing_context.hpp"
 
 class SceneContextImpl;
 

Modified: branches/pingus_sdl/src/display/scene_graph.cpp
===================================================================
--- branches/pingus_sdl/src/display/scene_graph.cpp     2007-01-18 03:08:17 UTC 
(rev 2686)
+++ branches/pingus_sdl/src/display/scene_graph.cpp     2007-01-18 03:21:39 UTC 
(rev 2687)
@@ -24,8 +24,8 @@
 */
 
 #include <SDL.h>
-#include "scene_node.hxx"
-#include "scene_graph.hxx"
+#include "scene_node.hpp"
+#include "scene_graph.hpp"
 
 extern SDL_Surface* global_screen;
 

Modified: branches/pingus_sdl/src/display/scene_node.cpp
===================================================================
--- branches/pingus_sdl/src/display/scene_node.cpp      2007-01-18 03:08:17 UTC 
(rev 2686)
+++ branches/pingus_sdl/src/display/scene_node.cpp      2007-01-18 03:21:39 UTC 
(rev 2687)
@@ -23,7 +23,7 @@
 **  02111-1307, USA.
 */
 
-#include "scene_node.hxx"
+#include "scene_node.hpp"
 
 SceneNode::SceneNode()
 {

Modified: branches/pingus_sdl/src/display/scene_test.cpp
===================================================================
--- branches/pingus_sdl/src/display/scene_test.cpp      2007-01-18 03:08:17 UTC 
(rev 2686)
+++ branches/pingus_sdl/src/display/scene_test.cpp      2007-01-18 03:21:39 UTC 
(rev 2687)
@@ -2,8 +2,8 @@
 #include <SDL_image.h>
 #include <stdlib.h>
 #include <iostream>
-#include "scene_graph.hxx"
-#include "sprite_node.hxx"
+#include "scene_graph.hpp"
+#include "sprite_node.hpp"
 
 SDL_Surface* global_screen;
 

Modified: branches/pingus_sdl/src/display/sprite_node.cpp
===================================================================
--- branches/pingus_sdl/src/display/sprite_node.cpp     2007-01-18 03:08:17 UTC 
(rev 2686)
+++ branches/pingus_sdl/src/display/sprite_node.cpp     2007-01-18 03:21:39 UTC 
(rev 2687)
@@ -20,8 +20,8 @@
 #include <SDL.h>
 #include <SDL_image.h>
 #include <string>
-#include "scene_graph.hxx"
-#include "sprite_node.hxx"
+#include "scene_graph.hpp"
+#include "sprite_node.hpp"
 
 extern SDL_Surface* global_screen;
 

Modified: branches/pingus_sdl/src/display/sprite_node.hpp
===================================================================
--- branches/pingus_sdl/src/display/sprite_node.hpp     2007-01-18 03:08:17 UTC 
(rev 2686)
+++ branches/pingus_sdl/src/display/sprite_node.hpp     2007-01-18 03:21:39 UTC 
(rev 2687)
@@ -18,7 +18,7 @@
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
 #include "../math/point.hpp"
-#include "scene_node.hxx"
+#include "scene_node.hpp"
 
 class SpriteNode : public SceneNode
 {

Modified: branches/pingus_sdl/src/dummy_screen.hpp
===================================================================
--- branches/pingus_sdl/src/dummy_screen.hpp    2007-01-18 03:08:17 UTC (rev 
2686)
+++ branches/pingus_sdl/src/dummy_screen.hpp    2007-01-18 03:21:39 UTC (rev 
2687)
@@ -20,7 +20,7 @@
 #ifndef HEADER_PINGUS_DUMMY_SCREEN_HXX
 #define HEADER_PINGUS_DUMMY_SCREEN_HXX
 
-#include "gui/screen.hxx"
+#include "gui/screen.hpp"
 
 
 class DrawingContext;

Modified: branches/pingus_sdl/src/editor/context_menu.cpp
===================================================================
--- branches/pingus_sdl/src/editor/context_menu.cpp     2007-01-18 03:08:17 UTC 
(rev 2686)
+++ branches/pingus_sdl/src/editor/context_menu.cpp     2007-01-18 03:21:39 UTC 
(rev 2687)
@@ -17,12 +17,12 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#include "context_menu.hxx"
-#include "level_objs.hxx"
-#include "editor_viewport.hxx"
-#include "editor_screen.hxx"
-#include "../gui/gui_manager.hxx"
-#include "../fonts.hxx"
+#include "context_menu.hpp"
+#include "level_objs.hpp"
+#include "editor_viewport.hpp"
+#include "editor_screen.hpp"
+#include "../gui/gui_manager.hpp"
+#include "../fonts.hpp"
 
 namespace Editor {
 

Modified: branches/pingus_sdl/src/editor/context_menu.hpp
===================================================================
--- branches/pingus_sdl/src/editor/context_menu.hpp     2007-01-18 03:08:17 UTC 
(rev 2686)
+++ branches/pingus_sdl/src/editor/context_menu.hpp     2007-01-18 03:21:39 UTC 
(rev 2687)
@@ -23,7 +23,7 @@
 #include <vector>
 #include <string>
 #include "../math/vector3f.hpp"
-#include "../gui/component.hxx"
+#include "../gui/component.hpp"
 
 namespace Editor {
 

Modified: branches/pingus_sdl/src/editor/editor_panel.cpp
===================================================================
--- branches/pingus_sdl/src/editor/editor_panel.cpp     2007-01-18 03:08:17 UTC 
(rev 2686)
+++ branches/pingus_sdl/src/editor/editor_panel.cpp     2007-01-18 03:21:39 UTC 
(rev 2687)
@@ -18,18 +18,18 @@
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
 #include <vector>
-#include "../resource.hxx"
-#include "../gui/display.hxx"
+#include "../resource.hpp"
+#include "../gui/display.hpp"
 #include "../math/vector3f.hpp"
-#include "../display/drawing_context.hxx"
-#include "../gui/gui_manager.hxx"
-#include "../gui/checkbox.hxx"
-#include "../gui/combobox.hxx"
-#include "../fonts.hxx"
-#include "editor_panel.hxx"
-#include "editor_screen.hxx"
-#include "editor_viewport.hxx"
-#include "panel_buttons.hxx"
+#include "../display/drawing_context.hpp"
+#include "../gui/gui_manager.hpp"
+#include "../gui/checkbox.hpp"
+#include "../gui/combobox.hpp"
+#include "../fonts.hpp"
+#include "editor_panel.hpp"
+#include "editor_screen.hpp"
+#include "editor_viewport.hpp"
+#include "panel_buttons.hpp"
 
 
        class GUI::Component;

Modified: branches/pingus_sdl/src/editor/editor_panel.hpp
===================================================================
--- branches/pingus_sdl/src/editor/editor_panel.hpp     2007-01-18 03:08:17 UTC 
(rev 2686)
+++ branches/pingus_sdl/src/editor/editor_panel.hpp     2007-01-18 03:21:39 UTC 
(rev 2687)
@@ -22,9 +22,9 @@
 
 #include <vector>
 #include <iostream>
-#include "../gui/component.hxx"
-#include "../gui/checkbox_listener.hxx"
-#include "../gui/combobox_listener.hxx"
+#include "../gui/component.hpp"
+#include "../gui/checkbox_listener.hpp"
+#include "../gui/combobox_listener.hpp"
 
 
        class DrawingContext;

Modified: branches/pingus_sdl/src/editor/editor_screen.cpp
===================================================================
--- branches/pingus_sdl/src/editor/editor_screen.cpp    2007-01-18 03:08:17 UTC 
(rev 2686)
+++ branches/pingus_sdl/src/editor/editor_screen.cpp    2007-01-18 03:21:39 UTC 
(rev 2687)
@@ -18,22 +18,22 @@
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
 #include <iostream>
-#include "../gui/display.hxx"
-#include "../system.hxx"
-#include "../sound/sound.hxx"
-#include "../gui/gui_manager.hxx"
-#include "../gui/screen_manager.hxx"
-#include "../display/drawing_context.hxx"
-#include "../res_descriptor.hxx"
-#include "../resource.hxx"
-#include "../fonts.hxx"
-#include "../file_dialog.hxx"
-#include "../path_manager.hxx"
-#include "editor_screen.hxx"
-#include "editor_panel.hxx"
-#include "editor_viewport.hxx"
-#include "xml_level.hxx"
-#include "level_objs.hxx"
+#include "../gui/display.hpp"
+#include "../system.hpp"
+#include "../sound/sound.hpp"
+#include "../gui/gui_manager.hpp"
+#include "../gui/screen_manager.hpp"
+#include "../display/drawing_context.hpp"
+#include "../res_descriptor.hpp"
+#include "../resource.hpp"
+#include "../fonts.hpp"
+#include "../file_dialog.hpp"
+#include "../path_manager.hpp"
+#include "editor_screen.hpp"
+#include "editor_panel.hpp"
+#include "editor_viewport.hpp"
+#include "xml_level.hpp"
+#include "level_objs.hpp"
 
 
 namespace Editor {

Modified: branches/pingus_sdl/src/editor/editor_screen.hpp
===================================================================
--- branches/pingus_sdl/src/editor/editor_screen.hpp    2007-01-18 03:08:17 UTC 
(rev 2686)
+++ branches/pingus_sdl/src/editor/editor_screen.hpp    2007-01-18 03:21:39 UTC 
(rev 2687)
@@ -20,8 +20,8 @@
 #ifndef HEADER_PINGUS_EDITOR_SCREEN_HXX
 #define HEADER_PINGUS_EDITOR_SCREEN_HXX
 
-#include "../gui/gui_screen.hxx"
-#include "../file_dialog_listener.hxx"
+#include "../gui/gui_screen.hpp"
+#include "../file_dialog_listener.hpp"
 
 
 class DrawingContext;

Modified: branches/pingus_sdl/src/editor/editor_viewport.cpp
===================================================================
--- branches/pingus_sdl/src/editor/editor_viewport.cpp  2007-01-18 03:08:17 UTC 
(rev 2686)
+++ branches/pingus_sdl/src/editor/editor_viewport.cpp  2007-01-18 03:21:39 UTC 
(rev 2687)
@@ -20,16 +20,16 @@
 #include <vector>
 #include <string>
 #include <iostream>
-#include "../gui/gui_manager.hxx"
-#include "../gui/display.hxx"
-#include "../display/drawing_context.hxx"
+#include "../gui/gui_manager.hpp"
+#include "../gui/display.hpp"
+#include "../display/drawing_context.hpp"
 #include "../math/vector3f.hpp"
-#include "../graphic_context_state.hxx"
-#include "editor_viewport.hxx"
-#include "editor_screen.hxx"
-#include "context_menu.hxx"
-#include "xml_level.hxx"
-#include "level_objs.hxx"
+#include "../graphic_context_state.hpp"
+#include "editor_viewport.hpp"
+#include "editor_screen.hpp"
+#include "context_menu.hpp"
+#include "xml_level.hpp"
+#include "level_objs.hpp"
 
 namespace Editor {
 

Modified: branches/pingus_sdl/src/editor/editor_viewport.hpp
===================================================================
--- branches/pingus_sdl/src/editor/editor_viewport.hpp  2007-01-18 03:08:17 UTC 
(rev 2686)
+++ branches/pingus_sdl/src/editor/editor_viewport.hpp  2007-01-18 03:21:39 UTC 
(rev 2687)
@@ -20,8 +20,8 @@
 #ifndef HEADER_PINGUS_EDITOR_VIEWPORT_HXX
 #define HEADER_PINGUS_EDITOR_VIEWPORT_HXX
 
-#include "../gui/component.hxx"
-#include "../graphic_context_state.hxx"
+#include "../gui/component.hpp"
+#include "../graphic_context_state.hpp"
 #include <vector>
 #include <string>
 

Modified: branches/pingus_sdl/src/editor/level_head.cpp
===================================================================
--- branches/pingus_sdl/src/editor/level_head.cpp       2007-01-18 03:08:17 UTC 
(rev 2686)
+++ branches/pingus_sdl/src/editor/level_head.cpp       2007-01-18 03:21:39 UTC 
(rev 2687)
@@ -17,22 +17,22 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#include "../display/drawing_context.hxx"
-#include "../gui/gui_manager.hxx"
-#include "../gui/surface_button.hxx"
-#include "../gui/input_box.hxx"
-#include "../sound/sound.hxx"
-#include "../resource.hxx"
+#include "../display/drawing_context.hpp"
+#include "../gui/gui_manager.hpp"
+#include "../gui/surface_button.hpp"
+#include "../gui/input_box.hpp"
+#include "../sound/sound.hpp"
+#include "../resource.hpp"
 #include "../math/vector3f.hpp"
-#include "../fonts.hxx"
+#include "../fonts.hpp"
 #include "../gettext.h"
-#include "level_head.hxx"
-#include "level_impl.hxx"
-#include "../gui/display.hxx"
-#include "panel_buttons.hxx"
-#include "editor_panel.hxx"
-#include "editor_screen.hxx"
-#include "xml_level.hxx"
+#include "level_head.hpp"
+#include "level_impl.hpp"
+#include "../gui/display.hpp"
+#include "panel_buttons.hpp"
+#include "editor_panel.hpp"
+#include "editor_screen.hpp"
+#include "xml_level.hpp"
 
 namespace Editor {
   

Modified: branches/pingus_sdl/src/editor/level_head.hpp
===================================================================
--- branches/pingus_sdl/src/editor/level_head.hpp       2007-01-18 03:08:17 UTC 
(rev 2686)
+++ branches/pingus_sdl/src/editor/level_head.hpp       2007-01-18 03:21:39 UTC 
(rev 2687)
@@ -20,7 +20,7 @@
 #ifndef HEADER_PINGUS_EDITOR_LEVEL_HEAD_HXX
 #define HEADER_PINGUS_EDITOR_LEVEL_HEAD_HXX
 
-#include "../gui/component.hxx"
+#include "../gui/component.hpp"
 
 
        class Vector3f; 

Modified: branches/pingus_sdl/src/editor/level_impl.hpp
===================================================================
--- branches/pingus_sdl/src/editor/level_impl.hpp       2007-01-18 03:08:17 UTC 
(rev 2686)
+++ branches/pingus_sdl/src/editor/level_impl.hpp       2007-01-18 03:21:39 UTC 
(rev 2687)
@@ -24,7 +24,7 @@
 #include <string>
 #include <vector>
 #include <algorithm>
-#include "level_objs.hxx"
+#include "level_objs.hpp"
 
 
 namespace Editor {

Modified: branches/pingus_sdl/src/editor/level_objs.cpp
===================================================================
--- branches/pingus_sdl/src/editor/level_objs.cpp       2007-01-18 03:08:17 UTC 
(rev 2686)
+++ branches/pingus_sdl/src/editor/level_objs.cpp       2007-01-18 03:21:39 UTC 
(rev 2687)
@@ -19,14 +19,14 @@
 
 #include <string>
 #include <iostream>
-#include "level_objs.hxx"
-#include "level_impl.hxx"
-#include "../blitter.hxx"
-#include "../resource.hxx"
-#include "../res_descriptor.hxx"
-#include "../gui/display.hxx"
-#include "../display/drawing_context.hxx"
-#include "../xml_file_writer.hxx"
+#include "level_objs.hpp"
+#include "level_impl.hpp"
+#include "../blitter.hpp"
+#include "../resource.hpp"
+#include "../res_descriptor.hpp"
+#include "../gui/display.hpp"
+#include "../display/drawing_context.hpp"
+#include "../xml_file_writer.hpp"
 
 
 namespace Editor {

Modified: branches/pingus_sdl/src/editor/level_objs.hpp
===================================================================
--- branches/pingus_sdl/src/editor/level_objs.hpp       2007-01-18 03:08:17 UTC 
(rev 2686)
+++ branches/pingus_sdl/src/editor/level_objs.hpp       2007-01-18 03:21:39 UTC 
(rev 2687)
@@ -24,7 +24,7 @@
 #include "../math/color.hpp"
 #include "../math/origin.hpp"
 #include "../math/vector3f.hpp"
-#include "../res_descriptor.hxx"
+#include "../res_descriptor.hpp"
 #include <string>
 
 

Modified: branches/pingus_sdl/src/editor/panel_buttons.cpp
===================================================================
--- branches/pingus_sdl/src/editor/panel_buttons.cpp    2007-01-18 03:08:17 UTC 
(rev 2686)
+++ branches/pingus_sdl/src/editor/panel_buttons.cpp    2007-01-18 03:21:39 UTC 
(rev 2687)
@@ -18,18 +18,18 @@
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
 #include <vector>
-#include "../gui/combobox.hxx"
-#include "../gui/gui_manager.hxx"
-#include "../display/scene_context.hxx"
-#include "../path_manager.hxx"
-#include "../fonts.hxx"
-#include "../resource.hxx"
-#include "panel_buttons.hxx"
-#include "editor_screen.hxx"
-#include "editor_panel.hxx"
-#include "level_objs.hxx"
-#include "level_head.hxx"
-#include "xml_level.hxx"
+#include "../gui/combobox.hpp"
+#include "../gui/gui_manager.hpp"
+#include "../display/scene_context.hpp"
+#include "../path_manager.hpp"
+#include "../fonts.hpp"
+#include "../resource.hpp"
+#include "panel_buttons.hpp"
+#include "editor_screen.hpp"
+#include "editor_panel.hpp"
+#include "level_objs.hpp"
+#include "level_head.hpp"
+#include "xml_level.hpp"
 
 
 class Resource;

Modified: branches/pingus_sdl/src/editor/panel_buttons.hpp
===================================================================
--- branches/pingus_sdl/src/editor/panel_buttons.hpp    2007-01-18 03:08:17 UTC 
(rev 2686)
+++ branches/pingus_sdl/src/editor/panel_buttons.hpp    2007-01-18 03:21:39 UTC 
(rev 2687)
@@ -20,7 +20,7 @@
 #ifndef HEADER_PINGUS_PANEL_BUTTONS_HXX
 #define HEADER_PINGUS_PANEL_BUTTONS_HXX
 
-#include "../gui/component.hxx"
+#include "../gui/component.hpp"
 #include "../math/vector3f.hpp"
 
 class DrawingContext;

Modified: branches/pingus_sdl/src/editor/xml_level.cpp
===================================================================
--- branches/pingus_sdl/src/editor/xml_level.cpp        2007-01-18 03:08:17 UTC 
(rev 2686)
+++ branches/pingus_sdl/src/editor/xml_level.cpp        2007-01-18 03:21:39 UTC 
(rev 2687)
@@ -20,13 +20,13 @@
 #include <iostream>
 #include <string>
 #include <fstream>
-#include "xml_level.hxx"
-#include "level_impl.hxx"
-#include "level_objs.hxx"
-#include "../xml_pingus_level.hxx"
-#include "../xml_file_writer.hxx"
-#include "../xml_file_reader.hxx"
-#include "../res_descriptor.hxx"
+#include "xml_level.hpp"
+#include "level_impl.hpp"
+#include "level_objs.hpp"
+#include "../xml_pingus_level.hpp"
+#include "../xml_file_writer.hpp"
+#include "../xml_file_reader.hpp"
+#include "../res_descriptor.hpp"
 
 
 namespace Editor {

Modified: branches/pingus_sdl/src/editor/xml_level.hpp
===================================================================
--- branches/pingus_sdl/src/editor/xml_level.hpp        2007-01-18 03:08:17 UTC 
(rev 2686)
+++ branches/pingus_sdl/src/editor/xml_level.hpp        2007-01-18 03:21:39 UTC 
(rev 2687)
@@ -21,7 +21,7 @@
 #define HEADER_PINGUS_EDITOR_XMLLEVEL_HXX
 
 #include <vector>
-#include "level_impl.hxx"
+#include "level_impl.hpp"
 
 
 namespace Editor {

Modified: branches/pingus_sdl/src/exit_menu.cpp
===================================================================
--- branches/pingus_sdl/src/exit_menu.cpp       2007-01-18 03:08:17 UTC (rev 
2686)
+++ branches/pingus_sdl/src/exit_menu.cpp       2007-01-18 03:21:39 UTC (rev 
2687)
@@ -18,11 +18,11 @@
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
 #include "gettext.h"
-#include "pingus_menu_manager.hxx"
-#include "resource.hxx"
-#include "gui/surface_button.hxx"
-#include "gui/gui_manager.hxx"
-#include "sound/sound.hxx"
+#include "pingus_menu_manager.hpp"
+#include "resource.hpp"
+#include "gui/surface_button.hpp"
+#include "gui/gui_manager.hpp"
+#include "sound/sound.hpp"
 
 
 class ExitMenuYesButton : public GUI::SurfaceButton

Modified: branches/pingus_sdl/src/exit_menu.hpp
===================================================================
--- branches/pingus_sdl/src/exit_menu.hpp       2007-01-18 03:08:17 UTC (rev 
2686)
+++ branches/pingus_sdl/src/exit_menu.hpp       2007-01-18 03:21:39 UTC (rev 
2687)
@@ -20,7 +20,7 @@
 #ifndef HEADER_PINGUS_EXIT_MENU_HXX
 #define HEADER_PINGUS_EXIT_MENU_HXX
 
-#include "pingus_sub_menu.hxx"
+#include "pingus_sub_menu.hpp"
 
 
 class PingusMenuManager;

Modified: branches/pingus_sdl/src/file_dialog.cpp
===================================================================
--- branches/pingus_sdl/src/file_dialog.cpp     2007-01-18 03:08:17 UTC (rev 
2686)
+++ branches/pingus_sdl/src/file_dialog.cpp     2007-01-18 03:21:39 UTC (rev 
2687)
@@ -18,16 +18,16 @@
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
 #include "gettext.h"
-#include "system.hxx"
-#include "pingus_menu_manager.hxx"
-#include "resource.hxx"
-#include "gui/surface_button.hxx"
-#include "gui/gui_manager.hxx"
-#include "gui/input_box.hxx"
-#include "sound/sound.hxx"
-#include "file_dialog.hxx"
-#include "file_dialog_item.hxx"
-#include "file_dialog_listener.hxx"
+#include "system.hpp"
+#include "pingus_menu_manager.hpp"
+#include "resource.hpp"
+#include "gui/surface_button.hpp"
+#include "gui/gui_manager.hpp"
+#include "gui/input_box.hpp"
+#include "sound/sound.hpp"
+#include "file_dialog.hpp"
+#include "file_dialog_item.hpp"
+#include "file_dialog_listener.hpp"
 
 
        const int DIR_UP = 0;

Modified: branches/pingus_sdl/src/file_dialog.hpp
===================================================================
--- branches/pingus_sdl/src/file_dialog.hpp     2007-01-18 03:08:17 UTC (rev 
2686)
+++ branches/pingus_sdl/src/file_dialog.hpp     2007-01-18 03:21:39 UTC (rev 
2687)
@@ -22,7 +22,7 @@
 
 #include <vector>
 #include <string>
-#include "pingus_sub_menu.hxx"
+#include "pingus_sub_menu.hpp"
 
 
 class Vector;

Modified: branches/pingus_sdl/src/file_dialog_item.cpp
===================================================================
--- branches/pingus_sdl/src/file_dialog_item.cpp        2007-01-18 03:08:17 UTC 
(rev 2686)
+++ branches/pingus_sdl/src/file_dialog_item.cpp        2007-01-18 03:21:39 UTC 
(rev 2687)
@@ -17,18 +17,18 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#include "pingus_error.hxx"
-#include "file_dialog_item.hxx"
-#include "file_dialog.hxx"
+#include "pingus_error.hpp"
+#include "file_dialog_item.hpp"
+#include "file_dialog.hpp"
 #include "math/vector3f.hpp"
-#include "fonts.hxx"
-#include "resource.hxx"
+#include "fonts.hpp"
+#include "resource.hpp"
 #include "gettext.h"
-#include "stat_manager.hxx"
-#include "savegame_manager.hxx"
-#include "savegame.hxx"
-#include "worldmap/manager.hxx"
-#include "worldmap/metamap.hxx"
+#include "stat_manager.hpp"
+#include "savegame_manager.hpp"
+#include "savegame.hpp"
+#include "worldmap/manager.hpp"
+#include "worldmap/metamap.hpp"
 
        // Only Constructor
        FileDialogItem::FileDialogItem(FileDialog* f, Vector3f p) 

Modified: branches/pingus_sdl/src/file_dialog_item.hpp
===================================================================
--- branches/pingus_sdl/src/file_dialog_item.hpp        2007-01-18 03:08:17 UTC 
(rev 2686)
+++ branches/pingus_sdl/src/file_dialog_item.hpp        2007-01-18 03:21:39 UTC 
(rev 2687)
@@ -20,10 +20,10 @@
 #ifndef HEADER_PINGUS_FILE_DIALOG_ITEM_HXX
 #define HEADER_PINGUS_FILE_DIALOG_ITEM_HXX
 
-#include "gui/component.hxx"
+#include "gui/component.hpp"
 #include "math/vector3f.hpp"
 #include "sprite.hpp"
-#include "file_dialog.hxx"
+#include "file_dialog.hpp"
 
 
 /** Class representing a clickable object in a File Dialog (a Directory, Level,

Modified: branches/pingus_sdl/src/file_dialog_listener.hpp
===================================================================
--- branches/pingus_sdl/src/file_dialog_listener.hpp    2007-01-18 03:08:17 UTC 
(rev 2686)
+++ branches/pingus_sdl/src/file_dialog_listener.hpp    2007-01-18 03:21:39 UTC 
(rev 2687)
@@ -21,7 +21,7 @@
 #define HEADER_PINGUS_FILE_DIALOG_LISTENER_HXX
 
 #include <string>
-#include "pingus.hxx"
+#include "pingus.hpp"
 
 class FileDialogListener {
 public:

Modified: branches/pingus_sdl/src/file_reader.cpp
===================================================================
--- branches/pingus_sdl/src/file_reader.cpp     2007-01-18 03:08:17 UTC (rev 
2686)
+++ branches/pingus_sdl/src/file_reader.cpp     2007-01-18 03:21:39 UTC (rev 
2687)
@@ -20,8 +20,8 @@
 #include "sexpr_file_reader.hpp"
 #include "lisp/parser.hpp"
 #include "lisp/lisp.hpp"
-#include "file_reader.hxx"
-#include "file_reader_impl.hxx"
+#include "file_reader.hpp"
+#include "file_reader_impl.hpp"
 
 FileReader::FileReader(SharedPtr<FileReaderImpl> impl_)
   : impl(impl_)

Modified: branches/pingus_sdl/src/file_reader.hpp
===================================================================
--- branches/pingus_sdl/src/file_reader.hpp     2007-01-18 03:08:17 UTC (rev 
2686)
+++ branches/pingus_sdl/src/file_reader.hpp     2007-01-18 03:21:39 UTC (rev 
2687)
@@ -22,7 +22,7 @@
 
 #include <string>
 #include <vector>
-#include "shared_ptr.hxx"
+#include "shared_ptr.hpp"
 
 class Size;
 class Color;

Modified: branches/pingus_sdl/src/fonts.cpp
===================================================================
--- branches/pingus_sdl/src/fonts.cpp   2007-01-18 03:08:17 UTC (rev 2686)
+++ branches/pingus_sdl/src/fonts.cpp   2007-01-18 03:21:39 UTC (rev 2687)
@@ -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.
 
-#include "resource.hxx"
-#include "fonts.hxx"
+#include "resource.hpp"
+#include "fonts.hpp"
 
 namespace Fonts {
 

Modified: branches/pingus_sdl/src/fonts.hpp
===================================================================
--- branches/pingus_sdl/src/fonts.hpp   2007-01-18 03:08:17 UTC (rev 2686)
+++ branches/pingus_sdl/src/fonts.hpp   2007-01-18 03:21:39 UTC (rev 2687)
@@ -20,7 +20,7 @@
 #ifndef HEADER_PINGUS_FONTS_HXX
 #define HEADER_PINGUS_FONTS_HXX
 
-#include "display/drawing_context.hxx"
+#include "display/drawing_context.hpp"
 #include "font.hpp"
 
 namespace Fonts {

Modified: branches/pingus_sdl/src/fps_counter.cpp
===================================================================
--- branches/pingus_sdl/src/fps_counter.cpp     2007-01-18 03:08:17 UTC (rev 
2686)
+++ branches/pingus_sdl/src/fps_counter.cpp     2007-01-18 03:21:39 UTC (rev 
2687)
@@ -18,8 +18,8 @@
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
 #include <stdio.h>
-#include "fonts.hxx"
-#include "fps_counter.hxx"
+#include "fonts.hpp"
+#include "fps_counter.hpp"
 #include "gettext.h"
 
 

Modified: branches/pingus_sdl/src/fps_counter.hpp
===================================================================
--- branches/pingus_sdl/src/fps_counter.hpp     2007-01-18 03:08:17 UTC (rev 
2686)
+++ branches/pingus_sdl/src/fps_counter.hpp     2007-01-18 03:21:39 UTC (rev 
2687)
@@ -20,7 +20,7 @@
 #ifndef HEADER_PINGUS_FPS_COUNTER_HXX
 #define HEADER_PINGUS_FPS_COUNTER_HXX
 
-#include "gui/display.hxx"
+#include "gui/display.hpp"
 
 
 ///

Modified: branches/pingus_sdl/src/game_event.hpp
===================================================================
--- branches/pingus_sdl/src/game_event.hpp      2007-01-18 03:08:17 UTC (rev 
2686)
+++ branches/pingus_sdl/src/game_event.hpp      2007-01-18 03:21:39 UTC (rev 
2687)
@@ -22,7 +22,7 @@
 
 #error "Don't used this the moment, its underdevelopment and not compilable"
 
-#include "pingus.hxx"
+#include "pingus.hpp"
 #include <string>
 
 

Modified: branches/pingus_sdl/src/game_session.cpp
===================================================================
--- branches/pingus_sdl/src/game_session.cpp    2007-01-18 03:08:17 UTC (rev 
2686)
+++ branches/pingus_sdl/src/game_session.cpp    2007-01-18 03:21:39 UTC (rev 
2687)
@@ -18,18 +18,18 @@
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
 #include <iostream>
-#include "gui/screen_manager.hxx"
-#include "client.hxx"
-#include "true_server.hxx"
-#include "game_session.hxx"
-#include "game_session_result.hxx"
-#include "timer.hxx"
-#include "resource.hxx"
-#include "pingu_holder.hxx"
-#include "world.hxx"
-#include "result_screen.hxx"
-#include "savegame_manager.hxx"
-#include "globals.hxx"
+#include "gui/screen_manager.hpp"
+#include "client.hpp"
+#include "true_server.hpp"
+#include "game_session.hpp"
+#include "game_session_result.hpp"
+#include "timer.hpp"
+#include "resource.hpp"
+#include "pingu_holder.hpp"
+#include "world.hpp"
+#include "result_screen.hpp"
+#include "savegame_manager.hpp"
+#include "globals.hpp"
 
 PingusGameSession::PingusGameSession (const PingusLevel& arg_plf, bool 
arg_show_result_screen)
   : plf(arg_plf),

Modified: branches/pingus_sdl/src/game_session.hpp
===================================================================
--- branches/pingus_sdl/src/game_session.hpp    2007-01-18 03:08:17 UTC (rev 
2686)
+++ branches/pingus_sdl/src/game_session.hpp    2007-01-18 03:21:39 UTC (rev 
2687)
@@ -21,8 +21,8 @@
 #define HEADER_PINGUS_GAME_SESSION_HXX
 
 #include <string>
-#include "gui/screen.hxx"
-#include "pingus_level.hxx"
+#include "gui/screen.hpp"
+#include "pingus_level.hpp"
 
 
 class Client;

Modified: branches/pingus_sdl/src/game_session_result.cpp
===================================================================
--- branches/pingus_sdl/src/game_session_result.cpp     2007-01-18 03:08:17 UTC 
(rev 2686)
+++ branches/pingus_sdl/src/game_session_result.cpp     2007-01-18 03:21:39 UTC 
(rev 2687)
@@ -17,7 +17,7 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#include "game_session_result.hxx"
+#include "game_session_result.hpp"
 
 
 PingusGameSessionResult::PingusGameSessionResult ()

Modified: branches/pingus_sdl/src/game_session_result.hpp
===================================================================
--- branches/pingus_sdl/src/game_session_result.hpp     2007-01-18 03:08:17 UTC 
(rev 2686)
+++ branches/pingus_sdl/src/game_session_result.hpp     2007-01-18 03:21:39 UTC 
(rev 2687)
@@ -20,7 +20,7 @@
 #ifndef HEADER_PINGUS_GAME_SESSION_RESULT_HXX
 #define HEADER_PINGUS_GAME_SESSION_RESULT_HXX
 
-#include "pingus.hxx"
+#include "pingus.hpp"
 
 
 /** With this class you can obtain information about the success or

Modified: branches/pingus_sdl/src/game_time.cpp
===================================================================
--- branches/pingus_sdl/src/game_time.cpp       2007-01-18 03:08:17 UTC (rev 
2686)
+++ branches/pingus_sdl/src/game_time.cpp       2007-01-18 03:21:39 UTC (rev 
2687)
@@ -19,8 +19,8 @@
 
 #include <stdio.h>
 #include "gettext.h"
-#include "globals.hxx"
-#include "game_time.hxx"
+#include "globals.hpp"
+#include "game_time.hpp"
 
 
 GameTime::GameTime (int arg_tick_time)

Modified: branches/pingus_sdl/src/game_time.hpp
===================================================================
--- branches/pingus_sdl/src/game_time.hpp       2007-01-18 03:08:17 UTC (rev 
2686)
+++ branches/pingus_sdl/src/game_time.hpp       2007-01-18 03:21:39 UTC (rev 
2687)
@@ -20,7 +20,7 @@
 #ifndef HEADER_PINGUS_GAME_TIME_HXX
 #define HEADER_PINGUS_GAME_TIME_HXX
 
-#include "pingus.hxx"
+#include "pingus.hpp"
 
 
 /** The GameTime represents the time which passes in the Pingus World.

Modified: branches/pingus_sdl/src/gettext.h
===================================================================
--- branches/pingus_sdl/src/gettext.h   2007-01-18 03:08:17 UTC (rev 2686)
+++ branches/pingus_sdl/src/gettext.h   2007-01-18 03:21:39 UTC (rev 2687)
@@ -20,7 +20,7 @@
 #ifndef HEADER_GETTEXT_HXX
 #define HEADER_GETTEXT_HXX
 
-#include "tinygettext/tinygettext.hxx"
+#include "tinygettext/tinygettext.hpp"
 
 extern TinyGetText::DictionaryManager dictionary_manager;
 

Modified: branches/pingus_sdl/src/global_event.cpp
===================================================================
--- branches/pingus_sdl/src/global_event.cpp    2007-01-18 03:08:17 UTC (rev 
2686)
+++ branches/pingus_sdl/src/global_event.cpp    2007-01-18 03:21:39 UTC (rev 
2687)
@@ -24,11 +24,11 @@
 #include <ClanLib/Display/display.h>
 #include <ClanLib/Display/input_event.h>
 #include <ClanLib/Display/keys.h>
-#include "screenshot.hxx"
-#include "console.hxx"
-#include "fps_counter.hxx"
-#include "global_event.hxx"
-#include "globals.hxx"
+#include "screenshot.hpp"
+#include "console.hpp"
+#include "fps_counter.hpp"
+#include "global_event.hpp"
+#include "globals.hpp"
 
 
 GlobalEvent global_event;

Modified: branches/pingus_sdl/src/global_event.hpp
===================================================================
--- branches/pingus_sdl/src/global_event.hpp    2007-01-18 03:08:17 UTC (rev 
2686)
+++ branches/pingus_sdl/src/global_event.hpp    2007-01-18 03:21:39 UTC (rev 
2687)
@@ -20,7 +20,7 @@
 #ifndef HEADER_PINGUS_GLOBAL_EVENT_HXX
 #define HEADER_PINGUS_GLOBAL_EVENT_HXX
 
-#include "pingus.hxx"
+#include "pingus.hpp"
 
 class CL_Key;
 class CL_InputDevice;

Modified: branches/pingus_sdl/src/globals.cpp
===================================================================
--- branches/pingus_sdl/src/globals.cpp 2007-01-18 03:08:17 UTC (rev 2686)
+++ branches/pingus_sdl/src/globals.cpp 2007-01-18 03:21:39 UTC (rev 2687)
@@ -17,7 +17,7 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#include "globals.hxx"
+#include "globals.hpp"
 
 
 int         game_speed                      = 20;

Modified: branches/pingus_sdl/src/globals.hpp
===================================================================
--- branches/pingus_sdl/src/globals.hpp 2007-01-18 03:08:17 UTC (rev 2686)
+++ branches/pingus_sdl/src/globals.hpp 2007-01-18 03:21:39 UTC (rev 2687)
@@ -23,7 +23,7 @@
 #ifndef HEADER_PINGUS_GLOBALS_HXX
 #define HEADER_PINGUS_GLOBALS_HXX
 
-#include "pingus.hxx"
+#include "pingus.hpp"
 #include <string>
 
 

Modified: branches/pingus_sdl/src/goal_manager.cpp
===================================================================
--- branches/pingus_sdl/src/goal_manager.cpp    2007-01-18 03:08:17 UTC (rev 
2686)
+++ branches/pingus_sdl/src/goal_manager.cpp    2007-01-18 03:21:39 UTC (rev 
2687)
@@ -18,11 +18,11 @@
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
 #include <iostream>
-#include "server.hxx"
-#include "world.hxx"
-#include "globals.hxx"
-#include "pingu_holder.hxx"
-#include "goal_manager.hxx"
+#include "server.hpp"
+#include "world.hpp"
+#include "globals.hpp"
+#include "pingu_holder.hpp"
+#include "goal_manager.hpp"
 
 
 GoalManager::GoalManager(Server* s)

Modified: branches/pingus_sdl/src/graphic_context_state.cpp
===================================================================
--- branches/pingus_sdl/src/graphic_context_state.cpp   2007-01-18 03:08:17 UTC 
(rev 2686)
+++ branches/pingus_sdl/src/graphic_context_state.cpp   2007-01-18 03:21:39 UTC 
(rev 2687)
@@ -18,8 +18,8 @@
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
 #include <math.h>
-#include "gui/display.hxx"
-#include "graphic_context_state.hxx"
+#include "gui/display.hpp"
+#include "graphic_context_state.hpp"
 
 class GraphicContextStateImpl
 {

Modified: branches/pingus_sdl/src/graphic_context_state.hpp
===================================================================
--- branches/pingus_sdl/src/graphic_context_state.hpp   2007-01-18 03:08:17 UTC 
(rev 2686)
+++ branches/pingus_sdl/src/graphic_context_state.hpp   2007-01-18 03:21:39 UTC 
(rev 2687)
@@ -24,9 +24,9 @@
 #include "math/vector3f.hpp"
 #include "math/vector2i.hpp"
 #include "math/vector2f.hpp"
-#include "shared_ptr.hxx"
-#include "display/drawing_context.hxx"
-#include "display/scene_context.hxx"
+#include "shared_ptr.hpp"
+#include "display/drawing_context.hpp"
+#include "display/scene_context.hpp"
 
 class GraphicContextStateImpl;
 

Modified: branches/pingus_sdl/src/ground_map.cpp
===================================================================
--- branches/pingus_sdl/src/ground_map.cpp      2007-01-18 03:08:17 UTC (rev 
2686)
+++ branches/pingus_sdl/src/ground_map.cpp      2007-01-18 03:21:39 UTC (rev 
2687)
@@ -19,14 +19,14 @@
 
 #include <stdio.h>
 #include <iostream>
-#include "display/scene_context.hxx"
-#include "pingus_error.hxx"
-#include "blitter.hxx"
-#include "ground_map.hxx"
-#include "pingus_level.hxx"
+#include "display/scene_context.hpp"
+#include "pingus_error.hpp"
+#include "blitter.hpp"
+#include "ground_map.hpp"
+#include "pingus_level.hpp"
 #include "gettext.h"
-#include "col_map.hxx"
-#include "math.hxx"
+#include "col_map.hpp"
+#include "math.hpp"
 
 MapTile::MapTile () 
 {

Modified: branches/pingus_sdl/src/ground_map.hpp
===================================================================
--- branches/pingus_sdl/src/ground_map.hpp      2007-01-18 03:08:17 UTC (rev 
2686)
+++ branches/pingus_sdl/src/ground_map.hpp      2007-01-18 03:21:39 UTC (rev 
2687)
@@ -22,9 +22,9 @@
 #define HEADER_PINGUS_GROUND_MAP_HXX
 
 #include <vector>
-#include "globals.hxx"
-#include "worldobj.hxx"
-#include "ground_map.hxx"
+#include "globals.hpp"
+#include "worldobj.hpp"
+#include "ground_map.hpp"
 #include "pixel_buffer.hpp"
 
 class SceneContext;

Modified: branches/pingus_sdl/src/groundtype.cpp
===================================================================
--- branches/pingus_sdl/src/groundtype.cpp      2007-01-18 03:08:17 UTC (rev 
2686)
+++ branches/pingus_sdl/src/groundtype.cpp      2007-01-18 03:21:39 UTC (rev 
2687)
@@ -18,7 +18,7 @@
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
 #include <iostream>
-#include "groundtype.hxx"
+#include "groundtype.hpp"
 
 
 Groundtype::GPType

Modified: branches/pingus_sdl/src/gui/buffer_graphic_context.cpp
===================================================================
--- branches/pingus_sdl/src/gui/buffer_graphic_context.cpp      2007-01-18 
03:08:17 UTC (rev 2686)
+++ branches/pingus_sdl/src/gui/buffer_graphic_context.cpp      2007-01-18 
03:21:39 UTC (rev 2687)
@@ -18,10 +18,10 @@
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
 #include <iostream>
-#include "../pingus_error.hxx"
-#include "../blitter.hxx"
-#include "../screenshot.hxx"
-#include "buffer_graphic_context.hxx"
+#include "../pingus_error.hpp"
+#include "../blitter.hpp"
+#include "../screenshot.hpp"
+#include "buffer_graphic_context.hpp"
 
 
 BufferGraphicContext::BufferGraphicContext(int width, int height)

Modified: branches/pingus_sdl/src/gui/buffer_graphic_context.hpp
===================================================================
--- branches/pingus_sdl/src/gui/buffer_graphic_context.hpp      2007-01-18 
03:08:17 UTC (rev 2686)
+++ branches/pingus_sdl/src/gui/buffer_graphic_context.hpp      2007-01-18 
03:21:39 UTC (rev 2687)
@@ -21,8 +21,8 @@
 #define HEADER_PINGUS_BUFFER_GRAPHIC_CONTEXT_HXX
 
 #include <string>
-#include "../vector.hxx"
-#include "graphic_context.hxx"
+#include "../vector.hpp"
+#include "graphic_context.hpp"
 
 class CL_Surface;
 class CL_Font;

Modified: branches/pingus_sdl/src/gui/button.hpp
===================================================================
--- branches/pingus_sdl/src/gui/button.hpp      2007-01-18 03:08:17 UTC (rev 
2686)
+++ branches/pingus_sdl/src/gui/button.hpp      2007-01-18 03:21:39 UTC (rev 
2687)
@@ -20,7 +20,7 @@
 #ifndef HEADER_PINGUS_GUI_BUTTON_HXX
 #define HEADER_PINGUS_GUI_BUTTON_HXX
 
-#include "../pingus.hxx"
+#include "../pingus.hpp"
 
 namespace GUI {
 class Button

Modified: branches/pingus_sdl/src/gui/checkbox.cpp
===================================================================
--- branches/pingus_sdl/src/gui/checkbox.cpp    2007-01-18 03:08:17 UTC (rev 
2686)
+++ branches/pingus_sdl/src/gui/checkbox.cpp    2007-01-18 03:21:39 UTC (rev 
2687)
@@ -17,12 +17,12 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#include "checkbox.hxx"
-#include "../fonts.hxx"
+#include "checkbox.hpp"
+#include "../fonts.hpp"
 #include "../math/vector3f.hpp"
-#include "../resource.hxx"
-#include "../display/drawing_context.hxx"
-#include "../gui/checkbox_listener.hxx"
+#include "../resource.hpp"
+#include "../display/drawing_context.hpp"
+#include "../gui/checkbox_listener.hpp"
 
 
 namespace GUI {

Modified: branches/pingus_sdl/src/gui/checkbox.hpp
===================================================================
--- branches/pingus_sdl/src/gui/checkbox.hpp    2007-01-18 03:08:17 UTC (rev 
2686)
+++ branches/pingus_sdl/src/gui/checkbox.hpp    2007-01-18 03:21:39 UTC (rev 
2687)
@@ -20,7 +20,7 @@
 #ifndef HEADER_PINGUS_GUI_CHECKBOX_HXX
 #define HEADER_PINGUS_GUI_CHECKBOX_HXX
 
-#include "../gui/component.hxx"
+#include "../gui/component.hpp"
 #include "../math/vector3f.hpp"
 #include "../sprite.hpp"
 

Modified: branches/pingus_sdl/src/gui/combobox.cpp
===================================================================
--- branches/pingus_sdl/src/gui/combobox.cpp    2007-01-18 03:08:17 UTC (rev 
2686)
+++ branches/pingus_sdl/src/gui/combobox.cpp    2007-01-18 03:21:39 UTC (rev 
2687)
@@ -19,9 +19,9 @@
 
 #include <vector>
 #include <string>
-#include "combobox.hxx"
-#include "combobox_listener.hxx"
-#include "../fonts.hxx"
+#include "combobox.hpp"
+#include "combobox_listener.hpp"
+#include "../fonts.hpp"
 
 namespace GUI {
 

Modified: branches/pingus_sdl/src/gui/combobox.hpp
===================================================================
--- branches/pingus_sdl/src/gui/combobox.hpp    2007-01-18 03:08:17 UTC (rev 
2686)
+++ branches/pingus_sdl/src/gui/combobox.hpp    2007-01-18 03:21:39 UTC (rev 
2687)
@@ -22,7 +22,7 @@
 
 #include <vector>
 #include <string>
-#include "component.hxx"
+#include "component.hpp"
 #include "../math/vector3f.hpp"
 
 

Modified: branches/pingus_sdl/src/gui/component.hpp
===================================================================
--- branches/pingus_sdl/src/gui/component.hpp   2007-01-18 03:08:17 UTC (rev 
2686)
+++ branches/pingus_sdl/src/gui/component.hpp   2007-01-18 03:21:39 UTC (rev 
2687)
@@ -20,7 +20,7 @@
 #ifndef HEADER_PINGUS_GUI_COMPONENT_HXX
 #define HEADER_PINGUS_GUI_COMPONENT_HXX
 
-#include "../pingus.hxx"
+#include "../pingus.hpp"
 
 
 class DrawingContext;

Modified: branches/pingus_sdl/src/gui/cursor.cpp
===================================================================
--- branches/pingus_sdl/src/gui/cursor.cpp      2007-01-18 03:08:17 UTC (rev 
2686)
+++ branches/pingus_sdl/src/gui/cursor.cpp      2007-01-18 03:21:39 UTC (rev 
2687)
@@ -17,10 +17,10 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#include "../input/controller.hxx"
-#include "../input/pointer.hxx"
-#include "../resource.hxx"
-#include "cursor.hxx"
+#include "../input/controller.hpp"
+#include "../input/pointer.hpp"
+#include "../resource.hpp"
+#include "cursor.hpp"
 
 
 Cursor::Cursor(const std::string& ident)

Modified: branches/pingus_sdl/src/gui/cursor.hpp
===================================================================
--- branches/pingus_sdl/src/gui/cursor.hpp      2007-01-18 03:08:17 UTC (rev 
2686)
+++ branches/pingus_sdl/src/gui/cursor.hpp      2007-01-18 03:21:39 UTC (rev 
2687)
@@ -21,7 +21,7 @@
 #define HEADER_PINGUS_CURSOR_HXX
 
 #include <string>
-#include "display.hxx"
+#include "display.hpp"
 #include "../sprite.hpp"
 
 /** A simple mouse cursor class and stupid. We can't use the X11/win32

Modified: branches/pingus_sdl/src/gui/display.cpp
===================================================================
--- branches/pingus_sdl/src/gui/display.cpp     2007-01-18 03:08:17 UTC (rev 
2686)
+++ branches/pingus_sdl/src/gui/display.cpp     2007-01-18 03:21:39 UTC (rev 
2687)
@@ -20,8 +20,8 @@
 #include <algorithm>
 #include <stdio.h>
 #include <iostream>
-#include "../globals.hxx"
-#include "display.hxx"
+#include "../globals.hpp"
+#include "display.hpp"
 
 
 std::list<DisplayHook*> Display::display_hooks;

Modified: branches/pingus_sdl/src/gui/display.hpp
===================================================================
--- branches/pingus_sdl/src/gui/display.hpp     2007-01-18 03:08:17 UTC (rev 
2686)
+++ branches/pingus_sdl/src/gui/display.hpp     2007-01-18 03:21:39 UTC (rev 
2687)
@@ -20,7 +20,7 @@
 #ifndef HEADER_PINGUS_DISPLAY_HXX
 #define HEADER_PINGUS_DISPLAY_HXX
 
-#include "../pingus.hxx"
+#include "../pingus.hpp"
 #include "SDL.h"
 #include <list>
 

Modified: branches/pingus_sdl/src/gui/game_delta.hpp
===================================================================
--- branches/pingus_sdl/src/gui/game_delta.hpp  2007-01-18 03:08:17 UTC (rev 
2686)
+++ branches/pingus_sdl/src/gui/game_delta.hpp  2007-01-18 03:21:39 UTC (rev 
2687)
@@ -21,8 +21,8 @@
 #define HEADER_PINGUS_GAME_DELTA_HXX
 
 #include <list>
-#include "../delta_manager.hxx"
-#include "../input/event.hxx"
+#include "../delta_manager.hpp"
+#include "../input/event.hpp"
 
 
 /** Input for the game engine */

Modified: branches/pingus_sdl/src/gui/gui_manager.cpp
===================================================================
--- branches/pingus_sdl/src/gui/gui_manager.cpp 2007-01-18 03:08:17 UTC (rev 
2686)
+++ branches/pingus_sdl/src/gui/gui_manager.cpp 2007-01-18 03:21:39 UTC (rev 
2687)
@@ -18,11 +18,11 @@
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
 #include <algorithm>
-#include "../debug.hxx"
-#include "../globals.hxx"
-#include "../input/event.hxx"
-#include "game_delta.hxx"
-#include "gui_manager.hxx"
+#include "../debug.hpp"
+#include "../globals.hpp"
+#include "../input/event.hpp"
+#include "game_delta.hpp"
+#include "gui_manager.hpp"
 
 
 using namespace GUI;

Modified: branches/pingus_sdl/src/gui/gui_manager.hpp
===================================================================
--- branches/pingus_sdl/src/gui/gui_manager.hpp 2007-01-18 03:08:17 UTC (rev 
2686)
+++ branches/pingus_sdl/src/gui/gui_manager.hpp 2007-01-18 03:21:39 UTC (rev 
2687)
@@ -21,8 +21,8 @@
 #define HEADER_PINGUS_GUI_GUI_MANAGER_HXX
 
 #include <vector>
-#include "../input/event.hxx"
-#include "component.hxx"
+#include "../input/event.hpp"
+#include "component.hpp"
 
 
 class DrawingContext;

Modified: branches/pingus_sdl/src/gui/gui_screen.cpp
===================================================================
--- branches/pingus_sdl/src/gui/gui_screen.cpp  2007-01-18 03:08:17 UTC (rev 
2686)
+++ branches/pingus_sdl/src/gui/gui_screen.cpp  2007-01-18 03:21:39 UTC (rev 
2687)
@@ -17,10 +17,10 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#include "../globals.hxx"
-#include "../debug.hxx"
-#include "gui_screen.hxx"
-#include "gui_manager.hxx"
+#include "../globals.hpp"
+#include "../debug.hpp"
+#include "gui_screen.hpp"
+#include "gui_manager.hpp"
 
 
 GUIScreen::GUIScreen()

Modified: branches/pingus_sdl/src/gui/gui_screen.hpp
===================================================================
--- branches/pingus_sdl/src/gui/gui_screen.hpp  2007-01-18 03:08:17 UTC (rev 
2686)
+++ branches/pingus_sdl/src/gui/gui_screen.hpp  2007-01-18 03:21:39 UTC (rev 
2687)
@@ -20,7 +20,7 @@
 #ifndef HEADER_PINGUS_GUISCREEN_HXX
 #define HEADER_PINGUS_GUISCREEN_HXX
 
-#include "screen.hxx"
+#include "screen.hpp"
 
 
 namespace GUI {

Modified: branches/pingus_sdl/src/gui/input_box.cpp
===================================================================
--- branches/pingus_sdl/src/gui/input_box.cpp   2007-01-18 03:08:17 UTC (rev 
2686)
+++ branches/pingus_sdl/src/gui/input_box.cpp   2007-01-18 03:21:39 UTC (rev 
2687)
@@ -18,10 +18,10 @@
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
 #include <algorithm>
-#include "input_box.hxx"
-#include "../display/drawing_context.hxx"
+#include "input_box.hpp"
+#include "../display/drawing_context.hpp"
 #include "../math/vector3f.hpp"
-#include "../fonts.hxx"
+#include "../fonts.hpp"
 
 namespace GUI {
        

Modified: branches/pingus_sdl/src/gui/input_box.hpp
===================================================================
--- branches/pingus_sdl/src/gui/input_box.hpp   2007-01-18 03:08:17 UTC (rev 
2686)
+++ branches/pingus_sdl/src/gui/input_box.hpp   2007-01-18 03:21:39 UTC (rev 
2687)
@@ -20,7 +20,7 @@
 #ifndef HEADER_PINGUS_GUI_INPUTBOX_HXX
 #define HEADER_PINGUS_GUI_INPUTBOX_HXX
 
-#include "component.hxx"
+#include "component.hpp"
 #include "../math/vector3f.hpp"
 #include <string>
 

Modified: branches/pingus_sdl/src/gui/input_debug_screen.cpp
===================================================================
--- branches/pingus_sdl/src/gui/input_debug_screen.cpp  2007-01-18 03:08:17 UTC 
(rev 2686)
+++ branches/pingus_sdl/src/gui/input_debug_screen.cpp  2007-01-18 03:21:39 UTC 
(rev 2687)
@@ -19,9 +19,9 @@
 
 #include <assert.h>
 #include <iostream>
-#include "../input/event.hxx"
-//#include "input/scroll_event.hxx"
-#include "input_debug_screen.hxx"
+#include "../input/event.hpp"
+//#include "input/scroll_event.hpp"
+#include "input_debug_screen.hpp"
 
 
 using namespace Input;

Modified: branches/pingus_sdl/src/gui/input_debug_screen.hpp
===================================================================
--- branches/pingus_sdl/src/gui/input_debug_screen.hpp  2007-01-18 03:08:17 UTC 
(rev 2686)
+++ branches/pingus_sdl/src/gui/input_debug_screen.hpp  2007-01-18 03:21:39 UTC 
(rev 2687)
@@ -20,7 +20,7 @@
 #ifndef HEADER_PINGUS_INPUT_DEBUG_SCREEN_HXX
 #define HEADER_PINGUS_INPUT_DEBUG_SCREEN_HXX
 
-#include "screen.hxx"
+#include "screen.hpp"
 
 
 class InputDebugScreen : public Screen

Modified: branches/pingus_sdl/src/gui/root_gui_manager.cpp
===================================================================
--- branches/pingus_sdl/src/gui/root_gui_manager.cpp    2007-01-18 03:08:17 UTC 
(rev 2686)
+++ branches/pingus_sdl/src/gui/root_gui_manager.cpp    2007-01-18 03:21:39 UTC 
(rev 2687)
@@ -18,8 +18,8 @@
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
 #include <assert.h>
-#include "root_gui_manager.hxx"
-#include "../input/controller.hxx"
+#include "root_gui_manager.hpp"
+#include "../input/controller.hpp"
 
 
 using namespace GUI;

Modified: branches/pingus_sdl/src/gui/root_gui_manager.hpp
===================================================================
--- branches/pingus_sdl/src/gui/root_gui_manager.hpp    2007-01-18 03:08:17 UTC 
(rev 2686)
+++ branches/pingus_sdl/src/gui/root_gui_manager.hpp    2007-01-18 03:21:39 UTC 
(rev 2687)
@@ -20,7 +20,7 @@
 #ifndef HEADER_PINGUS_GUI_ROOT_GUI_MANAGER_HXX
 #define HEADER_PINGUS_GUI_ROOT_GUI_MANAGER_HXX
 
-#include "gui_manager.hxx"
+#include "gui_manager.hpp"
 
 
 namespace Input {

Modified: branches/pingus_sdl/src/gui/screen.cpp
===================================================================
--- branches/pingus_sdl/src/gui/screen.cpp      2007-01-18 03:08:17 UTC (rev 
2686)
+++ branches/pingus_sdl/src/gui/screen.cpp      2007-01-18 03:21:39 UTC (rev 
2687)
@@ -17,6 +17,6 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#include "screen.hxx"
+#include "screen.hpp"
 
 /* EOF */

Modified: branches/pingus_sdl/src/gui/screen.hpp
===================================================================
--- branches/pingus_sdl/src/gui/screen.hpp      2007-01-18 03:08:17 UTC (rev 
2686)
+++ branches/pingus_sdl/src/gui/screen.hpp      2007-01-18 03:21:39 UTC (rev 
2687)
@@ -21,7 +21,7 @@
 #define HEADER_PINGUS_SCREEN_HXX
 
 #include "SDL.h"
-#include "game_delta.hxx"
+#include "game_delta.hpp"
 
 class DrawingContext;
 

Modified: branches/pingus_sdl/src/gui/screen_manager.cpp
===================================================================
--- branches/pingus_sdl/src/gui/screen_manager.cpp      2007-01-18 03:08:17 UTC 
(rev 2686)
+++ branches/pingus_sdl/src/gui/screen_manager.cpp      2007-01-18 03:21:39 UTC 
(rev 2687)
@@ -19,13 +19,13 @@
 
 #include "SDL.h"
 #include <iostream>
-#include "../globals.hxx"
-#include "cursor.hxx"
-#include "display.hxx"
-#include "screen_manager.hxx"
-#include "../path_manager.hxx"
-#include "../display/drawing_context.hxx"
-#include "../input/controller.hxx"
+#include "../globals.hpp"
+#include "cursor.hpp"
+#include "display.hpp"
+#include "screen_manager.hpp"
+#include "../path_manager.hpp"
+#include "../display/drawing_context.hpp"
+#include "../input/controller.hpp"
 
 
 ScreenManager* ScreenManager::instance_ = 0;

Modified: branches/pingus_sdl/src/gui/screen_manager.hpp
===================================================================
--- branches/pingus_sdl/src/gui/screen_manager.hpp      2007-01-18 03:08:17 UTC 
(rev 2686)
+++ branches/pingus_sdl/src/gui/screen_manager.hpp      2007-01-18 03:21:39 UTC 
(rev 2687)
@@ -20,10 +20,10 @@
 #ifndef HEADER_PINGUS_SCREEN_MANAGER_HXX
 #define HEADER_PINGUS_SCREEN_MANAGER_HXX
 
-#include "../pingus.hxx"
+#include "../pingus.hpp"
 #include <vector>
 
-#include "screen_ptr.hxx"
+#include "screen_ptr.hpp"
 
 
 class DrawingContext;

Modified: branches/pingus_sdl/src/gui/screen_manager_impl.hpp
===================================================================
--- branches/pingus_sdl/src/gui/screen_manager_impl.hpp 2007-01-18 03:08:17 UTC 
(rev 2686)
+++ branches/pingus_sdl/src/gui/screen_manager_impl.hpp 2007-01-18 03:21:39 UTC 
(rev 2687)
@@ -20,7 +20,7 @@
 #ifndef HEADER_PINGUS_SCREEN_MANAGER_IMPL_HXX
 #define HEADER_PINGUS_SCREEN_MANAGER_IMPL_HXX
 
-#include "pingus.hxx"
+#include "pingus.hpp"
 
 
 class ScreenManagerImpl

Modified: branches/pingus_sdl/src/gui/screen_ptr.cpp
===================================================================
--- branches/pingus_sdl/src/gui/screen_ptr.cpp  2007-01-18 03:08:17 UTC (rev 
2686)
+++ branches/pingus_sdl/src/gui/screen_ptr.cpp  2007-01-18 03:21:39 UTC (rev 
2687)
@@ -19,7 +19,7 @@
 
 #include <typeinfo>
 #include <iostream>
-#include "screen_ptr.hxx"
+#include "screen_ptr.hpp"
 
 
 void

Modified: branches/pingus_sdl/src/gui/screen_ptr.hpp
===================================================================
--- branches/pingus_sdl/src/gui/screen_ptr.hpp  2007-01-18 03:08:17 UTC (rev 
2686)
+++ branches/pingus_sdl/src/gui/screen_ptr.hpp  2007-01-18 03:21:39 UTC (rev 
2687)
@@ -20,7 +20,7 @@
 #ifndef HEADER_PINGUS_SCREEN_PTR_HXX
 #define HEADER_PINGUS_SCREEN_PTR_HXX
 
-#include "screen.hxx"
+#include "screen.hpp"
 
 
 /** The ScreenPtr is a simple smart pointer to point at a Screen. It

Modified: branches/pingus_sdl/src/gui/surface_button.cpp
===================================================================
--- branches/pingus_sdl/src/gui/surface_button.cpp      2007-01-18 03:08:17 UTC 
(rev 2686)
+++ branches/pingus_sdl/src/gui/surface_button.cpp      2007-01-18 03:21:39 UTC 
(rev 2687)
@@ -17,10 +17,10 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#include "../resource.hxx"
+#include "../resource.hpp"
 #include "../math/vector3f.hpp"
-#include "../display/drawing_context.hxx"
-#include "surface_button.hxx"
+#include "../display/drawing_context.hpp"
+#include "surface_button.hpp"
 
 
 namespace GUI {

Modified: branches/pingus_sdl/src/gui/surface_button.hpp
===================================================================
--- branches/pingus_sdl/src/gui/surface_button.hpp      2007-01-18 03:08:17 UTC 
(rev 2686)
+++ branches/pingus_sdl/src/gui/surface_button.hpp      2007-01-18 03:21:39 UTC 
(rev 2687)
@@ -21,7 +21,7 @@
 #define HEADER_PINGUS_GUI_SURFACE_BUTTON_HXX
 
 #include "../sprite.hpp"
-#include "component.hxx"
+#include "component.hpp"
 
 class ResDescriptor;
 

Modified: branches/pingus_sdl/src/indexed_canvas.cpp
===================================================================
--- branches/pingus_sdl/src/indexed_canvas.cpp  2007-01-18 03:08:17 UTC (rev 
2686)
+++ branches/pingus_sdl/src/indexed_canvas.cpp  2007-01-18 03:21:39 UTC (rev 
2687)
@@ -17,7 +17,7 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#include "indexed_canvas.hxx"
+#include "indexed_canvas.hpp"
 #include <assert.h>
 
 

Modified: branches/pingus_sdl/src/input/axes/button_axis.cpp
===================================================================
--- branches/pingus_sdl/src/input/axes/button_axis.cpp  2007-01-18 03:08:17 UTC 
(rev 2686)
+++ branches/pingus_sdl/src/input/axes/button_axis.cpp  2007-01-18 03:21:39 UTC 
(rev 2687)
@@ -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.
 
-#include "button_axis.hxx"
-#include "../button.hxx"
+#include "button_axis.hpp"
+#include "../button.hpp"
 
 namespace Input {
 namespace Axes {

Modified: branches/pingus_sdl/src/input/axes/button_axis.hpp
===================================================================
--- branches/pingus_sdl/src/input/axes/button_axis.hpp  2007-01-18 03:08:17 UTC 
(rev 2686)
+++ branches/pingus_sdl/src/input/axes/button_axis.hpp  2007-01-18 03:21:39 UTC 
(rev 2687)
@@ -20,7 +20,7 @@
 #ifndef HEADER_PINGUS_INPUT_BUTTON_AXIS_HXX
 #define HEADER_PINGUS_INPUT_BUTTON_AXIS_HXX
 
-#include "../axis.hxx"
+#include "../axis.hpp"
 
 namespace Input {
 

Modified: branches/pingus_sdl/src/input/axes/dummy_axis.hpp
===================================================================
--- branches/pingus_sdl/src/input/axes/dummy_axis.hpp   2007-01-18 03:08:17 UTC 
(rev 2686)
+++ branches/pingus_sdl/src/input/axes/dummy_axis.hpp   2007-01-18 03:21:39 UTC 
(rev 2687)
@@ -20,7 +20,7 @@
 #ifndef HEADER_PINGUS_INPUT_DUMMY_AXIS_HXX
 #define HEADER_PINGUS_INPUT_DUMMY_AXIS_HXX
 
-#include "../axis.hxx"
+#include "../axis.hpp"
 
 namespace Input {
 namespace Axes {

Modified: branches/pingus_sdl/src/input/axes/inverted_axis.cpp
===================================================================
--- branches/pingus_sdl/src/input/axes/inverted_axis.cpp        2007-01-18 
03:08:17 UTC (rev 2686)
+++ branches/pingus_sdl/src/input/axes/inverted_axis.cpp        2007-01-18 
03:21:39 UTC (rev 2687)
@@ -17,7 +17,7 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#include "inverted_axis.hxx"
+#include "inverted_axis.hpp"
 
 namespace Input {
 namespace Axes {

Modified: branches/pingus_sdl/src/input/axes/inverted_axis.hpp
===================================================================
--- branches/pingus_sdl/src/input/axes/inverted_axis.hpp        2007-01-18 
03:08:17 UTC (rev 2686)
+++ branches/pingus_sdl/src/input/axes/inverted_axis.hpp        2007-01-18 
03:21:39 UTC (rev 2687)
@@ -20,7 +20,7 @@
 #ifndef HEADER_PINGUS_INPUT_INVERTED_AXIS_HXX
 #define HEADER_PINGUS_INPUT_INVERTED_AXIS_HXX
 
-#include "../axis.hxx"
+#include "../axis.hpp"
 
 namespace Input {
 namespace Axes {

Modified: branches/pingus_sdl/src/input/axes/joystick_axis.cpp
===================================================================
--- branches/pingus_sdl/src/input/axes/joystick_axis.cpp        2007-01-18 
03:08:17 UTC (rev 2686)
+++ branches/pingus_sdl/src/input/axes/joystick_axis.cpp        2007-01-18 
03:21:39 UTC (rev 2687)
@@ -21,8 +21,8 @@
 #include <ClanLib/Display/input_device.h>
 #include <ClanLib/Display/joystick.h>
 //#include <ClanLib/Display/inputaxis.h>
-#include "joystick_axis.hxx"
-#include "../../pingus_error.hxx"
+#include "joystick_axis.hpp"
+#include "../../pingus_error.hpp"
 
 namespace Input {
 namespace Axes {

Modified: branches/pingus_sdl/src/input/axes/joystick_axis.hpp
===================================================================
--- branches/pingus_sdl/src/input/axes/joystick_axis.hpp        2007-01-18 
03:08:17 UTC (rev 2686)
+++ branches/pingus_sdl/src/input/axes/joystick_axis.hpp        2007-01-18 
03:21:39 UTC (rev 2687)
@@ -20,7 +20,7 @@
 #ifndef HEADER_PINGUS_INPUT_JOYSTICK_AXIS_HXX
 #define HEADER_PINGUS_INPUT_JOYSTICK_AXIS_HXX
 
-#include "../axis.hxx"
+#include "../axis.hpp"
 
 namespace Input {
 namespace Axes {

Modified: branches/pingus_sdl/src/input/axes/mouse_axis.cpp
===================================================================
--- branches/pingus_sdl/src/input/axes/mouse_axis.cpp   2007-01-18 03:08:17 UTC 
(rev 2686)
+++ branches/pingus_sdl/src/input/axes/mouse_axis.cpp   2007-01-18 03:21:39 UTC 
(rev 2687)
@@ -20,7 +20,7 @@
 #include <ClanLib/Display/Input/input.h>
 #include <ClanLib/Display/Input/inputdevice.h>
 #include <ClanLib/Display/Input/inputcursor.h>
-#include "mouse_axis.hxx"
+#include "mouse_axis.hpp"
 
 namespace Input {
 

Modified: branches/pingus_sdl/src/input/axes/mouse_axis.hpp
===================================================================
--- branches/pingus_sdl/src/input/axes/mouse_axis.hpp   2007-01-18 03:08:17 UTC 
(rev 2686)
+++ branches/pingus_sdl/src/input/axes/mouse_axis.hpp   2007-01-18 03:21:39 UTC 
(rev 2687)
@@ -20,7 +20,7 @@
 #ifndef HEADER_PINGUS_INPUT_MOUSE_AXIS_HXX
 #define HEADER_PINGUS_INPUT_MOUSE_AXIS_HXX
 
-#include "../axis.hxx"
+#include "../axis.hpp"
 
 namespace Input {
 

Modified: branches/pingus_sdl/src/input/axes/multiple_axis.cpp
===================================================================
--- branches/pingus_sdl/src/input/axes/multiple_axis.cpp        2007-01-18 
03:08:17 UTC (rev 2686)
+++ branches/pingus_sdl/src/input/axes/multiple_axis.cpp        2007-01-18 
03:21:39 UTC (rev 2687)
@@ -17,7 +17,7 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#include "multiple_axis.hxx"
+#include "multiple_axis.hpp"
 
 namespace Input {
 namespace Axes {

Modified: branches/pingus_sdl/src/input/axes/multiple_axis.hpp
===================================================================
--- branches/pingus_sdl/src/input/axes/multiple_axis.hpp        2007-01-18 
03:08:17 UTC (rev 2686)
+++ branches/pingus_sdl/src/input/axes/multiple_axis.hpp        2007-01-18 
03:21:39 UTC (rev 2687)
@@ -21,7 +21,7 @@
 #define HEADER_PINGUS_INPUT_MULTIPLE_AXIS_HXX
 
 #include <vector>
-#include "../axis.hxx"
+#include "../axis.hpp"
 
 namespace Input {
 namespace Axes {

Modified: branches/pingus_sdl/src/input/axis.hpp
===================================================================
--- branches/pingus_sdl/src/input/axis.hpp      2007-01-18 03:08:17 UTC (rev 
2686)
+++ branches/pingus_sdl/src/input/axis.hpp      2007-01-18 03:21:39 UTC (rev 
2687)
@@ -20,7 +20,7 @@
 #ifndef HEADER_PINGUS_INPUT_AXIS_HXX
 #define HEADER_PINGUS_INPUT_AXIS_HXX
 
-#include "../pingus.hxx"
+#include "../pingus.hpp"
 
 namespace Input {
 

Modified: branches/pingus_sdl/src/input/axis_factory.cpp
===================================================================
--- branches/pingus_sdl/src/input/axis_factory.cpp      2007-01-18 03:08:17 UTC 
(rev 2686)
+++ branches/pingus_sdl/src/input/axis_factory.cpp      2007-01-18 03:21:39 UTC 
(rev 2687)
@@ -17,15 +17,15 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#include "../pingus_error.hxx"
-#include "axis_factory.hxx"
-#include "button.hxx"
-#include "button_factory.hxx"
-#include "axes/button_axis.hxx"
-#include "axes/inverted_axis.hxx"
-#include "axes/joystick_axis.hxx"
-#include "axes/multiple_axis.hxx"
-#include "../debug.hxx"
+#include "../pingus_error.hpp"
+#include "axis_factory.hpp"
+#include "button.hpp"
+#include "button_factory.hpp"
+#include "axes/button_axis.hpp"
+#include "axes/inverted_axis.hpp"
+#include "axes/joystick_axis.hpp"
+#include "axes/multiple_axis.hpp"
+#include "../debug.hpp"
 
 namespace Input {
 

Modified: branches/pingus_sdl/src/input/axis_factory.hpp
===================================================================
--- branches/pingus_sdl/src/input/axis_factory.hpp      2007-01-18 03:08:17 UTC 
(rev 2686)
+++ branches/pingus_sdl/src/input/axis_factory.hpp      2007-01-18 03:21:39 UTC 
(rev 2687)
@@ -20,7 +20,7 @@
 #ifndef HEADER_PINGUS_INPUT_AXIS_FACTORY_HXX
 #define HEADER_PINGUS_INPUT_AXIS_FACTORY_HXX
 
-#include "../file_reader.hxx"
+#include "../file_reader.hpp"
 
 namespace Input {
 

Modified: branches/pingus_sdl/src/input/button.hpp
===================================================================
--- branches/pingus_sdl/src/input/button.hpp    2007-01-18 03:08:17 UTC (rev 
2686)
+++ branches/pingus_sdl/src/input/button.hpp    2007-01-18 03:21:39 UTC (rev 
2687)
@@ -20,7 +20,7 @@
 #ifndef HEADER_PINGUS_INPUT_BUTTON_HXX
 #define HEADER_PINGUS_INPUT_BUTTON_HXX
 
-#include "../pingus.hxx"
+#include "../pingus.hpp"
 
 namespace Input {
 

Modified: branches/pingus_sdl/src/input/button_factory.cpp
===================================================================
--- branches/pingus_sdl/src/input/button_factory.cpp    2007-01-18 03:08:17 UTC 
(rev 2686)
+++ branches/pingus_sdl/src/input/button_factory.cpp    2007-01-18 03:21:39 UTC 
(rev 2687)
@@ -20,15 +20,15 @@
 #include <iostream>
 #include <ClanLib/Display/keyboard.h>
 #include <ClanLib/Display/input_device.h>
-#include "../file_reader.hxx"
-#include "../pingus_error.hxx"
-#include "button_factory.hxx"
-#include "buttons/double_button.hxx"
-#include "buttons/joystick_button.hxx"
-#include "buttons/key_button.hxx"
-#include "buttons/mouse_button.hxx"
-#include "buttons/multiple_button.hxx"
-#include "buttons/triple_button.hxx"
+#include "../file_reader.hpp"
+#include "../pingus_error.hpp"
+#include "button_factory.hpp"
+#include "buttons/double_button.hpp"
+#include "buttons/joystick_button.hpp"
+#include "buttons/key_button.hpp"
+#include "buttons/mouse_button.hpp"
+#include "buttons/multiple_button.hpp"
+#include "buttons/triple_button.hpp"
 
 namespace Input {
 

Modified: branches/pingus_sdl/src/input/button_factory.hpp
===================================================================
--- branches/pingus_sdl/src/input/button_factory.hpp    2007-01-18 03:08:17 UTC 
(rev 2686)
+++ branches/pingus_sdl/src/input/button_factory.hpp    2007-01-18 03:21:39 UTC 
(rev 2687)
@@ -20,7 +20,7 @@
 #ifndef HEADER_PINGUS_INPUT_BUTTON_FACTORY_HXX
 #define HEADER_PINGUS_INPUT_BUTTON_FACTORY_HXX
 
-#include "../file_reader.hxx"
+#include "../file_reader.hpp"
 
 namespace Input {
 

Modified: branches/pingus_sdl/src/input/buttons/double_button.cpp
===================================================================
--- branches/pingus_sdl/src/input/buttons/double_button.cpp     2007-01-18 
03:08:17 UTC (rev 2686)
+++ branches/pingus_sdl/src/input/buttons/double_button.cpp     2007-01-18 
03:21:39 UTC (rev 2687)
@@ -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.
 
-#include "../event_fwd.hxx"
-#include "double_button.hxx"
+#include "../event_fwd.hpp"
+#include "double_button.hpp"
 
 namespace Input {
 namespace Buttons {

Modified: branches/pingus_sdl/src/input/buttons/double_button.hpp
===================================================================
--- branches/pingus_sdl/src/input/buttons/double_button.hpp     2007-01-18 
03:08:17 UTC (rev 2686)
+++ branches/pingus_sdl/src/input/buttons/double_button.hpp     2007-01-18 
03:21:39 UTC (rev 2687)
@@ -20,7 +20,7 @@
 #ifndef HEADER_PINGUS_INPUT_DOUBLE_BUTTON_HXX
 #define HEADER_PINGUS_INPUT_DOUBLE_BUTTON_HXX
 
-#include "../button.hxx"
+#include "../button.hpp"
 
 namespace Input {
 namespace Buttons {

Modified: branches/pingus_sdl/src/input/buttons/dummy_button.hpp
===================================================================
--- branches/pingus_sdl/src/input/buttons/dummy_button.hpp      2007-01-18 
03:08:17 UTC (rev 2686)
+++ branches/pingus_sdl/src/input/buttons/dummy_button.hpp      2007-01-18 
03:21:39 UTC (rev 2687)
@@ -20,7 +20,7 @@
 #ifndef HEADER_PINGUS_INPUT_DUMMY_BUTTON_HXX
 #define HEADER_PINGUS_INPUT_DUMMY_BUTTON_HXX
 
-#include "../button.hxx"
+#include "../button.hpp"
 
 namespace Input {
 namespace Buttons {

Modified: branches/pingus_sdl/src/input/buttons/joystick_button.cpp
===================================================================
--- branches/pingus_sdl/src/input/buttons/joystick_button.cpp   2007-01-18 
03:08:17 UTC (rev 2686)
+++ branches/pingus_sdl/src/input/buttons/joystick_button.cpp   2007-01-18 
03:21:39 UTC (rev 2687)
@@ -21,8 +21,8 @@
 #include <ClanLib/Display/joystick.h>
 #include <ClanLib/Display/input_device.h>
 //#include <ClanLib/Display/input_button.h>
-#include "joystick_button.hxx"
-#include "../../pingus_error.hxx"
+#include "joystick_button.hpp"
+#include "../../pingus_error.hpp"
 
 namespace Input {
 namespace Buttons {

Modified: branches/pingus_sdl/src/input/buttons/joystick_button.hpp
===================================================================
--- branches/pingus_sdl/src/input/buttons/joystick_button.hpp   2007-01-18 
03:08:17 UTC (rev 2686)
+++ branches/pingus_sdl/src/input/buttons/joystick_button.hpp   2007-01-18 
03:21:39 UTC (rev 2687)
@@ -20,7 +20,7 @@
 #ifndef HEADER_PINGUS_INPUT_JOYSTICK_BUTTON_HXX
 #define HEADER_PINGUS_INPUT_JOYSTICK_BUTTON_HXX
 
-#include "../button.hxx"
+#include "../button.hpp"
 
 namespace Input {
 namespace Buttons {

Modified: branches/pingus_sdl/src/input/buttons/key_button.cpp
===================================================================
--- branches/pingus_sdl/src/input/buttons/key_button.cpp        2007-01-18 
03:08:17 UTC (rev 2686)
+++ branches/pingus_sdl/src/input/buttons/key_button.cpp        2007-01-18 
03:21:39 UTC (rev 2687)
@@ -19,7 +19,7 @@
 
 #include <ClanLib/Display/keyboard.h>
 #include <ClanLib/Display/input_event.h>
-#include "key_button.hxx"
+#include "key_button.hpp"
 
 #include <iostream>
 

Modified: branches/pingus_sdl/src/input/buttons/key_button.hpp
===================================================================
--- branches/pingus_sdl/src/input/buttons/key_button.hpp        2007-01-18 
03:08:17 UTC (rev 2686)
+++ branches/pingus_sdl/src/input/buttons/key_button.hpp        2007-01-18 
03:21:39 UTC (rev 2687)
@@ -21,7 +21,7 @@
 #define HEADER_PINGUS_INPUT_KEY_BUTTON_HXX
 
 #include <ClanLib/Signals/slot.h>
-#include "../button.hxx"
+#include "../button.hpp"
 
 class CL_InputEvent;
 class CL_InputDevice;

Modified: branches/pingus_sdl/src/input/buttons/mouse_button.cpp
===================================================================
--- branches/pingus_sdl/src/input/buttons/mouse_button.cpp      2007-01-18 
03:08:17 UTC (rev 2686)
+++ branches/pingus_sdl/src/input/buttons/mouse_button.cpp      2007-01-18 
03:21:39 UTC (rev 2687)
@@ -21,8 +21,8 @@
 #include <ClanLib/Display/input_event.h>
 #include <ClanLib/Display/keys.h>
 #include <ClanLib/Display/mouse.h>
-#include "mouse_button.hxx"
-#include "../../pingus_error.hxx"
+#include "mouse_button.hpp"
+#include "../../pingus_error.hpp"
 
 namespace Input {
 namespace Buttons {

Modified: branches/pingus_sdl/src/input/buttons/mouse_button.hpp
===================================================================
--- branches/pingus_sdl/src/input/buttons/mouse_button.hpp      2007-01-18 
03:08:17 UTC (rev 2686)
+++ branches/pingus_sdl/src/input/buttons/mouse_button.hpp      2007-01-18 
03:21:39 UTC (rev 2687)
@@ -21,7 +21,7 @@
 #define HEADER_PINGUS_INPUT_MOUSE_BUTTON_HXX
 
 #include <ClanLib/Signals/slot.h>
-#include "../button.hxx"
+#include "../button.hpp"
 
 class CL_InputEvent;
 

Modified: branches/pingus_sdl/src/input/buttons/multiple_button.cpp
===================================================================
--- branches/pingus_sdl/src/input/buttons/multiple_button.cpp   2007-01-18 
03:08:17 UTC (rev 2686)
+++ branches/pingus_sdl/src/input/buttons/multiple_button.cpp   2007-01-18 
03:21:39 UTC (rev 2687)
@@ -18,7 +18,7 @@
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
 #include <iostream>
-#include "multiple_button.hxx"
+#include "multiple_button.hpp"
 
 namespace Input {
 namespace Buttons {

Modified: branches/pingus_sdl/src/input/buttons/multiple_button.hpp
===================================================================
--- branches/pingus_sdl/src/input/buttons/multiple_button.hpp   2007-01-18 
03:08:17 UTC (rev 2686)
+++ branches/pingus_sdl/src/input/buttons/multiple_button.hpp   2007-01-18 
03:21:39 UTC (rev 2687)
@@ -21,7 +21,7 @@
 #define HEADER_PINGUS_INPUT_MULTIPLE_BUTTON_HXX
 
 #include <vector>
-#include "../button.hxx"
+#include "../button.hpp"
 
 namespace Input {
 namespace Buttons {

Modified: branches/pingus_sdl/src/input/buttons/triple_button.cpp
===================================================================
--- branches/pingus_sdl/src/input/buttons/triple_button.cpp     2007-01-18 
03:08:17 UTC (rev 2686)
+++ branches/pingus_sdl/src/input/buttons/triple_button.cpp     2007-01-18 
03:21:39 UTC (rev 2687)
@@ -17,7 +17,7 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#include "triple_button.hxx"
+#include "triple_button.hpp"
 
 namespace Input {
 namespace Buttons {

Modified: branches/pingus_sdl/src/input/buttons/triple_button.hpp
===================================================================
--- branches/pingus_sdl/src/input/buttons/triple_button.hpp     2007-01-18 
03:08:17 UTC (rev 2686)
+++ branches/pingus_sdl/src/input/buttons/triple_button.hpp     2007-01-18 
03:21:39 UTC (rev 2687)
@@ -20,7 +20,7 @@
 #ifndef HEADER_PINGUS_INPUT_TRIPLE_BUTTON_HXX
 #define HEADER_PINGUS_INPUT_TRIPLE_BUTTON_HXX
 
-#include "../button.hxx"
+#include "../button.hpp"
 
 namespace Input {
 namespace Buttons {

Modified: branches/pingus_sdl/src/input/controller.cpp
===================================================================
--- branches/pingus_sdl/src/input/controller.cpp        2007-01-18 03:08:17 UTC 
(rev 2686)
+++ branches/pingus_sdl/src/input/controller.cpp        2007-01-18 03:21:39 UTC 
(rev 2687)
@@ -18,20 +18,20 @@
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
 #include "SDL.h"
-#include "../gui/screen_manager.hxx"
+#include "../gui/screen_manager.hpp"
 
-#include "../debug.hxx"
-#include "../pingus_error.hxx"
+#include "../debug.hpp"
+#include "../pingus_error.hpp"
 
-#include "controller.hxx"
-#include "axes/dummy_axis.hxx"
-////#include "buttons/dummy_button.hxx"
-#include "pointers/dummy_pointer.hxx"
-#include "scrollers/dummy_scroller.hxx"
-#include "pointer_factory.hxx"
-////#include "../xml_file_reader.hxx"
-#include "scroller_factory.hxx"
-////#include "button_factory.hxx"
+#include "controller.hpp"
+#include "axes/dummy_axis.hpp"
+////#include "buttons/dummy_button.hpp"
+#include "pointers/dummy_pointer.hpp"
+#include "scrollers/dummy_scroller.hpp"
+#include "pointer_factory.hpp"
+////#include "../xml_file_reader.hpp"
+#include "scroller_factory.hpp"
+////#include "button_factory.hpp"
 
 namespace Input {
 

Modified: branches/pingus_sdl/src/input/controller.hpp
===================================================================
--- branches/pingus_sdl/src/input/controller.hpp        2007-01-18 03:08:17 UTC 
(rev 2686)
+++ branches/pingus_sdl/src/input/controller.hpp        2007-01-18 03:21:39 UTC 
(rev 2687)
@@ -24,8 +24,8 @@
 #include <list>
 #include <string>
 #include <vector>
-#include "../file_reader.hxx"
-#include "event.hxx"
+#include "../file_reader.hpp"
+#include "event.hpp"
 
 namespace Input {
 

Modified: branches/pingus_sdl/src/input/event.hpp
===================================================================
--- branches/pingus_sdl/src/input/event.hpp     2007-01-18 03:08:17 UTC (rev 
2686)
+++ branches/pingus_sdl/src/input/event.hpp     2007-01-18 03:21:39 UTC (rev 
2687)
@@ -22,7 +22,7 @@
 
 #include <vector>
 #include <string>
-#include "../pingus.hxx"
+#include "../pingus.hpp"
 
 namespace Input {
 

Modified: branches/pingus_sdl/src/input/pointer.hpp
===================================================================
--- branches/pingus_sdl/src/input/pointer.hpp   2007-01-18 03:08:17 UTC (rev 
2686)
+++ branches/pingus_sdl/src/input/pointer.hpp   2007-01-18 03:21:39 UTC (rev 
2687)
@@ -20,7 +20,7 @@
 #ifndef HEADER_PINGUS_INPUT_POINTER_HXX
 #define HEADER_PINGUS_INPUT_POINTER_HXX
 
-#include "../pingus.hxx"
+#include "../pingus.hpp"
 
 namespace Input {
 

Modified: branches/pingus_sdl/src/input/pointer_factory.cpp
===================================================================
--- branches/pingus_sdl/src/input/pointer_factory.cpp   2007-01-18 03:08:17 UTC 
(rev 2686)
+++ branches/pingus_sdl/src/input/pointer_factory.cpp   2007-01-18 03:21:39 UTC 
(rev 2687)
@@ -18,12 +18,12 @@
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
 #include <iostream>
-#include "../pingus_error.hxx"
-#include "axis_factory.hxx"
-#include "pointers/axis_pointer.hxx"
-#include "pointers/mouse_pointer.hxx"
-#include "pointers/multiple_pointer.hxx"
-#include "pointer_factory.hxx"
+#include "../pingus_error.hpp"
+#include "axis_factory.hpp"
+#include "pointers/axis_pointer.hpp"
+#include "pointers/mouse_pointer.hpp"
+#include "pointers/multiple_pointer.hpp"
+#include "pointer_factory.hpp"
 
 namespace Input {
 

Modified: branches/pingus_sdl/src/input/pointer_factory.hpp
===================================================================
--- branches/pingus_sdl/src/input/pointer_factory.hpp   2007-01-18 03:08:17 UTC 
(rev 2686)
+++ branches/pingus_sdl/src/input/pointer_factory.hpp   2007-01-18 03:21:39 UTC 
(rev 2687)
@@ -20,7 +20,7 @@
 #ifndef HEADER_PINGUS_INPUT_POINTER_FACTORY_HXX
 #define HEADER_PINGUS_INPUT_POINTER_FACTORY_HXX
 
-#include "../file_reader.hxx"
+#include "../file_reader.hpp"
 
 namespace Input {
 

Modified: branches/pingus_sdl/src/input/pointers/axis_pointer.cpp
===================================================================
--- branches/pingus_sdl/src/input/pointers/axis_pointer.cpp     2007-01-18 
03:08:17 UTC (rev 2686)
+++ branches/pingus_sdl/src/input/pointers/axis_pointer.cpp     2007-01-18 
03:21:39 UTC (rev 2687)
@@ -19,8 +19,8 @@
 
 #include <math.h>
 #include <assert.h>
-#include "../axis.hxx"
-#include "axis_pointer.hxx"
+#include "../axis.hpp"
+#include "axis_pointer.hpp"
 
 namespace Input {
 namespace Pointers {

Modified: branches/pingus_sdl/src/input/pointers/axis_pointer.hpp
===================================================================
--- branches/pingus_sdl/src/input/pointers/axis_pointer.hpp     2007-01-18 
03:08:17 UTC (rev 2686)
+++ branches/pingus_sdl/src/input/pointers/axis_pointer.hpp     2007-01-18 
03:21:39 UTC (rev 2687)
@@ -21,7 +21,7 @@
 #define HEADER_PINGUS_INPUT_AXIS_POINTER_HXX
 
 #include <vector>
-#include "../pointer.hxx"
+#include "../pointer.hpp"
 
 namespace Input {
 

Modified: branches/pingus_sdl/src/input/pointers/dummy_pointer.hpp
===================================================================
--- branches/pingus_sdl/src/input/pointers/dummy_pointer.hpp    2007-01-18 
03:08:17 UTC (rev 2686)
+++ branches/pingus_sdl/src/input/pointers/dummy_pointer.hpp    2007-01-18 
03:21:39 UTC (rev 2687)
@@ -20,7 +20,7 @@
 #ifndef HEADER_PINGUS_INPUT_DUMMY_POINTER_HXX
 #define HEADER_PINGUS_INPUT_DUMMY_POINTER_HXX
 
-#include "../pointer.hxx"
+#include "../pointer.hpp"
 
 namespace Input {
 namespace Pointers {

Modified: branches/pingus_sdl/src/input/pointers/mouse_pointer.cpp
===================================================================
--- branches/pingus_sdl/src/input/pointers/mouse_pointer.cpp    2007-01-18 
03:08:17 UTC (rev 2686)
+++ branches/pingus_sdl/src/input/pointers/mouse_pointer.cpp    2007-01-18 
03:21:39 UTC (rev 2687)
@@ -19,7 +19,7 @@
 
 #include <ClanLib/Display/mouse.h>
 #include <ClanLib/Display/input_event.h>
-#include "mouse_pointer.hxx"
+#include "mouse_pointer.hpp"
 
 namespace Input {
 namespace Pointers {

Modified: branches/pingus_sdl/src/input/pointers/mouse_pointer.hpp
===================================================================
--- branches/pingus_sdl/src/input/pointers/mouse_pointer.hpp    2007-01-18 
03:08:17 UTC (rev 2686)
+++ branches/pingus_sdl/src/input/pointers/mouse_pointer.hpp    2007-01-18 
03:21:39 UTC (rev 2687)
@@ -21,7 +21,7 @@
 #define HEADER_PINGUS_INPUT_MOUSE_POINTER_HXX
 
 #include <ClanLib/Signals/slot.h>
-#include "../pointer.hxx"
+#include "../pointer.hpp"
 
 class CL_InputEvent;
 

Modified: branches/pingus_sdl/src/input/pointers/multiple_pointer.cpp
===================================================================
--- branches/pingus_sdl/src/input/pointers/multiple_pointer.cpp 2007-01-18 
03:08:17 UTC (rev 2686)
+++ branches/pingus_sdl/src/input/pointers/multiple_pointer.cpp 2007-01-18 
03:21:39 UTC (rev 2687)
@@ -17,7 +17,7 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#include "multiple_pointer.hxx"
+#include "multiple_pointer.hpp"
 
 namespace Input {
 namespace Pointers {

Modified: branches/pingus_sdl/src/input/pointers/multiple_pointer.hpp
===================================================================
--- branches/pingus_sdl/src/input/pointers/multiple_pointer.hpp 2007-01-18 
03:08:17 UTC (rev 2686)
+++ branches/pingus_sdl/src/input/pointers/multiple_pointer.hpp 2007-01-18 
03:21:39 UTC (rev 2687)
@@ -21,7 +21,7 @@
 #define HEADER_PINGUS_INPUT_MULTIPLE_POINTER_HXX
 
 #include <vector>
-#include "../pointer.hxx"
+#include "../pointer.hpp"
 
 namespace Input {
 namespace Pointers {

Modified: branches/pingus_sdl/src/input/scroller.hpp
===================================================================
--- branches/pingus_sdl/src/input/scroller.hpp  2007-01-18 03:08:17 UTC (rev 
2686)
+++ branches/pingus_sdl/src/input/scroller.hpp  2007-01-18 03:21:39 UTC (rev 
2687)
@@ -20,7 +20,7 @@
 #ifndef HEADER_PINGUS_INPUT_SCROLLER_HXX
 #define HEADER_PINGUS_INPUT_SCROLLER_HXX
 
-#include "../pingus.hxx"
+#include "../pingus.hpp"
 
 namespace Input {
 

Modified: branches/pingus_sdl/src/input/scroller_factory.cpp
===================================================================
--- branches/pingus_sdl/src/input/scroller_factory.cpp  2007-01-18 03:08:17 UTC 
(rev 2686)
+++ branches/pingus_sdl/src/input/scroller_factory.cpp  2007-01-18 03:21:39 UTC 
(rev 2687)
@@ -18,20 +18,20 @@
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
 #include <stdlib.h>
-#include "../pingus_error.hxx"
-#include "axis.hxx"
-#include "axis_factory.hxx"
-#include "button.hxx"
-#include "button_factory.hxx"
-#include "pointer.hxx"
-#include "pointer_factory.hxx"
-#include "scroller_factory.hxx"
-#include "scrollers/axis_scroller.hxx"
-#include "scrollers/inverted_scroller.hxx"
-#include "scrollers/joystick_scroller.hxx"
-#include "scrollers/mouse_scroller.hxx"
-#include "scrollers/multiple_scroller.hxx"
-#include "scrollers/pointer_scroller.hxx"
+#include "../pingus_error.hpp"
+#include "axis.hpp"
+#include "axis_factory.hpp"
+#include "button.hpp"
+#include "button_factory.hpp"
+#include "pointer.hpp"
+#include "pointer_factory.hpp"
+#include "scroller_factory.hpp"
+#include "scrollers/axis_scroller.hpp"
+#include "scrollers/inverted_scroller.hpp"
+#include "scrollers/joystick_scroller.hpp"
+#include "scrollers/mouse_scroller.hpp"
+#include "scrollers/multiple_scroller.hpp"
+#include "scrollers/pointer_scroller.hpp"
 
 namespace Input {
 

Modified: branches/pingus_sdl/src/input/scroller_factory.hpp
===================================================================
--- branches/pingus_sdl/src/input/scroller_factory.hpp  2007-01-18 03:08:17 UTC 
(rev 2686)
+++ branches/pingus_sdl/src/input/scroller_factory.hpp  2007-01-18 03:21:39 UTC 
(rev 2687)
@@ -20,7 +20,7 @@
 #ifndef HEADER_PINGUS_INPUT_SCROLLER_FACTORY_HXX
 #define HEADER_PINGUS_INPUT_SCROLLER_FACTORY_HXX
 
-#include "../file_reader.hxx"
+#include "../file_reader.hpp"
 
 namespace Input {
 

Modified: branches/pingus_sdl/src/input/scrollers/axis_scroller.cpp
===================================================================
--- branches/pingus_sdl/src/input/scrollers/axis_scroller.cpp   2007-01-18 
03:08:17 UTC (rev 2686)
+++ branches/pingus_sdl/src/input/scrollers/axis_scroller.cpp   2007-01-18 
03:21:39 UTC (rev 2687)
@@ -19,9 +19,9 @@
 
 #include <math.h>
 #include <assert.h>
-#include "../../debug.hxx"
-#include "../axis.hxx"
-#include "axis_scroller.hxx"
+#include "../../debug.hpp"
+#include "../axis.hpp"
+#include "axis_scroller.hpp"
 
 namespace Input {
 namespace Scrollers {

Modified: branches/pingus_sdl/src/input/scrollers/axis_scroller.hpp
===================================================================
--- branches/pingus_sdl/src/input/scrollers/axis_scroller.hpp   2007-01-18 
03:08:17 UTC (rev 2686)
+++ branches/pingus_sdl/src/input/scrollers/axis_scroller.hpp   2007-01-18 
03:21:39 UTC (rev 2687)
@@ -21,7 +21,7 @@
 #define HEADER_PINGUS_INPUT_AXIS_SCROLLER_HXX
 
 #include <vector>
-#include "../scroller.hxx"
+#include "../scroller.hpp"
 
 namespace Input {
 

Modified: branches/pingus_sdl/src/input/scrollers/dummy_scroller.hpp
===================================================================
--- branches/pingus_sdl/src/input/scrollers/dummy_scroller.hpp  2007-01-18 
03:08:17 UTC (rev 2686)
+++ branches/pingus_sdl/src/input/scrollers/dummy_scroller.hpp  2007-01-18 
03:21:39 UTC (rev 2687)
@@ -20,7 +20,7 @@
 #ifndef HEADER_PINGUS_INPUT_DUMMY_SCROLLER_HXX
 #define HEADER_PINGUS_INPUT_DUMMY_SCROLLER_HXX
 
-#include "../scroller.hxx"
+#include "../scroller.hpp"
 
 namespace Input {
 namespace Scrollers {

Modified: branches/pingus_sdl/src/input/scrollers/inverted_scroller.cpp
===================================================================
--- branches/pingus_sdl/src/input/scrollers/inverted_scroller.cpp       
2007-01-18 03:08:17 UTC (rev 2686)
+++ branches/pingus_sdl/src/input/scrollers/inverted_scroller.cpp       
2007-01-18 03:21:39 UTC (rev 2687)
@@ -17,7 +17,7 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#include "inverted_scroller.hxx"
+#include "inverted_scroller.hpp"
 
 namespace Input {
 namespace Scrollers {

Modified: branches/pingus_sdl/src/input/scrollers/inverted_scroller.hpp
===================================================================
--- branches/pingus_sdl/src/input/scrollers/inverted_scroller.hpp       
2007-01-18 03:08:17 UTC (rev 2686)
+++ branches/pingus_sdl/src/input/scrollers/inverted_scroller.hpp       
2007-01-18 03:21:39 UTC (rev 2687)
@@ -20,7 +20,7 @@
 #ifndef HEADER_PINGUS_INPUT_INVERTED_SCROLLER_HXX
 #define HEADER_PINGUS_INPUT_INVERTED_SCROLLER_HXX
 
-#include "../scroller.hxx"
+#include "../scroller.hpp"
 
 namespace Input {
 namespace Scrollers {

Modified: branches/pingus_sdl/src/input/scrollers/joystick_scroller.cpp
===================================================================
--- branches/pingus_sdl/src/input/scrollers/joystick_scroller.cpp       
2007-01-18 03:08:17 UTC (rev 2686)
+++ branches/pingus_sdl/src/input/scrollers/joystick_scroller.cpp       
2007-01-18 03:21:39 UTC (rev 2687)
@@ -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.
 
-#include "../axes/joystick_axis.hxx"
-#include "joystick_scroller.hxx"
+#include "../axes/joystick_axis.hpp"
+#include "joystick_scroller.hpp"
 
 namespace Input {
 namespace Scrollers {

Modified: branches/pingus_sdl/src/input/scrollers/joystick_scroller.hpp
===================================================================
--- branches/pingus_sdl/src/input/scrollers/joystick_scroller.hpp       
2007-01-18 03:08:17 UTC (rev 2686)
+++ branches/pingus_sdl/src/input/scrollers/joystick_scroller.hpp       
2007-01-18 03:21:39 UTC (rev 2687)
@@ -20,7 +20,7 @@
 #ifndef HEADER_PINGUS_INPUT_JOYSTICK_SCROLLER_HXX
 #define HEADER_PINGUS_INPUT_JOYSTICK_SCROLLER_HXX
 
-#include "../scroller.hxx"
+#include "../scroller.hpp"
 
 namespace Input {
 

Modified: branches/pingus_sdl/src/input/scrollers/mouse_scroller.cpp
===================================================================
--- branches/pingus_sdl/src/input/scrollers/mouse_scroller.cpp  2007-01-18 
03:08:17 UTC (rev 2686)
+++ branches/pingus_sdl/src/input/scrollers/mouse_scroller.cpp  2007-01-18 
03:21:39 UTC (rev 2687)
@@ -19,7 +19,7 @@
 
 #include <ClanLib/Display/mouse.h>
 #include <ClanLib/Core/System/error.h>
-#include "mouse_scroller.hxx"
+#include "mouse_scroller.hpp"
 
 namespace Input {
 namespace Scrollers {

Modified: branches/pingus_sdl/src/input/scrollers/mouse_scroller.hpp
===================================================================
--- branches/pingus_sdl/src/input/scrollers/mouse_scroller.hpp  2007-01-18 
03:08:17 UTC (rev 2686)
+++ branches/pingus_sdl/src/input/scrollers/mouse_scroller.hpp  2007-01-18 
03:21:39 UTC (rev 2687)
@@ -21,7 +21,7 @@
 #define HEADER_PINGUS_INPUT_MOUSE_SCROLLER_HXX
 
 #include <ClanLib/Display/input_device.h>
-#include "../scroller.hxx"
+#include "../scroller.hpp"
 
 namespace Input {
 namespace Scrollers {

Modified: branches/pingus_sdl/src/input/scrollers/multiple_scroller.cpp
===================================================================
--- branches/pingus_sdl/src/input/scrollers/multiple_scroller.cpp       
2007-01-18 03:08:17 UTC (rev 2686)
+++ branches/pingus_sdl/src/input/scrollers/multiple_scroller.cpp       
2007-01-18 03:21:39 UTC (rev 2687)
@@ -15,7 +15,7 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#include "multiple_scroller.hxx"
+#include "multiple_scroller.hpp"
 
 namespace Input {
 namespace Scrollers {

Modified: branches/pingus_sdl/src/input/scrollers/multiple_scroller.hpp
===================================================================
--- branches/pingus_sdl/src/input/scrollers/multiple_scroller.hpp       
2007-01-18 03:08:17 UTC (rev 2686)
+++ branches/pingus_sdl/src/input/scrollers/multiple_scroller.hpp       
2007-01-18 03:21:39 UTC (rev 2687)
@@ -21,7 +21,7 @@
 #define HEADER_PINGUS_INPUT_MULTIPLE_SCROLLER_HXX
 
 #include <vector>
-#include "../scroller.hxx"
+#include "../scroller.hpp"
 
 namespace Input {
 namespace Scrollers {

Modified: branches/pingus_sdl/src/input/scrollers/pointer_scroller.cpp
===================================================================
--- branches/pingus_sdl/src/input/scrollers/pointer_scroller.cpp        
2007-01-18 03:08:17 UTC (rev 2686)
+++ branches/pingus_sdl/src/input/scrollers/pointer_scroller.cpp        
2007-01-18 03:21:39 UTC (rev 2687)
@@ -17,9 +17,9 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#include "../button.hxx"
-#include "../pointer.hxx"
-#include "pointer_scroller.hxx"
+#include "../button.hpp"
+#include "../pointer.hpp"
+#include "pointer_scroller.hpp"
 
 namespace Input {
 namespace Scrollers {

Modified: branches/pingus_sdl/src/input/scrollers/pointer_scroller.hpp
===================================================================
--- branches/pingus_sdl/src/input/scrollers/pointer_scroller.hpp        
2007-01-18 03:08:17 UTC (rev 2686)
+++ branches/pingus_sdl/src/input/scrollers/pointer_scroller.hpp        
2007-01-18 03:21:39 UTC (rev 2687)
@@ -20,7 +20,7 @@
 #ifndef HEADER_PINGUS_INPUT_POINTER_SCROLLER_HXX
 #define HEADER_PINGUS_INPUT_POINTER_SCROLLER_HXX
 
-#include "../scroller.hxx"
+#include "../scroller.hpp"
 
 namespace Input {
 

Modified: branches/pingus_sdl/src/input_event.hpp
===================================================================
--- branches/pingus_sdl/src/input_event.hpp     2007-01-18 03:08:17 UTC (rev 
2686)
+++ branches/pingus_sdl/src/input_event.hpp     2007-01-18 03:21:39 UTC (rev 
2687)
@@ -22,8 +22,8 @@
 
 #error "Don't used this the moment, its underdevelopment and not compilable"
 
-#include "pingus.hxx"
-#include "vector.hxx"
+#include "pingus.hpp"
+#include "vector.hpp"
 
 
 /** This will need some^H^H^H^H a lot of work */

Modified: branches/pingus_sdl/src/layer_manager.cpp
===================================================================
--- branches/pingus_sdl/src/layer_manager.cpp   2007-01-18 03:08:17 UTC (rev 
2686)
+++ branches/pingus_sdl/src/layer_manager.cpp   2007-01-18 03:21:39 UTC (rev 
2687)
@@ -18,7 +18,7 @@
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
 #include <iostream>
-#include "layer_manager.hxx"
+#include "layer_manager.hpp"
 
 
 LayerManager::LayerManager ()

Modified: branches/pingus_sdl/src/layer_manager.hpp
===================================================================
--- branches/pingus_sdl/src/layer_manager.hpp   2007-01-18 03:08:17 UTC (rev 
2686)
+++ branches/pingus_sdl/src/layer_manager.hpp   2007-01-18 03:21:39 UTC (rev 
2687)
@@ -20,11 +20,11 @@
 #ifndef HEADER_PINGUS_LAYER_MANAGER_HXX
 #define HEADER_PINGUS_LAYER_MANAGER_HXX
 
-#include "pingus.hxx"
+#include "pingus.hpp"
 #include <cmath>
 #include "sprite.hpp"
-#include "gui/display.hxx"
-#include "display/drawing_context.hxx"
+#include "gui/display.hpp"
+#include "display/drawing_context.hpp"
 
 
 class LayerManager

Modified: branches/pingus_sdl/src/math/vector3f.hpp
===================================================================
--- branches/pingus_sdl/src/math/vector3f.hpp   2007-01-18 03:08:17 UTC (rev 
2686)
+++ branches/pingus_sdl/src/math/vector3f.hpp   2007-01-18 03:21:39 UTC (rev 
2687)
@@ -21,7 +21,7 @@
 #define HEADER_PINGUS_MATH_VECTOR3F_HPP
 
 #include <iosfwd>
-#include "pingus.hxx"
+#include "pingus.hpp"
 
 class Vector2f;
 

Modified: branches/pingus_sdl/src/math.hpp
===================================================================
--- branches/pingus_sdl/src/math.hpp    2007-01-18 03:08:17 UTC (rev 2686)
+++ branches/pingus_sdl/src/math.hpp    2007-01-18 03:21:39 UTC (rev 2687)
@@ -21,7 +21,7 @@
 #define HEADER_PINGUS_MATH_HXX
 
 #include <stdlib.h>
-#include "pingus.hxx"
+#include "pingus.hpp"
 
 
 /** A collection of small math helper functions, some of them might be

Modified: branches/pingus_sdl/src/mover.cpp
===================================================================
--- branches/pingus_sdl/src/mover.cpp   2007-01-18 03:08:17 UTC (rev 2686)
+++ branches/pingus_sdl/src/mover.cpp   2007-01-18 03:21:39 UTC (rev 2687)
@@ -17,7 +17,7 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#include "mover.hxx"
+#include "mover.hpp"
 
 
 Mover::Mover(World* const world_arg, const Vector3f& pos_arg)

Modified: branches/pingus_sdl/src/movers/linear_mover.cpp
===================================================================
--- branches/pingus_sdl/src/movers/linear_mover.cpp     2007-01-18 03:08:17 UTC 
(rev 2686)
+++ branches/pingus_sdl/src/movers/linear_mover.cpp     2007-01-18 03:21:39 UTC 
(rev 2687)
@@ -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.
 
-#include "linear_mover.hxx"
-#include "../collider.hxx"
+#include "linear_mover.hpp"
+#include "../collider.hpp"
 
 namespace Movers {
 

Modified: branches/pingus_sdl/src/movers/linear_mover.hpp
===================================================================
--- branches/pingus_sdl/src/movers/linear_mover.hpp     2007-01-18 03:08:17 UTC 
(rev 2686)
+++ branches/pingus_sdl/src/movers/linear_mover.hpp     2007-01-18 03:21:39 UTC 
(rev 2687)
@@ -20,7 +20,7 @@
 #ifndef HEADER_PINGUS_LINEAR_MOVER_HXX
 #define HEADER_PINGUS_LINEAR_MOVER_HXX
 
-#include "../mover.hxx"
+#include "../mover.hpp"
 
 
 class Collider;

Modified: branches/pingus_sdl/src/multiline_text.cpp
===================================================================
--- branches/pingus_sdl/src/multiline_text.cpp  2007-01-18 03:08:17 UTC (rev 
2686)
+++ branches/pingus_sdl/src/multiline_text.cpp  2007-01-18 03:21:39 UTC (rev 
2687)
@@ -19,8 +19,8 @@
 
 #include <assert.h>
 #include "font.hpp"
-#include "multiline_text.hxx"
-#include "math.hxx"
+#include "multiline_text.hpp"
+#include "math.hpp"
 
 
 MultiLineText::MultiLineText()

Modified: branches/pingus_sdl/src/multiline_text.hpp
===================================================================
--- branches/pingus_sdl/src/multiline_text.hpp  2007-01-18 03:08:17 UTC (rev 
2686)
+++ branches/pingus_sdl/src/multiline_text.hpp  2007-01-18 03:21:39 UTC (rev 
2687)
@@ -20,7 +20,7 @@
 #ifndef HEADER_PINGUS_MULTILINE_TEXT_HXX
 #define HEADER_PINGUS_MULTILINE_TEXT_HXX
 
-#include "pingus.hxx"
+#include "pingus.hpp"
 #include "font.hpp"
 #include <string>
 #include <vector>

Modified: branches/pingus_sdl/src/particles/explosive_particle.cpp
===================================================================
--- branches/pingus_sdl/src/particles/explosive_particle.cpp    2007-01-18 
03:08:17 UTC (rev 2686)
+++ branches/pingus_sdl/src/particles/explosive_particle.cpp    2007-01-18 
03:21:39 UTC (rev 2687)
@@ -17,12 +17,12 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 #if 0
-#include "../col_map.hxx"
-#include "../pingu_map.hxx"
-#include "../world.hxx"
-#include "../particles/particle_holder.hxx"
-#include "../resource.hxx"
-#include "explosive_particle.hxx"
+#include "../col_map.hpp"
+#include "../pingu_map.hpp"
+#include "../world.hpp"
+#include "../particles/particle_holder.hpp"
+#include "../resource.hpp"
+#include "explosive_particle.hpp"
 
 ExplosiveParticle::ExplosiveParticle (int x, int y, float x_a, float y_a)
                                     : Particle (x, y, x_a, y_a),

Modified: branches/pingus_sdl/src/particles/explosive_particle.hpp
===================================================================
--- branches/pingus_sdl/src/particles/explosive_particle.hpp    2007-01-18 
03:08:17 UTC (rev 2686)
+++ branches/pingus_sdl/src/particles/explosive_particle.hpp    2007-01-18 
03:21:39 UTC (rev 2687)
@@ -20,8 +20,8 @@
 #ifndef HEADER_PINGUS_PARTICLES_EXPLOSIVE_PARTICLE_HXX
 #define HEADER_PINGUS_PARTICLES_EXPLOSIVE_PARTICLE_HXX
 
-#include "../sprite.hxx"
-#include "particle.hxx"
+#include "../sprite.hpp"
+#include "particle.hpp"
 
 class ExplosiveParticle
   : public Particle

Modified: branches/pingus_sdl/src/particles/ground_particle.cpp
===================================================================
--- branches/pingus_sdl/src/particles/ground_particle.cpp       2007-01-18 
03:08:17 UTC (rev 2686)
+++ branches/pingus_sdl/src/particles/ground_particle.cpp       2007-01-18 
03:21:39 UTC (rev 2687)
@@ -17,9 +17,9 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 #if 0
-#include "../globals.hxx"
-#include "../resource.hxx"
-#include "ground_particle.hxx"
+#include "../globals.hpp"
+#include "../resource.hpp"
+#include "ground_particle.hpp"
 
 GroundParticle::GroundParticle (int x, int y, float x_a, float y_a)
   : Particle (x,y, x_a, y_a)

Modified: branches/pingus_sdl/src/particles/ground_particle.hpp
===================================================================
--- branches/pingus_sdl/src/particles/ground_particle.hpp       2007-01-18 
03:08:17 UTC (rev 2686)
+++ branches/pingus_sdl/src/particles/ground_particle.hpp       2007-01-18 
03:21:39 UTC (rev 2687)
@@ -20,7 +20,7 @@
 #ifndef HEADER_PINGUS_PARTICLES_GROUND_PARTICLE_HXX
 #define HEADER_PINGUS_PARTICLES_GROUND_PARTICLE_HXX
 
-#include "particle.hxx"
+#include "particle.hpp"
 
 ///
 class GroundParticle : public Particle

Modified: branches/pingus_sdl/src/particles/pingu_particle_holder.cpp
===================================================================
--- branches/pingus_sdl/src/particles/pingu_particle_holder.cpp 2007-01-18 
03:08:17 UTC (rev 2686)
+++ branches/pingus_sdl/src/particles/pingu_particle_holder.cpp 2007-01-18 
03:21:39 UTC (rev 2687)
@@ -17,12 +17,12 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#include "../display/scene_context.hxx"
-#include "../math.hxx"
-#include "../col_map.hxx"
-#include "../resource.hxx"
-#include "../world.hxx"
-#include "pingu_particle_holder.hxx"
+#include "../display/scene_context.hpp"
+#include "../math.hpp"
+#include "../col_map.hpp"
+#include "../resource.hpp"
+#include "../world.hpp"
+#include "pingu_particle_holder.hpp"
 
 namespace Particles {
 

Modified: branches/pingus_sdl/src/particles/pingu_particle_holder.hpp
===================================================================
--- branches/pingus_sdl/src/particles/pingu_particle_holder.hpp 2007-01-18 
03:08:17 UTC (rev 2686)
+++ branches/pingus_sdl/src/particles/pingu_particle_holder.hpp 2007-01-18 
03:21:39 UTC (rev 2687)
@@ -23,7 +23,7 @@
 #include <vector>
 #include "../sprite.hpp"
 #include "../math/vector3f.hpp"
-#include "../worldobj.hxx"
+#include "../worldobj.hpp"
 
 
 class SceneContext;

Modified: branches/pingus_sdl/src/particles/rain_particle_holder.cpp
===================================================================
--- branches/pingus_sdl/src/particles/rain_particle_holder.cpp  2007-01-18 
03:08:17 UTC (rev 2686)
+++ branches/pingus_sdl/src/particles/rain_particle_holder.cpp  2007-01-18 
03:21:39 UTC (rev 2687)
@@ -17,13 +17,13 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#include "../display/scene_context.hxx"
-#include "../math.hxx"
-#include "../col_map.hxx"
-#include "../globals.hxx"
-#include "../resource.hxx"
-#include "../world.hxx"
-#include "rain_particle_holder.hxx"
+#include "../display/scene_context.hpp"
+#include "../math.hpp"
+#include "../col_map.hpp"
+#include "../globals.hpp"
+#include "../resource.hpp"
+#include "../world.hpp"
+#include "rain_particle_holder.hpp"
 
 namespace Particles {
 

Modified: branches/pingus_sdl/src/particles/rain_particle_holder.hpp
===================================================================
--- branches/pingus_sdl/src/particles/rain_particle_holder.hpp  2007-01-18 
03:08:17 UTC (rev 2686)
+++ branches/pingus_sdl/src/particles/rain_particle_holder.hpp  2007-01-18 
03:21:39 UTC (rev 2687)
@@ -23,7 +23,7 @@
 #include <vector>
 #include "../sprite.hpp"
 #include "../math/vector3f.hpp"
-#include "../worldobj.hxx"
+#include "../worldobj.hpp"
 
 
 class GraphicContext;

Modified: branches/pingus_sdl/src/particles/smoke_particle_holder.cpp
===================================================================
--- branches/pingus_sdl/src/particles/smoke_particle_holder.cpp 2007-01-18 
03:08:17 UTC (rev 2686)
+++ branches/pingus_sdl/src/particles/smoke_particle_holder.cpp 2007-01-18 
03:21:39 UTC (rev 2687)
@@ -17,10 +17,10 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#include "../globals.hxx"
-#include "../display/scene_context.hxx"
-#include "../resource.hxx"
-#include "smoke_particle_holder.hxx"
+#include "../globals.hpp"
+#include "../display/scene_context.hpp"
+#include "../resource.hpp"
+#include "smoke_particle_holder.hpp"
 
 namespace Particles {
 

Modified: branches/pingus_sdl/src/particles/smoke_particle_holder.hpp
===================================================================
--- branches/pingus_sdl/src/particles/smoke_particle_holder.hpp 2007-01-18 
03:08:17 UTC (rev 2686)
+++ branches/pingus_sdl/src/particles/smoke_particle_holder.hpp 2007-01-18 
03:21:39 UTC (rev 2687)
@@ -23,7 +23,7 @@
 #include <vector>
 #include "../sprite.hpp"
 #include "../math/vector3f.hpp"
-#include "../worldobj.hxx"
+#include "../worldobj.hpp"
 
 
 class SceneContext;

Modified: branches/pingus_sdl/src/particles/snow_particle_holder.cpp
===================================================================
--- branches/pingus_sdl/src/particles/snow_particle_holder.cpp  2007-01-18 
03:08:17 UTC (rev 2686)
+++ branches/pingus_sdl/src/particles/snow_particle_holder.cpp  2007-01-18 
03:21:39 UTC (rev 2687)
@@ -18,13 +18,13 @@
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
 #include <assert.h>
-#include "../math.hxx"
-#include "../col_map.hxx"
-#include "../display/scene_context.hxx"
-#include "../ground_map.hxx"
-#include "../resource.hxx"
-#include "../world.hxx"
-#include "snow_particle_holder.hxx"
+#include "../math.hpp"
+#include "../col_map.hpp"
+#include "../display/scene_context.hpp"
+#include "../ground_map.hpp"
+#include "../resource.hpp"
+#include "../world.hpp"
+#include "snow_particle_holder.hpp"
 
 namespace Particles {
 

Modified: branches/pingus_sdl/src/particles/snow_particle_holder.hpp
===================================================================
--- branches/pingus_sdl/src/particles/snow_particle_holder.hpp  2007-01-18 
03:08:17 UTC (rev 2686)
+++ branches/pingus_sdl/src/particles/snow_particle_holder.hpp  2007-01-18 
03:21:39 UTC (rev 2687)
@@ -23,7 +23,7 @@
 #include <vector>
 #include "../sprite.hpp"
 #include "../math/vector3f.hpp"
-#include "../worldobj.hxx"
+#include "../worldobj.hpp"
 
 
 class SceneContext;

Modified: branches/pingus_sdl/src/path_manager.cpp
===================================================================
--- branches/pingus_sdl/src/path_manager.cpp    2007-01-18 03:08:17 UTC (rev 
2686)
+++ branches/pingus_sdl/src/path_manager.cpp    2007-01-18 03:21:39 UTC (rev 
2687)
@@ -17,10 +17,10 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#include "globals.hxx"
-#include "system.hxx"
-#include "path_manager.hxx"
-#include "debug.hxx"
+#include "globals.hpp"
+#include "system.hpp"
+#include "path_manager.hpp"
+#include "debug.hpp"
 
 
 PathManager path_manager;

Modified: branches/pingus_sdl/src/path_manager.hpp
===================================================================
--- branches/pingus_sdl/src/path_manager.hpp    2007-01-18 03:08:17 UTC (rev 
2686)
+++ branches/pingus_sdl/src/path_manager.hpp    2007-01-18 03:21:39 UTC (rev 
2687)
@@ -20,7 +20,7 @@
 #ifndef HEADER_PINGUS_PATH_MANAGER_HXX
 #define HEADER_PINGUS_PATH_MANAGER_HXX
 
-#include "pingus.hxx"
+#include "pingus.hpp"
 #include <string>
 #include <list>
 

Modified: branches/pingus_sdl/src/pingu.cpp
===================================================================
--- branches/pingus_sdl/src/pingu.cpp   2007-01-18 03:08:17 UTC (rev 2686)
+++ branches/pingus_sdl/src/pingu.cpp   2007-01-18 03:21:39 UTC (rev 2687)
@@ -21,18 +21,18 @@
 #include <assert.h>
 #include <math.h>
 #include <stdio.h>
-#include "globals.hxx"
-#include "world.hxx"
-#include "sound/sound.hxx"
-#include "col_map.hxx"
-#include "pingu_action.hxx"
-#include "pingu_action_factory.hxx"
+#include "globals.hpp"
+#include "world.hpp"
+#include "sound/sound.hpp"
+#include "col_map.hpp"
+#include "pingu_action.hpp"
+#include "pingu_action_factory.hpp"
 #include "gettext.h"
-#include "debug.hxx"
-#include "display/scene_context.hxx"
-#include "worldobj.hxx"
-#include "resource.hxx"
-#include "fonts.hxx"
+#include "debug.hpp"
+#include "display/scene_context.hpp"
+#include "worldobj.hpp"
+#include "resource.hpp"
+#include "fonts.hpp"
 
 
 using namespace Actions;

Modified: branches/pingus_sdl/src/pingu.hpp
===================================================================
--- branches/pingus_sdl/src/pingu.hpp   2007-01-18 03:08:17 UTC (rev 2686)
+++ branches/pingus_sdl/src/pingu.hpp   2007-01-18 03:21:39 UTC (rev 2687)
@@ -20,8 +20,8 @@
 #ifndef HEADER_PINGUS_PINGU_HXX
 #define HEADER_PINGUS_PINGU_HXX
 
-#include "direction.hxx"
-#include "pingu_enums.hxx"
+#include "direction.hpp"
+#include "pingu_enums.hpp"
 
 // Forward declarations
 class Vector3f;

Modified: branches/pingus_sdl/src/pingu_action.cpp
===================================================================
--- branches/pingus_sdl/src/pingu_action.cpp    2007-01-18 03:08:17 UTC (rev 
2686)
+++ branches/pingus_sdl/src/pingu_action.cpp    2007-01-18 03:21:39 UTC (rev 
2687)
@@ -20,11 +20,11 @@
 #include <assert.h>
 #include <math.h>
 #include "math/vector3f.hpp"
-#include "col_map.hxx"
-#include "world.hxx"
-#include "pingu.hxx"
-#include "pingu_action.hxx"
-#include "worldobj.hxx"
+#include "col_map.hpp"
+#include "world.hpp"
+#include "pingu.hpp"
+#include "pingu_action.hpp"
+#include "worldobj.hpp"
 
 
 PinguAction::PinguAction (Pingu* p)

Modified: branches/pingus_sdl/src/pingu_action.hpp
===================================================================
--- branches/pingus_sdl/src/pingu_action.hpp    2007-01-18 03:08:17 UTC (rev 
2686)
+++ branches/pingus_sdl/src/pingu_action.hpp    2007-01-18 03:21:39 UTC (rev 
2687)
@@ -20,7 +20,7 @@
 #ifndef HEADER_PINGUS_PINGU_ACTION_HXX
 #define HEADER_PINGUS_PINGU_ACTION_HXX
 
-#include "pingu_enums.hxx"
+#include "pingu_enums.hpp"
 #include "pixel_buffer.hpp"
 #include "collision_mask.hpp"
 

Modified: branches/pingus_sdl/src/pingu_action_factory.cpp
===================================================================
--- branches/pingus_sdl/src/pingu_action_factory.cpp    2007-01-18 03:08:17 UTC 
(rev 2686)
+++ branches/pingus_sdl/src/pingu_action_factory.cpp    2007-01-18 03:21:39 UTC 
(rev 2687)
@@ -18,33 +18,33 @@
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
 #include <iostream>
-#include "pingus_error.hxx"
+#include "pingus_error.hpp"
 
-#include "actions/rocket_launcher.hxx"
-#include "actions/boarder.hxx"
-#include "actions/superman.hxx"
-#include "actions/angel.hxx"
-#include "actions/basher.hxx"
-#include "actions/blocker.hxx"
-#include "actions/bomber.hxx"
-#include "actions/bridger.hxx"
-#include "actions/climber.hxx"
-#include "actions/digger.hxx"
-#include "actions/floater.hxx"
-#include "actions/miner.hxx"
-#include "actions/jumper.hxx"
-#include "actions/slider.hxx"
-#include "actions/teleported.hxx"
-#include "actions/exiter.hxx"
-#include "actions/smashed.hxx"
-#include "actions/laser_kill.hxx"
-#include "actions/splashed.hxx"
-#include "actions/waiter.hxx"
-#include "actions/drown.hxx"
-#include "actions/faller.hxx"
-#include "actions/walker.hxx"
+#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/teleported.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 "pingu_action_factory.hxx"
+#include "pingu_action_factory.hpp"
 
 
 using namespace Actions;

Modified: branches/pingus_sdl/src/pingu_action_factory.hpp
===================================================================
--- branches/pingus_sdl/src/pingu_action_factory.hpp    2007-01-18 03:08:17 UTC 
(rev 2686)
+++ branches/pingus_sdl/src/pingu_action_factory.hpp    2007-01-18 03:21:39 UTC 
(rev 2687)
@@ -22,7 +22,7 @@
 
 #include <map>
 #include <vector>
-#include "pingu.hxx"
+#include "pingu.hpp"
 
 
 class PinguAction;

Modified: branches/pingus_sdl/src/pingu_enums.cpp
===================================================================
--- branches/pingus_sdl/src/pingu_enums.cpp     2007-01-18 03:08:17 UTC (rev 
2686)
+++ branches/pingus_sdl/src/pingu_enums.cpp     2007-01-18 03:21:39 UTC (rev 
2687)
@@ -18,7 +18,7 @@
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
 #include "gettext.h"
-#include "pingu_enums.hxx"
+#include "pingu_enums.hpp"
 
 // Pingu "globals".  Make [deadly_velocity = 20 * sqrt("normal gravity")] so
 // that the "deadly distance" is the same and therefore doesn't break levels.

Modified: branches/pingus_sdl/src/pingu_enums.hpp
===================================================================
--- branches/pingus_sdl/src/pingu_enums.hpp     2007-01-18 03:08:17 UTC (rev 
2686)
+++ branches/pingus_sdl/src/pingu_enums.hpp     2007-01-18 03:21:39 UTC (rev 
2687)
@@ -20,7 +20,7 @@
 #ifndef HEADER_PINGUS_PINGU_ENUMS_HXX
 #define HEADER_PINGUS_PINGU_ENUMS_HXX
 
-#include "pingus.hxx"
+#include "pingus.hpp"
 #include <string>
 
 /** The Pingus Status shows the current status of a Pingu, as

Modified: branches/pingus_sdl/src/pingu_holder.cpp
===================================================================
--- branches/pingus_sdl/src/pingu_holder.cpp    2007-01-18 03:08:17 UTC (rev 
2686)
+++ branches/pingus_sdl/src/pingu_holder.cpp    2007-01-18 03:21:39 UTC (rev 
2687)
@@ -19,9 +19,9 @@
 
 #include <iostream>
 #include <assert.h>
-#include "pingu_holder.hxx"
-#include "pingus_level.hxx"
-#include "pingu.hxx"
+#include "pingu_holder.hpp"
+#include "pingus_level.hpp"
+#include "pingu.hpp"
 
 
 PinguHolder::PinguHolder(const PingusLevel& plf)

Modified: branches/pingus_sdl/src/pingu_holder.hpp
===================================================================
--- branches/pingus_sdl/src/pingu_holder.hpp    2007-01-18 03:08:17 UTC (rev 
2686)
+++ branches/pingus_sdl/src/pingu_holder.hpp    2007-01-18 03:21:39 UTC (rev 
2687)
@@ -22,7 +22,7 @@
 
 #include <list>
 #include <vector>
-#include "worldobj.hxx"
+#include "worldobj.hpp"
 
 
 class PingusLevel;

Modified: branches/pingus_sdl/src/pingus_error.cpp
===================================================================
--- branches/pingus_sdl/src/pingus_error.cpp    2007-01-18 03:08:17 UTC (rev 
2686)
+++ branches/pingus_sdl/src/pingus_error.cpp    2007-01-18 03:21:39 UTC (rev 
2687)
@@ -17,7 +17,7 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#include "pingus_error.hxx"
+#include "pingus_error.hpp"
 #include "gettext.h"
 
 

Modified: branches/pingus_sdl/src/pingus_error.hpp
===================================================================
--- branches/pingus_sdl/src/pingus_error.hpp    2007-01-18 03:08:17 UTC (rev 
2686)
+++ branches/pingus_sdl/src/pingus_error.hpp    2007-01-18 03:21:39 UTC (rev 
2687)
@@ -20,7 +20,7 @@
 #ifndef HEADER_PINGUS_PINGUS_ERROR_HXX
 #define HEADER_PINGUS_PINGUS_ERROR_HXX
 
-#include "pingus.hxx"
+#include "pingus.hpp"
 #include <string>
 #include <exception>
 

Modified: branches/pingus_sdl/src/pingus_level.cpp
===================================================================
--- branches/pingus_sdl/src/pingus_level.cpp    2007-01-18 03:08:17 UTC (rev 
2686)
+++ branches/pingus_sdl/src/pingus_level.cpp    2007-01-18 03:21:39 UTC (rev 
2687)
@@ -18,10 +18,10 @@
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
 #include <iostream>
-#include "file_reader.hxx"
-#include "pingus_level.hxx"
-#include "pingus_error.hxx"
-#include "pingus_level_impl.hxx"
+#include "file_reader.hpp"
+#include "pingus_level.hpp"
+#include "pingus_error.hpp"
+#include "pingus_level_impl.hpp"
 
 PingusLevel::PingusLevel()
   : impl(new PingusLevelImpl())  

Modified: branches/pingus_sdl/src/pingus_level.hpp
===================================================================
--- branches/pingus_sdl/src/pingus_level.hpp    2007-01-18 03:08:17 UTC (rev 
2686)
+++ branches/pingus_sdl/src/pingus_level.hpp    2007-01-18 03:21:39 UTC (rev 
2687)
@@ -23,8 +23,8 @@
 #include <string>
 #include <vector>
 #include <map>
-#include "shared_ptr.hxx"
-#include "file_reader.hxx"
+#include "shared_ptr.hpp"
+#include "file_reader.hpp"
 
 
 class FileReader;

Modified: branches/pingus_sdl/src/pingus_level_test.cpp
===================================================================
--- branches/pingus_sdl/src/pingus_level_test.cpp       2007-01-18 03:08:17 UTC 
(rev 2686)
+++ branches/pingus_sdl/src/pingus_level_test.cpp       2007-01-18 03:21:39 UTC 
(rev 2687)
@@ -19,9 +19,9 @@
 
 #include <iostream>
 #include <ClanLib/core.h>
-#include "xml_pingus_level.hxx"
-#include "pingus_level.hxx"
-#include "pingus_error.hxx"
+#include "xml_pingus_level.hpp"
+#include "pingus_level.hpp"
+#include "pingus_error.hpp"
 
 using namespace Pingus;
 

Modified: branches/pingus_sdl/src/pingus_main.cpp
===================================================================
--- branches/pingus_sdl/src/pingus_main.cpp     2007-01-18 03:08:17 UTC (rev 
2686)
+++ branches/pingus_sdl/src/pingus_main.cpp     2007-01-18 03:21:39 UTC (rev 
2687)
@@ -47,41 +47,41 @@
 
 #include "command_line.hpp"
 
-#include "gui/screen_manager.hxx"
-#include "dummy_screen.hxx"
-// #include "gui/input_debug_screen.hxx"
-#include "path_manager.hxx"
-#include "pingus_main.hxx"
-#include "globals.hxx"
-#include "system.hxx"
-#include "pingus_error.hxx"
-// #include "global_event.hxx"
-#include "config.hxx"
-#include "console.hxx"
-// #include "fps_counter.hxx"
-#include "plf_res_mgr.hxx"
-#include "game_session.hxx"
-#include "story_screen.hxx"
+#include "gui/screen_manager.hpp"
+#include "dummy_screen.hpp"
+// #include "gui/input_debug_screen.hpp"
+#include "path_manager.hpp"
+#include "pingus_main.hpp"
+#include "globals.hpp"
+#include "system.hpp"
+#include "pingus_error.hpp"
+// #include "global_event.hpp"
+#include "config.hpp"
+#include "console.hpp"
+// #include "fps_counter.hpp"
+#include "plf_res_mgr.hpp"
+#include "game_session.hpp"
+#include "story_screen.hpp"
 
-#include "start_screen.hxx"
-#include "savegame_manager.hxx"
-#include "stat_manager.hxx"
-// #include "demo_session.hxx"
-#include "debug.hxx"
-//#include "fonts.hxx"
-#include "pingus_menu_manager.hxx"
-#include "resource.hxx"
-#include "pingu_action_factory.hxx"
-#include "credits.hxx"
-#include "sound/sound.hxx"
-#include "worldmap/manager.hxx"
-#include "cheat.hxx"
-// #include "blitter_test.hxx"
-// #include "preview_renderer.hxx"
-#include "worldmap/manager.hxx"
-#include "worldobj_factory.hxx"
+#include "start_screen.hpp"
+#include "savegame_manager.hpp"
+#include "stat_manager.hpp"
+// #include "demo_session.hpp"
+#include "debug.hpp"
+//#include "fonts.hpp"
+#include "pingus_menu_manager.hpp"
+#include "resource.hpp"
+#include "pingu_action_factory.hpp"
+#include "credits.hpp"
+#include "sound/sound.hpp"
+#include "worldmap/manager.hpp"
+#include "cheat.hpp"
+// #include "blitter_test.hpp"
+// #include "preview_renderer.hpp"
+#include "worldmap/manager.hpp"
+#include "worldobj_factory.hpp"
 
-#include "editor/editor_screen.hxx"
+#include "editor/editor_screen.hpp"
 
 #if _MSC_VER >= 1400
 // Disable stupid deprecation warnings

Modified: branches/pingus_sdl/src/pingus_main.hpp
===================================================================
--- branches/pingus_sdl/src/pingus_main.hpp     2007-01-18 03:08:17 UTC (rev 
2686)
+++ branches/pingus_sdl/src/pingus_main.hpp     2007-01-18 03:21:39 UTC (rev 
2687)
@@ -21,7 +21,7 @@
 #define HEADER_PINGUS_PINGUS_MAIN_HXX
 
 #include <string>
-#include "pingus.hxx"
+#include "pingus.hpp"
 #include "SDL.h"
 
 void segfault_handler(int);

Modified: branches/pingus_sdl/src/pingus_menu.cpp
===================================================================
--- branches/pingus_sdl/src/pingus_menu.cpp     2007-01-18 03:08:17 UTC (rev 
2686)
+++ branches/pingus_sdl/src/pingus_menu.cpp     2007-01-18 03:21:39 UTC (rev 
2687)
@@ -19,23 +19,23 @@
 
 #include <config.h>
 #include "gettext.h"
-#include "components/menu_button.hxx"
-#include "resource.hxx"
-#include "debug.hxx"
-#include "globals.hxx"
-#include "sound/sound.hxx"
-#include "stat_manager.hxx"
-#include "start_screen.hxx"
-#include "story_screen.hxx"
-#include "worldmap/worldmap.hxx"
-#include "worldmap/manager.hxx"
-#include "gui/screen_manager.hxx"
-#include "pingus_menu_manager.hxx"
-#include "gui/gui_manager.hxx"
-#include "plf_res_mgr.hxx"
-#include "path_manager.hxx"
-#include "file_dialog.hxx"
-#include "editor/editor_screen.hxx"
+#include "components/menu_button.hpp"
+#include "resource.hpp"
+#include "debug.hpp"
+#include "globals.hpp"
+#include "sound/sound.hpp"
+#include "stat_manager.hpp"
+#include "start_screen.hpp"
+#include "story_screen.hpp"
+#include "worldmap/worldmap.hpp"
+#include "worldmap/manager.hpp"
+#include "gui/screen_manager.hpp"
+#include "pingus_menu_manager.hpp"
+#include "gui/gui_manager.hpp"
+#include "plf_res_mgr.hpp"
+#include "path_manager.hpp"
+#include "file_dialog.hpp"
+#include "editor/editor_screen.hpp"
 
 
 PingusMenu::PingusMenu (PingusMenuManager* m)

Modified: branches/pingus_sdl/src/pingus_menu.hpp
===================================================================
--- branches/pingus_sdl/src/pingus_menu.hpp     2007-01-18 03:08:17 UTC (rev 
2686)
+++ branches/pingus_sdl/src/pingus_menu.hpp     2007-01-18 03:21:39 UTC (rev 
2687)
@@ -21,10 +21,10 @@
 #define HEADER_PINGUS_PINGUS_MENU_HXX
 
 #include <vector>
-#include "fonts.hxx"
-#include "pingus_sub_menu.hxx"
-#include "file_dialog_listener.hxx"
-#include "layer_manager.hxx"
+#include "fonts.hpp"
+#include "pingus_sub_menu.hpp"
+#include "file_dialog_listener.hpp"
+#include "layer_manager.hpp"
 
 class SurfaceButton;
 class GameDelta;

Modified: branches/pingus_sdl/src/pingus_menu_manager.cpp
===================================================================
--- branches/pingus_sdl/src/pingus_menu_manager.cpp     2007-01-18 03:08:17 UTC 
(rev 2686)
+++ branches/pingus_sdl/src/pingus_menu_manager.cpp     2007-01-18 03:21:39 UTC 
(rev 2687)
@@ -18,11 +18,11 @@
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
 #include <iostream>
-#include "gui/screen_manager.hxx"
-#include "sound/sound.hxx"
-#include "resource.hxx"
-#include "blitter.hxx"
-#include "pingus_menu_manager.hxx"
+#include "gui/screen_manager.hpp"
+#include "sound/sound.hpp"
+#include "resource.hpp"
+#include "blitter.hpp"
+#include "pingus_menu_manager.hpp"
 
 
 PingusMenuManager* PingusMenuManager::instance_ = 0;

Modified: branches/pingus_sdl/src/pingus_menu_manager.hpp
===================================================================
--- branches/pingus_sdl/src/pingus_menu_manager.hpp     2007-01-18 03:08:17 UTC 
(rev 2686)
+++ branches/pingus_sdl/src/pingus_menu_manager.hpp     2007-01-18 03:21:39 UTC 
(rev 2687)
@@ -20,10 +20,10 @@
 #ifndef HEADER_PINGUS_PINGUS_MENU_MANAGER_HXX
 #define HEADER_PINGUS_PINGUS_MENU_MANAGER_HXX
 
-#include "layer_manager.hxx"
-#include "exit_menu.hxx"
-#include "pingus_menu.hxx"
-#include "file_dialog.hxx"
+#include "layer_manager.hpp"
+#include "exit_menu.hpp"
+#include "pingus_menu.hpp"
+#include "file_dialog.hpp"
 
 class PingusSubMenu;
 

Modified: branches/pingus_sdl/src/pingus_sub_menu.cpp
===================================================================
--- branches/pingus_sdl/src/pingus_sub_menu.cpp 2007-01-18 03:08:17 UTC (rev 
2686)
+++ branches/pingus_sdl/src/pingus_sub_menu.cpp 2007-01-18 03:21:39 UTC (rev 
2687)
@@ -17,7 +17,7 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#include "pingus_sub_menu.hxx"
+#include "pingus_sub_menu.hpp"
 
 
 PingusSubMenu::PingusSubMenu (PingusMenuManager* m)

Modified: branches/pingus_sdl/src/pingus_sub_menu.hpp
===================================================================
--- branches/pingus_sdl/src/pingus_sub_menu.hpp 2007-01-18 03:08:17 UTC (rev 
2686)
+++ branches/pingus_sdl/src/pingus_sub_menu.hpp 2007-01-18 03:21:39 UTC (rev 
2687)
@@ -20,7 +20,7 @@
 #ifndef HEADER_PINGUS_PINGUS_SUB_MENU_HXX
 #define HEADER_PINGUS_PINGUS_SUB_MENU_HXX
 
-#include "gui/gui_screen.hxx"
+#include "gui/gui_screen.hpp"
 
 class CL_Key;
 class CL_InputDevice;

Modified: branches/pingus_sdl/src/plf_res_mgr.cpp
===================================================================
--- branches/pingus_sdl/src/plf_res_mgr.cpp     2007-01-18 03:08:17 UTC (rev 
2686)
+++ branches/pingus_sdl/src/plf_res_mgr.cpp     2007-01-18 03:21:39 UTC (rev 
2687)
@@ -17,12 +17,12 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#include "globals.hxx"
-#include "debug.hxx"
-#include "system.hxx"
-#include "path_manager.hxx"
-#include "xml_pingus_level.hxx"
-#include "plf_res_mgr.hxx"
+#include "globals.hpp"
+#include "debug.hpp"
+#include "system.hpp"
+#include "path_manager.hpp"
+#include "xml_pingus_level.hpp"
+#include "plf_res_mgr.hpp"
 
 
 PLFResMgr::PLFMap PLFResMgr::plf_map;

Modified: branches/pingus_sdl/src/plf_res_mgr.hpp
===================================================================
--- branches/pingus_sdl/src/plf_res_mgr.hpp     2007-01-18 03:08:17 UTC (rev 
2686)
+++ branches/pingus_sdl/src/plf_res_mgr.hpp     2007-01-18 03:21:39 UTC (rev 
2687)
@@ -20,7 +20,7 @@
 #ifndef HEADER_PINGUS_PLF_RES_MGR_HXX
 #define HEADER_PINGUS_PLF_RES_MGR_HXX
 
-#include "pingus_level.hxx"
+#include "pingus_level.hpp"
 
 
 /** */

Modified: branches/pingus_sdl/src/plt_xml.cpp
===================================================================
--- branches/pingus_sdl/src/plt_xml.cpp 2007-01-18 03:08:17 UTC (rev 2686)
+++ branches/pingus_sdl/src/plt_xml.cpp 2007-01-18 03:21:39 UTC (rev 2687)
@@ -19,10 +19,10 @@
 
 #include <iostream>
 #include <ClanLib/core.h>
-#include "globals.hxx"
-#include "pingus_error.hxx"
-//#include "xml_file_reader.hxx"
-#include "plt_xml.hxx"
+#include "globals.hpp"
+#include "pingus_error.hpp"
+//#include "xml_file_reader.hpp"
+#include "plt_xml.hpp"
 
 
 PLTXML::PLTXML ()

Modified: branches/pingus_sdl/src/preview_renderer.cpp
===================================================================
--- branches/pingus_sdl/src/preview_renderer.cpp        2007-01-18 03:08:17 UTC 
(rev 2686)
+++ branches/pingus_sdl/src/preview_renderer.cpp        2007-01-18 03:21:39 UTC 
(rev 2687)
@@ -18,9 +18,9 @@
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
 #include <iostream>
-#include "world.hxx"
-//#include "gui/buffer_graphic_context.hxx"
-#include "preview_renderer.hxx"
+#include "world.hpp"
+//#include "gui/buffer_graphic_context.hpp"
+#include "preview_renderer.hpp"
 
 
 void

Modified: branches/pingus_sdl/src/preview_renderer.hpp
===================================================================
--- branches/pingus_sdl/src/preview_renderer.hpp        2007-01-18 03:08:17 UTC 
(rev 2686)
+++ branches/pingus_sdl/src/preview_renderer.hpp        2007-01-18 03:21:39 UTC 
(rev 2687)
@@ -20,7 +20,7 @@
 #ifndef HEADER_PREVIEW_RENDERER_HXX
 #define HEADER_PREVIEW_RENDERER_HXX
 
-#include "plf_res_mgr.hxx"
+#include "plf_res_mgr.hpp"
 
 
 /** By given a PLF, the PreviewRenderer renders a CL_Canvas with a

Modified: branches/pingus_sdl/src/res_descriptor.cpp
===================================================================
--- branches/pingus_sdl/src/res_descriptor.cpp  2007-01-18 03:08:17 UTC (rev 
2686)
+++ branches/pingus_sdl/src/res_descriptor.cpp  2007-01-18 03:21:39 UTC (rev 
2687)
@@ -19,8 +19,8 @@
 
 #include <assert.h>
 #include <iostream>
-#include "res_descriptor.hxx"
-#include "pingus_error.hxx"
+#include "res_descriptor.hpp"
+#include "pingus_error.hpp"
 
 
 /*

Modified: branches/pingus_sdl/src/res_descriptor.hpp
===================================================================
--- branches/pingus_sdl/src/res_descriptor.hpp  2007-01-18 03:08:17 UTC (rev 
2686)
+++ branches/pingus_sdl/src/res_descriptor.hpp  2007-01-18 03:21:39 UTC (rev 
2687)
@@ -20,7 +20,7 @@
 #ifndef HEADER_PINGUS_RES_DESCRIPTOR_HXX
 #define HEADER_PINGUS_RES_DESCRIPTOR_HXX
 
-#include "resource_modifier.hxx"
+#include "resource_modifier.hpp"
 
 /// Resource descriptor, tells were to find a resource.
 class ResDescriptor

Modified: branches/pingus_sdl/src/resource.cpp
===================================================================
--- branches/pingus_sdl/src/resource.cpp        2007-01-18 03:08:17 UTC (rev 
2686)
+++ branches/pingus_sdl/src/resource.cpp        2007-01-18 03:21:39 UTC (rev 
2687)
@@ -25,12 +25,12 @@
 
 #include <assert.h>
 
-#include "system.hxx"
-#include "path_manager.hxx"
-#include "globals.hxx"
-#include "resource.hxx"
-#include "blitter.hxx"
-#include "debug.hxx"
+#include "system.hpp"
+#include "path_manager.hpp"
+#include "globals.hpp"
+#include "resource.hpp"
+#include "blitter.hpp"
+#include "debug.hpp"
 
 ResourceManager Resource::resmgr;
 #if 0

Modified: branches/pingus_sdl/src/resource.hpp
===================================================================
--- branches/pingus_sdl/src/resource.hpp        2007-01-18 03:08:17 UTC (rev 
2686)
+++ branches/pingus_sdl/src/resource.hpp        2007-01-18 03:21:39 UTC (rev 
2687)
@@ -24,7 +24,7 @@
 #include <vector>
 #include "sprite.hpp"
 #include "pixel_buffer.hpp"
-#include "res_descriptor.hxx"
+#include "res_descriptor.hpp"
 #include "resource_manager.hpp"
 #include "collision_mask.hpp"
 #include "font.hpp"

Modified: branches/pingus_sdl/src/resource_modifier.cpp
===================================================================
--- branches/pingus_sdl/src/resource_modifier.cpp       2007-01-18 03:08:17 UTC 
(rev 2686)
+++ branches/pingus_sdl/src/resource_modifier.cpp       2007-01-18 03:21:39 UTC 
(rev 2687)
@@ -18,7 +18,7 @@
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
 #include <assert.h>
-#include "resource_modifier.hxx"
+#include "resource_modifier.hpp"
 
 namespace ResourceModifierNS {
 

Modified: branches/pingus_sdl/src/resource_modifier.hpp
===================================================================
--- branches/pingus_sdl/src/resource_modifier.hpp       2007-01-18 03:08:17 UTC 
(rev 2686)
+++ branches/pingus_sdl/src/resource_modifier.hpp       2007-01-18 03:21:39 UTC 
(rev 2687)
@@ -20,7 +20,7 @@
 #ifndef HEADER_PINGUS_RESOURCE_MODIFIER_HXX
 #define HEADER_PINGUS_RESOURCE_MODIFIER_HXX
 
-#include "pingus.hxx"
+#include "pingus.hpp"
 #include <string>
 
 namespace ResourceModifierNS {

Modified: branches/pingus_sdl/src/result.hpp
===================================================================
--- branches/pingus_sdl/src/result.hpp  2007-01-18 03:08:17 UTC (rev 2686)
+++ branches/pingus_sdl/src/result.hpp  2007-01-18 03:21:39 UTC (rev 2687)
@@ -20,8 +20,8 @@
 #ifndef HEADER_PINGUS_RESULT_HXX
 #define HEADER_PINGUS_RESULT_HXX
 
-#include "pingus_level.hxx"
-#include "pingus.hxx"
+#include "pingus_level.hpp"
+#include "pingus.hpp"
 
 
 /** Result of a Pingus game */

Modified: branches/pingus_sdl/src/result_screen.cpp
===================================================================
--- branches/pingus_sdl/src/result_screen.cpp   2007-01-18 03:08:17 UTC (rev 
2686)
+++ branches/pingus_sdl/src/result_screen.cpp   2007-01-18 03:21:39 UTC (rev 
2687)
@@ -19,19 +19,19 @@
 
 #include <iostream>
 #include "gettext.h"
-#include "gui/display.hxx"
-#include "gui/surface_button.hxx"
-#include "gui/gui_manager.hxx"
-#include "gui/screen_manager.hxx"
-#include "blitter.hxx"
-#include "res_descriptor.hxx"
-#include "resource.hxx"
-#include "fonts.hxx"
-#include "game_session.hxx"
-#include "system.hxx"
-#include "sound/sound.hxx"
-#include "game_time.hxx"
-#include "result_screen.hxx"
+#include "gui/display.hpp"
+#include "gui/surface_button.hpp"
+#include "gui/gui_manager.hpp"
+#include "gui/screen_manager.hpp"
+#include "blitter.hpp"
+#include "res_descriptor.hpp"
+#include "resource.hpp"
+#include "fonts.hpp"
+#include "game_session.hpp"
+#include "system.hpp"
+#include "sound/sound.hpp"
+#include "game_time.hpp"
+#include "result_screen.hpp"
 
 
 class ResultScreenComponent : public GUI::Component

Modified: branches/pingus_sdl/src/result_screen.hpp
===================================================================
--- branches/pingus_sdl/src/result_screen.hpp   2007-01-18 03:08:17 UTC (rev 
2686)
+++ branches/pingus_sdl/src/result_screen.hpp   2007-01-18 03:21:39 UTC (rev 
2687)
@@ -20,8 +20,8 @@
 #ifndef HEADER_PINGUS_RESULT_SCREEN_HXX
 #define HEADER_PINGUS_RESULT_SCREEN_HXX
 
-#include "result.hxx"
-#include "gui/gui_screen.hxx"
+#include "result.hpp"
+#include "gui/gui_screen.hpp"
 
 
 /** */

Modified: branches/pingus_sdl/src/savegame.cpp
===================================================================
--- branches/pingus_sdl/src/savegame.cpp        2007-01-18 03:08:17 UTC (rev 
2686)
+++ branches/pingus_sdl/src/savegame.cpp        2007-01-18 03:21:39 UTC (rev 
2687)
@@ -18,8 +18,8 @@
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
 #include <iostream>
-///#include "sexpr_file_writer.hxx"
-#include "savegame.hxx"
+///#include "sexpr_file_writer.hpp"
+#include "savegame.hpp"
 
 
 std::string

Modified: branches/pingus_sdl/src/savegame.hpp
===================================================================
--- branches/pingus_sdl/src/savegame.hpp        2007-01-18 03:08:17 UTC (rev 
2686)
+++ branches/pingus_sdl/src/savegame.hpp        2007-01-18 03:21:39 UTC (rev 
2687)
@@ -21,7 +21,7 @@
 #define HEADER_PINGUS_SAVEGAME_HXX
 
 #include <string>
-#include "file_reader.hxx"
+#include "file_reader.hpp"
 
 
        class XMLFileWriter;

Modified: branches/pingus_sdl/src/savegame_manager.cpp
===================================================================
--- branches/pingus_sdl/src/savegame_manager.cpp        2007-01-18 03:08:17 UTC 
(rev 2686)
+++ branches/pingus_sdl/src/savegame_manager.cpp        2007-01-18 03:21:39 UTC 
(rev 2687)
@@ -20,11 +20,11 @@
 #include <iostream>
 #include <fstream>
 #include <assert.h>
-#include "system.hxx"
-#include "pingus_error.hxx"
-////#include "xml_file_reader.hxx"
-///#include "xml_file_writer.hxx"
-#include "savegame_manager.hxx"
+#include "system.hpp"
+#include "pingus_error.hpp"
+////#include "xml_file_reader.hpp"
+///#include "xml_file_writer.hpp"
+#include "savegame_manager.hpp"
 
 
 SavegameManager* SavegameManager::instance_ = 0;

Modified: branches/pingus_sdl/src/savegame_manager.hpp
===================================================================
--- branches/pingus_sdl/src/savegame_manager.hpp        2007-01-18 03:08:17 UTC 
(rev 2686)
+++ branches/pingus_sdl/src/savegame_manager.hpp        2007-01-18 03:21:39 UTC 
(rev 2687)
@@ -21,7 +21,7 @@
 #define HEADER_SAVEGAME_MANAGER_HXX
 
 #include <map>
-#include "savegame.hxx"
+#include "savegame.hpp"
 
 
 /** */

Modified: branches/pingus_sdl/src/screenshot.cpp
===================================================================
--- branches/pingus_sdl/src/screenshot.cpp      2007-01-18 03:08:17 UTC (rev 
2686)
+++ branches/pingus_sdl/src/screenshot.cpp      2007-01-18 03:21:39 UTC (rev 
2687)
@@ -27,8 +27,8 @@
 #include <ClanLib/Display/pixel_buffer.h>
 #include <ClanLib/Display/display.h>
 #include <ClanLib/Display/Providers/provider_factory.h>
-#include "system.hxx"
-#include "screenshot.hxx"
+#include "system.hpp"
+#include "screenshot.hpp"
 #include "gettext.h"
 
 

Modified: branches/pingus_sdl/src/screenshot.hpp
===================================================================
--- branches/pingus_sdl/src/screenshot.hpp      2007-01-18 03:08:17 UTC (rev 
2686)
+++ branches/pingus_sdl/src/screenshot.hpp      2007-01-18 03:21:39 UTC (rev 
2687)
@@ -20,7 +20,7 @@
 #ifndef HEADER_PINGUS_SCREENSHOT_HXX
 #define HEADER_PINGUS_SCREENSHOT_HXX
 
-#include "pingus.hxx"
+#include "pingus.hpp"
 #include <ClanLib/Display/pixel_buffer.h>
 #include <string>
 

Modified: branches/pingus_sdl/src/server.cpp
===================================================================
--- branches/pingus_sdl/src/server.cpp  2007-01-18 03:08:17 UTC (rev 2686)
+++ branches/pingus_sdl/src/server.cpp  2007-01-18 03:21:39 UTC (rev 2687)
@@ -17,13 +17,13 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#include "pingu.hxx"
-#include "globals.hxx"
-#include "server.hxx"
-#include "game_time.hxx"
-#include "world.hxx"
-#include "demo_recorder.hxx"
-#include "goal_manager.hxx"
+#include "pingu.hpp"
+#include "globals.hpp"
+#include "server.hpp"
+#include "game_time.hpp"
+#include "world.hpp"
+#include "demo_recorder.hpp"
+#include "goal_manager.hpp"
 
 
 using Actions::action_from_string;

Modified: branches/pingus_sdl/src/server.hpp
===================================================================
--- branches/pingus_sdl/src/server.hpp  2007-01-18 03:08:17 UTC (rev 2686)
+++ branches/pingus_sdl/src/server.hpp  2007-01-18 03:21:39 UTC (rev 2687)
@@ -20,9 +20,9 @@
 #ifndef HEADER_PINGUS_SERVER_HXX
 #define HEADER_PINGUS_SERVER_HXX
 
-#include "server_event.hxx"
-#include "action_holder.hxx"
-#include "pingus_level.hxx"
+#include "server_event.hpp"
+#include "action_holder.hpp"
+#include "pingus_level.hpp"
 
 
 class Pingu;

Modified: branches/pingus_sdl/src/server_event.cpp
===================================================================
--- branches/pingus_sdl/src/server_event.cpp    2007-01-18 03:08:17 UTC (rev 
2686)
+++ branches/pingus_sdl/src/server_event.cpp    2007-01-18 03:21:39 UTC (rev 
2687)
@@ -19,10 +19,10 @@
 
 #include <assert.h>
 #include <iostream>
-#include "pingus_error.hxx"
-#include "server.hxx"
-#include "world.hxx"
-#include "pingu_holder.hxx"
+#include "pingus_error.hpp"
+#include "server.hpp"
+#include "world.hpp"
+#include "pingu_holder.hpp"
 
 
 ServerEvent::ServerEvent() :

Modified: branches/pingus_sdl/src/server_event.hpp
===================================================================
--- branches/pingus_sdl/src/server_event.hpp    2007-01-18 03:08:17 UTC (rev 
2686)
+++ branches/pingus_sdl/src/server_event.hpp    2007-01-18 03:21:39 UTC (rev 
2687)
@@ -21,8 +21,8 @@
 #define HEADER_PINGUS_SERVER_EVENT_HXX
 
 #include <iosfwd>
-#include "file_reader.hxx"
-#include "pingu_enums.hxx"
+#include "file_reader.hpp"
+#include "pingu_enums.hpp"
 
 
 class Server;

Modified: branches/pingus_sdl/src/sexpr_file_reader.cpp
===================================================================
--- branches/pingus_sdl/src/sexpr_file_reader.cpp       2007-01-18 03:08:17 UTC 
(rev 2686)
+++ branches/pingus_sdl/src/sexpr_file_reader.cpp       2007-01-18 03:21:39 UTC 
(rev 2687)
@@ -27,10 +27,10 @@
 #include "math/vector3f.hpp"
 #include "math/color.hpp"
 #include "math/size.hpp"
-#include "res_descriptor.hxx"
-#include "resource_modifier.hxx"
+#include "res_descriptor.hpp"
+#include "resource_modifier.hpp"
 #include "math/vector2i.hpp"
-#include "file_reader_impl.hxx"
+#include "file_reader_impl.hpp"
 #include "sexpr_file_reader.hpp"
 
 class SExprFileReaderImpl: public FileReaderImpl

Modified: branches/pingus_sdl/src/sexpr_file_reader.hpp
===================================================================
--- branches/pingus_sdl/src/sexpr_file_reader.hpp       2007-01-18 03:08:17 UTC 
(rev 2686)
+++ branches/pingus_sdl/src/sexpr_file_reader.hpp       2007-01-18 03:21:39 UTC 
(rev 2687)
@@ -26,7 +26,7 @@
 #ifndef HEADER_SEXPR_FILE_READER_HPP
 #define HEADER_SEXPR_FILE_READER_HPP
 
-#include "file_reader.hxx"
+#include "file_reader.hpp"
 #include "lisp/lisp.hpp"
 
 /** */

Modified: branches/pingus_sdl/src/sexpr_pingus_level.hpp
===================================================================
--- branches/pingus_sdl/src/sexpr_pingus_level.hpp      2007-01-18 03:08:17 UTC 
(rev 2686)
+++ branches/pingus_sdl/src/sexpr_pingus_level.hpp      2007-01-18 03:21:39 UTC 
(rev 2687)
@@ -20,7 +20,7 @@
 #ifndef HEADER_SEXPR_PINGUS_LEVEL_HXX
 #define HEADER_SEXPR_PINGUS_LEVEL_HXX
 
-#include "pingus_level.hxx"
+#include "pingus_level.hpp"
 
 /** */
 class SExprPingusLevel : public PingusLevel

Modified: branches/pingus_sdl/src/smallmap_image.cpp
===================================================================
--- branches/pingus_sdl/src/smallmap_image.cpp  2007-01-18 03:08:17 UTC (rev 
2686)
+++ branches/pingus_sdl/src/smallmap_image.cpp  2007-01-18 03:21:39 UTC (rev 
2687)
@@ -17,10 +17,10 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#include "world.hxx"
-#include "smallmap_image.hxx"
-#include "col_map.hxx"
-#include "server.hxx"
+#include "world.hpp"
+#include "smallmap_image.hpp"
+#include "col_map.hpp"
+#include "server.hpp"
 
 
 SmallMapImage::SmallMapImage(Server* s, int width, int height)

Modified: branches/pingus_sdl/src/smallmap_image.hpp
===================================================================
--- branches/pingus_sdl/src/smallmap_image.hpp  2007-01-18 03:08:17 UTC (rev 
2686)
+++ branches/pingus_sdl/src/smallmap_image.hpp  2007-01-18 03:21:39 UTC (rev 
2687)
@@ -20,7 +20,7 @@
 #ifndef HEADER_PINGUS_SMALLMAP_IMAGE_HXX
 #define HEADER_PINGUS_SMALLMAP_IMAGE_HXX
 
-#include "pingus.hxx"
+#include "pingus.hpp"
 #include "sprite.hpp"
 
 class Server;

Modified: branches/pingus_sdl/src/sound/slot_manager.cpp
===================================================================
--- branches/pingus_sdl/src/sound/slot_manager.cpp      2007-01-18 03:08:17 UTC 
(rev 2686)
+++ branches/pingus_sdl/src/sound/slot_manager.cpp      2007-01-18 03:21:39 UTC 
(rev 2687)
@@ -17,7 +17,7 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#include "slot_manager.hxx"
+#include "slot_manager.hpp"
 
 namespace Sound {
 

Modified: branches/pingus_sdl/src/sound/sound.cpp
===================================================================
--- branches/pingus_sdl/src/sound/sound.cpp     2007-01-18 03:08:17 UTC (rev 
2686)
+++ branches/pingus_sdl/src/sound/sound.cpp     2007-01-18 03:21:39 UTC (rev 
2687)
@@ -19,10 +19,10 @@
 
 #include <iostream>
 #include <assert.h>
-#include "../path_manager.hxx"
-#include "../globals.hxx"
-#include "sound_dummy.hxx"
-#include "sound.hxx"
+#include "../path_manager.hpp"
+#include "../globals.hpp"
+#include "sound_dummy.hpp"
+#include "sound.hpp"
 
 namespace Sound {
 

Modified: branches/pingus_sdl/src/sound/sound.hpp
===================================================================
--- branches/pingus_sdl/src/sound/sound.hpp     2007-01-18 03:08:17 UTC (rev 
2686)
+++ branches/pingus_sdl/src/sound/sound.hpp     2007-01-18 03:21:39 UTC (rev 
2687)
@@ -21,8 +21,8 @@
 #define HEADER_PINGUS_SOUND_HXX
 
 #include <string>
-#include "sounds.hxx"
-#include "sound_impl.hxx"
+#include "sounds.hpp"
+#include "sound_impl.hpp"
 
 namespace Sound {
 

Modified: branches/pingus_sdl/src/sound/sound_dummy.cpp
===================================================================
--- branches/pingus_sdl/src/sound/sound_dummy.cpp       2007-01-18 03:08:17 UTC 
(rev 2686)
+++ branches/pingus_sdl/src/sound/sound_dummy.cpp       2007-01-18 03:21:39 UTC 
(rev 2687)
@@ -17,9 +17,9 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#include "../globals.hxx"
-#include "../debug.hxx"
-#include "sound_dummy.hxx"
+#include "../globals.hpp"
+#include "../debug.hpp"
+#include "sound_dummy.hpp"
 
 namespace Sound {
 

Modified: branches/pingus_sdl/src/sound/sound_dummy.hpp
===================================================================
--- branches/pingus_sdl/src/sound/sound_dummy.hpp       2007-01-18 03:08:17 UTC 
(rev 2686)
+++ branches/pingus_sdl/src/sound/sound_dummy.hpp       2007-01-18 03:21:39 UTC 
(rev 2687)
@@ -20,8 +20,8 @@
 #ifndef HEADER_PINGUS_SOUND_DUMMY_HXX
 #define HEADER_PINGUS_SOUND_DUMMY_HXX
 
-#include "sound_impl.hxx"
-#include "sound.hxx"
+#include "sound_impl.hpp"
+#include "sound.hpp"
 
 namespace Sound {
 

Modified: branches/pingus_sdl/src/sound/sound_impl.hpp
===================================================================
--- branches/pingus_sdl/src/sound/sound_impl.hpp        2007-01-18 03:08:17 UTC 
(rev 2686)
+++ branches/pingus_sdl/src/sound/sound_impl.hpp        2007-01-18 03:21:39 UTC 
(rev 2687)
@@ -20,7 +20,7 @@
 #ifndef HEADER_PINGUS_SOUND_IMPL_HXX
 #define HEADER_PINGUS_SOUND_IMPL_HXX
 
-#include "../pingus.hxx"
+#include "../pingus.hpp"
 
 namespace Sound {
 

Modified: branches/pingus_sdl/src/sound/sound_real.cpp
===================================================================
--- branches/pingus_sdl/src/sound/sound_real.cpp        2007-01-18 03:08:17 UTC 
(rev 2686)
+++ branches/pingus_sdl/src/sound/sound_real.cpp        2007-01-18 03:21:39 UTC 
(rev 2687)
@@ -17,10 +17,10 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#include "../globals.hxx"
-#include "../debug.hxx"
-#include "sound_res_mgr.hxx"
-#include "sound_real.hxx"
+#include "../globals.hpp"
+#include "../debug.hpp"
+#include "sound_res_mgr.hpp"
+#include "sound_real.hpp"
 
 namespace Sound {
 

Modified: branches/pingus_sdl/src/sound/sound_real.hpp
===================================================================
--- branches/pingus_sdl/src/sound/sound_real.hpp        2007-01-18 03:08:17 UTC 
(rev 2686)
+++ branches/pingus_sdl/src/sound/sound_real.hpp        2007-01-18 03:21:39 UTC 
(rev 2687)
@@ -22,8 +22,8 @@
 
 #include <config.h>
 #include <vector>
-#include "sound_impl.hxx"
-#include "sound.hxx"
+#include "sound_impl.hpp"
+#include "sound.hpp"
 
 class CL_SoundBuffer;
 class CL_SoundBuffer_Session;

Modified: branches/pingus_sdl/src/sound/sound_res_mgr.cpp
===================================================================
--- branches/pingus_sdl/src/sound/sound_res_mgr.cpp     2007-01-18 03:08:17 UTC 
(rev 2686)
+++ branches/pingus_sdl/src/sound/sound_res_mgr.cpp     2007-01-18 03:21:39 UTC 
(rev 2687)
@@ -17,10 +17,10 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#include "../path_manager.hxx"
-#include "../globals.hxx"
-#include "../debug.hxx"
-#include "sound_res_mgr.hxx"
+#include "../path_manager.hpp"
+#include "../globals.hpp"
+#include "../debug.hpp"
+#include "sound_res_mgr.hpp"
 
 
 SoundResMgr::SoundMap SoundResMgr::sound_map;

Modified: branches/pingus_sdl/src/sound/sounds.hpp
===================================================================
--- branches/pingus_sdl/src/sound/sounds.hpp    2007-01-18 03:08:17 UTC (rev 
2686)
+++ branches/pingus_sdl/src/sound/sounds.hpp    2007-01-18 03:21:39 UTC (rev 
2687)
@@ -20,7 +20,7 @@
 #ifndef HEADER_PINGUS_SOUNDS_HXX
 #define HEADER_PINGUS_SOUNDS_HXX
 
-#include "../pingus.hxx"
+#include "../pingus.hpp"
 
 namespace Sound {
 

Modified: branches/pingus_sdl/src/sprite.hpp
===================================================================
--- branches/pingus_sdl/src/sprite.hpp  2007-01-18 03:08:17 UTC (rev 2686)
+++ branches/pingus_sdl/src/sprite.hpp  2007-01-18 03:21:39 UTC (rev 2687)
@@ -28,7 +28,7 @@
 
 #include <string>
 #include "SDL.h"
-#include "shared_ptr.hxx"
+#include "shared_ptr.hpp"
 
 class PixelBuffer;
 class SpriteImpl;

Modified: branches/pingus_sdl/src/sprite_description.hpp
===================================================================
--- branches/pingus_sdl/src/sprite_description.hpp      2007-01-18 03:08:17 UTC 
(rev 2686)
+++ branches/pingus_sdl/src/sprite_description.hpp      2007-01-18 03:21:39 UTC 
(rev 2687)
@@ -29,7 +29,7 @@
 #include "math/vector2i.hpp"
 #include "math/size.hpp"
 #include "math/origin.hpp"
-#include "file_reader.hxx"
+#include "file_reader.hpp"
 
 /** */
 class SpriteDescription

Modified: branches/pingus_sdl/src/start_screen.cpp
===================================================================
--- branches/pingus_sdl/src/start_screen.cpp    2007-01-18 03:08:17 UTC (rev 
2686)
+++ branches/pingus_sdl/src/start_screen.cpp    2007-01-18 03:21:39 UTC (rev 
2687)
@@ -18,23 +18,23 @@
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
 #include <iostream>
-#include "gui/gui_manager.hxx"
-#include "gui/surface_button.hxx"
-#include "gui/component.hxx"
-#include "gui/screen_manager.hxx"
-#include "blitter.hxx"
+#include "gui/gui_manager.hpp"
+#include "gui/surface_button.hpp"
+#include "gui/component.hpp"
+#include "gui/screen_manager.hpp"
+#include "blitter.hpp"
 #include "gettext.h"
-#include "game_session.hxx"
-#include "globals.hxx"
-#include "system.hxx"
-#include "fonts.hxx"
-#include "resource.hxx"
-#include "start_screen.hxx"
-#include "game_time.hxx"
-#include "sound/sound.hxx"
-#include "pingus_level.hxx"
-#include "string_format.hxx"
-#include "gui/display.hxx"
+#include "game_session.hpp"
+#include "globals.hpp"
+#include "system.hpp"
+#include "fonts.hpp"
+#include "resource.hpp"
+#include "start_screen.hpp"
+#include "game_time.hpp"
+#include "sound/sound.hpp"
+#include "pingus_level.hpp"
+#include "string_format.hpp"
+#include "gui/display.hpp"
 
 class StartScreenComponent : public GUI::Component
 {

Modified: branches/pingus_sdl/src/start_screen.hpp
===================================================================
--- branches/pingus_sdl/src/start_screen.hpp    2007-01-18 03:08:17 UTC (rev 
2686)
+++ branches/pingus_sdl/src/start_screen.hpp    2007-01-18 03:21:39 UTC (rev 
2687)
@@ -20,8 +20,8 @@
 #ifndef HEADER_PINGUS_START_SCREEN_HXX
 #define HEADER_PINGUS_START_SCREEN_HXX
 
-#include "pingus_level.hxx"
-#include "gui/gui_screen.hxx"
+#include "pingus_level.hpp"
+#include "gui/gui_screen.hpp"
 
 
 /** */

Modified: branches/pingus_sdl/src/stat_manager.cpp
===================================================================
--- branches/pingus_sdl/src/stat_manager.cpp    2007-01-18 03:08:17 UTC (rev 
2686)
+++ branches/pingus_sdl/src/stat_manager.cpp    2007-01-18 03:21:39 UTC (rev 
2687)
@@ -20,10 +20,10 @@
 #include <iostream>
 #include <algorithm>
 #include <fstream>
-#include "system.hxx"
-#include "pingus_error.hxx"
-////#include "xml_file_reader.hxx"
-#include "stat_manager.hxx"
+#include "system.hpp"
+#include "pingus_error.hpp"
+////#include "xml_file_reader.hpp"
+#include "stat_manager.hpp"
 
 
 StatManager* StatManager::instance_ = 0;

Modified: branches/pingus_sdl/src/state_sprite.cpp
===================================================================
--- branches/pingus_sdl/src/state_sprite.cpp    2007-01-18 03:08:17 UTC (rev 
2686)
+++ branches/pingus_sdl/src/state_sprite.cpp    2007-01-18 03:21:39 UTC (rev 
2687)
@@ -17,9 +17,9 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#include "resource.hxx"
-#include "pingus_error.hxx"
-#include "state_sprite.hxx"
+#include "resource.hpp"
+#include "pingus_error.hpp"
+#include "state_sprite.hpp"
 
 
 StateSprite::StateSprite()

Modified: branches/pingus_sdl/src/story_screen.cpp
===================================================================
--- branches/pingus_sdl/src/story_screen.cpp    2007-01-18 03:08:17 UTC (rev 
2686)
+++ branches/pingus_sdl/src/story_screen.cpp    2007-01-18 03:21:39 UTC (rev 
2687)
@@ -20,22 +20,22 @@
 #include <algorithm>
 #include <vector>
 #include "gettext.h"
-#include "resource.hxx"
-#include "gui/gui_manager.hxx"
-#include "gui/surface_button.hxx"
-#include "gui/screen_manager.hxx"
-#include "gui/component.hxx"
-#include "math.hxx"
-#include "pingus_menu_manager.hxx"
-#include "fonts.hxx"
-#include "story_screen.hxx"
-#include "res_descriptor.hxx"
-#include "worldmap/worldmap.hxx"
-#include "worldmap/manager.hxx"
-#include "worldmap/worldmap_story.hxx"
-#include "stat_manager.hxx"
-#include "credits.hxx"
-#include "sound/sound.hxx"
+#include "resource.hpp"
+#include "gui/gui_manager.hpp"
+#include "gui/surface_button.hpp"
+#include "gui/screen_manager.hpp"
+#include "gui/component.hpp"
+#include "math.hpp"
+#include "pingus_menu_manager.hpp"
+#include "fonts.hpp"
+#include "story_screen.hpp"
+#include "res_descriptor.hpp"
+#include "worldmap/worldmap.hpp"
+#include "worldmap/manager.hpp"
+#include "worldmap/worldmap_story.hpp"
+#include "stat_manager.hpp"
+#include "credits.hpp"
+#include "sound/sound.hpp"
 
 
 class StoryScreenComponent : public GUI::Component

Modified: branches/pingus_sdl/src/story_screen.hpp
===================================================================
--- branches/pingus_sdl/src/story_screen.hpp    2007-01-18 03:08:17 UTC (rev 
2686)
+++ branches/pingus_sdl/src/story_screen.hpp    2007-01-18 03:21:39 UTC (rev 
2687)
@@ -21,9 +21,9 @@
 #define HEADER_PINGUS_STORY_SCREEN_HXX
 
 #include <string>
-#include "res_descriptor.hxx"
-#include "gui/gui_screen.hxx"
-#include "worldmap/worldmap_story.hxx"
+#include "res_descriptor.hpp"
+#include "gui/gui_screen.hpp"
+#include "worldmap/worldmap_story.hpp"
 
 
 class StoryScreenComponent;

Modified: branches/pingus_sdl/src/string_format.cpp
===================================================================
--- branches/pingus_sdl/src/string_format.cpp   2007-01-18 03:08:17 UTC (rev 
2686)
+++ branches/pingus_sdl/src/string_format.cpp   2007-01-18 03:21:39 UTC (rev 
2687)
@@ -18,7 +18,7 @@
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
 #include "font.hpp"
-#include "string_format.hxx"
+#include "string_format.hpp"
 
 
 std::string

Modified: branches/pingus_sdl/src/system.cpp
===================================================================
--- branches/pingus_sdl/src/system.cpp  2007-01-18 03:08:17 UTC (rev 2686)
+++ branches/pingus_sdl/src/system.cpp  2007-01-18 03:21:39 UTC (rev 2687)
@@ -37,9 +37,9 @@
 #include <iostream>
 #include <sstream>
 
-#include "pingus_error.hxx"
-#include "globals.hxx"
-#include "system.hxx"
+#include "pingus_error.hpp"
+#include "globals.hpp"
+#include "system.hpp"
 #include "gettext.h"
 
 

Modified: branches/pingus_sdl/src/system.hpp
===================================================================
--- branches/pingus_sdl/src/system.hpp  2007-01-18 03:08:17 UTC (rev 2686)
+++ branches/pingus_sdl/src/system.hpp  2007-01-18 03:21:39 UTC (rev 2687)
@@ -21,7 +21,7 @@
 #ifndef HEADER_PINGUS_SYSTEM_HXX
 #define HEADER_PINGUS_SYSTEM_HXX
 
-#include "pingus.hxx"
+#include "pingus.hpp"
 #include <string>
 #include <list>
 #include <map>

Modified: branches/pingus_sdl/src/target_provider.cpp
===================================================================
--- branches/pingus_sdl/src/target_provider.cpp 2007-01-18 03:08:17 UTC (rev 
2686)
+++ branches/pingus_sdl/src/target_provider.cpp 2007-01-18 03:21:39 UTC (rev 
2687)
@@ -18,7 +18,7 @@
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
 #include <ClanLib/Display/pixel_buffer.h>
-#include "target_provider.hxx"
+#include "target_provider.hpp"
 
 
 CL_Canvas*

Modified: branches/pingus_sdl/src/target_provider.hpp
===================================================================
--- branches/pingus_sdl/src/target_provider.hpp 2007-01-18 03:08:17 UTC (rev 
2686)
+++ branches/pingus_sdl/src/target_provider.hpp 2007-01-18 03:21:39 UTC (rev 
2687)
@@ -20,7 +20,7 @@
 #ifndef HEADER_PINGUS_TARGET_PROVIDER_HXX
 #define HEADER_PINGUS_TARGET_PROVIDER_HXX
 
-#include "pingus.hxx"
+#include "pingus.hpp"
 #include <ClanLib/Display/pixel_buffer.h>
 
 class CL_Target;

Modified: branches/pingus_sdl/src/theme.cpp
===================================================================
--- branches/pingus_sdl/src/theme.cpp   2007-01-18 03:08:17 UTC (rev 2686)
+++ branches/pingus_sdl/src/theme.cpp   2007-01-18 03:21:39 UTC (rev 2687)
@@ -23,18 +23,18 @@
 #include <ClanLib/Display/display.h>
 #include <ClanLib/Display/font.h>
 #include <ClanLib/Display/keyboard.h>
-#include "path_manager.hxx"
+#include "path_manager.hpp"
 #include "gettext.h"
-#include "system.hxx"
-#include "resource.hxx"
-#include "pingus_error.hxx"
-#include "plf_res_mgr.hxx"
-#include "game_session.hxx"
-#include "globals.hxx"
-#include "theme.hxx"
-#include "xml_pingus_level.hxx"
-#include "fonts.hxx"
-#include "gui/screen_manager.hxx"
+#include "system.hpp"
+#include "resource.hpp"
+#include "pingus_error.hpp"
+#include "plf_res_mgr.hpp"
+#include "game_session.hpp"
+#include "globals.hpp"
+#include "theme.hpp"
+#include "xml_pingus_level.hpp"
+#include "fonts.hpp"
+#include "gui/screen_manager.hpp"
 
 
 Theme::Theme (const std::string& filename_)

Modified: branches/pingus_sdl/src/theme.hpp
===================================================================
--- branches/pingus_sdl/src/theme.hpp   2007-01-18 03:08:17 UTC (rev 2686)
+++ branches/pingus_sdl/src/theme.hpp   2007-01-18 03:21:39 UTC (rev 2687)
@@ -22,8 +22,8 @@
 #define HEADER_PINGUS_THEME_HXX
 
 #include <ClanLib/Display/surface.h>
-#include "multiline_text.hxx"
-#include "plt_xml.hxx"
+#include "multiline_text.hpp"
+#include "plt_xml.hpp"
 
 class CL_Font;
 

Modified: branches/pingus_sdl/src/theme_selector.cpp
===================================================================
--- branches/pingus_sdl/src/theme_selector.cpp  2007-01-18 03:08:17 UTC (rev 
2686)
+++ branches/pingus_sdl/src/theme_selector.cpp  2007-01-18 03:21:39 UTC (rev 
2687)
@@ -26,16 +26,16 @@
 #include <ClanLib/Display/mouse.h>
 #include <ClanLib/Core/System/system.h>
 
-#include "gui/display.hxx"
-#include "globals.hxx"
-#include "theme_selector.hxx"
-#include "pingus_error.hxx"
-#include "resource.hxx"
-#include "sound/sound.hxx"
-#include "path_manager.hxx"
-#include "system.hxx"
-#include "fonts.hxx"
-#include "theme.hxx"
+#include "gui/display.hpp"
+#include "globals.hpp"
+#include "theme_selector.hpp"
+#include "pingus_error.hpp"
+#include "resource.hpp"
+#include "sound/sound.hpp"
+#include "path_manager.hpp"
+#include "system.hpp"
+#include "fonts.hpp"
+#include "theme.hpp"
 
 
 ListBox::ListBox ()

Modified: branches/pingus_sdl/src/theme_selector.hpp
===================================================================
--- branches/pingus_sdl/src/theme_selector.hpp  2007-01-18 03:08:17 UTC (rev 
2686)
+++ branches/pingus_sdl/src/theme_selector.hpp  2007-01-18 03:21:39 UTC (rev 
2687)
@@ -20,7 +20,7 @@
 #ifndef HEADER_PINGUS_THEME_SELECTOR_HXX
 #define HEADER_PINGUS_THEME_SELECTOR_HXX
 
-#include "pingus.hxx"
+#include "pingus.hpp"
 #include <vector>
 #include <string>
 

Modified: branches/pingus_sdl/src/timer.cpp
===================================================================
--- branches/pingus_sdl/src/timer.cpp   2007-01-18 03:08:17 UTC (rev 2686)
+++ branches/pingus_sdl/src/timer.cpp   2007-01-18 03:21:39 UTC (rev 2687)
@@ -18,9 +18,9 @@
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
 #include "SDL.h"
-#include "debug.hxx"
-#include "globals.hxx"
-#include "timer.hxx"
+#include "debug.hpp"
+#include "globals.hpp"
+#include "timer.hpp"
 
 
 Timer::Timer(const char* desc)

Modified: branches/pingus_sdl/src/timer.hpp
===================================================================
--- branches/pingus_sdl/src/timer.hpp   2007-01-18 03:08:17 UTC (rev 2686)
+++ branches/pingus_sdl/src/timer.hpp   2007-01-18 03:21:39 UTC (rev 2687)
@@ -20,7 +20,7 @@
 #ifndef HEADER_PINGUS_TIMER_HXX
 #define HEADER_PINGUS_TIMER_HXX
 
-#include "pingus.hxx"
+#include "pingus.hpp"
 
 
 /** A simple class for benchmark purpose. It lets you start and stop a

Modified: branches/pingus_sdl/src/tinygettext/tinygettext.cpp
===================================================================
--- branches/pingus_sdl/src/tinygettext/tinygettext.cpp 2007-01-18 03:08:17 UTC 
(rev 2686)
+++ branches/pingus_sdl/src/tinygettext/tinygettext.cpp 2007-01-18 03:21:39 UTC 
(rev 2687)
@@ -30,7 +30,7 @@
 #include <iostream>
 #include <ctype.h>
 #include <errno.h>
-#include "tinygettext.hxx"
+#include "tinygettext.hpp"
 
 //#define TRANSLATION_DEBUG
 

Modified: branches/pingus_sdl/src/true_server.cpp
===================================================================
--- branches/pingus_sdl/src/true_server.cpp     2007-01-18 03:08:17 UTC (rev 
2686)
+++ branches/pingus_sdl/src/true_server.cpp     2007-01-18 03:21:39 UTC (rev 
2687)
@@ -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.
 
-#include "goal_manager.hxx"
-#include "true_server.hxx"
+#include "goal_manager.hpp"
+#include "true_server.hpp"
 
 
 TrueServer::TrueServer(const PingusLevel& arg_plf)

Modified: branches/pingus_sdl/src/true_server.hpp
===================================================================
--- branches/pingus_sdl/src/true_server.hpp     2007-01-18 03:08:17 UTC (rev 
2686)
+++ branches/pingus_sdl/src/true_server.hpp     2007-01-18 03:21:39 UTC (rev 
2687)
@@ -20,8 +20,8 @@
 #ifndef HEADER_PINGUS_TRUE_SERVER_HXX
 #define HEADER_PINGUS_TRUE_SERVER_HXX
 
-#include "pingus_level.hxx"
-#include "server.hxx"
+#include "pingus_level.hpp"
+#include "server.hpp"
 
 
 /** FIXME: This whole Server/Client concept is screwed and the

Modified: branches/pingus_sdl/src/world.cpp
===================================================================
--- branches/pingus_sdl/src/world.cpp   2007-01-18 03:08:17 UTC (rev 2686)
+++ branches/pingus_sdl/src/world.cpp   2007-01-18 03:21:39 UTC (rev 2687)
@@ -21,20 +21,20 @@
 #include <assert.h>
 #include <iostream>
 #include <typeinfo>
-#include "pingu_holder.hxx"
-#include "sound/sound.hxx"
-#include "ground_map.hxx"
-#include "world.hxx"
-#include "particles/pingu_particle_holder.hxx"
-#include "particles/rain_particle_holder.hxx"
-#include "particles/smoke_particle_holder.hxx"
-#include "particles/snow_particle_holder.hxx"
-#include "pingu.hxx"
-#include "display/scene_context.hxx"
-#include "pingus_level.hxx"
-#include "worldobj_factory.hxx"
-#include "col_map.hxx"
-#include "game_time.hxx"
+#include "pingu_holder.hpp"
+#include "sound/sound.hpp"
+#include "ground_map.hpp"
+#include "world.hpp"
+#include "particles/pingu_particle_holder.hpp"
+#include "particles/rain_particle_holder.hpp"
+#include "particles/smoke_particle_holder.hpp"
+#include "particles/snow_particle_holder.hpp"
+#include "pingu.hpp"
+#include "display/scene_context.hpp"
+#include "pingus_level.hpp"
+#include "worldobj_factory.hpp"
+#include "col_map.hpp"
+#include "game_time.hpp"
 
 
 using Actions::Bomber;

Modified: branches/pingus_sdl/src/world.hpp
===================================================================
--- branches/pingus_sdl/src/world.hpp   2007-01-18 03:08:17 UTC (rev 2686)
+++ branches/pingus_sdl/src/world.hpp   2007-01-18 03:21:39 UTC (rev 2687)
@@ -20,11 +20,11 @@
 #ifndef HEADER_PINGUS_WORLD_HXX
 #define HEADER_PINGUS_WORLD_HXX
 
-#include "pingus.hxx"
+#include "pingus.hpp"
 #include <vector>
 #include <string>
 #include "math/color.hpp"
-#include "groundtype.hxx"
+#include "groundtype.hpp"
 #include "collision_mask.hpp"
 
 // Forward declarations

Modified: branches/pingus_sdl/src/worldmap/dot.cpp
===================================================================
--- branches/pingus_sdl/src/worldmap/dot.cpp    2007-01-18 03:08:17 UTC (rev 
2686)
+++ branches/pingus_sdl/src/worldmap/dot.cpp    2007-01-18 03:21:39 UTC (rev 
2687)
@@ -19,8 +19,8 @@
 
 #include <iostream>
 #include <assert.h>
-#include "../file_reader.hxx"
-#include "dot.hxx"
+#include "../file_reader.hpp"
+#include "dot.hpp"
 
 namespace WorldMapNS {
 

Modified: branches/pingus_sdl/src/worldmap/dot.hpp
===================================================================
--- branches/pingus_sdl/src/worldmap/dot.hpp    2007-01-18 03:08:17 UTC (rev 
2686)
+++ branches/pingus_sdl/src/worldmap/dot.hpp    2007-01-18 03:21:39 UTC (rev 
2687)
@@ -22,7 +22,7 @@
 
 #include <string>
 #include "../math/vector3f.hpp"
-#include "drawable.hxx"
+#include "drawable.hpp"
 
 namespace WorldMapNS {
 

Modified: branches/pingus_sdl/src/worldmap/dot_factory.cpp
===================================================================
--- branches/pingus_sdl/src/worldmap/dot_factory.cpp    2007-01-18 03:08:17 UTC 
(rev 2686)
+++ branches/pingus_sdl/src/worldmap/dot_factory.cpp    2007-01-18 03:21:39 UTC 
(rev 2687)
@@ -17,10 +17,10 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#include "../pingus_error.hxx"
-#include "level_dot.hxx"
-#include "world_dot.hxx"
-#include "dot_factory.hxx"
+#include "../pingus_error.hpp"
+#include "level_dot.hpp"
+#include "world_dot.hpp"
+#include "dot_factory.hpp"
 
 namespace WorldMapNS {
 

Modified: branches/pingus_sdl/src/worldmap/drawable.cpp
===================================================================
--- branches/pingus_sdl/src/worldmap/drawable.cpp       2007-01-18 03:08:17 UTC 
(rev 2686)
+++ branches/pingus_sdl/src/worldmap/drawable.cpp       2007-01-18 03:21:39 UTC 
(rev 2687)
@@ -17,7 +17,7 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#include "drawable.hxx"
+#include "drawable.hpp"
 
 
 /* EOF */

Modified: branches/pingus_sdl/src/worldmap/drawable.hpp
===================================================================
--- branches/pingus_sdl/src/worldmap/drawable.hpp       2007-01-18 03:08:17 UTC 
(rev 2686)
+++ branches/pingus_sdl/src/worldmap/drawable.hpp       2007-01-18 03:21:39 UTC 
(rev 2687)
@@ -20,8 +20,8 @@
 #ifndef HEADER_PINGUS_DRAWABLE_HXX
 #define HEADER_PINGUS_DRAWABLE_HXX
 
-#include "../pingus_error.hxx"
-#include "../file_reader.hxx"
+#include "../pingus_error.hpp"
+#include "../file_reader.hpp"
 
 class DrawingContext;
 

Modified: branches/pingus_sdl/src/worldmap/drawable_factory.cpp
===================================================================
--- branches/pingus_sdl/src/worldmap/drawable_factory.cpp       2007-01-18 
03:08:17 UTC (rev 2686)
+++ branches/pingus_sdl/src/worldmap/drawable_factory.cpp       2007-01-18 
03:21:39 UTC (rev 2687)
@@ -18,9 +18,9 @@
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
 #include <iostream>
-#include "surface_drawable.hxx"
-#include "sprite_drawable.hxx"
-#include "drawable_factory.hxx"
+#include "surface_drawable.hpp"
+#include "sprite_drawable.hpp"
+#include "drawable_factory.hpp"
 
 namespace WorldMapNS {
 

Modified: branches/pingus_sdl/src/worldmap/drawable_factory.hpp
===================================================================
--- branches/pingus_sdl/src/worldmap/drawable_factory.hpp       2007-01-18 
03:08:17 UTC (rev 2686)
+++ branches/pingus_sdl/src/worldmap/drawable_factory.hpp       2007-01-18 
03:21:39 UTC (rev 2687)
@@ -20,7 +20,7 @@
 #ifndef HEADER_DRAWABLE_FACTORY_HXX
 #define HEADER_DRAWABLE_FACTORY_HXX
 
-#include "drawable.hxx"
+#include "drawable.hpp"
 
 namespace WorldMapNS {
 

Modified: branches/pingus_sdl/src/worldmap/graph.cpp
===================================================================
--- branches/pingus_sdl/src/worldmap/graph.cpp  2007-01-18 03:08:17 UTC (rev 
2686)
+++ branches/pingus_sdl/src/worldmap/graph.cpp  2007-01-18 03:21:39 UTC (rev 
2687)
@@ -17,7 +17,7 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#include "graph.hxx"
+#include "graph.hpp"
 
 namespace WorldMapNS {
 

Modified: branches/pingus_sdl/src/worldmap/level_dot.cpp
===================================================================
--- branches/pingus_sdl/src/worldmap/level_dot.cpp      2007-01-18 03:08:17 UTC 
(rev 2686)
+++ branches/pingus_sdl/src/worldmap/level_dot.cpp      2007-01-18 03:21:39 UTC 
(rev 2687)
@@ -20,21 +20,21 @@
 #include <iostream>
 #include <math.h>
 #include "../font.hpp"
-#include "../input/controller.hxx"
-#include "../input/pointer.hxx"
+#include "../input/controller.hpp"
+#include "../input/pointer.hpp"
 #include "../gettext.h"
-#include "../globals.hxx"
-#include "../system.hxx"
-#include "../fonts.hxx"
-#include "../display/drawing_context.hxx"
-#include "../gui/screen_manager.hxx"
-#include "../resource.hxx"
-#include "../path_manager.hxx"
-#include "../start_screen.hxx"
-#include "../plf_res_mgr.hxx"
-#include "../savegame_manager.hxx"
-#include "../file_reader.hxx"
-#include "level_dot.hxx"
+#include "../globals.hpp"
+#include "../system.hpp"
+#include "../fonts.hpp"
+#include "../display/drawing_context.hpp"
+#include "../gui/screen_manager.hpp"
+#include "../resource.hpp"
+#include "../path_manager.hpp"
+#include "../start_screen.hpp"
+#include "../plf_res_mgr.hpp"
+#include "../savegame_manager.hpp"
+#include "../file_reader.hpp"
+#include "level_dot.hpp"
 
 namespace WorldMapNS {
 

Modified: branches/pingus_sdl/src/worldmap/level_dot.hpp
===================================================================
--- branches/pingus_sdl/src/worldmap/level_dot.hpp      2007-01-18 03:08:17 UTC 
(rev 2686)
+++ branches/pingus_sdl/src/worldmap/level_dot.hpp      2007-01-18 03:21:39 UTC 
(rev 2687)
@@ -21,8 +21,8 @@
 #define HEADER_PINGUS_WORLDMAP_LEVEL_DOT_HXX
 
 #include "../sprite.hpp"
-#include "../pingus_level.hxx"
-#include "dot.hxx"
+#include "../pingus_level.hpp"
+#include "dot.hpp"
 
 namespace WorldMapNS {
 

Modified: branches/pingus_sdl/src/worldmap/manager.cpp
===================================================================
--- branches/pingus_sdl/src/worldmap/manager.cpp        2007-01-18 03:08:17 UTC 
(rev 2686)
+++ branches/pingus_sdl/src/worldmap/manager.cpp        2007-01-18 03:21:39 UTC 
(rev 2687)
@@ -19,20 +19,20 @@
 
 #include <iostream>
 #include "../gettext.h"
-#include "../fonts.hxx"
-#include "../gui/display.hxx"
-#include "../gui/screen_manager.hxx"
-#include "../gui/surface_button.hxx"
-#include "../path_manager.hxx"
-#include "../res_descriptor.hxx"
-#include "../sound/sound.hxx"
-#include "../stat_manager.hxx"
-#include "worldmap.hxx"
-#include "worldmap_story.hxx"
-#include "pingus.hxx"
-#include "metamap.hxx"
-#include "manager.hxx"
-#include "../story_screen.hxx"
+#include "../fonts.hpp"
+#include "../gui/display.hpp"
+#include "../gui/screen_manager.hpp"
+#include "../gui/surface_button.hpp"
+#include "../path_manager.hpp"
+#include "../res_descriptor.hpp"
+#include "../sound/sound.hpp"
+#include "../stat_manager.hpp"
+#include "worldmap.hpp"
+#include "worldmap_story.hpp"
+#include "pingus.hpp"
+#include "metamap.hpp"
+#include "manager.hpp"
+#include "../story_screen.hpp"
 
 namespace WorldMapNS {
 

Modified: branches/pingus_sdl/src/worldmap/manager.hpp
===================================================================
--- branches/pingus_sdl/src/worldmap/manager.hpp        2007-01-18 03:08:17 UTC 
(rev 2686)
+++ branches/pingus_sdl/src/worldmap/manager.hpp        2007-01-18 03:21:39 UTC 
(rev 2687)
@@ -21,8 +21,8 @@
 #define HEADER_PINGUS_WORLDMAP_MANAGER_HXX
 
 #include <string>
-#include "../gui/gui_manager.hxx"
-#include "../gui/gui_screen.hxx"
+#include "../gui/gui_manager.hpp"
+#include "../gui/gui_screen.hpp"
 
 namespace WorldMapNS {
 

Modified: branches/pingus_sdl/src/worldmap/metamap.cpp
===================================================================
--- branches/pingus_sdl/src/worldmap/metamap.cpp        2007-01-18 03:08:17 UTC 
(rev 2686)
+++ branches/pingus_sdl/src/worldmap/metamap.cpp        2007-01-18 03:21:39 UTC 
(rev 2687)
@@ -17,14 +17,14 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#include "dot.hxx"
-#include "metamap.hxx"
-#include "path_graph.hxx"
-#include "graph.hxx"
-#include "../pingus_error.hxx"
-#include "../debug.hxx"
-#include "../globals.hxx"
-#include "../stat_manager.hxx"
+#include "dot.hpp"
+#include "metamap.hpp"
+#include "path_graph.hpp"
+#include "graph.hpp"
+#include "../pingus_error.hpp"
+#include "../debug.hpp"
+#include "../globals.hpp"
+#include "../stat_manager.hpp"
 #include "../sexpr_file_reader.hpp"
 
 namespace WorldMapNS {

Modified: branches/pingus_sdl/src/worldmap/path.cpp
===================================================================
--- branches/pingus_sdl/src/worldmap/path.cpp   2007-01-18 03:08:17 UTC (rev 
2686)
+++ branches/pingus_sdl/src/worldmap/path.cpp   2007-01-18 03:21:39 UTC (rev 
2687)
@@ -20,7 +20,7 @@
 #include <iostream>
 #include <algorithm>
 #include <assert.h>
-#include "path.hxx"
+#include "path.hpp"
 
 namespace WorldMapNS {
 

Modified: branches/pingus_sdl/src/worldmap/path_drawable.cpp
===================================================================
--- branches/pingus_sdl/src/worldmap/path_drawable.cpp  2007-01-18 03:08:17 UTC 
(rev 2686)
+++ branches/pingus_sdl/src/worldmap/path_drawable.cpp  2007-01-18 03:21:39 UTC 
(rev 2687)
@@ -19,8 +19,8 @@
 
 #include <iostream>
 #include "../math/color.hpp"
-#include "../display/drawing_context.hxx"
-#include "path_drawable.hxx"
+#include "../display/drawing_context.hpp"
+#include "path_drawable.hpp"
 
 namespace WorldMapNS {
 

Modified: branches/pingus_sdl/src/worldmap/path_drawable.hpp
===================================================================
--- branches/pingus_sdl/src/worldmap/path_drawable.hpp  2007-01-18 03:08:17 UTC 
(rev 2686)
+++ branches/pingus_sdl/src/worldmap/path_drawable.hpp  2007-01-18 03:21:39 UTC 
(rev 2687)
@@ -20,8 +20,8 @@
 #ifndef HEADER_PATH_DRAWABLE_HXX
 #define HEADER_PATH_DRAWABLE_HXX
 
-#include "drawable.hxx"
-#include "path_graph.hxx"
+#include "drawable.hpp"
+#include "path_graph.hpp"
 
 namespace WorldMapNS {
 

Modified: branches/pingus_sdl/src/worldmap/path_graph.cpp
===================================================================
--- branches/pingus_sdl/src/worldmap/path_graph.cpp     2007-01-18 03:08:17 UTC 
(rev 2686)
+++ branches/pingus_sdl/src/worldmap/path_graph.cpp     2007-01-18 03:21:39 UTC 
(rev 2687)
@@ -19,16 +19,16 @@
 
 #include <iostream>
 #include <math.h>
-#include "../file_reader.hxx"
-#include "../pingus_error.hxx"
-#include "dot.hxx"
-#include "dot_factory.hxx"
-#include "worldmap.hxx"
-#include "metamap.hxx"
-#include "pathfinder.hxx"
-#include "path_graph.hxx"
-#include "path_drawable.hxx"
-#include "../globals.hxx"
+#include "../file_reader.hpp"
+#include "../pingus_error.hpp"
+#include "dot.hpp"
+#include "dot_factory.hpp"
+#include "worldmap.hpp"
+#include "metamap.hpp"
+#include "pathfinder.hpp"
+#include "path_graph.hpp"
+#include "path_drawable.hpp"
+#include "../globals.hpp"
 
 namespace WorldMapNS {
 

Modified: branches/pingus_sdl/src/worldmap/path_graph.hpp
===================================================================
--- branches/pingus_sdl/src/worldmap/path_graph.hpp     2007-01-18 03:08:17 UTC 
(rev 2686)
+++ branches/pingus_sdl/src/worldmap/path_graph.hpp     2007-01-18 03:21:39 UTC 
(rev 2687)
@@ -23,9 +23,9 @@
 #include <map>
 #include <vector>
 #include "../math/vector3f.hpp"
-#include "path.hxx"
-#include "pathfinder.hxx"
-#include "graph.hxx"
+#include "path.hpp"
+#include "pathfinder.hpp"
+#include "graph.hpp"
 
 namespace WorldMapNS {
 

Modified: branches/pingus_sdl/src/worldmap/pathfinder.hpp
===================================================================
--- branches/pingus_sdl/src/worldmap/pathfinder.hpp     2007-01-18 03:08:17 UTC 
(rev 2686)
+++ branches/pingus_sdl/src/worldmap/pathfinder.hpp     2007-01-18 03:21:39 UTC 
(rev 2687)
@@ -21,7 +21,7 @@
 #define HEADER_PATHFINDER_HXX
 
 #include <queue>
-#include "graph.hxx"
+#include "graph.hpp"
 
 namespace WorldMapNS {
 

Modified: branches/pingus_sdl/src/worldmap/pingus.cpp
===================================================================
--- branches/pingus_sdl/src/worldmap/pingus.cpp 2007-01-18 03:08:17 UTC (rev 
2686)
+++ branches/pingus_sdl/src/worldmap/pingus.cpp 2007-01-18 03:21:39 UTC (rev 
2687)
@@ -20,12 +20,12 @@
 #include <iostream>
 #include <math.h>
 #include "../math/vector3f.hpp"
-#include "../display/drawing_context.hxx"
-#include "dot.hxx"
-#include "../math.hxx"
-#include "../direction.hxx"
-#include "../resource.hxx"
-#include "pingus.hxx"
+#include "../display/drawing_context.hpp"
+#include "dot.hpp"
+#include "../math.hpp"
+#include "../direction.hpp"
+#include "../resource.hpp"
+#include "pingus.hpp"
 
 namespace WorldMapNS {
 

Modified: branches/pingus_sdl/src/worldmap/pingus.hpp
===================================================================
--- branches/pingus_sdl/src/worldmap/pingus.hpp 2007-01-18 03:08:17 UTC (rev 
2686)
+++ branches/pingus_sdl/src/worldmap/pingus.hpp 2007-01-18 03:21:39 UTC (rev 
2687)
@@ -21,9 +21,9 @@
 #define HEADER_PINGUS_WORLDMAP_PINGUS_HXX
 
 #include <math.h>
-#include "../state_sprite.hxx"
-#include "drawable.hxx"
-#include "path_graph.hxx"
+#include "../state_sprite.hpp"
+#include "drawable.hpp"
+#include "path_graph.hpp"
 
 namespace WorldMapNS {
 

Modified: branches/pingus_sdl/src/worldmap/sprite_drawable.cpp
===================================================================
--- branches/pingus_sdl/src/worldmap/sprite_drawable.cpp        2007-01-18 
03:08:17 UTC (rev 2686)
+++ branches/pingus_sdl/src/worldmap/sprite_drawable.cpp        2007-01-18 
03:21:39 UTC (rev 2687)
@@ -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.
 
-#include "../display/drawing_context.hxx"
-#include "sprite_drawable.hxx"
+#include "../display/drawing_context.hpp"
+#include "sprite_drawable.hpp"
 
 namespace WorldMapNS {
 

Modified: branches/pingus_sdl/src/worldmap/sprite_drawable.hpp
===================================================================
--- branches/pingus_sdl/src/worldmap/sprite_drawable.hpp        2007-01-18 
03:08:17 UTC (rev 2686)
+++ branches/pingus_sdl/src/worldmap/sprite_drawable.hpp        2007-01-18 
03:21:39 UTC (rev 2687)
@@ -22,7 +22,7 @@
 
 #include "../sprite.hpp"
 #include "../math/vector3f.hpp"
-#include "drawable.hxx"
+#include "drawable.hpp"
 
 namespace WorldMapNS {
 

Modified: branches/pingus_sdl/src/worldmap/surface_drawable.cpp
===================================================================
--- branches/pingus_sdl/src/worldmap/surface_drawable.cpp       2007-01-18 
03:08:17 UTC (rev 2686)
+++ branches/pingus_sdl/src/worldmap/surface_drawable.cpp       2007-01-18 
03:21:39 UTC (rev 2687)
@@ -19,12 +19,12 @@
 
 #include <iostream>
 
-#include "../resource.hxx"
-#include "../display/drawing_context.hxx"
-#include "manager.hxx"
-#include "worldmap.hxx"
-#include "pingus.hxx"
-#include "surface_drawable.hxx"
+#include "../resource.hpp"
+#include "../display/drawing_context.hpp"
+#include "manager.hpp"
+#include "worldmap.hpp"
+#include "pingus.hpp"
+#include "surface_drawable.hpp"
 
 namespace WorldMapNS {
 

Modified: branches/pingus_sdl/src/worldmap/surface_drawable.hpp
===================================================================
--- branches/pingus_sdl/src/worldmap/surface_drawable.hpp       2007-01-18 
03:08:17 UTC (rev 2686)
+++ branches/pingus_sdl/src/worldmap/surface_drawable.hpp       2007-01-18 
03:21:39 UTC (rev 2687)
@@ -22,7 +22,7 @@
 
 #include "../sprite.hpp"
 #include "../math/vector3f.hpp"
-#include "drawable.hxx"
+#include "drawable.hpp"
 
 namespace WorldMapNS {
 

Modified: branches/pingus_sdl/src/worldmap/world_dot.cpp
===================================================================
--- branches/pingus_sdl/src/worldmap/world_dot.cpp      2007-01-18 03:08:17 UTC 
(rev 2686)
+++ branches/pingus_sdl/src/worldmap/world_dot.cpp      2007-01-18 03:21:39 UTC 
(rev 2687)
@@ -17,9 +17,9 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#include "world_dot.hxx"
-#include "../stat_manager.hxx"
-#include "../file_reader.hxx"
+#include "world_dot.hpp"
+#include "../stat_manager.hpp"
+#include "../file_reader.hpp"
 
 namespace WorldMapNS {
 

Modified: branches/pingus_sdl/src/worldmap/world_dot.hpp
===================================================================
--- branches/pingus_sdl/src/worldmap/world_dot.hpp      2007-01-18 03:08:17 UTC 
(rev 2686)
+++ branches/pingus_sdl/src/worldmap/world_dot.hpp      2007-01-18 03:21:39 UTC 
(rev 2687)
@@ -20,7 +20,7 @@
 #ifndef HEADER_PINGUS_WORLDMAP_WORLD_DOT_HXX
 #define HEADER_PINGUS_WORLDMAP_WORLD_DOT_HXX
 
-#include "dot.hxx"
+#include "dot.hpp"
 
 namespace WorldMapNS {
 

Modified: branches/pingus_sdl/src/worldmap/worldmap.cpp
===================================================================
--- branches/pingus_sdl/src/worldmap/worldmap.cpp       2007-01-18 03:08:17 UTC 
(rev 2686)
+++ branches/pingus_sdl/src/worldmap/worldmap.cpp       2007-01-18 03:21:39 UTC 
(rev 2687)
@@ -19,37 +19,37 @@
 
 #include <assert.h>
 #include <iostream>
-#include "../gui/display.hxx"
-#include "../fonts.hxx"
-#include "../path_manager.hxx"
-#include "../stat_manager.hxx"
-#include "../savegame_manager.hxx"
-#include "../system.hxx"
-#include "../resource.hxx"
-#include "../globals.hxx"
-#include "../sound/sound.hxx"
-#include "../pingus_error.hxx"
+#include "../gui/display.hpp"
+#include "../fonts.hpp"
+#include "../path_manager.hpp"
+#include "../stat_manager.hpp"
+#include "../savegame_manager.hpp"
+#include "../system.hpp"
+#include "../resource.hpp"
+#include "../globals.hpp"
+#include "../sound/sound.hpp"
+#include "../pingus_error.hpp"
 #include "../gettext.h"
-#include "../globals.hxx"
+#include "../globals.hpp"
 #include "../sexpr_file_reader.hpp"
-#include "../debug.hxx"
+#include "../debug.hpp"
 #include "../lisp/parser.hpp"
 #include "../lisp/lisp.hpp"
-#include "worldmap.hxx"
-#include "worldmap_story.hxx"
-#include "metamap.hxx"
-#include "manager.hxx"
-#include "pingus.hxx"
-#include "drawable_factory.hxx"
-#include "drawable.hxx"
-#include "dot.hxx"
-#include "level_dot.hxx"
-#include "path_graph.hxx"
-#include "../math.hxx"
-#include "../stat_manager.hxx"
+#include "worldmap.hpp"
+#include "worldmap_story.hpp"
+#include "metamap.hpp"
+#include "manager.hpp"
+#include "pingus.hpp"
+#include "drawable_factory.hpp"
+#include "drawable.hpp"
+#include "dot.hpp"
+#include "level_dot.hpp"
+#include "path_graph.hpp"
+#include "../math.hpp"
+#include "../stat_manager.hpp"
 
-#include "../story_screen.hxx"
-#include "../gui/screen_manager.hxx"
+#include "../story_screen.hpp"
+#include "../gui/screen_manager.hpp"
 
 namespace WorldMapNS {
 

Modified: branches/pingus_sdl/src/worldmap/worldmap.hpp
===================================================================
--- branches/pingus_sdl/src/worldmap/worldmap.hpp       2007-01-18 03:08:17 UTC 
(rev 2686)
+++ branches/pingus_sdl/src/worldmap/worldmap.hpp       2007-01-18 03:21:39 UTC 
(rev 2687)
@@ -22,9 +22,9 @@
 
 #include <vector>
 #include "../sprite.hpp"
-#include "../file_reader.hxx"
-#include "../display/drawing_context.hxx"
-#include "../graphic_context_state.hxx"
+#include "../file_reader.hpp"
+#include "../display/drawing_context.hpp"
+#include "../graphic_context_state.hpp"
 
 class Font;
 class DrawingContext;

Modified: branches/pingus_sdl/src/worldmap/worldmap_story.cpp
===================================================================
--- branches/pingus_sdl/src/worldmap/worldmap_story.cpp 2007-01-18 03:08:17 UTC 
(rev 2686)
+++ branches/pingus_sdl/src/worldmap/worldmap_story.cpp 2007-01-18 03:21:39 UTC 
(rev 2687)
@@ -19,13 +19,13 @@
 
 #include <algorithm>
 #include <vector>
-#include "worldmap_story.hxx"
-#include "../story_screen.hxx"
-#include "../file_reader.hxx"
-#include "../res_descriptor.hxx"
-#include "../pingus_error.hxx"
-#include "../string_format.hxx"
-#include "../fonts.hxx"
+#include "worldmap_story.hpp"
+#include "../story_screen.hpp"
+#include "../file_reader.hpp"
+#include "../res_descriptor.hpp"
+#include "../pingus_error.hpp"
+#include "../string_format.hpp"
+#include "../fonts.hpp"
 #include "../gettext.h"
 
 namespace WorldMapNS {

Modified: branches/pingus_sdl/src/worldmap/worldmap_story.hpp
===================================================================
--- branches/pingus_sdl/src/worldmap/worldmap_story.hpp 2007-01-18 03:08:17 UTC 
(rev 2686)
+++ branches/pingus_sdl/src/worldmap/worldmap_story.hpp 2007-01-18 03:21:39 UTC 
(rev 2687)
@@ -22,7 +22,7 @@
 
 #include <vector>
 #include <string>
-#include "../res_descriptor.hxx"
+#include "../res_descriptor.hpp"
 
        
        class FileReader;

Modified: branches/pingus_sdl/src/worldobj.cpp
===================================================================
--- branches/pingus_sdl/src/worldobj.cpp        2007-01-18 03:08:17 UTC (rev 
2686)
+++ branches/pingus_sdl/src/worldobj.cpp        2007-01-18 03:21:39 UTC (rev 
2687)
@@ -20,8 +20,8 @@
 
 #include <typeinfo>
 #include <iostream>
-#include "worldobj.hxx"
-#include "display/scene_context.hxx"
+#include "worldobj.hpp"
+#include "display/scene_context.hpp"
 
 
 World* WorldObj::world;

Modified: branches/pingus_sdl/src/worldobj.hpp
===================================================================
--- branches/pingus_sdl/src/worldobj.hpp        2007-01-18 03:08:17 UTC (rev 
2686)
+++ branches/pingus_sdl/src/worldobj.hpp        2007-01-18 03:21:39 UTC (rev 
2687)
@@ -20,8 +20,8 @@
 #ifndef HEADER_PINGUS_WORLDOBJ_HXX
 #define HEADER_PINGUS_WORLDOBJ_HXX
 
-#include "pingus.hxx"
-#include "file_reader.hxx"
+#include "pingus.hpp"
+#include "file_reader.hpp"
 #include "sprite.hpp"
 #include "collision_mask.hpp"
 

Modified: branches/pingus_sdl/src/worldobj_factory.cpp
===================================================================
--- branches/pingus_sdl/src/worldobj_factory.cpp        2007-01-18 03:08:17 UTC 
(rev 2686)
+++ branches/pingus_sdl/src/worldobj_factory.cpp        2007-01-18 03:21:39 UTC 
(rev 2687)
@@ -18,32 +18,32 @@
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
 #include <iostream>
-#include "pingus_error.hxx"
-#include "worldobj_factory.hxx"
+#include "pingus_error.hpp"
+#include "worldobj_factory.hpp"
 
-#include "worldobjs/conveyor_belt.hxx"
-#include "worldobjs/entrance.hxx"
-#include "worldobjs/exit.hxx"
-#include "worldobjs/fake_exit.hxx"
-#include "worldobjs/groundpiece.hxx"
-#include "worldobjs/guillotine.hxx"
-#include "worldobjs/hammer.hxx"
-#include "worldobjs/hotspot.hxx"
-#include "worldobjs/ice_block.hxx"
-#include "worldobjs/info_box.hxx"
-#include "worldobjs/laser_exit.hxx"
-#include "worldobjs/liquid.hxx"
-#include "worldobjs/rain_generator.hxx"
-#include "worldobjs/smasher.hxx"
-#include "worldobjs/snow_generator.hxx"
-#include "worldobjs/solid_color_background.hxx"
-#include "worldobjs/spike.hxx"
-#include "worldobjs/starfield_background.hxx"
-#include "worldobjs/surface_background.hxx"
-#include "worldobjs/switch_door.hxx"
-#include "worldobjs/teleporter.hxx"
-#include "worldobjs/thunderstorm_background.hxx"
-#include "worldobjs/woodthing.hxx"
+#include "worldobjs/conveyor_belt.hpp"
+#include "worldobjs/entrance.hpp"
+#include "worldobjs/exit.hpp"
+#include "worldobjs/fake_exit.hpp"
+#include "worldobjs/groundpiece.hpp"
+#include "worldobjs/guillotine.hpp"
+#include "worldobjs/hammer.hpp"
+#include "worldobjs/hotspot.hpp"
+#include "worldobjs/ice_block.hpp"
+#include "worldobjs/info_box.hpp"
+#include "worldobjs/laser_exit.hpp"
+#include "worldobjs/liquid.hpp"
+#include "worldobjs/rain_generator.hpp"
+#include "worldobjs/smasher.hpp"
+#include "worldobjs/snow_generator.hpp"
+#include "worldobjs/solid_color_background.hpp"
+#include "worldobjs/spike.hpp"
+#include "worldobjs/starfield_background.hpp"
+#include "worldobjs/surface_background.hpp"
+#include "worldobjs/switch_door.hpp"
+#include "worldobjs/teleporter.hpp"
+#include "worldobjs/thunderstorm_background.hpp"
+#include "worldobjs/woodthing.hpp"
 
 using namespace WorldObjs;
 

Modified: branches/pingus_sdl/src/worldobj_factory.hpp
===================================================================
--- branches/pingus_sdl/src/worldobj_factory.hpp        2007-01-18 03:08:17 UTC 
(rev 2686)
+++ branches/pingus_sdl/src/worldobj_factory.hpp        2007-01-18 03:21:39 UTC 
(rev 2687)
@@ -22,7 +22,7 @@
 
 #include <map>
 #include <string>
-#include "file_reader.hxx"
+#include "file_reader.hpp"
 
 
 class WorldObj;

Modified: branches/pingus_sdl/src/worldobjs/conveyor_belt.cpp
===================================================================
--- branches/pingus_sdl/src/worldobjs/conveyor_belt.cpp 2007-01-18 03:08:17 UTC 
(rev 2686)
+++ branches/pingus_sdl/src/worldobjs/conveyor_belt.cpp 2007-01-18 03:21:39 UTC 
(rev 2687)
@@ -17,13 +17,13 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#include "../col_map.hxx"
-#include "../display/scene_context.hxx"
-#include "../pingu.hxx"
-#include "../pingu_holder.hxx"
-#include "../resource.hxx"
-#include "../world.hxx"
-#include "conveyor_belt.hxx"
+#include "../col_map.hpp"
+#include "../display/scene_context.hpp"
+#include "../pingu.hpp"
+#include "../pingu_holder.hpp"
+#include "../resource.hpp"
+#include "../world.hpp"
+#include "conveyor_belt.hpp"
 
 namespace WorldObjs {
 

Modified: branches/pingus_sdl/src/worldobjs/conveyor_belt.hpp
===================================================================
--- branches/pingus_sdl/src/worldobjs/conveyor_belt.hpp 2007-01-18 03:08:17 UTC 
(rev 2686)
+++ branches/pingus_sdl/src/worldobjs/conveyor_belt.hpp 2007-01-18 03:21:39 UTC 
(rev 2687)
@@ -21,7 +21,7 @@
 #define HEADER_PINGUS_WORLDOBJS_CONVEYOR_BELT_HXX
 
 #include "../math/vector3f.hpp"
-#include "../worldobj.hxx"
+#include "../worldobj.hpp"
 
 namespace WorldObjsData {
 class ConveyorBeltData;

Modified: branches/pingus_sdl/src/worldobjs/entrance.cpp
===================================================================
--- branches/pingus_sdl/src/worldobjs/entrance.cpp      2007-01-18 03:08:17 UTC 
(rev 2686)
+++ branches/pingus_sdl/src/worldobjs/entrance.cpp      2007-01-18 03:21:39 UTC 
(rev 2687)
@@ -18,15 +18,15 @@
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
 #include <iostream>
-#include "../display/scene_context.hxx"
-#include "../world.hxx"
-#include "../pingu_holder.hxx"
-#include "../globals.hxx"
-#include "../pingu.hxx"
-#include "../game_time.hxx"
-#include "../resource.hxx"
-#include "../components/smallmap.hxx"
-#include "entrance.hxx"
+#include "../display/scene_context.hpp"
+#include "../world.hpp"
+#include "../pingu_holder.hpp"
+#include "../globals.hpp"
+#include "../pingu.hpp"
+#include "../game_time.hpp"
+#include "../resource.hpp"
+#include "../components/smallmap.hpp"
+#include "entrance.hpp"
 
 namespace WorldObjs {
 

Modified: branches/pingus_sdl/src/worldobjs/entrance.hpp
===================================================================
--- branches/pingus_sdl/src/worldobjs/entrance.hpp      2007-01-18 03:08:17 UTC 
(rev 2686)
+++ branches/pingus_sdl/src/worldobjs/entrance.hpp      2007-01-18 03:21:39 UTC 
(rev 2687)
@@ -21,8 +21,8 @@
 #define HEADER_PINGUS_ENTRANCE_HXX
 
 #include "../math/vector3f.hpp"
-#include "../res_descriptor.hxx"
-#include "../worldobj.hxx"
+#include "../res_descriptor.hpp"
+#include "../worldobj.hpp"
 
 
 namespace WorldObjsData {

Modified: branches/pingus_sdl/src/worldobjs/exit.cpp
===================================================================
--- branches/pingus_sdl/src/worldobjs/exit.cpp  2007-01-18 03:08:17 UTC (rev 
2686)
+++ branches/pingus_sdl/src/worldobjs/exit.cpp  2007-01-18 03:21:39 UTC (rev 
2687)
@@ -18,15 +18,15 @@
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
 #include <iostream>
-#include "../display/scene_context.hxx"
-#include "../col_map.hxx"
-#include "../world.hxx"
-#include "../globals.hxx"
-#include "../pingu_holder.hxx"
-#include "../pingu.hxx"
-#include "../components/smallmap.hxx"
-#include "../resource.hxx"
-#include "exit.hxx"
+#include "../display/scene_context.hpp"
+#include "../col_map.hpp"
+#include "../world.hpp"
+#include "../globals.hpp"
+#include "../pingu_holder.hpp"
+#include "../pingu.hpp"
+#include "../components/smallmap.hpp"
+#include "../resource.hpp"
+#include "exit.hpp"
 
 namespace WorldObjs {
 

Modified: branches/pingus_sdl/src/worldobjs/exit.hpp
===================================================================
--- branches/pingus_sdl/src/worldobjs/exit.hpp  2007-01-18 03:08:17 UTC (rev 
2686)
+++ branches/pingus_sdl/src/worldobjs/exit.hpp  2007-01-18 03:21:39 UTC (rev 
2687)
@@ -20,8 +20,8 @@
 #ifndef HEADER_PINGUS_WORLDOBJS_EXIT_HXX
 #define HEADER_PINGUS_WORLDOBJS_EXIT_HXX
 
-#include "../res_descriptor.hxx"
-#include "../worldobj.hxx"
+#include "../res_descriptor.hpp"
+#include "../worldobj.hpp"
 
 namespace WorldObjsData {
 class ExitData;

Modified: branches/pingus_sdl/src/worldobjs/fake_exit.cpp
===================================================================
--- branches/pingus_sdl/src/worldobjs/fake_exit.cpp     2007-01-18 03:08:17 UTC 
(rev 2686)
+++ branches/pingus_sdl/src/worldobjs/fake_exit.cpp     2007-01-18 03:21:39 UTC 
(rev 2687)
@@ -17,13 +17,13 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#include "../display/scene_context.hxx"
-#include "../pingu.hxx"
-#include "../pingu_holder.hxx"
-#include "../world.hxx"
-#include "../components/smallmap.hxx"
-#include "../resource.hxx"
-#include "fake_exit.hxx"
+#include "../display/scene_context.hpp"
+#include "../pingu.hpp"
+#include "../pingu_holder.hpp"
+#include "../world.hpp"
+#include "../components/smallmap.hpp"
+#include "../resource.hpp"
+#include "fake_exit.hpp"
 
 namespace WorldObjs {
 

Modified: branches/pingus_sdl/src/worldobjs/fake_exit.hpp
===================================================================
--- branches/pingus_sdl/src/worldobjs/fake_exit.hpp     2007-01-18 03:08:17 UTC 
(rev 2686)
+++ branches/pingus_sdl/src/worldobjs/fake_exit.hpp     2007-01-18 03:21:39 UTC 
(rev 2687)
@@ -20,7 +20,7 @@
 #ifndef HEADER_PINGUS_TRAPS_FAKE_EXIT_HXX
 #define HEADER_PINGUS_TRAPS_FAKE_EXIT_HXX
 
-#include "../worldobj.hxx"
+#include "../worldobj.hpp"
 
 
 class Pingu;

Modified: branches/pingus_sdl/src/worldobjs/groundpiece.cpp
===================================================================
--- branches/pingus_sdl/src/worldobjs/groundpiece.cpp   2007-01-18 03:08:17 UTC 
(rev 2686)
+++ branches/pingus_sdl/src/worldobjs/groundpiece.cpp   2007-01-18 03:21:39 UTC 
(rev 2687)
@@ -18,11 +18,11 @@
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
 #include <iostream>
-#include "../world.hxx"
-#include "../ground_map.hxx"
-#include "../col_map.hxx"
-#include "../resource.hxx"
-#include "groundpiece.hxx"
+#include "../world.hpp"
+#include "../ground_map.hpp"
+#include "../col_map.hpp"
+#include "../resource.hpp"
+#include "groundpiece.hpp"
 
 namespace WorldObjs {
 

Modified: branches/pingus_sdl/src/worldobjs/groundpiece.hpp
===================================================================
--- branches/pingus_sdl/src/worldobjs/groundpiece.hpp   2007-01-18 03:08:17 UTC 
(rev 2686)
+++ branches/pingus_sdl/src/worldobjs/groundpiece.hpp   2007-01-18 03:21:39 UTC 
(rev 2687)
@@ -20,9 +20,9 @@
 #ifndef HEADER_PINGUS_WORLDOBJS_GROUNDPIECE_HXX
 #define HEADER_PINGUS_WORLDOBJS_GROUNDPIECE_HXX
 
-#include "../res_descriptor.hxx"
-#include "../groundtype.hxx"
-#include "../worldobj.hxx"
+#include "../res_descriptor.hpp"
+#include "../groundtype.hpp"
+#include "../worldobj.hpp"
 #include "../math/vector3f.hpp"
 
 

Modified: branches/pingus_sdl/src/worldobjs/guillotine.cpp
===================================================================
--- branches/pingus_sdl/src/worldobjs/guillotine.cpp    2007-01-18 03:08:17 UTC 
(rev 2686)
+++ branches/pingus_sdl/src/worldobjs/guillotine.cpp    2007-01-18 03:21:39 UTC 
(rev 2687)
@@ -17,12 +17,12 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#include "../display/scene_context.hxx"
-#include "../pingu.hxx"
-#include "../pingu_holder.hxx"
-#include "../world.hxx"
-#include "../resource.hxx"
-#include "guillotine.hxx"
+#include "../display/scene_context.hpp"
+#include "../pingu.hpp"
+#include "../pingu_holder.hpp"
+#include "../world.hpp"
+#include "../resource.hpp"
+#include "guillotine.hpp"
 
 namespace WorldObjs {
 

Modified: branches/pingus_sdl/src/worldobjs/guillotine.hpp
===================================================================
--- branches/pingus_sdl/src/worldobjs/guillotine.hpp    2007-01-18 03:08:17 UTC 
(rev 2686)
+++ branches/pingus_sdl/src/worldobjs/guillotine.hpp    2007-01-18 03:21:39 UTC 
(rev 2687)
@@ -20,8 +20,8 @@
 #ifndef HEADER_PINGUS_WORLDOBJS_GUILLOTINE_HXX
 #define HEADER_PINGUS_WORLDOBJS_GUILLOTINE_HXX
 
-#include "../direction.hxx"
-#include "../worldobj.hxx"
+#include "../direction.hpp"
+#include "../worldobj.hpp"
 
 
 namespace WorldObjsData {

Modified: branches/pingus_sdl/src/worldobjs/hammer.cpp
===================================================================
--- branches/pingus_sdl/src/worldobjs/hammer.cpp        2007-01-18 03:08:17 UTC 
(rev 2686)
+++ branches/pingus_sdl/src/worldobjs/hammer.cpp        2007-01-18 03:21:39 UTC 
(rev 2687)
@@ -17,12 +17,12 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#include "../display/scene_context.hxx"
-#include "../pingu.hxx"
-#include "../pingu_holder.hxx"
-#include "../world.hxx"
-#include "../resource.hxx"
-#include "hammer.hxx"
+#include "../display/scene_context.hpp"
+#include "../pingu.hpp"
+#include "../pingu_holder.hpp"
+#include "../world.hpp"
+#include "../resource.hpp"
+#include "hammer.hpp"
 
 namespace WorldObjs {
 

Modified: branches/pingus_sdl/src/worldobjs/hammer.hpp
===================================================================
--- branches/pingus_sdl/src/worldobjs/hammer.hpp        2007-01-18 03:08:17 UTC 
(rev 2686)
+++ branches/pingus_sdl/src/worldobjs/hammer.hpp        2007-01-18 03:21:39 UTC 
(rev 2687)
@@ -20,7 +20,7 @@
 #ifndef HEADER_PINGUS_WORLDOBJS_HAMMER_HXX
 #define HEADER_PINGUS_WORLDOBJS_HAMMER_HXX
 
-#include "../worldobj.hxx"
+#include "../worldobj.hpp"
 
 
 namespace WorldObjsData {

Modified: branches/pingus_sdl/src/worldobjs/hotspot.cpp
===================================================================
--- branches/pingus_sdl/src/worldobjs/hotspot.cpp       2007-01-18 03:08:17 UTC 
(rev 2686)
+++ branches/pingus_sdl/src/worldobjs/hotspot.cpp       2007-01-18 03:21:39 UTC 
(rev 2687)
@@ -18,10 +18,10 @@
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
 #include <iostream>
-#include "../globals.hxx"
-#include "../display/scene_context.hxx"
-#include "../resource.hxx"
-#include "hotspot.hxx"
+#include "../globals.hpp"
+#include "../display/scene_context.hpp"
+#include "../resource.hpp"
+#include "hotspot.hpp"
 
 namespace WorldObjs {
 

Modified: branches/pingus_sdl/src/worldobjs/hotspot.hpp
===================================================================
--- branches/pingus_sdl/src/worldobjs/hotspot.hpp       2007-01-18 03:08:17 UTC 
(rev 2686)
+++ branches/pingus_sdl/src/worldobjs/hotspot.hpp       2007-01-18 03:21:39 UTC 
(rev 2687)
@@ -20,7 +20,7 @@
 #ifndef HEADER_PINGUS_WORLDOBJS_HOTSPOT_HXX
 #define HEADER_PINGUS_WORLDOBJS_HOTSPOT_HXX
 
-#include "../worldobj.hxx"
+#include "../worldobj.hpp"
 
 namespace WorldObjsData {
 class HotspotData;

Modified: branches/pingus_sdl/src/worldobjs/ice_block.cpp
===================================================================
--- branches/pingus_sdl/src/worldobjs/ice_block.cpp     2007-01-18 03:08:17 UTC 
(rev 2686)
+++ branches/pingus_sdl/src/worldobjs/ice_block.cpp     2007-01-18 03:21:39 UTC 
(rev 2687)
@@ -17,15 +17,15 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#include "../col_map.hxx"
-#include "../game_time.hxx"
-#include "../display/scene_context.hxx"
-#include "../pingu.hxx"
-#include "../pingu_holder.hxx"
-#include "../ground_map.hxx"
-#include "../resource.hxx"
-#include "../world.hxx"
-#include "ice_block.hxx"
+#include "../col_map.hpp"
+#include "../game_time.hpp"
+#include "../display/scene_context.hpp"
+#include "../pingu.hpp"
+#include "../pingu_holder.hpp"
+#include "../ground_map.hpp"
+#include "../resource.hpp"
+#include "../world.hpp"
+#include "ice_block.hpp"
 
 namespace WorldObjs {
 

Modified: branches/pingus_sdl/src/worldobjs/ice_block.hpp
===================================================================
--- branches/pingus_sdl/src/worldobjs/ice_block.hpp     2007-01-18 03:08:17 UTC 
(rev 2686)
+++ branches/pingus_sdl/src/worldobjs/ice_block.hpp     2007-01-18 03:21:39 UTC 
(rev 2687)
@@ -20,7 +20,7 @@
 #ifndef HEADER_PINGUS_WORLDOBJS_ICE_BLOCK_HXX
 #define HEADER_PINGUS_WORLDOBJS_ICE_BLOCK_HXX
 
-#include "../worldobj.hxx"
+#include "../worldobj.hpp"
 
 namespace WorldObjsData {
 class IceBlockData;

Modified: branches/pingus_sdl/src/worldobjs/info_box.cpp
===================================================================
--- branches/pingus_sdl/src/worldobjs/info_box.cpp      2007-01-18 03:08:17 UTC 
(rev 2686)
+++ branches/pingus_sdl/src/worldobjs/info_box.cpp      2007-01-18 03:21:39 UTC 
(rev 2687)
@@ -17,13 +17,13 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#include "../display/scene_context.hxx"
-#include "../pingu.hxx"
-#include "../pingu_holder.hxx"
-#include "../fonts.hxx"
-#include "../world.hxx"
-#include "../resource.hxx"
-#include "info_box.hxx"
+#include "../display/scene_context.hpp"
+#include "../pingu.hpp"
+#include "../pingu_holder.hpp"
+#include "../fonts.hpp"
+#include "../world.hpp"
+#include "../resource.hpp"
+#include "info_box.hpp"
 
 namespace WorldObjs {
 

Modified: branches/pingus_sdl/src/worldobjs/info_box.hpp
===================================================================
--- branches/pingus_sdl/src/worldobjs/info_box.hpp      2007-01-18 03:08:17 UTC 
(rev 2686)
+++ branches/pingus_sdl/src/worldobjs/info_box.hpp      2007-01-18 03:21:39 UTC 
(rev 2687)
@@ -20,7 +20,7 @@
 #ifndef HEADER_PINGUS_WORLDOBJS_INFO_BOX_HXX
 #define HEADER_PINGUS_WORLDOBJS_INFO_BOX_HXX
 
-#include "../worldobj.hxx"
+#include "../worldobj.hpp"
 
 namespace WorldObjsData {
 class InfoBoxData;

Modified: branches/pingus_sdl/src/worldobjs/laser_exit.cpp
===================================================================
--- branches/pingus_sdl/src/worldobjs/laser_exit.cpp    2007-01-18 03:08:17 UTC 
(rev 2686)
+++ branches/pingus_sdl/src/worldobjs/laser_exit.cpp    2007-01-18 03:21:39 UTC 
(rev 2687)
@@ -17,11 +17,11 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#include "../display/scene_context.hxx"
-#include "../pingu.hxx"
-#include "../pingu_holder.hxx"
-#include "../world.hxx"
-#include "laser_exit.hxx"
+#include "../display/scene_context.hpp"
+#include "../pingu.hpp"
+#include "../pingu_holder.hpp"
+#include "../world.hpp"
+#include "laser_exit.hpp"
 
 namespace WorldObjs {
 

Modified: branches/pingus_sdl/src/worldobjs/laser_exit.hpp
===================================================================
--- branches/pingus_sdl/src/worldobjs/laser_exit.hpp    2007-01-18 03:08:17 UTC 
(rev 2686)
+++ branches/pingus_sdl/src/worldobjs/laser_exit.hpp    2007-01-18 03:21:39 UTC 
(rev 2687)
@@ -20,7 +20,7 @@
 #ifndef HEADER_PINGUS_WORLDOBJS_LASER_EXIT_HXX
 #define HEADER_PINGUS_WORLDOBJS_LASER_EXIT_HXX
 
-#include "../worldobj.hxx"
+#include "../worldobj.hpp"
 #include "../sprite.hpp"
 
 namespace WorldObjsData {

Modified: branches/pingus_sdl/src/worldobjs/liquid.cpp
===================================================================
--- branches/pingus_sdl/src/worldobjs/liquid.cpp        2007-01-18 03:08:17 UTC 
(rev 2686)
+++ branches/pingus_sdl/src/worldobjs/liquid.cpp        2007-01-18 03:21:39 UTC 
(rev 2687)
@@ -18,11 +18,11 @@
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
 #include <iostream>
-#include "../col_map.hxx"
-#include "../display/scene_context.hxx"
-#include "../resource.hxx"
-#include "../world.hxx"
-#include "liquid.hxx"
+#include "../col_map.hpp"
+#include "../display/scene_context.hpp"
+#include "../resource.hpp"
+#include "../world.hpp"
+#include "liquid.hpp"
 
 namespace WorldObjs {
 

Modified: branches/pingus_sdl/src/worldobjs/liquid.hpp
===================================================================
--- branches/pingus_sdl/src/worldobjs/liquid.hpp        2007-01-18 03:08:17 UTC 
(rev 2686)
+++ branches/pingus_sdl/src/worldobjs/liquid.hpp        2007-01-18 03:21:39 UTC 
(rev 2687)
@@ -20,8 +20,8 @@
 #ifndef HEADER_PINGUS_WORLDOBJS_LIQUID_HXX
 #define HEADER_PINGUS_WORLDOBJS_LIQUID_HXX
 
-#include "../res_descriptor.hxx"
-#include "../worldobj.hxx"
+#include "../res_descriptor.hpp"
+#include "../worldobj.hpp"
 
 namespace WorldObjsData {
 class LiquidData;

Modified: branches/pingus_sdl/src/worldobjs/rain_generator.cpp
===================================================================
--- branches/pingus_sdl/src/worldobjs/rain_generator.cpp        2007-01-18 
03:08:17 UTC (rev 2686)
+++ branches/pingus_sdl/src/worldobjs/rain_generator.cpp        2007-01-18 
03:21:39 UTC (rev 2687)
@@ -18,11 +18,11 @@
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
 #include <iostream>
-#include "../particles/rain_particle_holder.hxx"
-#include "../sound/sound.hxx"
-#include "../world.hxx"
-#include "../display/scene_context.hxx"
-#include "rain_generator.hxx"
+#include "../particles/rain_particle_holder.hpp"
+#include "../sound/sound.hpp"
+#include "../world.hpp"
+#include "../display/scene_context.hpp"
+#include "rain_generator.hpp"
 
 namespace WorldObjs {
 

Modified: branches/pingus_sdl/src/worldobjs/rain_generator.hpp
===================================================================
--- branches/pingus_sdl/src/worldobjs/rain_generator.hpp        2007-01-18 
03:08:17 UTC (rev 2686)
+++ branches/pingus_sdl/src/worldobjs/rain_generator.hpp        2007-01-18 
03:21:39 UTC (rev 2687)
@@ -20,7 +20,7 @@
 #ifndef HEADER_PINGUS_PARTICLES_RAIN_GENERATOR_HXX
 #define HEADER_PINGUS_PARTICLES_RAIN_GENERATOR_HXX
 
-#include "../worldobj.hxx"
+#include "../worldobj.hpp"
 
 namespace WorldObjs {
 

Modified: branches/pingus_sdl/src/worldobjs/smasher.cpp
===================================================================
--- branches/pingus_sdl/src/worldobjs/smasher.cpp       2007-01-18 03:08:17 UTC 
(rev 2686)
+++ branches/pingus_sdl/src/worldobjs/smasher.cpp       2007-01-18 03:21:39 UTC 
(rev 2687)
@@ -18,16 +18,16 @@
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
 #include <iostream>
-#include "../math.hxx"
-#include "../col_map.hxx"
-#include "../display/scene_context.hxx"
-#include "../particles/smoke_particle_holder.hxx"
-#include "../pingu.hxx"
-#include "../pingu_holder.hxx"
-#include "../resource.hxx"
-#include "../sound/sound.hxx"
-#include "../world.hxx"
-#include "smasher.hxx"
+#include "../math.hpp"
+#include "../col_map.hpp"
+#include "../display/scene_context.hpp"
+#include "../particles/smoke_particle_holder.hpp"
+#include "../pingu.hpp"
+#include "../pingu_holder.hpp"
+#include "../resource.hpp"
+#include "../sound/sound.hpp"
+#include "../world.hpp"
+#include "smasher.hpp"
 
 namespace WorldObjs {
 

Modified: branches/pingus_sdl/src/worldobjs/smasher.hpp
===================================================================
--- branches/pingus_sdl/src/worldobjs/smasher.hpp       2007-01-18 03:08:17 UTC 
(rev 2686)
+++ branches/pingus_sdl/src/worldobjs/smasher.hpp       2007-01-18 03:21:39 UTC 
(rev 2687)
@@ -20,7 +20,7 @@
 #ifndef HEADER_PINGUS_WORLDOBJS_SMASHER_HXX
 #define HEADER_PINGUS_WORLDOBJS_SMASHER_HXX
 
-#include "../worldobj.hxx"
+#include "../worldobj.hpp"
 
 
 namespace WorldObjsData {

Modified: branches/pingus_sdl/src/worldobjs/snow_generator.cpp
===================================================================
--- branches/pingus_sdl/src/worldobjs/snow_generator.cpp        2007-01-18 
03:08:17 UTC (rev 2686)
+++ branches/pingus_sdl/src/worldobjs/snow_generator.cpp        2007-01-18 
03:21:39 UTC (rev 2687)
@@ -19,10 +19,10 @@
 
 #include <math.h>
 #include <iostream>
-#include "../math.hxx"
-#include "../world.hxx"
-#include "../particles/snow_particle_holder.hxx"
-#include "snow_generator.hxx"
+#include "../math.hpp"
+#include "../world.hpp"
+#include "../particles/snow_particle_holder.hpp"
+#include "snow_generator.hpp"
 
 namespace WorldObjs {
 

Modified: branches/pingus_sdl/src/worldobjs/snow_generator.hpp
===================================================================
--- branches/pingus_sdl/src/worldobjs/snow_generator.hpp        2007-01-18 
03:08:17 UTC (rev 2686)
+++ branches/pingus_sdl/src/worldobjs/snow_generator.hpp        2007-01-18 
03:21:39 UTC (rev 2687)
@@ -20,7 +20,7 @@
 #ifndef HEADER_PINGUS_PARTICLES_SNOW_GENERATOR_HXX
 #define HEADER_PINGUS_PARTICLES_SNOW_GENERATOR_HXX
 
-#include "../worldobj.hxx"
+#include "../worldobj.hpp"
 
 
 namespace WorldObjsData {

Modified: branches/pingus_sdl/src/worldobjs/solid_color_background.cpp
===================================================================
--- branches/pingus_sdl/src/worldobjs/solid_color_background.cpp        
2007-01-18 03:08:17 UTC (rev 2686)
+++ branches/pingus_sdl/src/worldobjs/solid_color_background.cpp        
2007-01-18 03:21:39 UTC (rev 2687)
@@ -17,9 +17,9 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#include "../gui/display.hxx"
-#include "../display/scene_context.hxx"
-#include "solid_color_background.hxx"
+#include "../gui/display.hpp"
+#include "../display/scene_context.hpp"
+#include "solid_color_background.hpp"
 
 namespace WorldObjs {
 

Modified: branches/pingus_sdl/src/worldobjs/solid_color_background.hpp
===================================================================
--- branches/pingus_sdl/src/worldobjs/solid_color_background.hpp        
2007-01-18 03:08:17 UTC (rev 2686)
+++ branches/pingus_sdl/src/worldobjs/solid_color_background.hpp        
2007-01-18 03:21:39 UTC (rev 2687)
@@ -22,7 +22,7 @@
 
 #include "../math/color.hpp"
 #include "../pixel_buffer.hpp"
-#include "../worldobj.hxx"
+#include "../worldobj.hpp"
 
 namespace WorldObjsData {
 class SolidColorBackgroundData;

Modified: branches/pingus_sdl/src/worldobjs/spike.cpp
===================================================================
--- branches/pingus_sdl/src/worldobjs/spike.cpp 2007-01-18 03:08:17 UTC (rev 
2686)
+++ branches/pingus_sdl/src/worldobjs/spike.cpp 2007-01-18 03:21:39 UTC (rev 
2687)
@@ -17,12 +17,12 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#include "../display/scene_context.hxx"
-#include "../pingu.hxx"
-#include "../pingu_holder.hxx"
-#include "../world.hxx"
-#include "../resource.hxx"
-#include "spike.hxx"
+#include "../display/scene_context.hpp"
+#include "../pingu.hpp"
+#include "../pingu_holder.hpp"
+#include "../world.hpp"
+#include "../resource.hpp"
+#include "spike.hpp"
 
 namespace WorldObjs {
 

Modified: branches/pingus_sdl/src/worldobjs/spike.hpp
===================================================================
--- branches/pingus_sdl/src/worldobjs/spike.hpp 2007-01-18 03:08:17 UTC (rev 
2686)
+++ branches/pingus_sdl/src/worldobjs/spike.hpp 2007-01-18 03:21:39 UTC (rev 
2687)
@@ -20,7 +20,7 @@
 #ifndef HEADER_PINGUS_TRAPS_SPIKE_HXX
 #define HEADER_PINGUS_TRAPS_SPIKE_HXX
 
-#include "../worldobj.hxx"
+#include "../worldobj.hpp"
 
 
 namespace WorldObjsData {

Modified: branches/pingus_sdl/src/worldobjs/starfield_background.cpp
===================================================================
--- branches/pingus_sdl/src/worldobjs/starfield_background.cpp  2007-01-18 
03:08:17 UTC (rev 2686)
+++ branches/pingus_sdl/src/worldobjs/starfield_background.cpp  2007-01-18 
03:21:39 UTC (rev 2687)
@@ -18,8 +18,8 @@
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
 #include <iostream>
-#include "starfield_background.hxx"
-#include "starfield_background_stars.hxx"
+#include "starfield_background.hpp"
+#include "starfield_background_stars.hpp"
 
 namespace WorldObjs {
 

Modified: branches/pingus_sdl/src/worldobjs/starfield_background.hpp
===================================================================
--- branches/pingus_sdl/src/worldobjs/starfield_background.hpp  2007-01-18 
03:08:17 UTC (rev 2686)
+++ branches/pingus_sdl/src/worldobjs/starfield_background.hpp  2007-01-18 
03:21:39 UTC (rev 2687)
@@ -21,7 +21,7 @@
 #define HEADER_PINGUS_WORLDOBJS_STARFIELD_BACKGROUND_HXX
 
 #include <vector>
-#include "../worldobj.hxx"
+#include "../worldobj.hpp"
 
 
 namespace WorldObjsData {

Modified: branches/pingus_sdl/src/worldobjs/starfield_background_stars.cpp
===================================================================
--- branches/pingus_sdl/src/worldobjs/starfield_background_stars.cpp    
2007-01-18 03:08:17 UTC (rev 2686)
+++ branches/pingus_sdl/src/worldobjs/starfield_background_stars.cpp    
2007-01-18 03:21:39 UTC (rev 2687)
@@ -17,10 +17,10 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#include "../display/scene_context.hxx"
-#include "../world.hxx"
-#include "../resource.hxx"
-#include "starfield_background_stars.hxx"
+#include "../display/scene_context.hpp"
+#include "../world.hpp"
+#include "../resource.hpp"
+#include "starfield_background_stars.hpp"
 
 namespace WorldObjs {
 

Modified: branches/pingus_sdl/src/worldobjs/starfield_background_stars.hpp
===================================================================
--- branches/pingus_sdl/src/worldobjs/starfield_background_stars.hpp    
2007-01-18 03:08:17 UTC (rev 2686)
+++ branches/pingus_sdl/src/worldobjs/starfield_background_stars.hpp    
2007-01-18 03:21:39 UTC (rev 2687)
@@ -20,7 +20,7 @@
 #ifndef HEADER_PINGUS_WORLDOBJS_STARFIELD_BACKGROUND_STARS_HXX
 #define HEADER_PINGUS_WORLDOBJS_STARFIELD_BACKGROUND_STARS_HXX
 
-#include "../worldobj.hxx"
+#include "../worldobj.hpp"
 #include "../sprite.hpp"
 
 namespace WorldObjs {

Modified: branches/pingus_sdl/src/worldobjs/surface_background.cpp
===================================================================
--- branches/pingus_sdl/src/worldobjs/surface_background.cpp    2007-01-18 
03:08:17 UTC (rev 2686)
+++ branches/pingus_sdl/src/worldobjs/surface_background.cpp    2007-01-18 
03:21:39 UTC (rev 2687)
@@ -18,14 +18,14 @@
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
 #include <iostream>
-#include "../display/scene_context.hxx"
-#include "../world.hxx"
-#include "../timer.hxx"
-#include "../resource.hxx"
-#include "../globals.hxx"
-#include "../blitter.hxx"
-#include "../gui/display.hxx"
-#include "surface_background.hxx"
+#include "../display/scene_context.hpp"
+#include "../world.hpp"
+#include "../timer.hpp"
+#include "../resource.hpp"
+#include "../globals.hpp"
+#include "../blitter.hpp"
+#include "../gui/display.hpp"
+#include "surface_background.hpp"
 
 namespace WorldObjs {
 

Modified: branches/pingus_sdl/src/worldobjs/surface_background.hpp
===================================================================
--- branches/pingus_sdl/src/worldobjs/surface_background.hpp    2007-01-18 
03:08:17 UTC (rev 2686)
+++ branches/pingus_sdl/src/worldobjs/surface_background.hpp    2007-01-18 
03:21:39 UTC (rev 2687)
@@ -20,8 +20,8 @@
 #ifndef HEADER_PINGUS_WORLDOBJS_SURFACE_BACKGROUND_HXX
 #define HEADER_PINGUS_WORLDOBJS_SURFACE_BACKGROUND_HXX
 
-#include "../res_descriptor.hxx"
-#include "../worldobj.hxx"
+#include "../res_descriptor.hpp"
+#include "../worldobj.hpp"
 
 namespace WorldObjsData {
 class SurfaceBackgroundData;

Modified: branches/pingus_sdl/src/worldobjs/switch_door.cpp
===================================================================
--- branches/pingus_sdl/src/worldobjs/switch_door.cpp   2007-01-18 03:08:17 UTC 
(rev 2686)
+++ branches/pingus_sdl/src/worldobjs/switch_door.cpp   2007-01-18 03:21:39 UTC 
(rev 2687)
@@ -17,13 +17,13 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#include "../col_map.hxx"
-#include "../display/scene_context.hxx"
-#include "../pingu.hxx"
-#include "../pingu_holder.hxx"
-#include "../world.hxx"
-#include "../resource.hxx"
-#include "switch_door.hxx"
+#include "../col_map.hpp"
+#include "../display/scene_context.hpp"
+#include "../pingu.hpp"
+#include "../pingu_holder.hpp"
+#include "../world.hpp"
+#include "../resource.hpp"
+#include "switch_door.hpp"
 
 namespace WorldObjs {
 

Modified: branches/pingus_sdl/src/worldobjs/switch_door.hpp
===================================================================
--- branches/pingus_sdl/src/worldobjs/switch_door.hpp   2007-01-18 03:08:17 UTC 
(rev 2686)
+++ branches/pingus_sdl/src/worldobjs/switch_door.hpp   2007-01-18 03:21:39 UTC 
(rev 2687)
@@ -20,7 +20,7 @@
 #ifndef HEADER_PINGUS_WORLDOBJS_SWITCH_DOOR_HXX
 #define HEADER_PINGUS_WORLDOBJS_SWITCH_DOOR_HXX
 
-#include "../worldobj.hxx"
+#include "../worldobj.hpp"
 
 namespace WorldObjsData {
 class SwitchDoorData;

Modified: branches/pingus_sdl/src/worldobjs/teleporter.cpp
===================================================================
--- branches/pingus_sdl/src/worldobjs/teleporter.cpp    2007-01-18 03:08:17 UTC 
(rev 2686)
+++ branches/pingus_sdl/src/worldobjs/teleporter.cpp    2007-01-18 03:21:39 UTC 
(rev 2687)
@@ -18,12 +18,12 @@
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
 #include <iostream>
-#include "../display/scene_context.hxx"
-#include "../pingu.hxx"
-#include "../pingu_holder.hxx"
-#include "../world.hxx"
-#include "../resource.hxx"
-#include "teleporter.hxx"
+#include "../display/scene_context.hpp"
+#include "../pingu.hpp"
+#include "../pingu_holder.hpp"
+#include "../world.hpp"
+#include "../resource.hpp"
+#include "teleporter.hpp"
 
 namespace WorldObjs {
 

Modified: branches/pingus_sdl/src/worldobjs/teleporter.hpp
===================================================================
--- branches/pingus_sdl/src/worldobjs/teleporter.hpp    2007-01-18 03:08:17 UTC 
(rev 2686)
+++ branches/pingus_sdl/src/worldobjs/teleporter.hpp    2007-01-18 03:21:39 UTC 
(rev 2687)
@@ -20,7 +20,7 @@
 #ifndef HEADER_PINGUS_WORLDOBJS_TELEPORTER_HXX
 #define HEADER_PINGUS_WORLDOBJS_TELEPORTER_HXX
 
-#include "../worldobj.hxx"
+#include "../worldobj.hpp"
 
 namespace WorldObjsData {
 class TeleporterData;

Modified: branches/pingus_sdl/src/worldobjs/thunderstorm_background.cpp
===================================================================
--- branches/pingus_sdl/src/worldobjs/thunderstorm_background.cpp       
2007-01-18 03:08:17 UTC (rev 2686)
+++ branches/pingus_sdl/src/worldobjs/thunderstorm_background.cpp       
2007-01-18 03:21:39 UTC (rev 2687)
@@ -17,9 +17,9 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#include "../resource.hxx"
-#include "../display/scene_context.hxx"
-#include "thunderstorm_background.hxx"
+#include "../resource.hpp"
+#include "../display/scene_context.hpp"
+#include "thunderstorm_background.hpp"
 
 namespace WorldObjs {
 

Modified: branches/pingus_sdl/src/worldobjs/thunderstorm_background.hpp
===================================================================
--- branches/pingus_sdl/src/worldobjs/thunderstorm_background.hpp       
2007-01-18 03:08:17 UTC (rev 2686)
+++ branches/pingus_sdl/src/worldobjs/thunderstorm_background.hpp       
2007-01-18 03:21:39 UTC (rev 2687)
@@ -20,7 +20,7 @@
 #ifndef HEADER_PINGUS_WORLDOBJS_THUNDERSTORM_BACKGROUND_HXX
 #define HEADER_PINGUS_WORLDOBJS_THUNDERSTORM_BACKGROUND_HXX
 
-#include "../worldobj.hxx"
+#include "../worldobj.hpp"
 
 namespace WorldObjsData {
 class ThunderstormBackgroundData;

Modified: branches/pingus_sdl/src/worldobjs/woodthing.cpp
===================================================================
--- branches/pingus_sdl/src/worldobjs/woodthing.cpp     2007-01-18 03:08:17 UTC 
(rev 2686)
+++ branches/pingus_sdl/src/worldobjs/woodthing.cpp     2007-01-18 03:21:39 UTC 
(rev 2687)
@@ -17,12 +17,12 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#include "../math.hxx"
-#include "../display/scene_context.hxx"
-#include "../particles/smoke_particle_holder.hxx"
-#include "../resource.hxx"
-#include "../world.hxx"
-#include "woodthing.hxx"
+#include "../math.hpp"
+#include "../display/scene_context.hpp"
+#include "../particles/smoke_particle_holder.hpp"
+#include "../resource.hpp"
+#include "../world.hpp"
+#include "woodthing.hpp"
 
 namespace WorldObjs {
 // FIXME: Re-enable this namespace.

Modified: branches/pingus_sdl/src/worldobjs/woodthing.hpp
===================================================================
--- branches/pingus_sdl/src/worldobjs/woodthing.hpp     2007-01-18 03:08:17 UTC 
(rev 2686)
+++ branches/pingus_sdl/src/worldobjs/woodthing.hpp     2007-01-18 03:21:39 UTC 
(rev 2687)
@@ -20,7 +20,7 @@
 #ifndef HEADER_PINGUS_WORLDOBJS_ENTRANCES_WOODTHING_HXX
 #define HEADER_PINGUS_WORLDOBJS_ENTRANCES_WOODTHING_HXX
 
-#include "entrance.hxx"
+#include "entrance.hpp"
 
 namespace WorldObjs {
 // FIXME: Re-enable this namespace.

Modified: branches/pingus_sdl/src/xml_eval.cpp
===================================================================
--- branches/pingus_sdl/src/xml_eval.cpp        2007-01-18 03:08:17 UTC (rev 
2686)
+++ branches/pingus_sdl/src/xml_eval.cpp        2007-01-18 03:21:39 UTC (rev 
2687)
@@ -19,7 +19,7 @@
 
 #include <iostream>
 #include <ClanLib/core.h>
-#include "xml_eval.hxx"
+#include "xml_eval.hpp"
 
 namespace XMLEval {
 

Modified: branches/pingus_sdl/src/xml_file_reader.cpp
===================================================================
--- branches/pingus_sdl/src/xml_file_reader.cpp 2007-01-18 03:08:17 UTC (rev 
2686)
+++ branches/pingus_sdl/src/xml_file_reader.cpp 2007-01-18 03:21:39 UTC (rev 
2687)
@@ -24,11 +24,11 @@
 #include <ClanLib/Core/XML/dom_node_list.h>
 #include <ClanLib/Core/XML/dom_named_node_map.h>
 #include <ClanLib/Core/System/clanstring.h>
-#include "file_reader_impl.hxx"
-#include "vector.hxx"
-#include "res_descriptor.hxx"
-#include "resource_modifier.hxx"
-////#include "xml_file_reader.hxx"
+#include "file_reader_impl.hpp"
+#include "vector.hpp"
+#include "res_descriptor.hpp"
+#include "resource_modifier.hpp"
+////#include "xml_file_reader.hpp"
 
 
 class XMLFileReaderImpl : public FileReaderImpl

Modified: branches/pingus_sdl/src/xml_file_reader.hpp
===================================================================
--- branches/pingus_sdl/src/xml_file_reader.hpp 2007-01-18 03:08:17 UTC (rev 
2686)
+++ branches/pingus_sdl/src/xml_file_reader.hpp 2007-01-18 03:21:39 UTC (rev 
2687)
@@ -22,7 +22,7 @@
 
 #if 0
 #include <ClanLib/Core/XML/dom_element.h>
-#include "file_reader.hxx"
+#include "file_reader.hpp"
 
 /** */
 class XMLFileReader : public FileReader

Modified: branches/pingus_sdl/src/xml_file_writer.cpp
===================================================================
--- branches/pingus_sdl/src/xml_file_writer.cpp 2007-01-18 03:08:17 UTC (rev 
2686)
+++ branches/pingus_sdl/src/xml_file_writer.cpp 2007-01-18 03:21:39 UTC (rev 
2687)
@@ -19,8 +19,8 @@
 
 #include <iostream>
 #include <map>
-#include "vector.hxx"
-///#include "xml_file_writer.hxx"
+#include "vector.hpp"
+///#include "xml_file_writer.hpp"
 
 
 XMLFileWriter::XMLFileWriter(std::ostream& out_)

Modified: branches/pingus_sdl/src/xml_file_writer.hpp
===================================================================
--- branches/pingus_sdl/src/xml_file_writer.hpp 2007-01-18 03:08:17 UTC (rev 
2686)
+++ branches/pingus_sdl/src/xml_file_writer.hpp 2007-01-18 03:21:39 UTC (rev 
2687)
@@ -23,7 +23,7 @@
 #include <stack>
 #include <iosfwd>
 #include "math/color.hpp"
-#include "file_writer.hxx"
+#include "file_writer.hpp"
 
 
 /** */

Modified: branches/pingus_sdl/src/xml_pdf.cpp
===================================================================
--- branches/pingus_sdl/src/xml_pdf.cpp 2007-01-18 03:08:17 UTC (rev 2686)
+++ branches/pingus_sdl/src/xml_pdf.cpp 2007-01-18 03:21:39 UTC (rev 2687)
@@ -21,11 +21,11 @@
 #include <iostream>
 #include <vector>
 #include <ClanLib/core.h>
-#include "pingus_error.hxx"
-#include "path_manager.hxx"
-#include "xml_pingus_level.hxx"
-////#include "xml_file_reader.hxx"
-#include "xml_pdf.hxx"
+#include "pingus_error.hpp"
+#include "path_manager.hpp"
+#include "xml_pingus_level.hpp"
+////#include "xml_file_reader.hpp"
+#include "xml_pdf.hpp"
 
 
 XMLPDF::XMLPDF(const std::string& filename)

Modified: branches/pingus_sdl/src/xml_pdf.hpp
===================================================================
--- branches/pingus_sdl/src/xml_pdf.hpp 2007-01-18 03:08:17 UTC (rev 2686)
+++ branches/pingus_sdl/src/xml_pdf.hpp 2007-01-18 03:21:39 UTC (rev 2687)
@@ -24,8 +24,8 @@
 #include <vector>
 #include <iosfwd>
 
-#include "pingus_level.hxx"
-#include "server_event.hxx"
+#include "pingus_level.hpp"
+#include "server_event.hpp"
 
 
 /** XMLPDF stands for Pingus Demo File, it contains all the infos

Modified: branches/pingus_sdl/src/xml_pingus_level.cpp
===================================================================
--- branches/pingus_sdl/src/xml_pingus_level.cpp        2007-01-18 03:08:17 UTC 
(rev 2686)
+++ branches/pingus_sdl/src/xml_pingus_level.cpp        2007-01-18 03:21:39 UTC 
(rev 2687)
@@ -27,10 +27,10 @@
 #include <ClanLib/Core/XML/dom_document.h>
 #include <ClanLib/Core/XML/dom_named_node_map.h>
 #include <ClanLib/Core/XML/dom_element.h>
-#include "pingus_error.hxx"
-////#include "xml_file_reader.hxx"
-#include "pingus_level_impl.hxx"
-#include "xml_pingus_level.hxx"
+#include "pingus_error.hpp"
+////#include "xml_file_reader.hpp"
+#include "pingus_level_impl.hpp"
+#include "xml_pingus_level.hpp"
 
 
 XMLPingusLevel::XMLPingusLevel(const std::string& res_name,

Modified: branches/pingus_sdl/src/xml_pingus_level.hpp
===================================================================
--- branches/pingus_sdl/src/xml_pingus_level.hpp        2007-01-18 03:08:17 UTC 
(rev 2686)
+++ branches/pingus_sdl/src/xml_pingus_level.hpp        2007-01-18 03:21:39 UTC 
(rev 2687)
@@ -20,7 +20,7 @@
 #ifndef HEADER_XML_PINGUS_LEVEL_HXX
 #define HEADER_XML_PINGUS_LEVEL_HXX
 
-#include "pingus_level.hxx"
+#include "pingus_level.hpp"
 
 
 /** */





reply via email to

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