aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix recent minor regression where the default frame time wasn't being set if ...Justin Clark-Casey (justincc)2014-11-252-3/+2
* If Bullet is running on its own thread, use a reset event to control timing r...Justin Clark-Casey (justincc)2014-11-251-2/+9
* Improve frame time stability by taking a few unnecessary repeated calculation...Justin Clark-Casey (justincc)2014-11-252-21/+42
* Make BulletSim thread be ThreadPriority.Highest if runningJustin Clark-Casey (justincc)2014-11-251-0/+2
* Make outboudn and packet inbox handling threads highest priority.Justin Clark-Casey (justincc)2014-11-252-0/+6
* Set ThreadPriority on main scene thread to highest.Justin Clark-Casey (justincc)2014-11-251-0/+1
* Temporarily add root agent rez attachments work to job engine if it is runnin...Justin Clark-Casey (justincc)2014-11-251-4/+8
* Add experimental job engine to see if queueing some existing async work durin...Justin Clark-Casey (justincc)2014-11-251-1/+1
* Temporary hack to disable av to av collisions in bulletsim.Justin Clark-Casey (justincc)2014-11-251-1/+1
* Small improvements to SimulatorFeaturesModule: (1) don't overwrite extras if ...Diva Canto2014-11-221-1/+21
* Merge branch 'master' of ssh://opensimulator.org/var/git/opensimDiva Canto2014-11-2117-33/+430
|\
| * LSL key should be implicitly cast to a boolean valueCinder2014-11-201-0/+10
| * refactor: capitalize SOP.moveToTarget() and stopMoveToTarget() in accordance ...Justin Clark-Casey2014-11-192-4/+4
| * If calling llStopMoveToTarget() on an in-world prim, don't send an unnecessar...Justin Clark-Casey2014-11-1911-21/+46
| * Remove SOP.StopMoveToTarget scheduled update which is now being done in SOG.s...Justin Clark-Casey2014-11-191-3/+0
| * If llStopMoveToTarget() is called on an attachment, then stop the avatar if i...Justin Clark-Casey2014-11-191-5/+19
| * Add 'terrain feature' commandDev Random2014-11-194-2/+353
* | Cleanup extraneous comments from viewer support modulesDiva Canto2014-11-212-10/+3
|/
* Improved SpecialUIModule so that it sends the floater data properly.Diva Canto2014-11-161-2/+21
* Merge branch 'master' of ssh://opensimulator.org/var/git/opensimDiva Canto2014-11-112-8/+60
|\
| * Fix issue where llRemoteLoadScriptPin() would treat 0 (the default) as a vali...Justin Clark-Casey2014-11-112-8/+60
* | Fix the fetching of module references in the viewer support modules.Diva Canto2014-11-113-9/+15
|/
* Merge branch 'master' of ssh://opensimulator.org/var/git/opensimDiva Canto2014-11-101-1/+1
|\
| * minor: correct console response when setting attachments logging levelJustin Clark-Casey2014-11-101-1/+1
* | Add additional viewer support modules that allow certain viewers to modify th...Diva Canto2014-11-103-0/+494
|/
* Merge branch 'master' of ssh://opensimulator.org/var/git/opensimDiva Canto2014-11-061-1/+87
|\
| * Actually persist a changed console set agent-limit via "region set".Justin Clark-Casey (justincc)2014-10-311-2/+7
| * Add "region set" console command.Justin Clark-Casey (justincc)2014-10-311-1/+73
| * Add "region get" command as a synononym for "show region" console command.Justin Clark-Casey (justincc)2014-10-311-0/+9
* | Added grid information to SimFeatures response, so that the viewer can show it.Diva Canto2014-11-061-1/+13
|/
* Revert my commit that fixed unexpected behaviour re: parcel prim limits.Kevin Cozens2014-10-301-1/+1
* Use parcel prim limit (not region limit) when checking if area is full.Kevin Cozens2014-10-301-1/+1
* Add hypergrid teleporting support to user profiles picksBlueWall2014-10-271-16/+97
* Add some more llGiveInventory() regression testsJustin Clark-Casey (justincc)2014-10-161-0/+71
* Fix transferring inventory from prims to agent inventoryMelanie Thielker2014-10-161-6/+11
* Change name of just added OSSL osForceSit() to osForceOtherSit()Justin Clark-Casey (justincc)2014-10-113-11/+12
* minor: spacing cleanup from previous commit 79a4d1eaJustin Clark-Casey (justincc)2014-10-111-3/+3
* Implements osForceSit(string avatar) & overload osForceSit(string avatar, str...Vegaslon2014-10-113-0/+64
* minor: add --default-user option to "load oar" help long description. Do oth...Justin Clark-Casey (justincc)2014-10-111-12/+13
* Give ability to define constants that may be used throught the configurationBlueWall2014-10-091-0/+2
* Change thread of osForceAttachToOvtherAvatarFromInventory to VeryHigh from Se...Justin Clark-Casey (justincc)2014-10-081-1/+1
* Use Scene or IEntityTransferModule directly in HGEntityTransferModule instead...Justin Clark-Casey (justincc)2014-10-081-8/+7
* HG Restricted appearance checking code is only called when HG teleporting via...AliciaRaven2014-10-081-0/+8
* Add LSL transaction_result event.Justin Clark-Casey (justincc)2014-10-044-10406/+11382
* minor: Comment out received seed caps request logging for nowJustin Clark-Casey (justincc)2014-10-021-2/+2
* Add "debug lludp throttle status" command to return status information about ...Justin Clark-Casey (justincc)2014-10-021-0/+36
* Add "debug lludp throttle log <level> <avatar-first-name> <avatar-last-name>"...Justin Clark-Casey (justincc)2014-10-023-18/+111
* Don't unnecessarily remove from backup objects that were not directly attache...Justin Clark-Casey (justincc)2014-10-022-5/+18
* Do not add attachments to the region scene object backup list.Justin Clark-Casey (justincc)2014-10-022-3/+3
* Set appearance refresh to false by default.Justin Clark-Casey (justincc)2014-10-021-1/+1