| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
adjohn and afrisby, enroute to a wine cave with the worst wine in the world)
|
|
|
|
| |
This parameter has an enum:int ThrottleOutPacketType and contains types; Resend, Land, Wind, Cloud, Task, Texture, and Asset.
|
| |
|
|
|
|
|
|
| |
* Shortened type references
* Removed redundant 'this' qualifier
|
|
|
|
|
|
|
| |
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.
Note this has lead to a big flat project, but I think a lot of the files we most likely don't even use any longer. And others belong in other projects/namespaces anyway.
|
|
|
|
|
|
|
| |
need to create it once
* Now cacheing RegionInfos indefinitively; we should add a tiomeout to this cache
|
| |
|
|
|
|
|
|
|
|
| |
* Deleted stub ScenePresence.Body.cs
* Added stub Region classes
The idea is to, at first, have every ScenePresence have one RegionPresence, moving code over to it until we can detach the two classes and not have a ScenePresence for every RegionPresence.
|
| |
|
|
|
|
|
| |
* Refactored to prepare for some serious restructuring
|
|
|
|
|
| |
* 'remove redundant this qualifier' ftw
|
|
|
|
|
|
| |
* This meant introducing AbsolutePosition on all objects (since SimChat wants that)
|
|
|
|
|
|
| |
PLEASE NOTE: that with this revision some prim related features may be broke for a while. (things like linking prims and the parcel prim count.)
Also this revision may not work on mono, but that will be fixed soon.
|
| |
|
|
|
|
|
|
| |
* Update and UpdateMovement now first stores array to avoid collection update exceptions
* Ignored some bins
|
|
|
|
|
| |
* Added capability to support minimum/maximum terrain limits (from the last 'bake')
|
|
|