aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | Fix llDialog responses so that they can be heard throughout the region. This ...Thomas Grimshaw2010-04-071-1/+1
| | * | | Fix llLookAt so that it doesn't "roll" the object and more closely imitates t...Thomas Grimshaw2010-04-071-4/+16
| | * | | Add CHANGED_REGION_START (alias for CHANGED_REGION_RESTART as per LL Jira SVC...Thomas Grimshaw2010-04-071-0/+1
| | * | | Implement PSYS_SRC_INNERANGLE and PSYS_SRC_OUTERANGLEThomas Grimshaw2010-04-071-0/+10
| * | | | Adding ColdStart event lcc2010-04-101-0/+1
| * | | | dding this deleted file...lcc2010-04-101-2/+2
| |/ / /
| * | | Merge branch 'master' of ssh://3dhosting.de/var/git/careminsterKitto Flora2010-04-053-24/+39
| |\ \ \
| | * \ \ Merge branch 'master' of ssh://3dhosting.de/var/git/careminsterMelanie Thielker2010-04-051-22/+26
| | |\ \ \
| | | * \ \ Merge branch 'master' of ssh://TOR/var/git/careminsterThomas Grimshaw2010-04-051-2/+2
| | | |\ \ \
| | | * | | | Fix up my own shoddy code! Fixes prim rez break. Whups!Thomas Grimshaw2010-04-051-22/+26
| | * | | | | Add the ISnmpModule interface definition to Careminster releaseMelanie Thielker2010-04-051-0/+11
| | | |/ / / | | |/| | |
| | * | | | Test commitMelanie Thielker2010-04-051-1/+1
| | * | | | Bump version numberMelanie Thielker2010-04-051-1/+1
| | |/ / /
| * | | | Merge branch 'master' of ssh://3dhosting.de/var/git/careminsterKitto Flora2010-04-055-18/+54
| |\ \ \ \ | | |/ / /
| | * | | Merge branch 'master' of ssh://TOR/var/git/careminsterThomas Grimshaw2010-04-056-44/+137
| | |\ \ \
| | | * | | Fix some overlooked merge conflicts that got committedMelanie2010-04-051-10/+0
| | * | | | This commit adds some randomness to object persistence. It's a Work In Progre...Thomas Grimshaw2010-04-051-4/+42
| | * | | | Add a much cheaper agent count retrieval method. This is obsoleted by 0.7 so...Thomas Grimshaw2010-04-054-4/+12
| * | | | | Merge branch 'master' of ssh://3dhosting.de/var/git/careminsterKitto Flora2010-04-056-43/+146
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| * | | | | Merge branch 'master' of ssh://3dhosting.de/var/git/careminsterKitto Flora2010-04-051-0/+4
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| * | | | | ChODE Only: Corrected Heightmap load to iliminate crack at 255M. Added 'fence...kitto2010-04-042-156/+157
* | | | | | Merge branch 'careminster' into careminster-presence-refactorMelanie2010-04-055-6/+12
|\ \ \ \ \ \ | | |_|/ / / | |/| | | |
| * | | | | Merge branch 'master' of ssh://melanie@3dhosting.de/var/git/careminster into ...Melanie2010-04-051-1/+1
| |\ \ \ \ \
| | * | | | | Fixed Ban and parcel exclusion. Need to fix the parcel chat toolcc2010-04-041-1/+1
| | | |/ / / | | |/| | |
| * | | | | Merge branch '0.6.9-post-fixes' into careminsterMelanie2010-04-055-42/+145
| |\ \ \ \ \ | | |/ / / / | |/| | / / | | | |/ / | | |/| |
| | * | | switch flavor to RC1Justin Clark-Casey (justincc)2010-03-261-1/+1
| | * | | Fix bug where approximately half the time, attachments would rez only their r...Justin Clark-Casey (justincc)2010-03-094-43/+138
| | * | | Small consistency changeMelanie2010-03-071-1/+1
| * | | | Change land overlay to send group owned status properlyMelanie Thielker2010-03-231-0/+4
| | |/ / | |/| |
| * | | Update acceleration to 0 on no tphysical.Kitto Flora2010-03-191-1/+3
| * | | Merge branch 'master' of ssh://3dhosting.de/var/git/careminsterKitto Flora2010-03-198-295/+220
| |\ \ \
| * | | | Fix sit with autopilot.Kitto Flora2010-03-191-3/+5
* | | | | Merge branch 'master' into careminster-presence-refactorMelanie2010-04-0522-526/+2081
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | Merge branch 'master' of melanie@opensimulator.org:/var/git/opensimMelanie2010-04-048-62/+78
| |\ \ \ \
| | * | | | * Guard against null in last commitDiva Canto2010-04-031-1/+2
| | * | | | Last commit was too fast... must override.Diva Canto2010-04-032-2/+2
| | * | | | * Fail storing user accounts in the remote connector.Diva Canto2010-04-031-0/+6
| | * | | | * Made UserAccountService handle UserLevel, UserFlags and UserTitle appropria...Diva Canto2010-04-034-118/+114
| | * | | | Don't append ACKs to zerocoded packets. Although this should fine in theory, ...John Hurliman2010-04-021-15/+20
| | * | | | Merge branch 'master' of ssh://opensimulator.org/var/git/opensimJohn Hurliman2010-04-0234-408/+3363
| | |\ \ \ \
| | * | | | | * Better logging for Authenticate() failuresJohn Hurliman2010-04-022-3/+11
| * | | | | | Patch from mcortez. This appears to be a huge change to the groups moduleMelanie2010-04-045-231/+337
| | |/ / / / | |/| | | |
| * | | | | Merge branch 'master' of melanie@opensimulator.org:/var/git/opensimMelanie2010-04-0228-86/+1771
| |\ \ \ \ \
| | * \ \ \ \ Merge branch 'master' of ssh://justincc@opensimulator.org/var/git/opensimJustin Clark-Casey (justincc)2010-04-0126-23/+1619
| | |\ \ \ \ \
| | | * | | | | First attempt at fixing mantis #4641. It's better but there are now some issu...Diva Canto2010-03-316-18/+38
| | | * | | | | Add missing licenses. Change relicensed LightShare module to proper BSDMelanie2010-03-313-6/+79
| | * | | | | | oops, add file missing from last commitJustin Clark-Casey (justincc)2010-04-012-9/+80
| | * | | | | | expose methods that allow region modules to send messages to groupsJustin Clark-Casey (justincc)2010-04-011-63/+81
| * | | | | | | Adding the groups update (Mantis #4646)Melanie2010-04-024-294/+1543
| |/ / / / / /
| * | | | | | When saving an oar/iar, don't attempt to write out the data byte array if it'...Justin Clark-Casey (justincc)2010-03-311-1/+3