| Commit message (Collapse) | Author | Files | Lines |
|
*Made the Parcel class its own file and moved the Parcel and LandManager into their own folder in Environment
*Some renaming might need to be done so the Parcel class doesn't have issues with the libsecondlife Parcel class, but Land doesn't seem right.
|
|
|
|
*Added "RemoveEntity" and renamed "AddNewEntity" to "AddEntity"
|
|
*Added support for selected prims (does not yet support prims being sat on)
*Added support for listing avatars with prims on parcel with their prim count
|
|
selected Objects
*Known bug, client does some weird "showing" when more than 255 objects are meant to be selected (linked objects count as one object)
|
|
primitive now has its own event (OnPrimCountTainted) that ParcelManager subscribes to.
Removed some unused code from SimpleApp.
|
|
parcel under an exact point (when precision matters)
|
|
events in EventManager
*Prim count and sim-wide prim count correctly reflect object bonus multiplier
|
|
|
|
**No restrictions yet in place, or total prim count
|
|
* Cleaning lady cleaning build ignores (No, MW, I don't mind, anything for you)
|
|
*ParcelManager's resetSimParcels does not set any default values.
*Updated ParcelData with correct defaults previously set in resetSimParcels
*Region overrides are now sent to viewer instead of dummy'd
|
|
**Parcels within selection now join and not the two parcels selected at each corner
*Created OnSignificantClientMovement event that is triggered when an avatar moves more than 2 meters.
|
|
|
|
|
|
over parcels being joined to correctly update the viewers
*NOTE: Parcel updates are packets sent to the viewer when they enter a new parcel containing information such as parcel name, media URLS, etc
|
|
*Significant movement (currently set to 2 meters of movement for performance reasons, even though its speedy) and initial login now sends parcel updates
|
|
*Reenabled estate manager; remember, the master avatar is the only one that can use this (by default: Test User with password 'test')
*Still working on readding support for updating parcel information when logging in or moving into a new parcel
|
|
* added some licensing info
|
|
|
|
*Some folder renaming to follow project Name
*Updated prebuild.xml
|
|
to add/remove something
|