Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2010-04-11 | Fixed LINEAR_MOTOR Z drive, Mantis #30 | Kitto Flora | 1 | -23/+35 | |
2010-04-10 | Adding ColdStart event | lcc | 1 | -0/+1 | |
2010-04-10 | guarantee that a script engine's GetScriptErrors() will not be called | Mike Rieker | 3 | -12/+71 | |
until after its OnRezScript() returns so that script compile error messages can be retrieved | |||||
2010-04-10 | re-fixing this darn file | lcc | 1 | -0/+11 | |
2010-04-10 | dding this deleted file... | lcc | 1 | -2/+2 | |
2010-04-10 | Fixing Trap | lcc | 1 | -11/+0 | |
2010-04-09 | Add Scene.SnmpService, which is of type ISnmpModule and, if nun-null, can | Melanie | 1 | -0/+14 | |
be used to send snmp alerts | |||||
2010-04-08 | Changed the GetTextureModule backport to work with the 0.6.9 codebase | John Hurliman | 2 | -363/+11 | |
2010-04-08 | Backported WebUtil.cs from master to 0.6.9-postfixes to fix the build break | John Hurliman | 1 | -0/+361 | |
2010-04-08 | Backported GetTextureModule and IAssetService.GetCached() | John Hurliman | 10 | -3/+287 | |
2010-04-07 | Implement cmGetAvatarList(). This returns a strided list of all avatars in ↵ | Thomas Grimshaw | 3 | -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-07 | Increase the amount of time we wait for a teleport to complete. This allows ↵ | Thomas Grimshaw | 1 | -1/+1 | |
teleportation to a remote region without a local connection to the asset server without timing out. | |||||
2010-04-07 | Fix llDialog responses so that they can be heard throughout the region. This ↵ | Thomas Grimshaw | 1 | -1/+1 | |
now conforms to the behaviour in SL. ( http://bugs.meta7.com/view.php?id=13 ) | |||||
2010-04-07 | Fix llLookAt so that it doesn't "roll" the object and more closely imitates ↵ | Thomas Grimshaw | 1 | -4/+16 | |
the behaviour in SL. ( http://bugs.meta7.com/view.php?id=28 ) | |||||
2010-04-07 | Add CHANGED_REGION_START (alias for CHANGED_REGION_RESTART as per LL Jira ↵ | Thomas Grimshaw | 1 | -0/+1 | |
SVC-3773) | |||||
2010-04-07 | Implement PSYS_SRC_INNERANGLE and PSYS_SRC_OUTERANGLE | Thomas Grimshaw | 1 | -0/+10 | |
2010-04-05 | Add the ISnmpModule interface definition to Careminster release | Melanie Thielker | 1 | -0/+11 | |
2010-04-05 | Fix up my own shoddy code! Fixes prim rez break. Whups! | Thomas Grimshaw | 1 | -22/+26 | |
2010-04-05 | Test commit | Melanie Thielker | 1 | -1/+1 | |
2010-04-05 | Bump version number | Melanie Thielker | 1 | -1/+1 | |
2010-04-05 | This commit adds some randomness to object persistence. It's a Work In ↵ | Thomas Grimshaw | 1 | -4/+42 | |
Progress, I am working on improving this to a tiered approach. | |||||
2010-04-05 | Add a much cheaper agent count retrieval method. This is obsoleted by 0.7 ↵ | Thomas Grimshaw | 4 | -4/+12 | |
so it can be reverted then. | |||||
2010-04-05 | Fix some overlooked merge conflicts that got committed | Melanie | 1 | -10/+0 | |
2010-04-04 | ChODE Only: Corrected Heightmap load to iliminate crack at 255M. Added ↵ | kitto | 2 | -156/+157 | |
'fence' option to prevent physical objects crossing region border. | |||||
2010-04-04 | Fixed Ban and parcel exclusion. Need to fix the parcel chat too | lcc | 1 | -1/+1 | |
2010-04-04 | Patch from mcortez. This appears to be a huge change to the groups module | Melanie | 5 | -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-03 | * Guard against null in last commit | Diva Canto | 1 | -1/+2 | |
2010-04-03 | Last commit was too fast... must override. | Diva Canto | 2 | -2/+2 | |
2010-04-03 | * Fail storing user accounts in the remote connector. | Diva Canto | 1 | -0/+6 | |
2010-04-03 | * Made UserAccountService handle UserLevel, UserFlags and UserTitle ↵ | Diva Canto | 4 | -118/+114 | |
appropriately. * Removed Store service from the UserAccount handler. | |||||
2010-04-02 | Don't append ACKs to zerocoded packets. Although this should fine in theory, ↵ | John Hurliman | 1 | -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-02 | * Better logging for Authenticate() failures | John Hurliman | 2 | -3/+11 | |
* Changed a warning message to debug when fetching user sessions | |||||
2010-04-02 | Adding the groups update (Mantis #4646) | Melanie | 4 | -294/+1543 | |
Thanks, mcortez. | |||||
2010-04-01 | oops, add file missing from last commit | Justin Clark-Casey (justincc) | 2 | -9/+80 | |
refactor out redundant method from GroupsMessagingModule | |||||
2010-04-01 | expose methods that allow region modules to send messages to groups | Justin Clark-Casey (justincc) | 1 | -63/+81 | |
2010-03-31 | First attempt at fixing mantis #4641. It's better but there are now some ↵ | Diva Canto | 6 | -18/+38 | |
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-31 | When saving an oar/iar, don't attempt to write out the data byte array if ↵ | Justin Clark-Casey (justincc) | 1 | -1/+3 | |
it's empty On Mono 2.6 (and probably before) this causes a non-obvious IOException | |||||
2010-03-31 | Add missing licenses. Change relicensed LightShare module to proper BSD | Melanie | 3 | -6/+79 | |
licensing. | |||||
2010-03-31 | Adding the LightShare module and scripting API. This code was written by | Melanie | 5 | -0/+925 | |
TomMeta and was contributed by Meta7. | |||||
2010-03-31 | Committing the LightShare code, which was developed by TomMeta of Meta7. | Melanie | 19 | -19/+597 | |
This allows scripts to set WindLight parameters for clients connecting to a region. Currently, this is only supported by the Meta7 viewer. | |||||
2010-03-30 | Rename Meta7Windlight to LightShare | Melanie | 13 | -368/+93 | |
2010-03-30 | minor: commented out code removal | Justin Clark-Casey (justincc) | 1 | -1/+0 | |
2010-03-30 | Completely prevent full update packets being sent after kill object packets | Justin 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-29 | fix build break. First argument of GetGroupRecord is not a uuid | Justin Clark-Casey (justincc) | 1 | -1/+1 | |
2010-03-29 | Remove a redundant method body | Melanie | 1 | -21/+1 | |
2010-03-28 | Stab one bug. When joining an estate with a new region, make sure it's also | Melanie | 1 | -0/+2 | |
used on first run and not only later. | |||||
2010-03-27 | May fix mantis #4613 | Diva Canto | 1 | -1/+2 | |
2010-03-26 | Change the SimianGrid connector log messages to start with "[SIMIAN " to ↵ | John Hurliman | 9 | -112/+112 | |
avoid configuration confusion | |||||
2010-03-26 | * Catch exceptions thrown when MySQLEstateData.LinkRegion() is called. This ↵ | John Hurliman | 1 | -8/+14 | |
won't fix the bug I'm seeing with regions not realizing they are already part of an estate, but it will fix the OpenSim crash if that situation ever comes up | |||||
2010-03-26 | Minor improvement on debug message. | Diva Canto | 1 | -31/+30 | |