0.3.0-devel
From OpenSimulator
r1125 | mingchen | 2007-06-28 18:58:16 -0700 (Thu, 28 Jun 2007) | 1 line
- Hopefully fixed the empty dialog box error on client when logging in on sandbox mode
r1124 | afrisby | 2007-06-28 12:35:20 -0700 (Thu, 28 Jun 2007) | 1 line
- Removed J# language support because it has issues with Mono.
r1123 | mingchen | 2007-06-28 12:09:50 -0700 (Thu, 28 Jun 2007) | 2 lines
- Added UUIDNameRequest packet support (untested, but should work -- at least in sandbox mode)
- Various small renamings
r1122 | mw | 2007-06-28 10:48:45 -0700 (Thu, 28 Jun 2007) | 1 line
enabled physics plugin flying flags.
r1121 | mingchen | 2007-06-28 10:03:09 -0700 (Thu, 28 Jun 2007) | 1 line
- Renamed GridCommsManager to CommunicationsOGS1 to match CommunicationsLocal -- its sandbox mode counterpart
r1120 | mingchen | 2007-06-28 09:17:20 -0700 (Thu, 28 Jun 2007) | 3 lines
- Master User is now set up
- Added support for getting user profile information from remote grid server (untested)
- Updated prebuild.xml
r1119 | mw | 2007-06-28 08:56:24 -0700 (Thu, 28 Jun 2007) | 1 line
Applied ScenePresence movement patch from Darok.
r1118 | mingchen | 2007-06-28 07:45:46 -0700 (Thu, 28 Jun 2007) | 2 lines
- User Profile requests on OGS UserServer now uses XMLRPC instead of REST
- Added base support for setting up a master user
r1117 | mw | 2007-06-28 07:10:05 -0700 (Thu, 28 Jun 2007) | 1 line
Finished removing the old scripting code, Scene.Scripting.cs and OpenSim.Framework.Interfaces.Scripting.
r1116 | mw | 2007-06-28 06:13:17 -0700 (Thu, 28 Jun 2007) | 1 line
Imported the scripting changes, so now should be up to date with sugilite.
r1115 | mw | 2007-06-28 04:54:51 -0700 (Thu, 28 Jun 2007) | 1 line
should now work.
r1107 | mingchen | 2007-06-27 19:09:57 -0700 (Wed, 27 Jun 2007) | 1 line
- Added missing files from last commit (oops!)
r1106 | mingchen | 2007-06-27 19:07:59 -0700 (Wed, 27 Jun 2007) | 1 line
- Fixed UserServer and OpenSimulator so now they start without crashing.
r1105 | mingchen | 2007-06-27 12:43:46 -0700 (Wed, 27 Jun 2007) | 3 lines
- Moved all the classes into their own file from LLSDHelpers.cs
- Some folder renaming to follow project Name
- Updated prebuild.xml
r1104 | mingchen | 2007-06-27 12:04:23 -0700 (Wed, 27 Jun 2007) | 3 lines
- Moved VersionInfo.cs to its correct place in OpenSim.csproj
- Added OpenSim.Region.Caps
- Updated prebuild.xml and ran prebuild
r1103 | mingchen | 2007-06-27 11:28:45 -0700 (Wed, 27 Jun 2007) | 2 lines
- Fixed OpenGridServices.sln and prebuild.xml
- NameSpaceChanges branch now fully compiles!
r1102 | mingchen | 2007-06-27 11:04:07 -0700 (Wed, 27 Jun 2007) | 1 line
- Fixed all renaming for OpenGridServices.sln, still a reference issue in prebuild.xml though
r1101 | mingchen | 2007-06-27 10:20:45 -0700 (Wed, 27 Jun 2007) | 1 line
- More compile fixes (should be it on OpenSim.sln)
r1100 | mingchen | 2007-06-27 10:12:32 -0700 (Wed, 27 Jun 2007) | 3 lines
- Updated prebuild.xml and ran prebuild again
- Removed .user, .suo, and unneccessary files in /bin/Physics/
- OpenSim.sln should compile with nant and on windows now
r1099 | mingchen | 2007-06-27 09:57:31 -0700 (Wed, 27 Jun 2007) | 1 line
- Ran prebuild
r1098 | mingchen | 2007-06-27 09:55:27 -0700 (Wed, 27 Jun 2007) | 1 line
- Added some missing files I forgot to add...OpenSim.sln should compile now
r1097 | mingchen | 2007-06-27 09:39:11 -0700 (Wed, 27 Jun 2007) | 1 line
- Some more restructuring/fixing -- should compile, but high chance I forgot to add/remove something
r1096 | mw | 2007-06-27 08:28:52 -0700 (Wed, 27 Jun 2007) | 1 line
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.