aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim (follow)
Commit message (Expand)AuthorAgeFilesLines
* Temporarily add root agent rez attachments work to job engine if it is runnin...Justin Clark-Casey (justincc)2014-11-252-8/+12
* Add experimental job engine to see if queueing some existing async work durin...Justin Clark-Casey (justincc)2014-11-253-1/+311
* Temporary hack to disable av to av collisions in bulletsim.Justin Clark-Casey (justincc)2014-11-251-1/+1
* Re-work handling of email notifications settings.BlueWall2014-11-244-10/+11
* Fix handling of user preference updates where no email address is suppliedBlueWall2014-11-235-27/+36
* Merge branch 'master' of ssh://opensimulator.org/var/git/opensimDiva Canto2014-11-221-3/+20
|\
| * When logging reigon information returned by GateKeeperService.GetHyperlinkReg...Justin Clark-Casey (justincc)2014-11-211-3/+20
* | 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-2119-34/+432
|\
| * LSL key should be implicitly cast to a boolean valueCinder2014-11-201-0/+10
| * Minor: Include missing EventHost power for group owner role.AliciaRaven2014-11-191-0/+1
| * 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
| * Minor: Update LLLoginService to handle explicitly set login locations that in...AliciaRaven2014-11-191-1/+1
| * 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-062-9/+91
|\
| * 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-312-9/+77
| * 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-275-19/+117
* Fix some typecasting in PgSQL Groups adapterBlueWall2014-10-161-4/+8
* Add some more llGiveInventory() regression testsJustin Clark-Casey (justincc)2014-10-161-0/+71
* Experimental XAssets Module PgSQL Adapter: Remove unused migration. Syntax er...BlueWall2014-10-161-19/+0
* Fix transferring inventory from prims to agent inventoryMelanie Thielker2014-10-161-6/+11
* Touchup PgSQL XAssets adapterBlueWall2014-10-152-11/+28
* Fix over zealous chopping of text when editing (pilot error)BlueWall2014-10-151-1/+1
* Fix logging level to Error in exception handlersBlueWall2014-10-153-54/+54
* Cleanup unused codeBlueWall2014-10-151-30/+7
* Fix PgSQL adapter for UserProfilesBlueWall2014-10-152-178/+256
* Get V2 Groups working under PgSQL. Needed to re-create tables to satisy the g...BlueWall2014-10-121-0/+107
* Make column names lower-case, change hash column type to bytea and remove old...BlueWall2014-10-122-52/+80
* Fix some errors in PgSQL XAssets by changing some data types. Also make sql q...BlueWall2014-10-102-21/+58
* 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-092-0/+4