diff options
author | Adam Frisby | 2007-05-13 14:59:24 +0000 |
---|---|---|
committer | Adam Frisby | 2007-05-13 14:59:24 +0000 |
commit | b1101797307504cfc2eea6317d4c4dc2b5964480 (patch) | |
tree | 35d7ec88ff9ce0171260ba7166bc6cb3c1fcbb4d /OpenGrid.Framework.Data/UserProfileData.cs | |
parent | Inventory should be working again in sandbox mode (diff) | |
download | opensim-SC_OLD-b1101797307504cfc2eea6317d4c4dc2b5964480.zip opensim-SC_OLD-b1101797307504cfc2eea6317d4c4dc2b5964480.tar.gz opensim-SC_OLD-b1101797307504cfc2eea6317d4c4dc2b5964480.tar.bz2 opensim-SC_OLD-b1101797307504cfc2eea6317d4c4dc2b5964480.tar.xz |
* Fixed MySQL Grid Manager
* Added preliminary support for DB UserServer (incomplete)
* Added better handling of defaults to Grid Manager.
* Renamed SQL/regions.sql to SQL/mysql-regions.sql.
Diffstat (limited to 'OpenGrid.Framework.Data/UserProfileData.cs')
-rw-r--r-- | OpenGrid.Framework.Data/UserProfileData.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenGrid.Framework.Data/UserProfileData.cs b/OpenGrid.Framework.Data/UserProfileData.cs index 3a54828..8d72c6b 100644 --- a/OpenGrid.Framework.Data/UserProfileData.cs +++ b/OpenGrid.Framework.Data/UserProfileData.cs | |||
@@ -15,6 +15,8 @@ namespace OpenGrid.Framework.Data | |||
15 | 15 | ||
16 | public ulong homeRegion; // RegionHandle of home | 16 | public ulong homeRegion; // RegionHandle of home |
17 | public LLVector3 homeLocation; // Home Location inside the sim | 17 | public LLVector3 homeLocation; // Home Location inside the sim |
18 | public LLVector3 homeLookAt; // Coordinates where the user is looking | ||
19 | |||
18 | 20 | ||
19 | public int created; // UNIX Epoch Timestamp (User Creation) | 21 | public int created; // UNIX Epoch Timestamp (User Creation) |
20 | public int lastLogin; // UNIX Epoch Timestamp (Last Login Time) | 22 | public int lastLogin; // UNIX Epoch Timestamp (Last Login Time) |