aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim (unfollow)
Commit message (Expand)AuthorFilesLines
2012-03-03Make asset compression optional. Currently set to false and not configurable...Justin Clark-Casey (justincc)1-16/+24
2012-03-03Implement basic gzip compression for xassetdataJustin Clark-Casey (justincc)1-10/+41
2012-03-03If asset data already exists with the required hash then don't rewrite itJustin Clark-Casey (justincc)1-17/+59
2012-03-02Perform asset storage transactionallyJustin Clark-Casey (justincc)1-57/+69
2012-03-02comment out "[CAPS]: ScriptTaskInventory Request" log spamJustin Clark-Casey (justincc)1-1/+1
2012-03-02Make xassetservice execute one query to retrieve the asset, not twoJustin Clark-Casey (justincc)1-28/+4
2012-03-02Remove outdated comment about checking attachment prims in Scene.PipeEventsFo...Justin Clark-Casey (justincc)1-3/+1
2012-03-02Allow a script to receive events if its root prim is in an area where it's al...Justin Clark-Casey (justincc)1-4/+1
2012-03-02This still causes terrain artefactsMelanie1-3/+3
2012-03-02This still causes terrain artefactsMelanie1-3/+1
2012-03-02OpenID auth needs hashing before authenticatingBlueWall2-2/+2
2012-03-02ScenePresence line endings and fix AllowMovement default to true.Dan Lake1-30/+30
2012-03-02update ubitODEUbitUmarov1-15/+45
2012-03-02minor: remove mono compiler warningJustin Clark-Casey (justincc)1-2/+1
2012-03-02Make XAssetService a de-duplicating asset service.Justin Clark-Casey (justincc)2-0/+443
2012-03-01Send the right name and creation date on the BasicProfileModule.Diva Canto1-2/+11
2012-03-01In ScenePresence, removed several private variables used to store public para...Dan Lake1-108/+44
2012-03-02Start by adding XAssetService as a copy of the existing AssetService.Justin Clark-Casey (justincc)2-2/+218
2012-03-02minor: Rename pCampbot console prompt to "pCampbot" rather than "Region"Justin Clark-Casey (justincc)1-1/+1
2012-03-02Provide feedback on bot login states in pCampbotJustin Clark-Casey (justincc)1-0/+7
2012-03-02Move SenseRepeaters.Count check inside the SenseRepeatListLock.Justin Clark-Casey (justincc)1-4/+4
2012-03-02lock SenseRepeatListLock when added a new sensor during script reconstitution.Justin Clark-Casey (justincc)1-1/+3
2012-03-01Adds an OSSL command for regular expression-based string replacement. ParametersMic Bowman3-0/+32
2012-03-01Fix indexing on string trimBlueWall1-1/+1
2012-03-01Use a fully stubbed out MockConsole for unit tests rather than inheriting fro...Justin Clark-Casey (justincc)2-23/+38
2012-02-29Flick master up to 0.7.4Justin Clark-Casey (justincc)1-1/+1
2012-02-29Revert "Fix authentication for OpenID provider"BlueWall1-2/+2
2012-02-29Fix authentication for OpenID providerBlueWall1-2/+2
2012-02-29ubitODE bug fixUbitUmarov1-1/+1
2012-02-29 update ubitODE to current working stateUbitUmarov2-113/+199
2012-02-29fixUbitUmarov1-1/+3
2012-02-29chODE: bad meshs get a a basic box or sphere geom with setted prim size. They...UbitUmarov2-503/+148
2012-02-29Don't start pCampbot if the user doesn't supply bot firstname, lastname stub ...Justin Clark-Casey (justincc)1-0/+4
2012-02-29Use correct casing of RegionSettings.Sandbox in the various database modules.Justin Clark-Casey (justincc)3-4/+4
2012-02-28Call Dispose() via using() on SqliteCommands in WebStatsModule after use.Justin Clark-Casey (justincc)1-99/+98
2012-02-28Fixed two typos. White space cleanups.Kevin Cozens1-16/+16
2012-02-28 made box a little largerUbitUmarov1-6/+6
2012-02-28A few blind changes to go try to go around bad mesh little box replacement failUbitUmarov1-67/+50
2012-02-28Fix and hook up llTeleportAgentMelanie3-1/+7
2012-02-28Implement llTeleportAgentMelanie1-0/+22
2012-02-28Really dirty hack to make sims start. Causes errors but the ting runs. RemoveMelanie1-1/+5
2012-02-27Some clean up in WebUtil, remove unused ServiceRequest function.Mic Bowman1-71/+7
2012-02-27 Let inworld meshs colide as such and not as basic prim all the time. Removed...UbitUmarov2-5/+10
2012-02-27Fix vehicles going physical stopping llTargetOmega parts (boat radar)Melanie1-3/+5
2012-02-27Fix NPC appearance setting to include attachments againMelanie1-1/+4
2012-02-27 update ubitODE to my current working stateUbitUmarov4-568/+378
2012-02-26Make llSetKeyframedMotion prims waut at the borders of down sims and try againMelanie2-0/+18
2012-02-26added in chODE GeomTriMeshDataDestroy to explicity release internal trimesh d...UbitUmarov2-3/+41
2012-02-26Move KeyframeMotion from SOG to SOP because we can't persist it anyMelanie8-41/+75
2012-02-26Implement proper selection behaviorMelanie3-2/+37