Commit Graph

12673 Commits (a46538485bbcefc6563fc15048497e17971f49a6)

Author SHA1 Message Date
Diva Canto a46538485b One more thing related to the previous commit. Must avoid all in-process remote calls. 2010-08-03 16:28:06 -07:00
Diva Canto 62ffc566c3 Bug fix (HG): mantis #4891. This doesn't actually fix the underlying bug, but it clears up the circular dependency issue between Gatekeeper and UserAgents that had made me resort to in-process remote calls, which, in turn, were hitting bugs down there somewhere in mono.
NOTE: CONFIGURATION CHANGE IN ROBUST.HG.INI.EXAMPLE !!!###!!!
2010-08-03 16:03:50 -07:00
Diva Canto df976c9eb4 Weird 2010-07-31 16:45:18 -07:00
Diva Canto 63dd24a651 Show hyperlinks 2010-07-31 16:44:02 -07:00
Marck 692e684ced Implemented console command "show hyperlinks". 2010-07-31 16:42:42 -07:00
Melanie 875a623654 Thank you, Snoopy, for a patch to fix child prim movement. This still doesn't
address limiting link distance, but at least it makes the UI and LSL
match.
2010-07-31 09:30:44 -07:00
Diva Canto 81751a1753 Bug fix: make m_HypergridLinker static. 2010-07-30 18:06:34 -07:00
Diva Canto 44332d145a Slight improvement on previous commit. 2010-07-30 14:41:02 -07:00
Diva Canto 4a7588b0f0 Changed the way HG client verification is done: now transforming local and LAN client IPs into external IPs. This addresses some issues related to running both the user agents service and the viewer in the same machine/LAN, which then presents a problem when the user agent goes to an external network. 2010-07-30 14:40:45 -07:00
Melanie 72060741e1 Add some options 2010-07-24 23:37:08 +01:00
Melanie 4fcf76eb0b Fix some inventory issues 2010-07-24 23:20:58 +01:00
Justin Clark-Casey (justincc) 0e3daf703f remove compile.bat from a created binary distribution 2010-07-23 23:13:04 +01:00
Justin Clark-Casey (justincc) 02aa938ce1 in nant distbin, specifically only delete Regions.ini instead of the entire Regions directory 2010-07-23 22:37:33 +01:00
Justin Clark-Casey (justincc) 18117d8c9a Merge branch '0.7-post-fixes' of ssh://opensimulator.org/var/git/opensim into 0.7-post-fixes 2010-07-23 22:37:10 +01:00
Diva Canto 536699cf43 Flipped the flavour on post-fixes to Post_Fixes. 2010-07-22 10:56:18 -07:00
Diva Canto 192781e83b Added ': ' to password prompt. Mantis #4851 2010-07-22 04:01:55 -07:00
Melanie 46001809a6 Adding sample configuration to previous patch 2010-07-22 04:01:43 -07:00
Melanie adba22c29b Add sending of the avatar interests and configuration of the profiles
module as an OpenSim profile module to Simian grid services.
Patch by Dimentox, thank you.
Applied with changes.
2010-07-22 04:01:29 -07:00
Melanie 4e537a5a86 Allow Megaregions to start properly after an unclean shutdown 2010-07-20 23:24:54 +01:00
Justin Clark-Casey (justincc) 5182b9fcd2 adjust DialogModule to only send broadcast alerts to root agents 2010-07-20 15:07:09 -07:00
Melanie Thielker 8c631cfaa3 Allow communicating with blue box dialogs across a region border via a
child agent
2010-07-20 15:06:57 -07:00
Diva Canto 8641eb65b1 Restore lines that have been removed due to previous merge conflict. 2010-07-20 14:53:40 -07:00
Melanie 9c4380feb2 Remove a merge artefact 2010-07-20 14:53:27 -07:00
Melanie Thielker 3d82e79d1c When a god uses mass permission setting, the V bit is cleared from next
perms, rendering the item unmoveable for the next owenr. Make god mods
conform to the rules, too.
2010-07-20 14:53:13 -07:00
Melanie Thielker 2eadd984ab prevent hacked viewers from being able to delete arbitrary items from any
prim. Allow friends with perms and shared group members to move or copy
things out of prims
2010-07-20 14:52:50 -07:00
Melanie Thielker df55e5295f Fix a few permissions vulnerability. Owners could cause permissions
escalation on items contained in prims using a hacked viewer
2010-07-20 14:52:25 -07:00
Justin Clark-Casey (justincc) 79d33418f0 Merge branch '0.7-post-fixes' of ssh://opensimulator.org/var/git/opensim into 0.7-post-fixes 2010-07-20 21:57:03 +01:00
Diva Canto d93a442483 Relaxed the ultra-conservative lock on m_items. Needs testing under linux and stress. 2010-07-20 13:26:42 -07:00
Diva Canto 257a46dfb9 Another stab at http://opensimulator.org/mantis/view.php?id=4858. Eliminated more nested locks. 2010-07-20 13:26:25 -07:00
Diva Canto 699d3b0965 One more stab at http://opensimulator.org/mantis/view.php?id=4858.
Eliminated the nested locks of m_Scripts and m_PrimObjects.
2010-07-20 13:26:08 -07:00
Diva Canto 5a8ddfe211 Deleted Snoopy's patch completely, including Thread.Sleep. Preliminary tests indicate that this is what causes deadlock. More tests needed. 2010-07-20 13:25:53 -07:00
Melanie 128da70d15 re-add the sleep lost in the revert. 2010-07-20 13:25:35 -07:00
Melanie 251740815f Revert "Thank you, Snoopy, for a patch to reduce sim script startup CPU usage"
This reverts commit c404c5fb54.
2010-07-20 13:25:17 -07:00
Justin Clark-Casey (justincc) 20c68cc531 Allow use of old angle rules PSYS_SRC_INNERANGLE and PSYS_SRC_OUTERANGLE in llParticleSystem()
This is a patch from http://opensimulator.org/mantis/view.php?id=3201
Thanks Micheil Martin!
2010-07-17 15:18:01 -07:00
Justin Clark-Casey (justincc) 4a898fdf8d Fix bugs in llRot2Euler()
Applies patch in http://opensimulator.org/mantis/view.php?id=4482.
Thanks Micheil Merlin!
2010-07-17 06:02:07 -07:00
Justin Clark-Casey (justincc) 2f562639b9 Add region name on the end of script startup debug messages 2010-07-17 01:30:26 +01:00
Diva Canto 02019abf22 Fixes mantis #4872. Port for GridInfo was wrong in Robust.HG.ini.example 2010-07-15 03:34:57 -07:00
Diva Canto d843682c18 Removed a few obsolete mono addin references. Mantis #4854 2010-07-14 14:50:24 -07:00
Diva Canto 3ca3522ad1 Fixes mantis #4870. 2010-07-14 11:09:27 -07:00
Justin Clark-Casey (justincc) f13f35755c comment out obsolete assert that 'item has been passed to another user since it was last set' perms flag was set when a prim item was added to a scene object 2010-07-14 11:08:54 -07:00
Melanie Thielker 67417f6478 Fix a permissions issue 2010-07-14 10:22:56 -07:00
Justin Clark-Casey (justincc) 2167f99bde Fix obvious bug in XInventoryService.GetFolderItems() which was preventing the iar module from being able to save single item iars 2010-07-14 10:03:42 -07:00
Diva Canto 18f6ac7b86 Cleaned up a couple of things from OpenSim.ini.example: [Friends] section has been in other inis for a while, not needed here; and [Network] remoteDataPort is obsolete. 2010-07-14 08:54:09 -07:00
Diva Canto b5f87fd455 Removed some more debug messages. 2010-07-14 04:19:12 -07:00
Justin Clark-Casey (justincc) ecd46c881e uncomment a load iar code line I accidentally commented in the last commit
hooray for automated tests
2010-07-14 03:24:56 -07:00
Justin Clark-Casey (justincc) d55d6949fe comment out a lot of the debug log messages when loading an iar
these are very redundant now and cause issues when loading large iars
diva, you may want to cherry pick this for 0.7-post-fixes since it only comments out log lines and nothing else
2010-07-14 03:24:40 -07:00
Diva Canto 28b29aff45 Hopefully fixes mantis #4852 2010-07-08 16:22:48 -07:00
Melanie 94d6d9775f Handle a specific exception without spewing red ink. 2010-07-08 16:08:56 -07:00
Diva Canto 9316e0b867 These 2 files want to be committed. 2010-07-08 16:07:37 -07:00
dahlia 5f932605dc llVecNorm() now returns a zero-length vector when one is supplied as input. Addresses Mantis #4752 2010-07-08 11:12:23 -07:00