This website requires JavaScript.
Explore
Help
Sign In
OpenSim
/
OpenSimMirror
Watch
1
Star
0
Fork
You've already forked OpenSimMirror
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
whole lot more moving
Browse Source
0.6.0-stable
Sean Dague
2008-04-02 15:24:31 +00:00
parent
35420b21a3
commit
c52c68f314
67 changed files
with
0 additions
and
0 deletions
Show all changes
Ignore whitespace when comparing lines
Ignore changes in amount of whitespace
Ignore changes in whitespace at EOL
Show Stats
Download Patch File
Download Diff File
Expand all files
Collapse all files
0
OpenSim/Framework/Data.Base/BaseDataReader.cs → OpenSim/Data/Base/BaseDataReader.cs
Unescape
Escape
View File
0
OpenSim/Framework/Data.Base/BaseDatabaseConnector.cs → OpenSim/Data/Base/BaseDatabaseConnector.cs
Unescape
Escape
View File
0
OpenSim/Framework/Data.Base/BaseFieldMapper.cs → OpenSim/Data/Base/BaseFieldMapper.cs
Unescape
Escape
View File
0
OpenSim/Framework/Data.Base/BaseRowMapper.cs → OpenSim/Data/Base/BaseRowMapper.cs
Unescape
Escape
View File
0
OpenSim/Framework/Data.Base/BaseSchema.cs → OpenSim/Data/Base/BaseSchema.cs
Unescape
Escape
View File
0
OpenSim/Framework/Data.Base/BaseTableMapper.cs → OpenSim/Data/Base/BaseTableMapper.cs
Unescape
Escape
View File
0
OpenSim/Framework/Data.Base/OpenSim.Framework.Data.Base.snk → OpenSim/Data/Base/OpenSim.Framework.Data.Base.snk
Unescape
Escape
View File
0
OpenSim/Framework/Data.Base/Properties/AssemblyInfo.cs → OpenSim/Data/Base/Properties/AssemblyInfo.cs
Unescape
Escape
View File
0
OpenSim/Framework/Data.DB4o/DB4oGridData.cs → OpenSim/Data/DB4o/DB4oGridData.cs
Unescape
Escape
View File
0
OpenSim/Framework/Data.DB4o/DB4oManager.cs → OpenSim/Data/DB4o/DB4oManager.cs
Unescape
Escape
View File
0
OpenSim/Framework/Data.DB4o/DB4oUserData.cs → OpenSim/Data/DB4o/DB4oUserData.cs
Unescape
Escape
View File
0
OpenSim/Framework/Data.DB4o/Properties/AssemblyInfo.cs → OpenSim/Data/DB4o/Properties/AssemblyInfo.cs
Unescape
Escape
View File
0
OpenSim/Framework/Data.MSSQL/MSSQLAssetData.cs → OpenSim/Data/MSSQL/MSSQLAssetData.cs
Unescape
Escape
View File
0
OpenSim/Framework/Data.MSSQL/MSSQLDataStore.cs → OpenSim/Data/MSSQL/MSSQLDataStore.cs
Unescape
Escape
View File
0
OpenSim/Framework/Data.MSSQL/MSSQLGridData.cs → OpenSim/Data/MSSQL/MSSQLGridData.cs
Unescape
Escape
View File
0
OpenSim/Framework/Data.MSSQL/MSSQLInventoryData.cs → OpenSim/Data/MSSQL/MSSQLInventoryData.cs
Unescape
Escape
View File
0
OpenSim/Framework/Data.MSSQL/MSSQLLogData.cs → OpenSim/Data/MSSQL/MSSQLLogData.cs
Unescape
Escape
View File
0
OpenSim/Framework/Data.MSSQL/MSSQLManager.cs → OpenSim/Data/MSSQL/MSSQLManager.cs
Unescape
Escape
View File
0
OpenSim/Framework/Data.MSSQL/MSSQLUserData.cs → OpenSim/Data/MSSQL/MSSQLUserData.cs
Unescape
Escape
View File
0
OpenSim/Framework/Data.MSSQL/Properties/AssemblyInfo.cs → OpenSim/Data/MSSQL/Properties/AssemblyInfo.cs
Unescape
Escape
View File
0
OpenSim/Framework/Data.MSSQL/Resources/AvatarAppearance.sql → OpenSim/Data/MSSQL/Resources/AvatarAppearance.sql
Unescape
Escape
View File
0
OpenSim/Framework/Data.MSSQL/Resources/CreateAssetsTable.sql → OpenSim/Data/MSSQL/Resources/CreateAssetsTable.sql
Unescape
Escape
View File
0
OpenSim/Framework/Data.MSSQL/Resources/CreateFoldersTable.sql → OpenSim/Data/MSSQL/Resources/CreateFoldersTable.sql
Unescape
Escape
View File
0
OpenSim/Framework/Data.MSSQL/Resources/CreateItemsTable.sql → OpenSim/Data/MSSQL/Resources/CreateItemsTable.sql
Unescape
Escape
View File
0
OpenSim/Framework/Data.MSSQL/Resources/CreateUserFriendsTable.sql → OpenSim/Data/MSSQL/Resources/CreateUserFriendsTable.sql
Unescape
Escape
View File
0
OpenSim/Framework/Data.MSSQL/Resources/Mssql-agents.sql → OpenSim/Data/MSSQL/Resources/Mssql-agents.sql
Unescape
Escape
View File
0
OpenSim/Framework/Data.MSSQL/Resources/Mssql-logs.sql → OpenSim/Data/MSSQL/Resources/Mssql-logs.sql
Unescape
Escape
View File
0
OpenSim/Framework/Data.MSSQL/Resources/Mssql-regions.sql → OpenSim/Data/MSSQL/Resources/Mssql-regions.sql
Unescape
Escape
View File
0
OpenSim/Framework/Data.MSSQL/Resources/Mssql-users.sql → OpenSim/Data/MSSQL/Resources/Mssql-users.sql
Unescape
Escape
View File
0
OpenSim/Framework/Data.MSSQLMapper/MSSQLDatabaseMapper.cs → OpenSim/Data/MSSQLMapper/MSSQLDatabaseMapper.cs
Unescape
Escape
View File
0
OpenSim/Framework/Data.MapperFactory/DataMapperFactory.cs → OpenSim/Data/MapperFactory/DataMapperFactory.cs
Unescape
Escape
View File
0
OpenSim/Framework/Data.MySQL/MySQLAssetData.cs → OpenSim/Data/MySQL/MySQLAssetData.cs
Unescape
Escape
View File
0
OpenSim/Framework/Data.MySQL/MySQLDataStore.cs → OpenSim/Data/MySQL/MySQLDataStore.cs
Unescape
Escape
View File
0
OpenSim/Framework/Data.MySQL/MySQLGridData.cs → OpenSim/Data/MySQL/MySQLGridData.cs
Unescape
Escape
View File
0
OpenSim/Framework/Data.MySQL/MySQLInventoryData.cs → OpenSim/Data/MySQL/MySQLInventoryData.cs
Unescape
Escape
View File
0
OpenSim/Framework/Data.MySQL/MySQLLogData.cs → OpenSim/Data/MySQL/MySQLLogData.cs
Unescape
Escape
View File
0
OpenSim/Framework/Data.MySQL/MySQLManager.cs → OpenSim/Data/MySQL/MySQLManager.cs
Unescape
Escape
View File
0
OpenSim/Framework/Data.MySQL/MySQLUserData.cs → OpenSim/Data/MySQL/MySQLUserData.cs
Unescape
Escape
View File
0
OpenSim/Framework/Data.MySQL/Properties/AssemblyInfo.cs → OpenSim/Data/MySQL/Properties/AssemblyInfo.cs
Unescape
Escape
View File
0
OpenSim/Framework/Data.MySQL/Resources/AvatarAppearance.sql → OpenSim/Data/MySQL/Resources/AvatarAppearance.sql
Unescape
Escape
View File
0
OpenSim/Framework/Data.MySQL/Resources/CreateAgentsTable.sql → OpenSim/Data/MySQL/Resources/CreateAgentsTable.sql
Unescape
Escape
View File
0
OpenSim/Framework/Data.MySQL/Resources/CreateAssetsTable.sql → OpenSim/Data/MySQL/Resources/CreateAssetsTable.sql
Unescape
Escape
View File
0
OpenSim/Framework/Data.MySQL/Resources/CreateFoldersTable.sql → OpenSim/Data/MySQL/Resources/CreateFoldersTable.sql
Unescape
Escape
View File
0
OpenSim/Framework/Data.MySQL/Resources/CreateItemsTable.sql → OpenSim/Data/MySQL/Resources/CreateItemsTable.sql
Unescape
Escape
View File
0
OpenSim/Framework/Data.MySQL/Resources/CreateLogsTable.sql → OpenSim/Data/MySQL/Resources/CreateLogsTable.sql
Unescape
Escape
View File
0
OpenSim/Framework/Data.MySQL/Resources/CreateRegionsTable.sql → OpenSim/Data/MySQL/Resources/CreateRegionsTable.sql
Unescape
Escape
View File
0
OpenSim/Framework/Data.MySQL/Resources/CreateUserFriendsTable.sql → OpenSim/Data/MySQL/Resources/CreateUserFriendsTable.sql
Unescape
Escape
View File
0
OpenSim/Framework/Data.MySQL/Resources/CreateUsersTable.sql → OpenSim/Data/MySQL/Resources/CreateUsersTable.sql
Unescape
Escape
View File
0
OpenSim/Framework/Data.MySQL/Resources/UpgradeFoldersTableToVersion2.sql → OpenSim/Data/MySQL/Resources/UpgradeFoldersTableToVersion2.sql
Unescape
Escape
View File
0
OpenSim/Framework/Data.MySQL/Resources/UpgradeItemsTableToVersion2.sql → OpenSim/Data/MySQL/Resources/UpgradeItemsTableToVersion2.sql
Unescape
Escape
View File
0
OpenSim/Framework/Data.MySQL/Resources/UpgradeRegionsTableToVersion2.sql → OpenSim/Data/MySQL/Resources/UpgradeRegionsTableToVersion2.sql
Unescape
Escape
View File
0
OpenSim/Framework/Data.MySQL/Resources/UpgradeRegionsTableToVersion3.sql → OpenSim/Data/MySQL/Resources/UpgradeRegionsTableToVersion3.sql
Unescape
Escape
View File
0
OpenSim/Framework/Data.MySQL/Resources/UpgradeUsersTableToVersion2.sql → OpenSim/Data/MySQL/Resources/UpgradeUsersTableToVersion2.sql
Unescape
Escape
View File
0
OpenSim/Framework/Data.MySQLMapper/MySQLDataReader.cs → OpenSim/Data/MySQLMapper/MySQLDataReader.cs
Unescape
Escape
View File
0
OpenSim/Framework/Data.MySQLMapper/MySQLDatabaseMapper.cs → OpenSim/Data/MySQLMapper/MySQLDatabaseMapper.cs
Unescape
Escape
View File
0
OpenSim/Framework/Data.SQLite/Properties/AssemblyInfo.cs → OpenSim/Data/SQLite/Properties/AssemblyInfo.cs
Unescape
Escape
View File
0
OpenSim/Framework/Data.SQLite/Resources/001_AssetStore.sql → OpenSim/Data/SQLite/Resources/001_AssetStore.sql
Unescape
Escape
View File
0
OpenSim/Framework/Data.SQLite/Resources/001_InventoryStore.sql → OpenSim/Data/SQLite/Resources/001_InventoryStore.sql
Unescape
Escape
View File
0
OpenSim/Framework/Data.SQLite/Resources/001_RegionStore.sql → OpenSim/Data/SQLite/Resources/001_RegionStore.sql
Unescape
Escape
View File
0
OpenSim/Framework/Data.SQLite/Resources/001_UserStore.sql → OpenSim/Data/SQLite/Resources/001_UserStore.sql
Unescape
Escape
View File
0
OpenSim/Framework/Data.SQLite/SQLiteAssetData.cs → OpenSim/Data/SQLite/SQLiteAssetData.cs
Unescape
Escape
View File
0
OpenSim/Framework/Data.SQLite/SQLiteGridData.cs → OpenSim/Data/SQLite/SQLiteGridData.cs
Unescape
Escape
View File
0
OpenSim/Framework/Data.SQLite/SQLiteInventoryStore.cs → OpenSim/Data/SQLite/SQLiteInventoryStore.cs
Unescape
Escape
View File
0
OpenSim/Framework/Data.SQLite/SQLiteManager.cs → OpenSim/Data/SQLite/SQLiteManager.cs
Unescape
Escape
View File
0
OpenSim/Framework/Data.SQLite/SQLiteRegionData.cs → OpenSim/Data/SQLite/SQLiteRegionData.cs
Unescape
Escape
View File
0
OpenSim/Framework/Data.SQLite/SQLiteUserData.cs → OpenSim/Data/SQLite/SQLiteUserData.cs
Unescape
Escape
View File
0
OpenSim/Framework/Data.SQLite/SQLiteUtils.cs → OpenSim/Data/SQLite/SQLiteUtils.cs
Unescape
Escape
View File
Write
Preview
Loading…
Cancel
Save
Reference in New Issue
Repository
OpenSim/OpenSimMirror
Title
Body
Create Issue