aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules (follow)
Commit message (Expand)AuthorAgeFilesLines
* A few more cleanups on the way to close http://opensimulator.org/mantis/view....Diva Canto2011-06-111-11/+3
* Only send AgentOnline to the client if the friendsOnline list has elements. A...Diva Canto2011-06-111-1/+1
* Added a Sleep in between each site call, to slow the xml-rpc requests down.Diva Canto2011-06-101-37/+40
* More tweaking on the UserAgentServiceConnector: add constructor that does not...Diva Canto2011-06-101-1/+1
* 3rd way of reseting the HG Map. This time, don't use the grid service; instea...Diva Canto2011-06-103-79/+71
* If the flotsam asset cache console command "fcache clear" is specified on its...Justin Clark-Casey (justincc)2011-06-111-11/+26
* Make the internal flotsam asset cache defaults match config-include/FlotsamCa...Justin Clark-Casey (justincc)2011-06-111-29/+35
* Save the sun's position in OARsOren Hurvitz2011-06-102-0/+5
* New method for resetting the map on HG: do it only once upon changing grids, ...Diva Canto2011-06-102-33/+59
* The map breakage is actually at 2048!Diva Canto2011-06-091-3/+3
* Change the name of the newest command to "show names" so that it doesn't conf...Diva Canto2011-06-091-2/+2
* Consistency fix on the last commit.Diva Canto2011-06-081-1/+1
* Fixed a compilation problem. Also added a lengthy comment on the Map hack, so...Diva Canto2011-06-082-37/+49
* Reverting the [HG]MapModule to its buggy behavior above 4096. Ppl seem to pre...Diva Canto2011-06-081-5/+15
* Fixed "Unknown User" listed as creator/owner on prims created with the Build ...Diva Canto2011-06-081-8/+66
* This hopefully fixes all issues with online/offline notifications across grid...Diva Canto2011-06-072-3/+10
* This fixes the crash reported in http://opensimulator.org/mantis/view.php?id=...Diva Canto2011-06-071-3/+5
* More on the hunt for the slow down on HGFriendsModule. - Don't requests the o...Diva Canto2011-06-061-48/+71
* Moved the Mono Addins declaration of the HGFriendsModule to where the one for...Diva Canto2011-06-062-1/+1
* This should make offline IMs work again. It should work for incoming foreign ...Diva Canto2011-06-061-1/+4
* Narrow down the exception catching to exactly the exception of interest. This...Diva Canto2011-06-051-1/+1
* Fix give inventory tests to use different users rather than (accidentally) th...Justin Clark-Casey (justincc)2011-06-041-4/+15
* insert an InventoryArchiveUtils.FindItemsByPath() to return multiple items ra...Justin Clark-Casey (justincc)2011-06-042-11/+37
* create TestGetInventoryItem()Justin Clark-Casey (justincc)2011-06-041-13/+7
* Added prefix HG to the name of the landmark item in inventory, as a soft remi...Diva Canto2011-06-032-4/+11
* oopsDiva Canto2011-06-031-1/+1
* HG Landmarks now working.Diva Canto2011-06-033-2/+82
* HG Landmarks being created. WARNING: new config var under [HGInventoryAccessM...Diva Canto2011-06-032-2/+20
* Moved CreateNewInventoryItem to the InventoryAccessModule in preparation for ...Diva Canto2011-06-031-1/+78
* Bug fix on HG IM.Diva Canto2011-06-021-2/+6
* [Profiles] --> [Profile]Diva Canto2011-06-011-2/+2
* Fill in the new OwnerData field in the LLUDP ScriptDialog message.Justin Clark-Casey (justincc)2011-05-311-1/+2
* HGWorldMap: don't send map blocks of hyperlinks that are farther than 4096 ce...Diva Canto2011-05-301-4/+24
* Improved reuse on the WorldMap/WorldMapModule.csDiva Canto2011-05-301-15/+5
* Merge branch 'master' of ssh://opensimulator.org/var/git/opensimJustin Clark-Casey (justincc)2011-05-274-5/+257
|\
| * Merge branch 'master' of ssh://opensimulator.org/var/git/opensimDiva Canto2011-05-271-1/+4
| |\
| * | HG lures working! Friends can offer friends HG teleports via the profile. WAR...Diva Canto2011-05-274-5/+257
* | | Make sure culture is en-US when saving archive related xml.Justin Clark-Casey (justincc)2011-05-271-0/+4
| |/ |/|
* | When saving an iar, don't chase down link asset IDs (since these points to ot...Justin Clark-Casey (justincc)2011-05-271-1/+4
|/
* HG inventory transfers over the profile working.Diva Canto2011-05-271-2/+9
* Added a BasicProfilemodule so that the profile-based actions (like give inven...Diva Canto2011-05-271-0/+173
* Commented a few extra debug messages.Diva Canto2011-05-261-2/+2
* Merge branch 'master' of ssh://opensimulator.org/var/git/opensimDiva Canto2011-05-266-57/+290
|\
| * Add --noassets option for "save iar"Justin Clark-Casey (justincc)2011-05-264-19/+146
| * Bump OAR file format version up to 0.7 for this development cycle.Justin Clark-Casey (justincc)2011-05-261-2/+2
| * Add a --noassets option to "save oar".Justin Clark-Casey (justincc)2011-05-263-37/+143
* | HG IM in grid mode working fairly well. Unknown target user references looked...Diva Canto2011-05-261-0/+74
* | HG: Instant Message working. Tested on HG standalones only. Needs a lot more ...Diva Canto2011-05-251-0/+268
* | Added necessary code to drop inventory on hg friends using the profile window...Diva Canto2011-05-243-7/+59
* | HG friends: Status notifications working. Also initial logins get the online ...Diva Canto2011-05-233-48/+209