aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim (unfollow)
Commit message (Expand)AuthorFilesLines
2010-08-13minor: remove mono compiler warningJustin Clark-Casey (justincc)1-1/+1
2010-08-13refactor: move Scene.TerrainUnAcked() handling into TerrainModuleJustin Clark-Casey (justincc)2-9/+8
2010-08-13minor: remove mono compiler warningJustin Clark-Casey (justincc)1-1/+1
2010-08-13refactor: remove Scene.SetRootAgentScene() in favour of existing event with s...Justin Clark-Casey (justincc)4-21/+10
2010-08-13refactor: move more map tile generation code from scene to IWorldMapModuleJustin Clark-Casey (justincc)4-32/+25
2010-08-13refactor: Use SOP.Flags rather than SOP.ObjectFlagsJustin Clark-Casey (justincc)9-25/+25
2010-08-11File wants to be committedDiva Canto1-2/+2
2010-08-11Prettify console output for long avatar names.Marck1-3/+3
2010-08-11minor: change some logging levelsJustin Clark-Casey (justincc)1-3/+2
2010-08-11minor: change "no [GridInfo] config" warning to refer to "configuration files...Justin Clark-Casey (justincc)1-1/+1
2010-08-10Changing prim color generates event CHANGED_COLOR.Marck1-0/+2
2010-08-10Removed abstract SetText method from EntityBase to make cleaner API.Mikko Pallari3-8/+1
2010-08-10On shift-copy of an object, set up a new physics actor (as appropriate) for e...Justin Clark-Casey (justincc)4-23/+48
2010-08-10Avoid truncation of error message during region creation.Marck1-1/+1
2010-08-10This file wants to be committedDiva Canto1-37/+37
2010-08-10Enforce DB limits on region name to 32 chars, or else (not good). Removed a p...Diva Canto2-23/+5
2010-08-10Reduce number of paths in SOP code by setting flags via Flags property rather...Justin Clark-Casey (justincc)1-15/+25
2010-08-10Extend DuplicateObject() test to check flags on the duplicated objectJustin Clark-Casey (justincc)1-7/+9
2010-08-10extend TestDuplicateObject() to a two prim objectJustin Clark-Casey (justincc)1-10/+19
2010-08-10Handle incoming ObjectImage (TextureEntry) updates synchronously rather than ...Justin Clark-Casey (justincc)1-1/+5
2010-08-09Even if all data migratios are up to date, still print the current revision t...Justin Clark-Casey (justincc)1-3/+2
2010-08-09Make fallbacks work, the destination was never actually updated with the fall...meta71-4/+5
2010-08-09Remove "Could not authorize your session into the region" message in favorMelanie2-5/+1
2010-08-08Add distance sort for null, tooMelanie1-2/+5
2010-08-08Tests for distance-sorted fallback regions.Marck1-7/+57
2010-08-08Thank you, Marck00, for a patch that implemented region distance sortingMelanie Thielker3-4/+31
2010-08-08In my crusade against facelights, I am striking the killing blow. Add aMelanie2-0/+26
2010-08-07Add search URL to Login ServiceMelanie2-2/+20
2010-08-07minor: Remove overly verbose schedule full update log message for attachmentsJustin Clark-Casey (justincc)1-2/+2
2010-08-07Correct display of landmark about info. Also correct region maturity ratingMelanie Thielker9-13/+36
2010-08-07Change the (hackish) constant to match the changed enum for attachsMelanie Thielker1-2/+2
2010-08-07Make the landmark properties work againMelanie Thielker1-1/+1
2010-08-06Added Check4096 config var under [GridService], at the request of many. Chang...Diva Canto6-83/+92
2010-08-07Add new SceneGraphTests class. Add simple TestDuplicateObject()Justin Clark-Casey (justincc)3-2/+72
2010-08-06Allow creation of link regions if there is an existing region within a 4096 r...Marck8-4/+146
2010-08-07Remove old test classes that don't actually test anything not done elsewhereJustin Clark-Casey (justincc)3-234/+1
2010-08-07minor: a few miscellaneous commentsJustin Clark-Casey (justincc)2-0/+9
2010-08-06Fix XStats formatting:BlueWall (James Hughes)1-30/+35
2010-08-06HACK ALERT! There's some underlying bug in the HTTP server that makes request...Diva Canto1-0/+7
2010-08-06Fix a parenthesis in prior commitMelanie1-1/+1
2010-08-06Fixes: llSetLinkPrimitiveParams - PRIM_POSITION is not relative to root, caus...unknown1-8/+14
2010-08-06Change XEngine to use the new constantMelanie Thielker1-1/+1
2010-08-06Correct some script constants.Melanie5-10/+12
2010-08-06People can't leave their hands ooff "well enough". StateSource 0 was regionMelanie1-4/+5
2010-08-06Allow the trash folder itself to be passed to PurgeFolderMelanie Thielker1-0/+3
2010-08-05Prevent users from becoming stuck online. This affects only 0.7Melanie Thielker1-0/+2
2010-08-05Prevent hammering the grid services with llRequestAgentData requests. Cache theMelanie Thielker1-7/+48
2010-08-05Addresses http://opensimulator.org/mantis/view.php?id=4919Diva Canto1-1/+6
2010-08-05Prevent setting the hovertext from firing changed_colorMelanie1-1/+0
2010-08-04fix mysql/mssql prim serialization problemJustin Clark-Casey (justincc)2-12/+4