aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region (unfollow)
Commit message (Expand)AuthorFilesLines
2011-06-07This fixes the crash reported in http://opensimulator.org/mantis/view.php?id=...Diva Canto1-3/+5
2011-06-06More on the hunt for the slow down on HGFriendsModule. - Don't requests the o...Diva Canto1-48/+71
2011-06-06Moved the Mono Addins declaration of the HGFriendsModule to where the one for...Diva Canto2-1/+1
2011-06-06This should make offline IMs work again. It should work for incoming foreign ...Diva Canto1-1/+4
2011-06-05Narrow down the exception catching to exactly the exception of interest. This...Diva Canto1-1/+1
2011-06-04Remove the unmaintained 'CMS' framework, which was really a 'source-control' ...Justin Clark-Casey (justincc)15-3578/+0
2011-06-04Extend TestGiveInventoryFolder() to test giving back the freshly received folderJustin Clark-Casey (justincc)1-0/+8
2011-06-04Fix give inventory tests to use different users rather than (accidentally) th...Justin Clark-Casey (justincc)3-171/+193
2011-06-04insert an InventoryArchiveUtils.FindItemsByPath() to return multiple items ra...Justin Clark-Casey (justincc)3-11/+40
2011-06-04create TestGetInventoryItem()Justin Clark-Casey (justincc)2-13/+26
2011-06-04extend TestGiveInventoryFolder() to check for the receipt by user 2Justin Clark-Casey (justincc)1-2/+4
2011-06-03If an llSensor() is in an attachment, make the detection cone face in the dir...Justin Clark-Casey (justincc)1-1/+10
2011-06-03minor: add in method print out to new testJustin Clark-Casey (justincc)1-0/+3
2011-06-03add stub UserInventoryTests.GiveInventoryFolder(). Not yet completeJustin Clark-Casey (justincc)1-0/+70
2011-06-03Added prefix HG to the name of the landmark item in inventory, as a soft remi...Diva Canto2-4/+11
2011-06-03HG Landmarks bug fix: pull landmark asset data from user's asset server when ...Diva Canto1-4/+24
2011-06-03oopsDiva Canto1-1/+1
2011-06-03HG Landmarks now working.Diva Canto5-27/+85
2011-06-03HG Landmarks being created. WARNING: new config var under [HGInventoryAccessM...Diva Canto2-2/+20
2011-06-03Moved CreateNewInventoryItem to the InventoryAccessModule in preparation for ...Diva Canto3-76/+81
2011-06-02Bug fix on HG IM.Diva Canto1-2/+6
2011-06-01[Profiles] --> [Profile]Diva Canto1-2/+2
2011-06-01Adding boolean alias for commandline switches like -save_crashes=yesMakopoppo1-0/+2
2011-06-01Fix: The command line switches 'save_crashes' and 'crash_dir' haven't actuall...Makopoppo1-0/+2
2011-06-01a few minor formatting tweaksJustin Clark-Casey (justincc)1-3/+4
2011-06-01A final couple of tweaks to GroupsModule.cs. Remove unneeded delegate, and pr...James Stallings aka Hiro Protagonist1-9/+22
2011-06-01revert the prematurely included groups patch, yet againJustin Clark-Casey (justincc)1-22/+5
2011-05-31When sending an LLUDP MoneyBalanceReply message, fill out the transaction ite...Justin Clark-Casey (justincc)1-0/+1
2011-05-31Fill in the new OwnerData field in the LLUDP ScriptDialog message.Justin Clark-Casey (justincc)6-12/+35
2011-05-31revert the patch that accidentally got added in the last commitJustin Clark-Casey (justincc)1-22/+5
2011-05-31update libomv libraries to 0.9.0Justin Clark-Casey (justincc)1-5/+22
2011-05-30HGWorldMap: don't send map blocks of hyperlinks that are farther than 4096 ce...Diva Canto1-4/+24
2011-05-30Improved reuse on the WorldMap/WorldMapModule.csDiva Canto1-15/+5
2011-05-28Adding an event to signal that logins are enabledBlueWall3-11/+103
2011-05-28Add option to disable loginsBlueWall2-2/+41
2011-05-27Make sure culture is en-US when saving archive related xml.Justin Clark-Casey (justincc)2-1/+4
2011-05-27HG lures working! Friends can offer friends HG teleports via the profile. WAR...Diva Canto5-5/+260
2011-05-27If parsing fails in the primitive base shape (which prints out a debug log me...Justin Clark-Casey (justincc)1-4/+25
2011-05-27When saving an iar, don't chase down link asset IDs (since these points to ot...Justin Clark-Casey (justincc)1-1/+4
2011-05-27HG inventory transfers over the profile working.Diva Canto1-2/+9
2011-05-27Added a BasicProfilemodule so that the profile-based actions (like give inven...Diva Canto1-0/+173
2011-05-26Commented a few extra debug messages.Diva Canto1-2/+2
2011-05-26HG IM in grid mode working fairly well. Unknown target user references looked...Diva Canto1-0/+74
2011-05-26improve help information for "appearance show"Justin Clark-Casey (justincc)1-2/+3
2011-05-26Add --noassets option for "save iar"Justin Clark-Casey (justincc)4-19/+146
2011-05-26Bump OAR file format version up to 0.7 for this development cycle.Justin Clark-Casey (justincc)1-2/+2
2011-05-26Add a --noassets option to "save oar".Justin Clark-Casey (justincc)5-47/+167
2011-05-25HG: Instant Message working. Tested on HG standalones only. Needs a lot more ...Diva Canto1-0/+268
2011-05-25Add PayPrice to serialization format Xml2Melanie2-6/+40
2011-05-24Revert "Make client event handlers for money only work on root agents"BlueWall1-30/+6