Teravus Ovares
|
a553e6f67c
* Avatar picker works in grid mode now.
|
17 years ago |
mingchen
|
b51a900beb
*Master Avatar can be specified by a previous UUID in either grid mode or standalone mode by specifying a master_avatar_uuid attribute in the place of master_avatar_xxxx_name and master_avatar_password.You will not be asked for the name and password if a valid UUID is specified.
|
17 years ago |
lbsa71
|
67e12b95ea
* Optimized usings
|
17 years ago |
MW
|
3d8219f6c7
as per the "Filesystem cleanup for OpenSim repository" mailing list thread. Have flattened the OpenSim.Framework project/namespace. The problem is that the namespace is still wrong as its "OpenSim.Framework" while the directory is "OpenSim\Framework\General" , so we need to decide if we change the directory or correct the namespace.
|
17 years ago |
lbsa71
|
d4a4aafaf1
* So, ok, maybe renaming serialized fields on a friday wasn't the smartest of things. Reverting 2056.
|
17 years ago |
lbsa71
|
ed6168b96b
* UserProfileData meets code conventions
|
17 years ago |
lbsa71
|
5a65521203
== The "right name and place" commit ==
|
17 years ago |
lbsa71
|
1302ef44e3
* Started major restructusing of comms to prepare for better grid and region functionality
|
17 years ago |
lbsa71
|
79045abe68
* Renamed stuff on UserManagerBase to get implicit implementation of IUserServices (instead of stubs)
|
17 years ago |
Sean Dague
|
ffe9c9374a
mass update of urls in source code to new website
|
17 years ago |
MW
|
c89db49f3c
Sqlite datastore should now save the textures and extraparams data (used by sculpties) correctly. [Really need to add a ExtraParams field to the sqlite database though, but for now I have combined their data so that we don't lose backward compatibility, know a couple of people have been using the datastore already].
|
17 years ago |
MW
|
217d511077
Temporary fix for the region crossing crash, Although we need to start to change and improve how we handle caps.
|
17 years ago |
MW
|
04b1767886
Separated Login Service from usermanager, which helps to clean up the code a bit and also should help to integrate the inventory server (when it is wrote/finished).
|
17 years ago |
Adam Frisby
|
11efebd29e
* Added "GetHostFromDNS" to Util to replace the various DNS resolution methods we use. Favours IPv4 addresses before IPv6 addresses to work around the Vista preference issue.
|
17 years ago |
Adam Frisby
|
3a554de6e2
* Applying babblefrog's DNS patches from issue #188
|
17 years ago |
Sean Dague
|
2a3c79df83
changed to native line ending encoding
|
17 years ago |
lbsa71
|
e207cc615f
* fixed locations both set to y (thanks to babblefro)
|
17 years ago |
Adam Frisby
|
2ccb8f7118
* Excelsior!
|
17 years ago |
Adam Frisby
|
382b6a32c1
* Upgraded MySQL Connector to support 1222 changes.
|
17 years ago |
MW
|
7f03246653
Gird mode in sugilite should now work in so far as you should be able to login and move between regions in the same instance. Moving to regions in a different instance of opensim still needs implementing (working on it now).
|
17 years ago |
mingchen
|
bc02ddf523
*Fixed several bugs that crashed the viewer and opensim server when logging in on grid mode
|
17 years ago |
mingchen
|
583f2a9de8
*Removed SimProfile.cs as it is no longer needed (in favor of SimProfileData)
|
17 years ago |
lbsa71
|
9b6b6d05d4
* Optimized usings (the 'LL ate my scripts' commit)
|
17 years ago |
lbsa71
|
5e805656db
Fixed SimpleApp - aka thankgoditssundaycommit
|
17 years ago |
mingchen
|
2261e4ec2a
*Fixed all renaming for OpenGridServices.sln, still a reference issue in prebuild.xml though
|
17 years ago |
MW
|
646bbbc84b
Some work on restructuring the namespaces / project names. Note this doesn't compile yet as not all the code has been changed to use the new namespaces. Am committing it now for feedback on the namespaces.
|
17 years ago |