pingus-devel
[Top][All Lists]
Advanced

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

the big rename...


From: Ingo Ruhnke
Subject: the big rename...
Date: 12 Jun 2002 17:17:01 +0200
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2

As proposed, I am now going to rename all files real soon, after
the following scheme:

$ mv $OLD $NEW
$ sed 's/$OLD/$NEW' *.?xx
$ cvs remove $OLD
$ cvs add $NEW

The translation table which I will use is attached below. If there are
any errors, ugly filenames or other things in it, please speak up now,
before I start the big rename. One last thing which I haven't yet
cared about are the include-gards, they need probally a different
aproach, something like:

#ifndef EDITOREVENT_HH
#define EDITOREVENT_HH

would get:

#ifndef header_pingus_editor_event_hxx
#define header_pingus_editor_event_hxx

The scheme would be:

 header_$NAMESPACE_$NEXTNAMESPACE_$FILENAME

or

 header_pingus_$SUBDIR_$FILENAME

which would be much easier todo automatically. So that we avoid
conflicts with libraries and ourself.

-------------- Translation table ----------------

LiquidData.cc                           liquid_data.cxx
LiquidData.hh                           liquid_data.hxx
Liquid.cc                               liquid.cxx
Liquid.hh                               liquid.hxx
System.cc                               system.cxx
System.hh                               system.hxx
PingusSoundReal.cc                      sound_real.cxx
PingusSoundReal.hh                      sound_real.hxx
ScreenManager.cc                        screen_manager.cxx
ScreenManager.hh                        screen_manager.hxx
PSMParser.cc                            psm_parser.cxx
PSMParser.hh                            psm_parser.hxx
backgrounds/SolidColorBackground.cc     backgrounds/solidcolor_background.cxx
backgrounds/SolidColorBackground.hh     backgrounds/solidcolor_background.hxx
backgrounds/ThunderstormBackground.cc   backgrounds/thunderstorm_background.cxx
backgrounds/ThunderstormBackground.hh   backgrounds/thunderstorm_background.hxx
backgrounds/SurfaceBackgroundData.cc    backgrounds/surface_background_data.cxx
backgrounds/SurfaceBackgroundData.hh    backgrounds/surface_background_data.hxx
backgrounds/SurfaceBackground.cc        backgrounds/surface_background.cxx
backgrounds/SurfaceBackground.hh        backgrounds/surface_background.hxx
backgrounds/ThunderstormBackgroundData.cc  
backgrounds/thunderstorm_background_data.cxx
backgrounds/ThunderstormBackgroundData.hh  
backgrounds/thunderstorm_background_data.hxx
backgrounds/StarfieldBackground.cc      backgrounds/starfield_background.cxx
backgrounds/StarfieldBackground.hh      backgrounds/starfield_background.hxx
CaptureRectangle.cc                     capture_rectangle.cxx
CaptureRectangle.hh                     capture_rectangle.hxx
audio.cc                                audio.cxx
audio.hh                                audio.hxx
MultiLineText.cc                        multi_line_text.cxx
MultiLineText.hh                        multi_line_text.hxx
MainMenu.cc                             main_menu.cxx
MainMenu.hh                             main_menu.hxx
View.cc                                 view.cxx
View.hh                                 view.hxx
PingusCounter.cc                        pingus_counter.cxx
PingusCounter.hh                        pingus_counter.hxx
InputEvent.hh                           input_event.hxx
PLFPLF.cc                               plf_plf.cxx
PLFPLF.hh                               plf_plf.hxx
PathManager.cc                          path_manager.cxx
PathManager.hh                          path_manager.hxx
XMLPLF.cc                               xml_plf.cxx
XMLPLF.hh                               xml_plf.hxx
HotspotData.cc                          hotspot_data.cxx
HotspotData.hh                          hotspot_data.hxx
PingusMessageBox.cc                     message_box.cxx
PingusMessageBox.hh                     message_box.hxx
ActionData.hh                           action_data.hxx
DebugGui.cc                             debug_gui.cxx
DebugGui.hh                             debug_gui.hxx
particles/Particle.cc                   particles/particle.cxx
particles/Particle.hh                   particles/particle.hxx
particles/RainGenerator.cc              particles/rain_generator.cxx
particles/RainGenerator.hh              particles/rain_generator.hxx
particles/SnowParticle.cc               particles/snow_particle.cxx
particles/SnowParticle.hh               particles/snow_particle.hxx
particles/ParticleHolder.cc             particles/particle_holder.cxx
particles/ParticleHolder.hh             particles/particle_holder.hxx
particles/RainParticle.cc               particles/rain_particle.cxx
particles/RainParticle.hh               particles/rain_particle.hxx
particles/PinguParticle.cc              particles/pingu_particle.cxx
particles/PinguParticle.hh              particles/pingu_particle.hxx
particles/SnowGenerator.cc              particles/snow_generator.cxx
particles/SnowGenerator.hh              particles/snow_generator.hxx
particles/ParticleCache.cc              particles/particle_cache.cxx
particles/ParticleCache.hh              particles/particle_cache.hxx
particles/ExplosiveParticle.cc          particles/explosive_particle.cxx
particles/ExplosiveParticle.hh          particles/explosive_particle.hxx
particles/SmokeParticle.cc              particles/smoke_particle.cxx
particles/SmokeParticle.hh              particles/smoke_particle.hxx
particles/GroundParticle.cc             particles/ground_particle.cxx
particles/GroundParticle.hh             particles/ground_particle.hxx
particles/WeatherGenerator.cc           particles/weather_generator.cxx
particles/WeatherGenerator.hh           particles/weather_generator.hxx
Direction.cc                            direction.cxx
Direction.hh                            direction.hxx
PingusGameSession.cc                    game_session.cxx
PingusGameSession.hh                    game_session.hxx
Color.hh                                color.hxx
PinguHolder.cc                          pingu_holder.cxx
PinguHolder.hh                          pingu_holder.hxx
traps/smasher.cc                        traps/smasher.cxx
traps/smasher.hh                        traps/smasher.hxx
traps/hammer.cc                         traps/hammer.cxx
traps/hammer.hh                         traps/hammer.hxx
traps/FakeExit.cc                       traps/fake_exit.cxx
traps/FakeExit.hh                       traps/fake_exit.hxx
traps/LaserExit.cc                      traps/laser_exit.cxx
traps/LaserExit.hh                      traps/laser_exit.hxx
traps/Guillotine.cc                     traps/guillotine.cxx
traps/Guillotine.hh                     traps/guillotine.hxx
traps/Spike.cc                          traps/spike.cxx
traps/Spike.hh                          traps/spike.hxx
traps/Bumper.cc                         traps/bumper.cxx
traps/Bumper.hh                         traps/bumper.hxx
PLF.cc                                  plf.cxx
PLF.hh                                  plf.hxx
my_gettext.hh                           my_gettext.hxx
Pingu.cc                                pingu.cxx
Pingu.hh                                pingu.hxx
Debug.cc                                debug.cxx
Debug.hh                                debug.hxx
PingusSubMenu.cc                        pingus_sub_menu.cxx
PingusSubMenu.hh                        pingus_sub_menu.hxx
DemoPlayer.cc                           demo_player.cxx
DemoPlayer.hh                           demo_player.hxx
Range.cc                                range.cxx
Range.hh                                range.hxx
AnimCounter.cc                          anim_counter.cxx
AnimCounter.hh                          anim_counter.hxx
ColMap.cc                               col_map.cxx
ColMap.hh                               col_map.hxx
TrueServer.cc                           true_server.cxx
TrueServer.hh                           true_server.hxx
PLTXML.cc                               plt_xml.cxx
PLTXML.hh                               plt_xml.hxx
TimeDisplay.cc                          time_display.cxx
TimeDisplay.hh                          time_display.hxx
MultiplayerClient.cc                    multiplayer_client.cxx
MultiplayerClient.hh                    multiplayer_client.hxx
Hotspot.cc                              hotspot.cxx
Hotspot.hh                              hotspot.hxx
PLFPreview.cc                           plf_preview.cxx
PLFPreview.hh                           plf_preview.hxx
Entrance.cc                             entrance.cxx
Entrance.hh                             entrance.hxx
EntranceData.cc                         entrance_data.cxx
EntranceData.hh                         entrance_data.hxx
PinguAction.cc                          pingu_action.cxx
PinguAction.hh                          pingu_action.hxx
PLFParser.cc                            plf_parser.cxx
PLFParser.hh                            plf_parser.hxx
GamepadController.cc                    gamepad_controller.cxx
GamepadController.hh                    gamepad_controller.hxx
World.cc                                world.cxx
World.hh                                world.hxx
ActionButton.cc                         action_button.cxx
ActionButton.hh                         action_button.hxx
ScreenManagerImpl.hh                    screen_manager_impl.hxx
PinguMap.cc                             pingu_map.cxx
PinguMap.hh                             pingu_map.hxx
PingusSoundDummy.cc                     sound_dummy.cxx
PingusSoundDummy.hh                     sound_dummy.hxx
Screenshot.cc                           screenshot.cxx
Screenshot.hh                           screenshot.hxx
Console.cc                              console.cxx
Console.hh                              console.hxx
ExitData.cc                             exit_data.cxx
ExitData.hh                             exit_data.hxx
Theme.cc                                theme.cxx
Theme.hh                                theme.hxx
PinguActionFactory.cc                   pingu_action_factory.cxx
PinguActionFactory.hh                   pingu_action_factory.hxx
PingusLevelDesc.cc                      level_desc.cxx
PingusLevelDesc.hh                      level_desc.hxx
Cursor.cc                               cursor.cxx
Cursor.hh                               cursor.hxx
MenuBackground.cc                       menu_background.cxx
MenuBackground.hh                       menu_background.hxx
Client.cc                               client.cxx
Client.hh                               client.hxx
PingusMusicProvider.cc                  music_provider.cxx
PingusMusicProvider.hh                  music_provider.hxx
worldobjs/InfoBox.cc                    worldobjs/info_box.cxx
worldobjs/InfoBox.hh                    worldobjs/info_box.hxx
worldobjs/Teleporter.cc                 worldobjs/teleporter.cxx
worldobjs/Teleporter.hh                 worldobjs/teleporter.hxx
worldobjs/IceBlock.cc                   worldobjs/ice_block.cxx
worldobjs/IceBlock.hh                   worldobjs/ice_block.hxx
worldobjs/SwitchDoor.cc                 worldobjs/switch_door.cxx
worldobjs/SwitchDoor.hh                 worldobjs/switch_door.hxx
worldobjs/ConveyorBelt.cc               worldobjs/conveyor_belt.cxx
worldobjs/ConveyorBelt.hh               worldobjs/conveyor_belt.hxx
Sprite.cc                               sprite.cxx
Sprite.hh                               sprite.hxx
GameEvent.hh                            game_event.hxx
GameDelta.hh                            game_delta.hxx
PingusLevelResult.cc                    level_result.cxx
PingusLevelResult.hh                    level_result.hxx
Result.cc                               result.cxx
Result.hh                               result.hxx
Playfield.cc                            playfield.cxx
Playfield.hh                            playfield.hxx
Screen.cc                               screen.cxx
Screen.hh                               screen.hxx
Credits.cc                              credits.cxx
Credits.hh                              credits.hxx
StringConverter.cc                      string_converter.cxx
StringConverter.hh                      string_converter.hxx
PingusSpotMap.cc                        spot_map.cxx
PingusSpotMap.hh                        spot_map.hxx
PingusCounterBar.cc                     pingus_counter_bar.cxx
PingusCounterBar.hh                     pingus_counter_bar.hxx
editor/ThumbCache.cc                    editor/thumb_cache.cxx
editor/ThumbCache.hh                    editor/thumb_cache.hxx
editor/ObjectSelector.cc                editor/object_selector.cxx
editor/ObjectSelector.hh                editor/object_selector.hxx
editor/PLFObj.cc                        editor/plfobj.cxx
editor/PLFObj.hh                        editor/plfobj.hxx
editor/RectEditorObj.cc                 editor/rect_editorobj.cxx
editor/RectEditorObj.hh                 editor/rect_editorobj.hxx
editor/SpriteEditorObj.cc               editor/sprite_editorobj.cxx
editor/SpriteEditorObj.hh               editor/sprite_editorobj.hxx
editor/EditorHelpScreen.cc              editor/editor_help_screen.cxx
editor/EditorHelpScreen.hh              editor/editor_help_screen.hxx
editor/EditorView.cc                    editor/editor_view.cxx
editor/EditorView.hh                    editor/editor_view.hxx
editor/EditorObjGroup.cc                editor/editorobj_group.cxx
editor/EditorObjGroup.hh                editor/editorobj_group.hxx
editor/ScrollMap.cc                     editor/scroll_map.cxx
editor/ScrollMap.hh                     editor/scroll_map.hxx
editor/EditorObj.cc                     editor/editorobj.cxx
editor/EditorObj.hh                     editor/editorobj.hxx
editor/StartPos.cc                      editor/start_pos.cxx
editor/StartPos.hh                      editor/start_pos.hxx
editor/EditorEvent.cc                   editor/editor_event.cxx
editor/EditorEvent.hh                   editor/editor_event.hxx
editor/StatusLine.cc                    editor/status_line.cxx
editor/StatusLine.hh                    editor/status_line.hxx
editor/SurfaceSelector.cc               editor/surface_selector.cxx
editor/SurfaceSelector.hh               editor/surface_selector.hxx
editor/WeatherObj.cc                    editor/weather_obj.cxx
editor/WeatherObj.hh                    editor/weather_obj.hxx
editor/ObjectManager.cc                 editor/object_manager.cxx
editor/ObjectManager.hh                 editor/object_manager.hxx
editor/StringReader.cc                  editor/string_reader.cxx
editor/StringReader.hh                  editor/string_reader.hxx
editor/Editor.cc                        editor/editor.cxx
editor/Editor.hh                        editor/editor.hxx
editor/PanelIcons.cc                    editor/panel_icons.cxx
editor/PanelIcons.hh                    editor/panel_icons.hxx
editor/EditorGroundpieceObj.cc          editor/editor_groundpiece_obj.cxx
editor/EditorGroundpieceObj.hh          editor/editor_groundpiece_obj.hxx
editor/EditorObjGroupData.cc            editor/editorobj_group_data.cxx
editor/EditorObjGroupData.hh            editor/editorobj_group_data.hxx
editor/Panel.cc                         editor/panel.cxx
editor/Panel.hh                         editor/panel.hxx
FVec.cc                                 force_vector.cxx
FVec.hh                                 force_vector.hxx
MultiplayerGame.cc                      multiplayer_game.cxx
MultiplayerGame.hh                      multiplayer_game.hxx
HurryUp.cc                              hurry_up.cxx
HurryUp.hh                              hurry_up.hxx
generic/ListHelper.hh                   generic/list_helper.hxx
EditorHotspot.hh                        editor_hotspot.hxx
Loading.cc                              loading.cxx
Loading.hh                              loading.hxx
TargetProvider.cc                       target_provider.cxx
TargetProvider.hh                       target_provider.hxx
PingusStream.cc                         debug_stream.cxx
PingusStream.hh                         debug_stream.hxx
PingusMain.cc                           pingus_main.cxx
PingusMain.hh                           pingus_main.hxx
Timer.cc                                timer.cxx
Timer.hh                                timer.hxx
DemoRecorder.cc                         demo_recorder.cxx
DemoRecorder.hh                         demo_recorder.hxx
USBMouseController.cc                   usb_mouse_controller.cxx
USBMouseController.hh                   usb_mouse_controller.hxx
ButtonPanel.cc                          button_panel.cxx
ButtonPanel.hh                          button_panel.hxx
worldmap/PingusWorldMapStat.cc          worldmap/stat.cxx
worldmap/PingusWorldMapStat.hh          worldmap/stat.hxx
worldmap/PingusWorldMapNodeData.cc      worldmap/node_data.cxx
worldmap/PingusWorldMapNodeData.hh      worldmap/node_data.hxx
worldmap/PingusWorldMapNode.cc          worldmap/node.cxx
worldmap/PingusWorldMapNode.hh          worldmap/node.hxx
worldmap/PingusWorldMap.cc              worldmap/worldmap.cxx
worldmap/PingusWorldMap.hh              worldmap/worldmap.hxx
worldmap/PingusWorldMapGraph.cc         worldmap/graph.cxx
worldmap/PingusWorldMapGraph.hh         worldmap/graph.hxx
worldmap/PingusWorldMapManager.cc       worldmap/manager.cxx
worldmap/PingusWorldMapManager.hh       worldmap/manager.hxx
worldmap/PingusWorldMapPingus.cc        worldmap/pingus.cxx
worldmap/PingusWorldMapPingus.hh        worldmap/pingus.hxx
Story.cc                                story.cxx
Story.hh                                story.hxx
PingusMenu.cc                           pingus_menu.cxx
PingusMenu.hh                           pingus_menu.hxx
XMLhelper.cc                            xml_helper.cxx
XMLhelper.hh                            xml_helper.hxx
ActionHolder.cc                         action_holder.cxx
ActionHolder.hh                         action_holder.hxx
actions/basher.cc                       actions/basher.cxx
actions/basher.hh                       actions/basher.hxx
actions/teleported.cc                   actions/teleported.cxx
actions/teleported.hh                   actions/teleported.hxx
actions/digger.cc                       actions/digger.cxx
actions/digger.hh                       actions/digger.hxx
actions/Drown.cc                        actions/drown.cxx
actions/Drown.hh                        actions/drown.hxx
actions/exiter.cc                       actions/exiter.cxx
actions/exiter.hh                       actions/exiter.hxx
actions/Waiter.cc                       actions/waiter.cxx
actions/Waiter.hh                       actions/waiter.hxx
actions/bomber.cc                       actions/bomber.cxx
actions/bomber.hh                       actions/bomber.hxx
actions/smashed.cc                      actions/smashed.cxx
actions/smashed.hh                      actions/smashed.hxx
actions/LaserKill.cc                    actions/laser_kill.cxx
actions/LaserKill.hh                    actions/laser_kill.hxx
actions/floater.cc                      actions/floater.cxx
actions/floater.hh                      actions/floater.hxx
actions/Slider.cc                       actions/slider.cxx
actions/Slider.hh                       actions/slider.hxx
actions/Jumper.cc                       actions/jumper.cxx
actions/Jumper.hh                       actions/jumper.hxx
actions/miner.cc                        actions/miner.cxx
actions/miner.hh                        actions/miner.hxx
actions/Superman.cc                     actions/superman.cxx
actions/Superman.hh                     actions/superman.hxx
actions/climber.cc                      actions/climber.cxx
actions/climber.hh                      actions/climber.hxx
actions/blocker.cc                      actions/blocker.cxx
actions/blocker.hh                      actions/blocker.hxx
actions/Splashed.cc                     actions/splashed.cxx
actions/Splashed.hh                     actions/splashed.hxx
actions/bridger.cc                      actions/bridger.cxx
actions/bridger.hh                      actions/bridger.hxx
actions/Walker.cc                       actions/walker.cxx
actions/Walker.hh                       actions/walker.hxx
actions/Angel.cc                        actions/angel.cxx
actions/Angel.hh                        actions/angel.hxx
actions/RocketLauncher.cc               actions/rocket_launcher.cxx
actions/RocketLauncher.hh               actions/rocket_launcher.hxx
actions/Boarder.cc                      actions/boarder.cxx
actions/Boarder.hh                      actions/boarder.hxx
actions/Faller.cc                       actions/faller.cxx
actions/Faller.hh                       actions/faller.hxx
GameTime.cc                             game_time.cxx
GameTime.hh                             game_time.hxx
KeyboardController.cc                   keyboard_controller.cxx
KeyboardController.hh                   keyboard_controller.hxx
LayerManager.cc                         layer_manager.cxx
LayerManager.hh                         layer_manager.hxx
MouseController.cc                      mouse_controller.cxx
MouseController.hh                      mouse_controller.hxx
PingusGameSessionResult.cc              game_session_result.cxx
PingusGameSessionResult.hh              game_session_result.hxx
globals.cc                              globals.cxx
globals.hh                              globals.hxx
WorldObjDataFactory.cc                  worldobj_data_factory.cxx
WorldObjDataFactory.hh                  worldobj_data_factory.hxx
ExitMenu.cc                             exit_menu.cxx
ExitMenu.hh                             exit_menu.hxx
PinguInfo.cc                            pingu_info.cxx
PinguInfo.hh                            pingu_info.hxx
ResDescriptor.cc                        res_descriptor.cxx
ResDescriptor.hh                        res_descriptor.hxx
FadeOut.cc                              fade_out.cxx
FadeOut.hh                              fade_out.hxx
GlobalEvent.cc                          global_event.cxx
GlobalEvent.hh                          global_event.hxx
blitter.cc                              blitter.cxx
blitter.hh                              blitter.hxx
PingusError.cc                          pingus_error.cxx
PingusError.hh                          pingus_error.hxx
GenericMain.cc                          generic_main.cxx
GenericMain.hh                          generic_main.hxx
Controllable.cc                         controllable.cxx
Controllable.hh                         controllable.hxx
GroundpieceData.cc                      groundpiece_data.cxx
GroundpieceData.hh                      groundpiece_data.hxx
Intro.cc                                intro.cxx
Intro.hh                                intro.hxx
algo.cc                                 algo.cxx
algo.hh                                 algo.hxx
MultiplexController.hh                  multiplex_controller.hxx
WeatherData.cc                          weather_data.cxx
WeatherData.hh                          weather_data.hxx
FPSCounter.cc                           fps_counter.cxx
FPSCounter.hh                           fps_counter.hxx
Display.cc                              display.cxx
Display.hh                              display.hxx
PingusSound.cc                          sound.cxx
PingusSound.hh                          sound.hxx
PingusWavProvider.cc                    wav_provider.cxx
PingusWavProvider.hh                    wav_provider.hxx
LevelInterrupt.cc                       level_interrupt.cxx
LevelInterrupt.hh                       level_interrupt.hxx
MultiplayerConfig.cc                    multiplayer_config.cxx
MultiplayerConfig.hh                    multiplayer_config.hxx
SpecsReader.cc                          specs_reader.cxx
SpecsReader.hh                          specs_reader.hxx
GuiObj.cc                               gui_obj.cxx
GuiObj.hh                               gui_obj.hxx
WorldObjData.cc                         worldobj_data.cxx
WorldObjData.hh                         worldobj_data.hxx
SmallMap.cc                             smallmap.cxx
SmallMap.hh                             smallmap.hxx
PingusMenuManager.cc                    pingus_menu_manager.cxx
PingusMenuManager.hh                    pingus_menu_manager.hxx
TrapData.cc                             trap_data.cxx
TrapData.hh                             trap_data.hxx
Exit.cc                                 exit.cxx
Exit.hh                                 exit.hxx
entrances/Cloud.cc                      entrances/cloud.cxx
entrances/Cloud.hh                      entrances/cloud.hxx
entrances/WoodThing.cc                  entrances/woodthing.cxx
entrances/WoodThing.hh                  entrances/woodthing.hxx
PingusMapManager.cc                     pingus_map_manager.cxx
PingusMapManager.hh                     pingus_map_manager.hxx
SmallMapImage.cc                        smallmap_image.cxx
SmallMapImage.hh                        smallmap_image.hxx
PLTParser.cc                            plt_parser.cxx
PLTParser.hh                            plt_parser.hxx
PinguBmpMap.cc                          bmp_map.cxx
PinguBmpMap.hh                          bmp_map.hxx
ThemeSelector.cc                        theme_selector.cxx
ThemeSelector.hh                        theme_selector.hxx
WorldObj.cc                             worldobj.cxx
WorldObj.hh                             worldobj.hxx
Config.cc                               config.cxx
Config.hh                               config.hxx
PinguEnums.hh                           pingu_enums.hxx
Server.cc                               server.cxx
Server.hh                               server.hxx
PingusResource.cc                       pingus_resource.cxx
PingusResource.hh                       pingus_resource.hxx
Controller.cc                           controller.cxx
Controller.hh                           controller.hxx
MultiplayerClientChild.cc               multiplayer_client_child.cxx
MultiplayerClientChild.hh               multiplayer_client_child.hxx
OptionMenu.cc                           option_menu.cxx
OptionMenu.hh                           option_menu.hxx
Trap.cc                                 trap.cxx
Trap.hh                                 trap.hxx
Counter.cc                              counter.cxx
Counter.hh                              counter.hxx
SurfaceButton.cc                        surface_button.cxx
SurfaceButton.hh                        surface_button.hxx
PlayfieldView.cc                        playfield_view.cxx
PlayfieldView.hh                        playfield_view.hxx
DeltaManager.hh                         delta_manager.hxx
GameCounter.cc                          game_counter.cxx
GameCounter.hh                          game_counter.hxx
WorldObjGroupData.cc                    worldobj_group_data.cxx
WorldObjGroupData.hh                    worldobj_group_data.hxx
AlphaButton.cc                          alpha_button.cxx
AlphaButton.hh                          alpha_button.hxx

-- 
Advent:     http://www.freesoftware.fsf.org/advent/
Feuerkraft: http://www.freesoftware.fsf.org/feuerkraft/
Pingus:     http://pingus.seul.org/           || ICQ:      59461927
Home:       http://pingus.seul.org/~grumbel/  || JabberID: address@hidden



reply via email to

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