e17591f4cf 
								
							
								 
							
						 
						
							
							
								
								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:52:22 -07:00  
				
					
						
							
							
								 
						
							
							
								39cd57598b 
								
							
								 
							
						 
						
							
							
								
								Fix a permissions issue  
							
							
							
						 
						
							2010-07-14 16:12:44 +01:00  
				
					
						
							
							
								 
						
							
							
								33aa7ba7dc 
								
							
								 
							
						 
						
							
							
								
								Revert "More on mantis  #4869 . This fixes the problem of objects showing up as no copy when they are copy-able. It works, but I have no idea what I'm doing."  
							
							... 
							
							
							
							Cuauses a permission escalation. do NOT USE the preceding commit 
							
						 
						
							2010-07-14 14:59:34 +01:00  
				
					
						
							
							
								 
						
							
							
								bec1d7cc36 
								
							
								 
							
						 
						
							
							
								
								Removed left-over debug messages.  
							
							
							
						 
						
							2010-07-14 07:00:24 -07:00  
				
					
						
							
							
								 
						
							
							
								87fb19162e 
								
							
								 
							
						 
						
							
							
								
								More on mantis  #4869 . This fixes the problem of objects showing up as no copy when they are copy-able. It works, but I have no idea what I'm doing.  
							
							
							
						 
						
							2010-07-14 06:57:56 -07:00  
				
					
						
							
							
								 
						
							
							
								d64c09160c 
								
							
								 
							
						 
						
							
							
								
								Removed some more debug messages.  
							
							
							
						 
						
							2010-07-14 04:18:13 -07:00  
				
					
						
							
							
								 
						
							
							
								cd8bb316ea 
								
							
								 
							
						 
						
							
							
								
								Remove getting the object capacity from the money module. It is now set  
							
							... 
							
							
							
							directly from the Region Info (and the region ini file) 
							
						 
						
							2010-07-14 03:51:00 +01:00  
				
					
						
							
							
								 
						
							
							
								dd14016885 
								
							
								 
							
						 
						
							
							
								
								Revamp the permissions propagation. This MAY mess up. Please test.  
							
							... 
							
							
							
							Change the slam bit from 3 to 4. Assume the old slam bit is always set.
