| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
over and over again instead of creating 1 a second.
* Added frame Milliseconds, Physics Milliseconds and Other Milliseconds to the Sim Stats Reporter so we can start to figure out what the slowdowns are. (these were the most convenient to get and had just about no overhead.
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
* Linkset status is now persistent
* Tweaked a physics child prim positioning hack to generate less database saves
* Re-factored physics object creation calls into ApplyPhysics. To create a new physics representation of an object or linkset, it's only necessary to call *group*.ApplyPhysics(bool m_physicalPrim). *lbsa has been waiting for this refactoring*
* We have collidable linksets now. (they don't become phantom anymore)
|
|
|
|
|
|
|
| |
* Cleaned up copyright notices in AssemblyInfo.cs's
* Added Copyright headers to a bunch of files missing them
* Replaced several common string instances with a static constant to prevent reallocation of the same strings thousands of times. "" -> String.Empty is the first such candidate.
|
|
|
|
|
|
|
|
|
| |
* There will be bugs, you can count on that. To avoid them, set the linksets phantom
* After region restart, the linksets restore in a non collidable state.
* Linksets can but shouldn't be made physical with the physical checkbox or when you unlink them, they tend to explode.
* After creating a linkset, you have to move the linkset or set it phantom and not phantom for it to become collidable.
* There's a few ParentGroup references that need to be refactored.
|
| |
|
|
|
|
|
|
|
| |
settings.
Also added exception handling if string->float conversion still should fail for some reason.
|
|
|
|
|
|
|
| |
* Did some goofy math undoing in the Sim Stats Reporter
* More reduction to the amount of calls per second to UnManaged ODE code
* Added a significant amount of comments to ODE
|
|
|
|
|
|
|
|
| |
300 msecs can be too slow and cause a timeout to occur. This is reported when
llHTTPRequest times out but may not be reported for other functions like
osSetDynamicTextureURL. This sets the time out to 30 seconds. It appears
that the value affects not just llHTTPRequest's.
|
| |
|
|
|
|
|
|
|
| |
** jumping
** crouching
** landing on prim
|
|
|
|
|
|
|
| |
Linden insisted that Havok was running at 45fps internally.
* Set the SimStats packet as unreliable (so we don't require an ack and do resends on it)
|
|
|
|
| |
method.
|
| |
|
|
|
|
|
|
|
|
|
| |
* This can be turned on by setting storage_prim_inventories_experimental = True in OpenSim.ini
* Implemented for sqlite and MySQL, no MSSQL implementation yet
* As an experimental feature, there is no guarantee that this won't take down your region or that the db representation won't need to change.
* More (and continuing) details at http://opensimulator.org/wiki/OpenSim:Prim_Inventory_Persistence
|
|
|
|
|
|
|
|
| |
* Properly clean up items when a region object is deleted
* Update persisted prim when an inventory script is changed
* No user functionality yet
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
* It is now possible to edit and save scripts directly from prim inventories
* On saving, the script will be restarted in the region
* Doesn't appear that it's yet possible to drag inventory contents back to agent inventory. Not quite sure why this is yet - the perms all look very permissive.
|
|
|
|
|
|
| |
database code, so this is a shared concept.
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
is changed/updated/deleted (before the trigger only happened if the prim was moved).
This is still development code - experimental prim inventory persistence cannot yet be enabled by users.
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
not used by active code (as far as I can see), so a source of confusion. All
current code uses the Entities dictionary
|
|
|
|
|
|
|
|
| |
prims on region start.
No user functionality exposed yet - no ini switch to enable persistence or restore. A bit more initial work to do.
|
|
|
|
|
|
| |
As was true for the previous update, this might require nant users to re-run prebuild.[sh|bat]
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
Scripts now show up in prim inventories after region restart.
Probably doesn't yet work for any items other than scripts.
Still some work to do. No user functionality exposed. Not yet user tieable into normal code.
|
|
|
|
|
|
|
|
|
| |
persistent store, but this doesn't yet show up for the client. Still no user functionality and not
enabled
in normal code.
|
|
|
|
|
|
|
| |
are most definitely handled.
* My guess is someone was using them to diagnose a problem and they've been in the console output ever since.
|
|
|
|
| |
console and border crossing problems anymore
|
| |
|
|
|
|
| |
80 meters into the air immediately.
|
|
|
|
|
|
|
| |
card of death to send out region and estate messages.
* Switched over Region Restart notices to the magic secondlife blue card of death method.
|
| |
|
| |
|
| |
|
|
|
|
| |
leaving region.
|
| |
|
|
|
|
|
| |
* fixed Cancel bug
|
| |
|
|
|
|
| |
code. Let me know by IRC if there are other problems
|
| |
|
|
|
|
|
|
|
|
|
| |
using the estate tools.
* Estate managers get abilities like the region owner for now.
* Estate managers, you'll need to request server admin status to be able to activate the estate tools dialog (haven't figured out why this is the case yet)
* Switching from grid mode to standalone or switching grids will make the stored Estate Manager UUIDs not match up with a valid account so you'll see (waiting) listed there instead of a user until you reset them or go back to the grid you added them from.
|
|
|
|
|
|
|
|
| |
estate managers.
* You can put UUIDs in those fields to give other users some ability to help manage a sim you own.
* Also started decoding the EstateOwnerMessage packet convolutions.
|