aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules (unfollow)
Commit message (Expand)AuthorFilesLines
2014-11-10minor: correct console response when setting attachments logging levelJustin Clark-Casey1-1/+1
2014-10-31Actually persist a changed console set agent-limit via "region set".Justin Clark-Casey (justincc)1-2/+7
2014-10-31Add "region set" console command.Justin Clark-Casey (justincc)1-1/+73
2014-10-31Add "region get" command as a synononym for "show region" console command.Justin Clark-Casey (justincc)1-0/+9
2014-10-27Add hypergrid teleporting support to user profiles picksBlueWall1-16/+97
2014-10-08Use Scene or IEntityTransferModule directly in HGEntityTransferModule instead...Justin Clark-Casey (justincc)1-8/+7
2014-10-08HG Restricted appearance checking code is only called when HG teleporting via...AliciaRaven1-0/+8
2014-10-02Don't unnecessarily remove from backup objects that were not directly attache...Justin Clark-Casey (justincc)2-5/+18
2014-10-02Do not add attachments to the region scene object backup list.Justin Clark-Casey (justincc)1-1/+1
2014-09-28Improve on the last commit to InventoryArchiver: put back the original constr...Diva Canto4-12/+25
2014-09-27When a prim is bought through BuySellModule, the click action is not changed ...AliciaRaven1-0/+1
2014-09-26Fix recent regression with llRegionSayTo() started sending messages twice.Justin Clark-Casey (justincc)1-8/+2
2014-09-26Make "generate map" console command also trigger upload to maptiles as well a...Justin Clark-Casey (justincc)2-50/+81
2014-09-23Modifications to previous IAR commits to bring them more inline with existing...AliciaRaven3-16/+19
2014-09-23Add an event callback for loading IAR files. The callback for creating them a...AliciaRaven8-47/+135
2014-09-23Change existing IAR save to use UUID for its callback reference instead of Gu...AliciaRaven5-17/+17
2014-09-23Include same content filters for IAR file exports that already exist for OAR ...AliciaRaven2-0/+54
2014-09-05For monitoring purposes, start non-timeout tasks (which do not currently use ...Justin Clark-Casey (justincc)6-9/+16
2014-09-04For processing outbound http requests in the XMLRPCModule, start the thread t...Justin Clark-Casey (justincc)1-5/+4
2014-08-29Ignore whitespace when reading serialized XML objects.Justin Clark-Casey (justincc)1-17/+1
2014-08-29Fix recent regression test TestDeserializeXmlObjectWithOtherParts() which was...Justin Clark-Casey (justincc)1-1/+1
2014-08-29Add regression test for deserializing xml objects with more than one non-root...Justin Clark-Casey (justincc)1-127/+406
2014-08-28On code section that rezzes single objects and attachments, reduce CPU use by...Justin Clark-Casey (justincc)2-2/+5
2014-08-26Remove race conditions from where SP.AbsolutePosition could change between th...Justin Clark-Casey (justincc)1-7/+4
2014-08-15On teleport to a region that already has a child agent established (e.g. a ne...Justin Clark-Casey (justincc)2-3/+3
2014-08-09Move the inventory request lock introduced in git master a58152bd to HGInvent...Justin Clark-Casey (justincc)1-20/+43
2014-08-06Fix short help string for show region command.BlueWall1-1/+1
2014-08-06OpenSimExtrasBlueWall3-129/+17
2014-07-30Simulator Extra Features ServiceBlueWall1-0/+129
2014-07-29In TerrainModule, lock m_perClientPatchUpdates when removing entries.Justin Clark-Casey (justincc)1-3/+2
2014-07-29Allow the "debug scene set physics false|true" command to work when bulletsim...Justin Clark-Casey (justincc)2-5/+5
2014-07-22Fix recent regression in 3c6becd5 where login or hg login to variable sized r...Justin Clark-Casey (justincc)1-15/+12
2014-07-21On login and first HG entrance to a foreign grid, perform query access checks...Justin Clark-Casey (justincc)1-11/+15
2014-07-21Allow reading the BulletSim detail log while the sim is runningOren Hurvitz1-2/+2
2014-07-21XBakes: store the assets only in the sim's local assets cache; not in the mai...Oren Hurvitz1-1/+2
2014-07-21Added locking in AccessModule to prevent possible errors when shutting down a...Oren Hurvitz1-3/+7
2014-07-21Eliminated common but un-useful log messagesOren Hurvitz2-3/+7
2014-07-21Minor: changed "existant" to "existent"Oren Hurvitz1-2/+2
2014-07-21Close streams immediately when we finish using themOren Hurvitz8-59/+44
2014-07-20Set "[Terrain]SendTerrainUpdatesByViewDistance=true" by default.Robert Adams1-1/+1
2014-07-18minor: Add meters unit to water height console displayJustin Clark-Casey (justincc)1-1/+1
2014-07-18Add "show region" command which will show parameters for current region.Justin Clark-Casey (justincc)1-1/+73
2014-07-18In grid mode, add SuppressConsoleCommands flag to [GridService] so that we ca...Justin Clark-Casey (justincc)1-4/+3
2014-07-17fix all instances of "non-existant" to "non-existent" (spelling mistakes) tha...Michael Cerquoni2-2/+2
2014-07-04Small change to my previous commit: not so aggressive on the trigger, please.Diva Canto1-2/+0
2014-07-04Instrument the UDP path of creating assets so that it triggers an asset post ...Diva Canto2-5/+11
2014-07-04Still log (but this time with warning rather than an exception) if we regener...Justin Clark-Casey (justincc)1-2/+8
2014-07-04It turns out that child agent management has had a bug for a while: there was...Diva Canto1-3/+9
2014-07-03Avoid an exception in creating child agents some times.Diva Canto1-0/+2
2014-07-02Actually call Close() for shared region modules when the simulator is being s...Justin Clark-Casey (justincc)1-3/+6