Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2009-05-08 | * break out 'xml2' deserialization from sog | Justin Clarke Casey | 3 | -82/+74 | |
2009-05-08 | * refactor: break out sog original xml serialization to a separate class | Justin Clarke Casey | 5 | -60/+67 | |
2009-05-08 | * minor: rename xml sog serialization method for readability | Justin Clarke Casey | 5 | -8/+8 | |
2009-05-08 | * refactor: Break out original xml object serialization into a separate class | Justin Clarke Casey | 6 | -98/+144 | |
* No functional change | |||||
2009-05-07 | instrument most of the tests with a new InMethod function that may help us ↵ | Sean Dague | 5 | -17/+23 | |
figure out where that pesky deadlock is during test runs. | |||||
2009-05-06 | refactoring Scene.NewUserConnection() to be simpler and clearer. | Dr Scofield | 1 | -84/+77 | |
2009-05-05 | Allow temp-on-rez prims to take part in physics (e.g. temp-on-rez bullets) | Homer Horwitz | 1 | -2/+3 | |
This makes re-rezzed temp-on-rez objects visible, too. Fixes Mantis #3405 | |||||
2009-05-05 | - moving banned check and public/private check to | Dr Scofield | 4 | -92/+94 | |
Scene.NewUserConnection() - adding reason reporting this enforces estate bans very early on and prevents us from circulating client objects that we'd then have to retract once we realize that the client is not allowed into the region | |||||
2009-05-05 | Add copyright header. Formatting cleanup. Ignore some generated files. | Jeff Ames | 1 | -33/+33 | |
2009-05-05 | Update svn properties. | Jeff Ames | 1 | -113/+113 | |
2009-05-04 | Intermediate commit. WILL NOT COMPILE! | Melanie Thielker | 1 | -1/+1 | |
2009-05-04 | * minor: remove some mono compiler warnings, minor cleanup | Justin Clarke Casey | 4 | -17/+8 | |
2009-05-04 | Add a method to flush the prim update buffers once a frame, since the timer | Melanie Thielker | 1 | -0/+2 | |
appear to be too slow to be useful, or fail too fire. I may remove the timers as a consequence if this. | |||||
2009-05-04 | Create a working configuration hook to allow LLClient parameters from | Melanie Thielker | 2 | -3/+8 | |
Opensim.ini to take force | |||||
2009-05-03 | Some reorganization around service connectors. No functional change | Melanie Thielker | 2 | -2/+2 | |
2009-05-02 | Plumb conifg into the client views. Add config option to configure packet | Melanie Thielker | 2 | -0/+11 | |
dropping. | |||||
2009-05-02 | Thank you kindly, BlueWall, for a patch that: | Charles Krinke | 1 | -0/+115 | |
Move json stats to non-published resource name Remove well-known resource name for json stats, creating dynamic uris with private keys and add a user configurable resource name for region owner usage. | |||||
2009-05-02 | Numerous packet improvements. | Melanie Thielker | 1 | -0/+6 | |
Don't allow packets to be resent before they have actually been sent for the first time. Switch from serializing a packet to get it's length to the LibOMV provided Length property. Fix resend timing. Fix the use of dangling references to Acked packets. Fix the packet handler to play nice with the packet pool. Fix the packet pool. Add data block recycling to the packet pool. Packet pool is now ENABLED by default. Add config option to disable packet and data block reuse. Add ObjectUpdate and ImprovedTerseObjectUpdate to the packets being recycled. | |||||
2009-05-01 | Add a tweakable for the prim queue preload | Melanie Thielker | 3 | -9/+19 | |
2009-05-01 | Throttle prim sending a bit (again) to ensure the queues don't overrun and | Melanie Thielker | 1 | -2/+2 | |
clog | |||||
2009-05-01 | Add methods to block and queue agent updates during region crossing and TP | Melanie Thielker | 1 | -0/+43 | |
This is to ensure integrity of animations and script states with regard to controls pressed or released. No user functionality yet. | |||||
2009-05-01 | Send the animations of all already present avatar to an avatar entering a sim | Melanie Thielker | 1 | -0/+6 | |
to stop the "folded legs" on simcross | |||||
2009-05-01 | Improve prim sending by combining multiple prim updates into a single packet | Melanie Thielker | 2 | -2/+7 | |
2009-04-30 | Thank you, mpallari, for a patch that increses efficiency by combining | Melanie Thielker | 1 | -1/+1 | |
avatar updates into a single packet. Applied with changes. Fixes Mantis #3136 | |||||
2009-04-29 | Again, completely revamp the unlink code to finally allow unlinking | Melanie Thielker | 2 | -124/+131 | |
arbitrary combinations of root and child prims from one or multiple link sets. Please test throughly and consider things UNSTABLE until this is proven out. | |||||
2009-04-28 | Let estate owners and managers enter nonpublic estates unconditionally. | Melanie Thielker | 1 | -2/+2 | |
Let gods go to nonpublic estates as well. | |||||
2009-04-27 | From: Alan Webb <alan_webb@us.ibm.com> | Dr Scofield | 1 | -0/+5 | |
If an avatar is sitting when the client disconnects, the avatar is not disassociated from the SOG on which (s)he was sat. This produces any, and varied, effects. I have updated RemoveCLient in Scene, to check, and stand the client up immediately prior to disconnect. This seems like the most robust way to handle the situation. Though in this case it might be worth factoring out the animations from other standup processing. It does no harm, but in this case it is entirely redundant. | |||||
2009-04-27 | From: Alan M Webb <alan_webb@us.ibm.com> | Dr Scofield | 1 | -33/+49 | |
Added support for access control lists. Scene: Added test to AddNewClient for an entry in the access list when connecting to a region with limited access. EstateSettings: Added an HasAccess(UUID) property to test for an entry in the estate's access list. RemoteAdmin: Add RPC calls for admin_acl_list, clear, add, and remove. | |||||
2009-04-25 | Thank you kindly, RemedyTomm, for a patch that fixes: | Charles Krinke | 1 | -1/+4 | |
llSetPrimitiveParams in a large linkset can disrupt the entire region. However, when the script is in a large linkset, it appears to totally lag out the scene and stops updates from being sent. | |||||
2009-04-23 | From: Alan Webb <alan_webb@us.ibm.com> | Dr Scofield | 2 | -70/+70 | |
Cleanup tabs and spacing. | |||||
2009-04-22 | From: Alan Webb <alan_webb@us.ibm.com> | Dr Scofield | 2 | -67/+162 | |
Changes to enable script state persistence across non-restart serialization situations (inventory/OAR/attachments) Also fixing test cases for OAR and IAR so they don't barf with the new code. | |||||
2009-04-22 | Thank you kindly, Marcus Llewellyn, for a patch that: | Charles Krinke | 1 | -4/+24 | |
An attachment with the physical checkbox checked will not allow the phantom checkbox to be cleared. This interfers with scripting functions such as llMoveToTarget(), which won't work while an object is phantom. If the prim containing the script is rezzed to the ground, it will then allow the phantom checlbox to be cleared, and the script works as expected. | |||||
2009-04-21 | Thank you kindly, MPallari for a patch that: | Charles Krinke | 1 | -2/+31 | |
This patch adds few properties to ScenePresence and thus allows region module or MRM script: 1. Force flying for avatar or, 2. Disable flying from avatar | |||||
2009-04-20 | * Allow passing of material type to physics engine | Teravus Ovares | 1 | -1/+8 | |
* Define low friction and medium bounce for Glass | |||||
2009-04-19 | Thank you kindly, MPallari, for a patch that: | Charles Krinke | 1 | -1/+9 | |
This patch adds new property to ScenePresence: SpeedModifier. With this, one can modify avatars speed from region module or MRM script. | |||||
2009-04-19 | Accounting for the changes introduced in AssetServerBase in r9143 related to ↵ | diva | 1 | -0/+1 | |
starting the thread manually. Fixes mantis #3490. | |||||
2009-04-18 | Bug fix in HG asset posts. Get the inner assets not just from mem cache but ↵ | diva | 1 | -18/+24 | |
from asset service, because the inner ones may not be in mem cache. | |||||
2009-04-17 | Thank you M1sha for diagnosing and patching a lock bug affecting region ↵ | diva | 1 | -13/+16 | |
crossings introduced in r9110. Fixes mantis #3456. | |||||
2009-04-15 | Prevent a nullref when no script engines are loaded | Melanie Thielker | 1 | -0/+3 | |
2009-04-15 | Make sim health data more useful | Melanie Thielker | 1 | -1/+23 | |
2009-04-15 | * Make it possible to add a request id to load and save oar requests | Justin Clarke Casey | 1 | -6/+8 | |
* This allows specific requests to be identified. | |||||
2009-04-15 | * Resolve unit test failure introduced in r9148 (probably) | Justin Clarke Casey | 1 | -1/+0 | |
* Have the test scene always return success for session id authentication for now | |||||
2009-04-15 | Another cleanup: Region_Status renamed to RegionStatus, and a usage comment ↵ | Johan Berntsson | 2 | -3/+3 | |
added | |||||
2009-04-15 | Renamed splitID in Scene and added comments on usage | Johan Berntsson | 1 | -1/+8 | |
2009-04-14 | Adds session authentication upon NewUserConnections. Adds user key ↵ | diva | 1 | -38/+55 | |
authentication (in safemode only) upon CreateChildAgents. All of this for Hypergrid users too. This addresses assorted spoofing vulnerabilities. | |||||
2009-04-14 | * Make archiver tests pump the asset server manually instead of starting the ↵ | Justin Clarke Casey | 2 | -2/+2 | |
normal runtime thread * This may eliminate the occasional archive test freezes, since they appeared to occur when somehow the asset server didn't pick up on the presence of a request in the asset quque | |||||
2009-04-14 | Formatting cleanup. | Jeff Ames | 2 | -6/+6 | |
2009-04-14 | Cleaning up old circuit upon client close. | diva | 1 | -0/+2 | |
2009-04-14 | * Commit a variety of fixes to bugs discovered while trying to fix the NaN ↵ | Teravus Ovares | 1 | -22/+30 | |
singularity. * WebStatsModule doesn't crash on restart. GodsModule doesn't crash when there is no Dialog Module. LLUDPServer doesn't crash when the Operation was Aborted. * ODEPlugin does 'Almost NaN' sanity checks. * ODEPlugin sacrifices NaN avatars to the NaN black hole to appease it and keep it from sucking the rest of the world in. | |||||
2009-04-13 | Remove m_moduleCommands. It wasn't used anywhere; probably a left-over from ↵ | Homer Horwitz | 1 | -31/+8 | |
before ICommander times |