aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region (unfollow)
Commit message (Collapse)AuthorFilesLines
2010-04-14Committing sacha's partial work (from orpheus). The GridBrat needs to learnMelanie2-1/+46
a bit of git
2010-04-14Change ISnmpModule to use scene referencesMelanie1-2/+9
2010-04-13Drop unused Alert() method from ISnmpModuleMelanie1-2/+1
2010-04-11Fixed LINEAR_MOTOR Z drive, Mantis #30Kitto Flora1-23/+35
2010-04-10Adding ColdStart event lcc1-0/+1
2010-04-10guarantee that a script engine's GetScriptErrors() will not be calledMike Rieker3-12/+71
until after its OnRezScript() returns so that script compile error messages can be retrieved
2010-04-10re-fixing this darn filelcc1-0/+11
2010-04-10dding this deleted file...lcc1-2/+2
2010-04-10Fixing Traplcc1-11/+0
2010-04-09Add Scene.SnmpService, which is of type ISnmpModule and, if nun-null, canMelanie1-0/+14
be used to send snmp alerts
2010-04-08Changed the GetTextureModule backport to work with the 0.6.9 codebaseJohn Hurliman1-2/+11
2010-04-08Backported GetTextureModule and IAssetService.GetCached()John Hurliman5-2/+246
2010-04-07Implement cmGetAvatarList(). This returns a strided list of all avatars in ↵Thomas Grimshaw3-60/+87
the region, including their UUID, position and name. The radar is often the most taxing scripts on a sim, this function can help radars reduce their impact by 66% by eliminating the need for sensors.
2010-04-07Increase the amount of time we wait for a teleport to complete. This allows ↵Thomas Grimshaw1-1/+1
teleportation to a remote region without a local connection to the asset server without timing out.
2010-04-07Fix llDialog responses so that they can be heard throughout the region. This ↵Thomas Grimshaw1-1/+1
now conforms to the behaviour in SL. ( http://bugs.meta7.com/view.php?id=13 )
2010-04-07Fix llLookAt so that it doesn't "roll" the object and more closely imitates ↵Thomas Grimshaw1-4/+16
the behaviour in SL. ( http://bugs.meta7.com/view.php?id=28 )
2010-04-07Add CHANGED_REGION_START (alias for CHANGED_REGION_RESTART as per LL Jira ↵Thomas Grimshaw1-0/+1
SVC-3773)
2010-04-07Implement PSYS_SRC_INNERANGLE and PSYS_SRC_OUTERANGLEThomas Grimshaw1-0/+10
2010-04-05Add the ISnmpModule interface definition to Careminster releaseMelanie Thielker1-0/+11
2010-04-05Fix up my own shoddy code! Fixes prim rez break. Whups!Thomas Grimshaw1-22/+26
2010-04-05This commit adds some randomness to object persistence. It's a Work In ↵Thomas Grimshaw1-4/+42
Progress, I am working on improving this to a tiered approach.
2010-04-05Add a much cheaper agent count retrieval method. This is obsoleted by 0.7 ↵Thomas Grimshaw2-2/+10
so it can be reverted then.
2010-04-05Fix some overlooked merge conflicts that got committedMelanie1-10/+0
2010-04-04ChODE Only: Corrected Heightmap load to iliminate crack at 255M. Added ↵kitto2-156/+157
'fence' option to prevent physical objects crossing region border.
2010-04-04Fixed Ban and parcel exclusion. Need to fix the parcel chat toolcc1-1/+1
2010-04-04Patch from mcortez. This appears to be a huge change to the groups moduleMelanie5-231/+337
and I can't say if this is beneficial or destructive due to the way it was delivered (zipfile). Pushing this on faith alone.
2010-04-03Last commit was too fast... must override.Diva Canto1-1/+1
2010-04-03* Fail storing user accounts in the remote connector.Diva Canto1-0/+6
2010-04-03* Made UserAccountService handle UserLevel, UserFlags and UserTitle ↵Diva Canto2-106/+106
appropriately. * Removed Store service from the UserAccount handler.
2010-04-02Don't append ACKs to zerocoded packets. Although this should fine in theory, ↵John Hurliman1-15/+20
I'm seeing the viewer ignore or fail to parse ACKs appended to our zerocoded packets. This should cut down on viewer->sim resend traffic
2010-04-02Adding the groups update (Mantis #4646)Melanie4-294/+1543
Thanks, mcortez.
2010-04-01oops, add file missing from last commitJustin Clark-Casey (justincc)2-9/+80
refactor out redundant method from GroupsMessagingModule
2010-04-01expose methods that allow region modules to send messages to groupsJustin Clark-Casey (justincc)1-63/+81
2010-03-31First attempt at fixing mantis #4641. It's better but there are now some ↵Diva Canto4-11/+28
issues with permissions. (looks like my commit is going to touch CM files, I'm going to let it do it - eof only)
2010-03-31Add missing licenses. Change relicensed LightShare module to proper BSDMelanie3-6/+79
licensing.
2010-03-31Adding the LightShare module and scripting API. This code was written byMelanie5-0/+925
TomMeta and was contributed by Meta7.
2010-03-31Committing the LightShare code, which was developed by TomMeta of Meta7.Melanie9-8/+57
This allows scripts to set WindLight parameters for clients connecting to a region. Currently, this is only supported by the Meta7 viewer.
2010-03-30Rename Meta7Windlight to LightShareMelanie8-351/+76
2010-03-30minor: commented out code removalJustin Clark-Casey (justincc)1-1/+0
2010-03-30Completely prevent full update packets being sent after kill object packetsJustin Clark-Casey (justincc)1-6/+43
If a full update is sent after the kill, the object remains as in the linden viewer but in an undeletable and unowned state until relog This patch prevents this by recording kills in LLClientView
2010-03-29fix build break. First argument of GetGroupRecord is not a uuidJustin Clark-Casey (justincc)1-1/+1
2010-03-29Remove a redundant method bodyMelanie1-21/+1
2010-03-28Stab one bug. When joining an estate with a new region, make sure it's alsoMelanie1-0/+2
used on first run and not only later.
2010-03-27May fix mantis #4613Diva Canto1-1/+2
2010-03-26* Fixed a dictionary value retrieval in GroupsModuleJohn Hurliman1-2/+3
2010-03-26* Fixed a bug with null value handling in WebUtil.BuildQueryString()John Hurliman1-2/+4
* Changed the null check back in estate manager setup but fixed the case for an existing account being found * Implemented SetPassword() in the SimianGrid auth connector
2010-03-26Fixed a backwards null check that was preventing estate owner from being set ↵John Hurliman1-2/+2
and a misleading error message (in grid mode it tries to get a user, not create one)
2010-03-26replace recent IModule.GetGroup() with better GetGroupRecord(string name)Justin Clark-Casey (justincc)3-27/+36
2010-03-25minor: some debugging information and spacing changes to group moduleJustin Clark-Casey (justincc)4-8/+8
2010-03-25add get group by name method to IGroupsModuleJustin Clark-Casey (justincc)3-13/+53