Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2007-07-18 | few small changes | MW | 1 | -1/+7 | |
2007-07-17 | * Changed SimpleApp to use EventManager and Scene timer | lbsa71 | 1 | -8/+8 | |
* Refactored a lot of m_* and public -> wrappers | |||||
2007-07-16 | changed to native line ending encoding | Sean Dague | 1 | -142/+142 | |
2007-07-10 | Gird mode in sugilite should now work in so far as you should be able to ↵ | MW | 1 | -2/+2 | |
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-09 | Done a little bit of renaming in primitive.cs and on a few events in IClientAPI. | MW | 1 | -7/+7 | |
Disabled CAPS asset uploading as it seems it now crashes the server. | |||||
2007-07-09 | * Begun work on Primitive Duplication. Not hooked up yet, but theoretically ↵ | Adam Frisby | 1 | -0/+10 | |
could be done so. In practice, more work needs to be done. | |||||
2007-07-04 | A bit more work on Building tools/support. | MW | 1 | -1/+1 | |
updated Axiom.MathLib.dll. | |||||
2007-07-03 | Today's work on Building support/tools. Think I am slowly getting there. | MW | 1 | -1/+1 | |
2007-07-03 | * Optimized usings (the 'LL ate my scripts' commit) | lbsa71 | 1 | -4/+2 | |
* added some licensing info | |||||
2007-07-01 | Can change the name and description of a prim. | MW | 1 | -0/+1 | |
2007-07-01 | Started change to having SceneObject and then that having child Primitives ↵ | MW | 1 | -0/+133 | |
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. |