OSDN Git Service

Initial check in
authorLatif Khalifa <latifer@streamgrid.net>
Sat, 30 May 2009 16:30:22 +0000 (16:30 +0000)
committerLatif Khalifa <latifer@streamgrid.net>
Sat, 30 May 2009 16:30:22 +0000 (16:30 +0000)
commitb19bdb4407c2909433e25109f8792e832dcbb3cd
treee764ad6bbc1e59cf0c4ffb1c79acc465968a50d3
parentab3cac39a021f58966ec4fa381275f562d003edf
Initial check in

git-svn-id: https://radegast.googlecode.com/svn/trunk@2 f7a694da-4d33-11de-9ad6-1127a62b9fcd
336 files changed:
Radegast.sln [new file with mode: 0644]
Radegast.suo [new file with mode: 0644]
Radegast/Core/AutoPilot.cs [new file with mode: 0644]
Radegast/Core/ChatBufferItem.cs [new file with mode: 0644]
Radegast/Core/ChatTextManager.cs [new file with mode: 0644]
Radegast/Core/Config/Config.cs [new file with mode: 0644]
Radegast/Core/Config/ConfigAppliedEventArgs.cs [new file with mode: 0644]
Radegast/Core/Config/ConfigManager.cs [new file with mode: 0644]
Radegast/Core/Config/IPreferencePane.cs [new file with mode: 0644]
Radegast/Core/DebugLogMessage.cs [new file with mode: 0644]
Radegast/Core/IMTextManager.cs [new file with mode: 0644]
Radegast/Core/ITextPrinter.cs [new file with mode: 0644]
Radegast/Core/ImageCache.cs [new file with mode: 0644]
Radegast/Core/ImageHelper.cs [new file with mode: 0644]
Radegast/Core/InventoryTreeSorter.cs [new file with mode: 0644]
Radegast/Core/ListItems/FriendsListItem.cs [new file with mode: 0644]
Radegast/Core/ListItems/ObjectsListItem.cs [new file with mode: 0644]
Radegast/Core/ListItems/PreferencePaneListItem.cs [new file with mode: 0644]
Radegast/Core/ListItems/RegionSearchResultItem.cs [new file with mode: 0644]
Radegast/Core/PrimDeserializer.cs [new file with mode: 0644]
Radegast/Core/PrimSerializer.cs [new file with mode: 0644]
Radegast/Core/RadegastInstance.cs [new file with mode: 0644]
Radegast/Core/RichTextBoxPrinter.cs [new file with mode: 0644]
Radegast/Core/SleekMovement.cs [new file with mode: 0644]
Radegast/Core/StateManager.cs [new file with mode: 0644]
Radegast/Core/StateManager.cs.mine [new file with mode: 0644]
Radegast/Core/Tabs/ISleekTabControl.cs [new file with mode: 0644]
Radegast/Core/Tabs/SleekTab.cs [new file with mode: 0644]
Radegast/Core/Tabs/SleekTabEvents.cs [new file with mode: 0644]
Radegast/Core/WebBrowser2.cs [new file with mode: 0644]
Radegast/FormFlash.cs [new file with mode: 0644]
Radegast/GUI/Consoles/AnimDetail.Designer.cs [new file with mode: 0644]
Radegast/GUI/Consoles/AnimDetail.cs [new file with mode: 0644]
Radegast/GUI/Consoles/AnimDetail.resx [new file with mode: 0644]
Radegast/GUI/Consoles/AnimTab.Designer.cs [new file with mode: 0644]
Radegast/GUI/Consoles/AnimTab.cs [new file with mode: 0644]
Radegast/GUI/Consoles/AnimTab.resx [new file with mode: 0644]
Radegast/GUI/Consoles/AttachmentDetail.Designer.cs [new file with mode: 0644]
Radegast/GUI/Consoles/AttachmentDetail.cs [new file with mode: 0644]
Radegast/GUI/Consoles/AttachmentDetail.resx [new file with mode: 0644]
Radegast/GUI/Consoles/AttachmentTab.Designer.cs [new file with mode: 0644]
Radegast/GUI/Consoles/AttachmentTab.cs [new file with mode: 0644]
Radegast/GUI/Consoles/AttachmentTab.resx [new file with mode: 0644]
Radegast/GUI/Consoles/ChatConsole.Designer.cs [new file with mode: 0644]
Radegast/GUI/Consoles/ChatConsole.cs [new file with mode: 0644]
Radegast/GUI/Consoles/ChatConsole.resx [new file with mode: 0644]
Radegast/GUI/Consoles/ConferenceIMTabWindow.Designer.cs [new file with mode: 0644]
Radegast/GUI/Consoles/ConferenceIMTabWindow.cs [new file with mode: 0644]
Radegast/GUI/Consoles/ConferenceIMTabWindow.resx [new file with mode: 0644]
Radegast/GUI/Consoles/FindPeopleConsole.Designer.cs [new file with mode: 0644]
Radegast/GUI/Consoles/FindPeopleConsole.cs [new file with mode: 0644]
Radegast/GUI/Consoles/FindPeopleConsole.resx [new file with mode: 0644]
Radegast/GUI/Consoles/FriendsConsole.Designer.cs [new file with mode: 0644]
Radegast/GUI/Consoles/FriendsConsole.cs [new file with mode: 0644]
Radegast/GUI/Consoles/FriendsConsole.resx [new file with mode: 0644]
Radegast/GUI/Consoles/GroupIMTabWindow.Designer.cs [new file with mode: 0644]
Radegast/GUI/Consoles/GroupIMTabWindow.cs [new file with mode: 0644]
Radegast/GUI/Consoles/GroupIMTabWindow.resx [new file with mode: 0644]
Radegast/GUI/Consoles/IMTabWindow.Designer.cs [new file with mode: 0644]
Radegast/GUI/Consoles/IMTabWindow.cs [new file with mode: 0644]
Radegast/GUI/Consoles/IMTabWindow.resx [new file with mode: 0644]
Radegast/GUI/Consoles/Inventory/InventoryConsole.Designer.cs [new file with mode: 0644]
Radegast/GUI/Consoles/Inventory/InventoryConsole.cs [new file with mode: 0644]
Radegast/GUI/Consoles/Inventory/InventoryConsole.resx [new file with mode: 0644]
Radegast/GUI/Consoles/MainConsole.Designer.cs [new file with mode: 0644]
Radegast/GUI/Consoles/MainConsole.cs [new file with mode: 0644]
Radegast/GUI/Consoles/MainConsole.resx [new file with mode: 0644]
Radegast/GUI/Consoles/MasterTab.Designer.cs [new file with mode: 0644]
Radegast/GUI/Consoles/MasterTab.cs [new file with mode: 0644]
Radegast/GUI/Consoles/MasterTab.resx [new file with mode: 0644]
Radegast/GUI/Consoles/OutfitTextures.Designer.cs [new file with mode: 0644]
Radegast/GUI/Consoles/OutfitTextures.cs [new file with mode: 0644]
Radegast/GUI/Consoles/OutfitTextures.resx [new file with mode: 0644]
Radegast/GUI/Consoles/Preferences/PrefGeneralConsole.Designer.cs [new file with mode: 0644]
Radegast/GUI/Consoles/Preferences/PrefGeneralConsole.cs [new file with mode: 0644]
Radegast/GUI/Consoles/Preferences/PrefGeneralConsole.resx [new file with mode: 0644]
Radegast/GUI/Consoles/Preferences/PrefTextConsole.Designer.cs [new file with mode: 0644]
Radegast/GUI/Consoles/Preferences/PrefTextConsole.cs [new file with mode: 0644]
Radegast/GUI/Consoles/Preferences/PrefTextConsole.resx [new file with mode: 0644]
Radegast/GUI/Consoles/SLImageHandler.Designer.cs [new file with mode: 0644]
Radegast/GUI/Consoles/SLImageHandler.cs [new file with mode: 0644]
Radegast/GUI/Consoles/SLImageHandler.resx [new file with mode: 0644]
Radegast/GUI/Consoles/SearchConsole.Designer.cs [new file with mode: 0644]
Radegast/GUI/Consoles/SearchConsole.cs [new file with mode: 0644]
Radegast/GUI/Consoles/SearchConsole.resx [new file with mode: 0644]
Radegast/GUI/Consoles/TPTabWindow.Designer.cs [new file with mode: 0644]
Radegast/GUI/Consoles/TPTabWindow.cs [new file with mode: 0644]
Radegast/GUI/Consoles/TPTabWindow.resx [new file with mode: 0644]
Radegast/GUI/Consoles/TabsConsole.Designer.cs [new file with mode: 0644]
Radegast/GUI/Consoles/TabsConsole.cs [new file with mode: 0644]
Radegast/GUI/Consoles/TabsConsole.resx [new file with mode: 0644]
Radegast/GUI/Dialogs/DebugLog.Designer.cs [new file with mode: 0644]
Radegast/GUI/Dialogs/DebugLog.cs [new file with mode: 0644]
Radegast/GUI/Dialogs/DebugLog.resx [new file with mode: 0644]
Radegast/GUI/Dialogs/DetachedTab.Designer.cs [new file with mode: 0644]
Radegast/GUI/Dialogs/DetachedTab.cs [new file with mode: 0644]
Radegast/GUI/Dialogs/DetachedTab.resx [new file with mode: 0644]
Radegast/GUI/Dialogs/FriendshipOfferDialog.Designer.cs [new file with mode: 0644]
Radegast/GUI/Dialogs/FriendshipOfferDialog.cs [new file with mode: 0644]
Radegast/GUI/Dialogs/FriendshipOfferDialog.resx [new file with mode: 0644]
Radegast/GUI/Dialogs/GroupInvitationDialog.Designer.cs [new file with mode: 0644]
Radegast/GUI/Dialogs/GroupInvitationDialog.cs [new file with mode: 0644]
Radegast/GUI/Dialogs/GroupInvitationDialog.resx [new file with mode: 0644]
Radegast/GUI/Dialogs/GroupsDialog.Designer.cs [new file with mode: 0644]
Radegast/GUI/Dialogs/GroupsDialog.cs [new file with mode: 0644]
Radegast/GUI/Dialogs/GroupsDialog.resx [new file with mode: 0644]
Radegast/GUI/Dialogs/ImageFullSize.Designer.cs [new file with mode: 0644]
Radegast/GUI/Dialogs/ImageFullSize.cs [new file with mode: 0644]
Radegast/GUI/Dialogs/ImageFullSize.resx [new file with mode: 0644]
Radegast/GUI/Dialogs/MainForm.Designer.cs [new file with mode: 0644]
Radegast/GUI/Dialogs/MainForm.Designer.cs.mine [new file with mode: 0644]
Radegast/GUI/Dialogs/MainForm.cs [new file with mode: 0644]
Radegast/GUI/Dialogs/MainForm.resx [new file with mode: 0644]
Radegast/GUI/Dialogs/Map.Designer.cs [new file with mode: 0644]
Radegast/GUI/Dialogs/Map.cs [new file with mode: 0644]
Radegast/GUI/Dialogs/Map.resx [new file with mode: 0644]
Radegast/GUI/Dialogs/Objects.Designer.cs [new file with mode: 0644]
Radegast/GUI/Dialogs/Objects.cs [new file with mode: 0644]
Radegast/GUI/Dialogs/Objects.cs.mine [new file with mode: 0644]
Radegast/GUI/Dialogs/Objects.resx [new file with mode: 0644]
Radegast/GUI/Dialogs/Pay.Designer.cs [new file with mode: 0644]
Radegast/GUI/Dialogs/Pay.cs [new file with mode: 0644]
Radegast/GUI/Dialogs/Pay.resx [new file with mode: 0644]
Radegast/GUI/Dialogs/PermissionsDialog.Designer.cs [new file with mode: 0644]
Radegast/GUI/Dialogs/PermissionsDialog.cs [new file with mode: 0644]
Radegast/GUI/Dialogs/PermissionsDialog.resx [new file with mode: 0644]
Radegast/GUI/Dialogs/Preferences.Designer.cs [new file with mode: 0644]
Radegast/GUI/Dialogs/Preferences.cs [new file with mode: 0644]
Radegast/GUI/Dialogs/Preferences.resx [new file with mode: 0644]
Radegast/GUI/Dialogs/Profile.Designer.cs [new file with mode: 0644]
Radegast/GUI/Dialogs/Profile.cs [new file with mode: 0644]
Radegast/GUI/Dialogs/Profile.resx [new file with mode: 0644]
Radegast/GUI/Dialogs/ScriptDialog.Designer.cs [new file with mode: 0644]
Radegast/GUI/Dialogs/ScriptDialog.cs [new file with mode: 0644]
Radegast/GUI/Dialogs/ScriptDialog.resx [new file with mode: 0644]
Radegast/GUI/Dialogs/Teleport.Designer.cs [new file with mode: 0644]
Radegast/GUI/Dialogs/Teleport.cs [new file with mode: 0644]
Radegast/GUI/Dialogs/Teleport.resx [new file with mode: 0644]
Radegast/Program.cs [new file with mode: 0644]
Radegast/Properties/AssemblyInfo.cs [new file with mode: 0644]
Radegast/Properties/Resources.Designer.cs [new file with mode: 0644]
Radegast/Properties/Resources.resx [new file with mode: 0644]
Radegast/Properties/Settings.Designer.cs [new file with mode: 0644]
Radegast/Properties/Settings.settings [new file with mode: 0644]
Radegast/Properties/app.manifest [new file with mode: 0644]
Radegast/Radegast.csproj [new file with mode: 0644]
Radegast/Radegast.csproj.user [new file with mode: 0644]
Radegast/Resources/GreenOrbFaded_16.png [new file with mode: 0644]
Radegast/Resources/GreenOrb_16.png [new file with mode: 0644]
Radegast/Resources/GridClient.bmp [new file with mode: 0644]
Radegast/Resources/add_16.png [new file with mode: 0644]
Radegast/Resources/applications_16.png [new file with mode: 0644]
Radegast/Resources/applications_32.png [new file with mode: 0644]
Radegast/Resources/arrow-forward_16.png [new file with mode: 0644]
Radegast/Resources/arrow-up_16.png [new file with mode: 0644]
Radegast/Resources/computer_16.png [new file with mode: 0644]
Radegast/Resources/copy_16.png [new file with mode: 0644]
Radegast/Resources/cut_16.png [new file with mode: 0644]
Radegast/Resources/delete_16.png [new file with mode: 0644]
Radegast/Resources/documents_16.png [new file with mode: 0644]
Radegast/Resources/documents_32.png [new file with mode: 0644]
Radegast/Resources/folder-closed_16.png [new file with mode: 0644]
Radegast/Resources/folder-open_16.png [new file with mode: 0644]
Radegast/Resources/inv_folder_animation.png [new file with mode: 0644]
Radegast/Resources/inv_folder_bodypart.png [new file with mode: 0644]
Radegast/Resources/inv_folder_callingcard.png [new file with mode: 0644]
Radegast/Resources/inv_folder_clothing.png [new file with mode: 0644]
Radegast/Resources/inv_folder_gesture.png [new file with mode: 0644]
Radegast/Resources/inv_folder_landmark.png [new file with mode: 0644]
Radegast/Resources/inv_folder_lostandfound.png [new file with mode: 0644]
Radegast/Resources/inv_folder_notecard.png [new file with mode: 0644]
Radegast/Resources/inv_folder_object.png [new file with mode: 0644]
Radegast/Resources/inv_folder_plain_closed.png [new file with mode: 0644]
Radegast/Resources/inv_folder_plain_open.png [new file with mode: 0644]
Radegast/Resources/inv_folder_script.png [new file with mode: 0644]
Radegast/Resources/inv_folder_snapshot.png [new file with mode: 0644]
Radegast/Resources/inv_folder_sound.png [new file with mode: 0644]
Radegast/Resources/inv_folder_texture.png [new file with mode: 0644]
Radegast/Resources/inv_folder_trash.png [new file with mode: 0644]
Radegast/Resources/inv_item_animation.png [new file with mode: 0644]
Radegast/Resources/inv_item_attach.png [new file with mode: 0644]
Radegast/Resources/inv_item_callingcard_offline.png [new file with mode: 0644]
Radegast/Resources/inv_item_callingcard_online.png [new file with mode: 0644]
Radegast/Resources/inv_item_clothing.png [new file with mode: 0644]
Radegast/Resources/inv_item_eyes.png [new file with mode: 0644]
Radegast/Resources/inv_item_gesture.png [new file with mode: 0644]
Radegast/Resources/inv_item_gloves.png [new file with mode: 0644]
Radegast/Resources/inv_item_hair.png [new file with mode: 0644]
Radegast/Resources/inv_item_jacket.png [new file with mode: 0644]
Radegast/Resources/inv_item_landmark.png [new file with mode: 0644]
Radegast/Resources/inv_item_landmark_visited.png [new file with mode: 0644]
Radegast/Resources/inv_item_notecard.png [new file with mode: 0644]
Radegast/Resources/inv_item_object.png [new file with mode: 0644]
Radegast/Resources/inv_item_object_multi.png [new file with mode: 0644]
Radegast/Resources/inv_item_pants.png [new file with mode: 0644]
Radegast/Resources/inv_item_script.png [new file with mode: 0644]
Radegast/Resources/inv_item_script_dangerous.png [new file with mode: 0644]
Radegast/Resources/inv_item_shape.png [new file with mode: 0644]
Radegast/Resources/inv_item_shirt.png [new file with mode: 0644]
Radegast/Resources/inv_item_shoes.png [new file with mode: 0644]
Radegast/Resources/inv_item_skin.png [new file with mode: 0644]
Radegast/Resources/inv_item_skirt.png [new file with mode: 0644]
Radegast/Resources/inv_item_snapshot.png [new file with mode: 0644]
Radegast/Resources/inv_item_socks.png [new file with mode: 0644]
Radegast/Resources/inv_item_sound.png [new file with mode: 0644]
Radegast/Resources/inv_item_texture.png [new file with mode: 0644]
Radegast/Resources/inv_item_underpants.png [new file with mode: 0644]
Radegast/Resources/inv_item_undershirt.png [new file with mode: 0644]
Radegast/Resources/lsl_scripts_16.PNG [new file with mode: 0644]
Radegast/Resources/paste_16.png [new file with mode: 0644]
Radegast/aiml/AI.aiml [new file with mode: 0644]
Radegast/aiml/Atomic.aiml [new file with mode: 0644]
Radegast/aiml/Biography.aiml [new file with mode: 0644]
Radegast/aiml/Bot.aiml [new file with mode: 0644]
Radegast/aiml/Botmaster.aiml [new file with mode: 0644]
Radegast/aiml/Client.aiml [new file with mode: 0644]
Radegast/aiml/Computers.aiml [new file with mode: 0644]
Radegast/aiml/CustomTagTest.aiml [new file with mode: 0644]
Radegast/aiml/Default.aiml [new file with mode: 0644]
Radegast/aiml/Emotion.aiml [new file with mode: 0644]
Radegast/aiml/Food.aiml [new file with mode: 0644]
Radegast/aiml/Geography.aiml [new file with mode: 0644]
Radegast/aiml/History.aiml [new file with mode: 0644]
Radegast/aiml/IU.aiml [new file with mode: 0644]
Radegast/aiml/Inquiry.aiml [new file with mode: 0644]
Radegast/aiml/Interjection.aiml [new file with mode: 0644]
Radegast/aiml/Knowledge.aiml [new file with mode: 0644]
Radegast/aiml/Literature.aiml [new file with mode: 0644]
Radegast/aiml/Money.aiml [new file with mode: 0644]
Radegast/aiml/Movies.aiml [new file with mode: 0644]
Radegast/aiml/Music.aiml [new file with mode: 0644]
Radegast/aiml/Philosophy.aiml [new file with mode: 0644]
Radegast/aiml/Pickup.aiml [new file with mode: 0644]
Radegast/aiml/Predicates.aiml [new file with mode: 0644]
Radegast/aiml/Reduce.aiml [new file with mode: 0644]
Radegast/aiml/Reductions.aiml [new file with mode: 0644]
Radegast/aiml/Salutations.aiml [new file with mode: 0644]
Radegast/aiml/Science.aiml [new file with mode: 0644]
Radegast/aiml/Stack.aiml [new file with mode: 0644]
Radegast/aiml/Stories.aiml [new file with mode: 0644]
Radegast/aiml/That.aiml [new file with mode: 0644]
Radegast/aiml_config/DefaultPredicates.xml [new file with mode: 0644]
Radegast/aiml_config/GenderSubstitutions.xml [new file with mode: 0644]
Radegast/aiml_config/Person2Substitutions.xml [new file with mode: 0644]
Radegast/aiml_config/PersonSubstitutions.xml [new file with mode: 0644]
Radegast/aiml_config/Settings.xml [new file with mode: 0644]
Radegast/aiml_config/Splitters.xml [new file with mode: 0644]
Radegast/aiml_config/Substitutions.xml [new file with mode: 0644]
Radegast/assemblies/AIMLbot.dll [new file with mode: 0644]
Radegast/assemblies/Nini.dll [new file with mode: 0644]
Radegast/openjpeg-dotnet.dll [new file with mode: 0644]
Radegast/openmetaverse_data/avatar_lad.xml [new file with mode: 0644]
Radegast/openmetaverse_data/blush_alpha.tga [new file with mode: 0644]
Radegast/openmetaverse_data/body_skingrain.tga [new file with mode: 0644]
Radegast/openmetaverse_data/bodyfreckles_alpha.tga [new file with mode: 0644]
Radegast/openmetaverse_data/bump_face_wrinkles.tga [new file with mode: 0644]
Radegast/openmetaverse_data/bump_head_base.tga [new file with mode: 0644]
Radegast/openmetaverse_data/bump_lowerbody_base.tga [new file with mode: 0644]
Radegast/openmetaverse_data/bump_pants_wrinkles.tga [new file with mode: 0644]
Radegast/openmetaverse_data/bump_shirt_wrinkles.tga [new file with mode: 0644]
Radegast/openmetaverse_data/bump_upperbody_base.tga [new file with mode: 0644]
Radegast/openmetaverse_data/eyebrows_alpha.tga [new file with mode: 0644]
Radegast/openmetaverse_data/eyeliner_alpha.tga [new file with mode: 0644]
Radegast/openmetaverse_data/eyeshadow_inner_alpha.tga [new file with mode: 0644]
Radegast/openmetaverse_data/eyeshadow_outer_alpha.tga [new file with mode: 0644]
Radegast/openmetaverse_data/eyewhite.tga [new file with mode: 0644]
Radegast/openmetaverse_data/facehair_chincurtains_alpha.tga [new file with mode: 0644]
Radegast/openmetaverse_data/facehair_moustache_alpha.tga [new file with mode: 0644]
Radegast/openmetaverse_data/facehair_sideburns_alpha.tga [new file with mode: 0644]
Radegast/openmetaverse_data/facehair_soulpatch_alpha.tga [new file with mode: 0644]
Radegast/openmetaverse_data/freckles_alpha.tga [new file with mode: 0644]
Radegast/openmetaverse_data/glove_length_alpha.tga [new file with mode: 0644]
Radegast/openmetaverse_data/gloves_fingers_alpha.tga [new file with mode: 0644]
Radegast/openmetaverse_data/head_alpha.tga [new file with mode: 0644]
Radegast/openmetaverse_data/head_color.tga [new file with mode: 0644]
Radegast/openmetaverse_data/head_hair.tga [new file with mode: 0644]
Radegast/openmetaverse_data/head_highlights_alpha.tga [new file with mode: 0644]
Radegast/openmetaverse_data/head_shading_alpha.tga [new file with mode: 0644]
Radegast/openmetaverse_data/head_skingrain.tga [new file with mode: 0644]
Radegast/openmetaverse_data/jacket_length_lower_alpha.tga [new file with mode: 0644]
Radegast/openmetaverse_data/jacket_length_upper_alpha.tga [new file with mode: 0644]
Radegast/openmetaverse_data/jacket_open_lower_alpha.tga [new file with mode: 0644]
Radegast/openmetaverse_data/jacket_open_upper_alpha.tga [new file with mode: 0644]
Radegast/openmetaverse_data/lipgloss_alpha.tga [new file with mode: 0644]
Radegast/openmetaverse_data/lips_mask.tga [new file with mode: 0644]
Radegast/openmetaverse_data/lipstick_alpha.tga [new file with mode: 0644]
Radegast/openmetaverse_data/lowerbody_color.tga [new file with mode: 0644]
Radegast/openmetaverse_data/lowerbody_highlights_alpha.tga [new file with mode: 0644]
Radegast/openmetaverse_data/lowerbody_shading_alpha.tga [new file with mode: 0644]
Radegast/openmetaverse_data/nailpolish_alpha.tga [new file with mode: 0644]
Radegast/openmetaverse_data/pants_length_alpha.tga [new file with mode: 0644]
Radegast/openmetaverse_data/pants_waist_alpha.tga [new file with mode: 0644]
Radegast/openmetaverse_data/rosyface_alpha.tga [new file with mode: 0644]
Radegast/openmetaverse_data/rouge_alpha.tga [new file with mode: 0644]
Radegast/openmetaverse_data/shirt_bottom_alpha.tga [new file with mode: 0644]
Radegast/openmetaverse_data/shirt_collar_alpha.tga [new file with mode: 0644]
Radegast/openmetaverse_data/shirt_collar_back_alpha.tga [new file with mode: 0644]
Radegast/openmetaverse_data/shirt_sleeve_alpha.tga [new file with mode: 0644]
Radegast/openmetaverse_data/shoe_height_alpha.tga [new file with mode: 0644]
Radegast/openmetaverse_data/skirt_length_alpha.tga [new file with mode: 0644]
Radegast/openmetaverse_data/skirt_slit_back_alpha.tga [new file with mode: 0644]
Radegast/openmetaverse_data/skirt_slit_front_alpha.tga [new file with mode: 0644]
Radegast/openmetaverse_data/skirt_slit_left_alpha.tga [new file with mode: 0644]
Radegast/openmetaverse_data/skirt_slit_right_alpha.tga [new file with mode: 0644]
Radegast/openmetaverse_data/underpants_trial_female.tga [new file with mode: 0644]
Radegast/openmetaverse_data/underpants_trial_male.tga [new file with mode: 0644]
Radegast/openmetaverse_data/undershirt_trial_female.tga [new file with mode: 0644]
Radegast/openmetaverse_data/upperbody_color.tga [new file with mode: 0644]
Radegast/openmetaverse_data/upperbody_highlights_alpha.tga [new file with mode: 0644]
Radegast/openmetaverse_data/upperbody_shading_alpha.tga [new file with mode: 0644]
Radegast/openmetaverse_data/upperbodyfreckles_alpha.tga [new file with mode: 0644]
Radegast/radegast.ico [new file with mode: 0644]
Radegast/radegast.png [new file with mode: 0644]
Radegast/slmap.html [new file with mode: 0644]
RadegastNetcom/Enums.cs [new file with mode: 0644]
RadegastNetcom/EventArgs/AlertMessageEventArgs.cs [new file with mode: 0644]
RadegastNetcom/EventArgs/ChatEventArgs.cs [new file with mode: 0644]
RadegastNetcom/EventArgs/ChatSentEventArgs.cs [new file with mode: 0644]
RadegastNetcom/EventArgs/ClientDisconnectEventArgs.cs [new file with mode: 0644]
RadegastNetcom/EventArgs/ClientLoginEventArgs.cs [new file with mode: 0644]
RadegastNetcom/EventArgs/InstantMessageEventArgs.cs [new file with mode: 0644]
RadegastNetcom/EventArgs/InstantMessageSentEventArgs.cs [new file with mode: 0644]
RadegastNetcom/EventArgs/MoneyBalanceEventArgs.cs [new file with mode: 0644]
RadegastNetcom/EventArgs/OverrideEventArgs.cs [new file with mode: 0644]
RadegastNetcom/EventArgs/TeleportStatusEventArgs.cs [new file with mode: 0644]
RadegastNetcom/EventArgs/TeleportingEventArgs.cs [new file with mode: 0644]
RadegastNetcom/LoginOptions.cs [new file with mode: 0644]
RadegastNetcom/Properties/AssemblyInfo.cs [new file with mode: 0644]
RadegastNetcom/RadegastNetcom.csproj [new file with mode: 0644]
RadegastNetcom/RadegastNetcom.csproj.user [new file with mode: 0644]
RadegastNetcom/RadegastNetcom/SLNetCom.cs [new file with mode: 0644]
RadegastNetcom/RadegastNetcom/SLNetComEvents.cs [new file with mode: 0644]
RadegastNetcom/StartLocationParser.cs [new file with mode: 0644]
RadegastNetcom/radegast.ico [new file with mode: 0644]
nini-license.txt [new file with mode: 0644]
sleek-license.txt [new file with mode: 0644]