Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Hopefully texturing prims should now work correctly. | MW | 2007-07-11 | 1 | -0/+1 |
| | |||||
* | * Applying dalien's patches from bug#177 and #179 | Adam Frisby | 2007-07-11 | 1 | -0/+22 |
| | |||||
* | Gird mode in sugilite should now work in so far as you should be able to ↵ | MW | 2007-07-10 | 1 | -3/+0 |
| | | | | | | | 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. | ||||
* | * some follow up renaming of members et c. | lbsa71 | 2007-07-09 | 1 | -5/+5 |
| | |||||
* | * Introduced ClientManager for great justice. | lbsa71 | 2007-07-09 | 1 | -14/+14 |
| | |||||
* | Done a little bit of renaming in primitive.cs and on a few events in IClientAPI. | MW | 2007-07-09 | 1 | -2/+2 |
| | | | | | Disabled CAPS asset uploading as it seems it now crashes the server. | ||||
* | * Begun work on Primitive Duplication. Not hooked up yet, but theoretically ↵ | Adam Frisby | 2007-07-09 | 1 | -2/+19 |
| | | | | could be done so. In practice, more work needs to be done. | ||||
* | * Added instant message support for the local region. Grid support forthcoming. | Adam Frisby | 2007-07-08 | 1 | -0/+1 |
| | |||||
* | * Added Java support back into Sugilite (although it still needs a calling ↵ | Adam Frisby | 2007-07-05 | 1 | -1/+1 |
| | | | | host to be added). | ||||
* | A bit more work on Building tools/support. | MW | 2007-07-04 | 1 | -0/+2 |
| | | | | | updated Axiom.MathLib.dll. | ||||
* | Today's work on Building support/tools. Think I am slowly getting there. | MW | 2007-07-03 | 1 | -1/+16 |
| | |||||
* | *Removed GridInfo class as it has been previously replaced with the much ↵ | mingchen | 2007-07-03 | 1 | -2/+2 |
| | | | | | | | | | better NetworkServersInfo class *Got the GridServer in OGS1 to go through with registering the region, but the actual storage of the region isnt working right now. **After this is fixed, grid mode should work! | ||||
* | * Optimized usings (the 'LL ate my scripts' commit) | lbsa71 | 2007-07-03 | 1 | -37/+33 |
| | | | | | * added some licensing info | ||||
* | * removed try-catchall from scene constructor | lbsa71 | 2007-07-01 | 1 | -38/+38 |
| | | | | | | | * added reference server-side addnewprim prototype to Scene - not implementet yet though. | ||||
* | More work on SceneObject/Primitive and building (Linking is a work in ↵ | MW | 2007-07-01 | 1 | -1/+17 |
| | | | | progress as is all). Committing now as I've finished for the night and will be continued tomorrow. | ||||
* | Can change the name and description of a prim. | MW | 2007-07-01 | 1 | -2/+4 |
| | |||||
* | Started change to having SceneObject and then that having child Primitives ↵ | MW | 2007-07-01 | 1 | -86/+45 |
| | | | | 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. | ||||
* | MAJOR IP RESTRUCTURING | lbsa71 | 2007-07-01 | 1 | -3/+3 |
| | | | | | | * moving towards IPEndPoints all over the place * trying to make the internal/external division | ||||
* | Fixed SimpleApp - aka thankgoditssundaycommit | lbsa71 | 2007-07-01 | 1 | -33/+28 |
| | | | | | | | | | | | | | | * 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 | ||||
* | *Added UUIDNameRequest packet support (untested, but should work -- at least ↵ | mingchen | 2007-06-28 | 1 | -1/+2 |
| | | | | | | | in sandbox mode) *Various small renamings | ||||
* | Finished removing the old scripting code, Scene.Scripting.cs and ↵ | MW | 2007-06-28 | 1 | -2/+2 |
| | | | | OpenSim.Framework.Interfaces.Scripting. | ||||
* | Imported the scripting changes, so now should be up to date with sugilite. | MW | 2007-06-28 | 1 | -21/+9 |
| | |||||
* | *Moved all the classes into their own file from LLSDHelpers.cs | mingchen | 2007-06-27 | 1 | -0/+795 |
*Some folder renaming to follow project Name *Updated prebuild.xml |