Adam Frisby
561b87b303
* Applying dalien's patches from bug#177 and #179
2007-07-11 02:51:51 +00:00
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).
...
Also trying to look at the map in grid mode will crash the server.
2007-07-10 17:56:31 +00:00
lbsa71
85dd493614
* some follow up renaming of members et c.
2007-07-09 21:25:43 +00:00
lbsa71
08a1fa3f96
* Introduced ClientManager for great justice.
2007-07-09 21:03:36 +00:00
lbsa71
d91f33b87b
Re-applied dalien patch ( #175 ) and included bin\data with avataranimations.xml
2007-07-09 19:56:22 +00:00
MW
93f3ef7e0d
Done a little bit of renaming in primitive.cs and on a few events in IClientAPI.
...
Disabled CAPS asset uploading as it seems it now crashes the server.
2007-07-09 15:59:35 +00:00
Adam Frisby
e8acf1cca9
* Begun work on Primitive Duplication. Not hooked up yet, but theoretically could be done so. In practice, more work needs to be done.
2007-07-09 15:29:39 +00:00
lbsa71
f62b7f3d1e
* reverted rev 1200 waiting for info re animations.xml
2007-07-08 19:47:04 +00:00
lbsa71
252ff78eb3
Applied animations patch ( #175 ) submitted by dalien
2007-07-08 19:28:53 +00:00
lbsa71
5f8de1e704
* By popular demand, all generated build files are now deleted. Somebody should make sure the wiki is updated.
2007-07-08 19:27:04 +00:00
Adam Frisby
bdab40280b
* Added instant message support for the local region. Grid support forthcoming.
2007-07-08 03:32:27 +00:00
Adam Frisby
10ece46cf6
* Updating prebuild
2007-07-08 02:58:01 +00:00
mingchen
bc02ddf523
*Fixed several bugs that crashed the viewer and opensim server when logging in on grid mode
...
*Note: Grid Mode now works in sugilite, but is still unstable
**Known bug in which the grid server crashes after being relaunched from a previously create configuration
**Crashing of the viewer crashes the OpenSim server which then crashes the grid server -- needs better handling of exceptions
**Multiple sims is still untested, but should connect correctly. Moving between the sims may be a different story
2007-07-06 20:40:03 +00:00
mingchen
583f2a9de8
*Removed SimProfile.cs as it is no longer needed (in favor of SimProfileData)
...
*Added simulator_data_request XMLRPC method to request data from the grid server about a sim instead of faking its login
*Login is progressing, now just getting an XML error (http://pastebin.com/942515 ) -- if you can fix this, throw MingChen in IRC a Private Message
2007-07-05 15:15:28 +00:00
MW
beb3073bec
A bit more work on Building tools/support.
...
updated Axiom.MathLib.dll.
2007-07-04 19:07:27 +00:00
Adam Frisby
249ce4cf6f
* More cleaning - Sugilite now only has build errors for "value is never used" properties (which I presume will be filled in over time)
2007-07-04 05:49:12 +00:00
Adam Frisby
daf7b8ec76
* Cleaning - attempting to get compiler warnings back down to zero.
2007-07-04 05:25:40 +00:00
MW
bd8018fa1c
Today's work on Building support/tools. Think I am slowly getting there.
2007-07-03 20:10:20 +00:00
lbsa71
9b6b6d05d4
* Optimized usings (the 'LL ate my scripts' commit)
...
* added some licensing info
2007-07-03 14:37:29 +00:00
MW
2852cda727
More work on SceneObject/Primitive and building (Linking is a work in progress as is all). Committing now as I've finished for the night and will be continued tomorrow.
2007-07-01 21:04:33 +00:00
MW
54ef77f0fd
Can change the name and description of a prim.
2007-07-01 18:33:44 +00:00
MW
9800c05c1b
Started change to having SceneObject and then that having child Primitives which in turn have a Shape object (currently PrimitiveBaseShape). The plan is only for the SceneObject to interface with the physics engines. As a physics Entity should be able to have mulitple shapes connected to it.
2007-07-01 17:26:33 +00:00
lbsa71
06a8c13200
MAJOR IP RESTRUCTURING
...
* moving towards IPEndPoints all over the place
* trying to make the internal/external division
2007-07-01 16:07:41 +00:00
lbsa71
5e805656db
Fixed SimpleApp - aka thankgoditssundaycommit
...
* Updated SimpleApp with various introduced dependencies
* Extracted ScenePrescence creation in Scene
* removed try-catchall from UserManagerBase (that actually hid a bug)
* Refactored RegionInfo
* handle is calculated
* it will explode upon accessing x,y,ip,port,externalip if not explicitly initialized
* Removed superfluous 'ref' keywords
* Removed a shitload of 'catch Exception e' that causes build warnings
* Lots of small refactorings, renames et c
* Ignored some bins
2007-07-01 13:17:27 +00:00
Adam Frisby
72cd28be1b
* Experimental patch: Replaced IPAddress.Any with IPAddress.Parse("0.0.0.0") to force IPv4
2007-06-29 20:09:29 +00:00
mingchen
6b3777d3db
*Deleted Logger.cs from OpenSim.Framework
2007-06-29 16:43:48 +00:00
Adam Frisby
135e9b1f53
* Removed J# language support because it has issues with Mono.
2007-06-28 19:35:20 +00:00
mingchen
fe0528b98c
*Added UUIDNameRequest packet support (untested, but should work -- at least in sandbox mode)
...
*Various small renamings
2007-06-28 19:09:50 +00:00
mingchen
108d89f894
*Master User is now set up
...
*Added support for getting user profile information from remote grid server (untested)
*Updated prebuild.xml
2007-06-28 16:17:20 +00:00
MW
3456d951d8
Imported the scripting changes, so now should be up to date with sugilite.
2007-06-28 13:13:17 +00:00
mingchen
0232f01a58
*Moved all the classes into their own file from LLSDHelpers.cs
...
*Some folder renaming to follow project Name
*Updated prebuild.xml
2007-06-27 19:43:46 +00:00
mingchen
9eaecabdd0
*Moved VersionInfo.cs to its correct place in OpenSim.csproj
...
*Added OpenSim.Region.Caps
*Updated prebuild.xml and ran prebuild
2007-06-27 19:04:23 +00:00
mingchen
fe120533ef
*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
2007-06-27 17:12:32 +00:00
mingchen
e41eedc9ae
*Some more restructuring/fixing -- should compile, but high chance I forgot to add/remove something
2007-06-27 16:39:11 +00:00
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.
2007-06-27 15:28:52 +00:00