The new slam bit is a "changed owner" bit, correcting a bug where an item
passed from the creator to another with less than full perms, then back (sale
test) would arrive back full perm. Lots of in-code docs. 
							
						 
						
							2010-07-13 20:45:16 +01:00  
				
					
						
							
							
								 
						
							
							
								bed36901d1 
								
							
								 
							
						 
						
							
							
								
								Add CreateSelected flag onto objects rezzed from inventory  
							
							
							
						 
						
							2010-07-13 20:37:12 +01:00  
				
					
						
							
							
								 
						
							
							
								86f3f83250 
								
							
								 
							
						 
						
							
							
								
								uncomment a load iar code line I accidentally commented in the last commit  
							
							... 
							
							
							
							hooray for automated tests 
							
						 
						
							2010-07-12 23:37:08 +01:00  
				
					
						
							
							
								 
						
							
							
								3156f4bbeb 
								
							
								 
							
						 
						
							
							
								
								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-12 23:00:01 +01:00  
				
					
						
							
							
								 
						
							
							
								26621ca500 
								
							
								 
							
						 
						
							
							
								
								Add scripted controllers into agent intersim messaging  
							
							
							
						 
						
							2010-07-11 14:50:14 +01:00  
				
					
						
							
							
								 
						
							
							
								eaea89bbb7 
								
							
								 
							
						 
						
							
							
								
								Remove localID from script controls data. It won't transfer to another  
							
							... 
							
							
							
							region anyway 
							
						 
						
							2010-07-11 13:09:11 +01:00  
				
					
						
							
							
								 
						
							
							
								1169bfeaf3 
								
							
								 
							
						 
						
							
							
								
								Make taken items go back to the folder they came from  
							
							
							
						 
						
							2010-07-10 10:43:34 +01:00  
				
					
						
							
							
								 
						
							
							
								6352fc5f57 
								
							
								 
							
						 
						
							
							
								
								Bug in 0.6.9 sometimes restoring script state causes region console to crash due to unhandled file lock exception. Attempt to resolve by wrapping several instances of file create / read logic in using statements and added some error handling for locked file exceptions. If it is IDisposable, it must be disposed! The close statements are unnecessary but harmless so I have left those in. The end of the using block will close and dispose automagically.  
							
							
							
						 
						
							2010-07-09 18:23:48 +01:00  
				
					
						
							
							
								 
						
							
							
								fe60b6783d 
								
							
								 
							
						 
						
							
							
								
								Hopefully fixes mantis  #4852  
							
							
							
						 
						
							2010-07-08 16:21:01 -07:00  
				
					
						
							
							
								 
						
							
							
								d2fea2bb29 
								
							
								 
							
						 
						
							
							
								
								These 2 files want to be committed.  
							
							
							
						 
						
							2010-07-08 16:05:59 -07:00  
				
					
						
							
							
								 
						
							
							
								df9d4cd9b2 
								
							
								 
							
						 
						
							
							
								
								llVecNorm() now returns a zero-length vector when one is supplied as input. Addresses Mantis  #4752  
							
							
							
						 
						
							2010-07-08 10:06:08 -07:00  
				
					
						
							
							
								 
						
							
							
								815dd73cf3 
								
							
								 
							
						 
						
							
							
								
								fix a potential division by zero  
							
							
							
						 
						
							2010-07-08 10:01:23 -07:00  
				
					
						
							
							
								 
						
							
							
								baebefeb05 
								
							
								 
							
						 
						
							
							
								
								Handle a specific exception without spewing red ink.  
							
							
							
						 
						
							2010-07-08 16:30:36 +01:00  
				
					
						
							
							
								 
						
							
							
								32cfdb0f6a 
								
							
								 
							
						 
						
							
							
								
								Switched order of conditionals.  
							
							
							
						 
						
							2010-07-07 02:40:51 -07:00  
				
					
						
							
							
								 
						
							
							
								07559707c5 
								
							
								 
							
						 
						
							
							
								
								Fixes problem where "Adult" regions were reported as being of type "Unknown".  
							
							
							
						 
						
							2010-07-07 02:37:22 -07:00  
				
					
						
							
							
								 
						
							
							
								657056a73f 
								
							
								 
							
						 
						
							
							
								
								Fixes mantis  #4845  
							
							
							
						 
						
							2010-07-05 08:48:02 -07:00  
				
					
						
							
							
								 
						
							
							
								cd19e6fe32 
								
							
								 
							
						 
						
							
							
								
								Fixes mantis  #4842  
							
							
							
						 
						
							2010-07-05 07:38:15 -07:00  
				
					
						
							
							
								 
						
							
							
								debc780654 
								
							
								 
							
						 
						
							
							
								
								Fixes additional bug reported in mantis  #4841 .  
							
							
							
						 
						
							2010-07-05 07:14:32 -07:00  
				
					
						
							
							
								 
						
							
							
								7525f3a556 
								
							
								 
							
						 
						
							
							
								
								Don't include hyperlinks as neighbors, even if grid operators have done the mistake of placing them as neighbors. This will not prevent further mess ups coming from that unsupported action.  
							
							
							
						 
						
							2010-07-05 04:19:53 -07:00  
				
					
						
							
							
								 
						
							
							
								c7e4880a5e 
								
							
								 
							
						 
						
							
							
								
								One more buglet fixed related to mantis  #4841  -- auto-returns were still chocking on a null pointer exception.  
							
							
							
						 
						
							2010-07-05 03:36:26 -07:00  
				
					
						
							
							
								 
						
							
							
								b84f72df0b 
								
							
								 
							
						 
						
							
							
								
								Got rid of all hyperassets references. Also fixed accessing textures in user's inventory in foreign grids.  
							
							
							
						 
						
							2010-07-04 14:59:15 -07:00  
				
					
						
							
							
								 
						
							
							
								02a15bc787 
								
							
								 
							
						 
						
							
							
								
								Started to clean up the mess with HyperAssets in LLClientView. Fixed HG access to Notecards in user's inventory.  
							
							
							
						 
						
							2010-07-04 13:56:03 -07:00  
				
					
						
							
							
								 
						
							
							
								abe0a9ff49 
								
							
								 
							
						 
						
							
							
								
								Fixes the obvious problem in mantis  #4841 . Melanie needs to look at other potential problems there, though.  
							
							
							
						 
						
							2010-07-04 02:59:38 -07:00  
				
					
						
							
							
								 
						
							
							
								c117f2144c 
								
							
								 
							
						 
						
							
							
								
								Compiled Robust.32BitLaunch.exe to .Net 3.5  
							
							
							
						 
						
							2010-07-03 10:40:33 -07:00  
				
					
						
							
							
								 
						
							
							
								028303c3e1 
								
							
								 
							
						 
						
							
							
								
								Fixes mantis  #4835  
							
							
							
						 
						
							2010-07-03 02:44:28 -07:00  
				
					
						
							
							
								 
						
							
							
								79c1eb1e39 
								
							
								 
							
						 
						
							
							
								
								Merge branch 'master' of ssh://opensimulator.org/var/git/opensim  
							
							
							
						 
						
							2010-07-02 06:36:08 -07:00  
				
					
						
							
							
								 
						
							
							
								490f1c144c 
								
							
								 
							
						 
						
							
							
								
								Fixes mantis  #4782  
							
							
							
						 
						
							2010-07-02 06:35:38 -07:00  
				
					
						
							
							
								 
						
							
							
								e15f6905a5 
								
							
								 
							
						 
						
							
							
								
								Clean up IMoneyModule and adjust the other modules to the changes  
							
							
							
						 
						
							2010-07-02 06:13:58 +01:00  
				
					
						
							
							
								 
						
							
							
								fda9d7b75e 
								
							
								 
							
						 
						
							
							
								
								Remove GetEconomyData and the economy data structure (unused)  
							
							
							
						 
						
							2010-07-02 04:45:03 +01:00  
				
					
						
							
							
								 
						
							
							
								a4b7863ea1 
								
							
								 
							
						 
						
							
							
								
								Merge branch 'master' of melanie@opensimulator.org:/var/git/opensim  
							
							
							
						 
						
							2010-07-02 04:21:48 +01:00  
				
					
						
							
							
								 
						
							
							
								d58b32735d 
								
							
								 
							
						 
						
							
							
								
								add Micheil Merlin to CONTRIBUTORS.txt (Mantis  #4784 )  
							
							
							
						 
						
							2010-07-01 20:50:24 -07:00  
				
					
						
							
							
								 
						
							
							
								9e0b562c6e 
								
							
								 
							
						 
						
							
							
								
								Fox another scripting nasty. Stuff no system.string objects into lists  
							
							
							
						 
						
							2010-07-02 04:21:07 +01:00  
				
					
						
							
							
								 
						
							
							
								e328c23355 
								
							
								 
							
						 
						
							
							
								
								Add MapTileURL to robust to supply the url needed by snowglobe  
							
							
							
						 
						
							2010-07-02 04:03:35 +01:00  
				
					
						
							
							
								 
						
							
							
								848623eea5 
								
							
								 
							
						 
						
							
							
								
								Fix a dumb little sign error that makes a LSL wiki example fail  
							
							
							
						 
						
							2010-07-02 03:04:43 +01:00  
				
					
						
							
							
								 
						
							
							
								54d7f6ef43 
								
							
								 
							
						 
						
							
							
								
								Add region name on the end of script startup debug messages  
							
							
							
						 
						
							2010-07-01 21:34:53 +01:00  
				
					
						
							
							
								 
						
							
							
								12b70ffc7e 
								
							
								 
							
						 
						
							
							
								
								Merge branch 'master' of ssh://opensimulator.org/var/git/opensim  
							
							
							
						 
						
							2010-07-01 21:27:07 +01:00  
				
					
						
							
							
								 
						
							
							
								8326f36cda 
								
							
								 
							
						 
						
							
							
								
								minor: comment out high volume texture serving module debug message  
							
							
							
						 
						
							2010-06-30 22:07:28 +01:00  
				
					
						
							
							
								 
						
							
							
								dd579cf615 
								
							
								 
							
						 
						
							
							
								
								Merge branch 'master' of melanie@opensimulator.org:/var/git/opensim  
							
							
							
						 
						
							2010-06-30 21:26:43 +01:00  
				
					
						
							
							
								 
						
							
							
								1db2921782 
								
							
								 
							
						 
						
							
							
								
								Fix scripts in rezzed objects not starting (Mantis  #4775 )  
							
							
							
						 
						
							2010-06-30 21:25:39 +01:00  
				
					
						
							
							
								 
						
							
							
								eb30b60e52 
								
							
								 
							
						 
						
							
							
								
								minor: comment out high volume texture serving module debug message  
							
							
							
						 
						
							2010-06-30 19:54:35 +01:00  
				
					
						
							
							
								 
						
							
							
								b6264e60d3 
								
							
								 
							
						 
						
							
							
								
								Removed opportunity for exception in BaseHttpServer. (mantis  #4825 )  
							
							
							
						 
						
							2010-06-30 06:35:22 -07:00  
				
					
						
							
							
								 
						
							
							
								be0af01061 
								
							
								 
							
						 
						
							
							
								
								Revert "stop exceptions in setting and getting state from propogating since they aren't fatal to operations"  
							
							... 
							
							
							
							This reverts commit 94cb6fc916 
							
						 
						
							2010-06-29 23:43:38 +01:00  
				
					
						
							
							
								 
						
							
							
								714367efb9 
								
							
								 
							
						 
						
							
							
								
								Merge branch 'master' of melanie@opensimulator.org:/var/git/opensim  
							
							
							
						 
						
							2010-06-29 21:51:56 +01:00