69fb4ee208 
								
							
								 
							
						 
						
							
							
								
								migrations seem to not break anything at this point.  
							
							... 
							
							
							
							Tomorrow I'll start trying to integrate them into sqlite
to see if this works right for table migration. 
							
						 
						
							2008-06-09 22:01:21 +00:00  
				
					
						
							
							
								 
						
							
							
								504ab4477d 
								
							
								 
							
						 
						
							
							
								
								move Migration support into OpenSim.Data, because it  
							
							... 
							
							
							
							really turned out to be small enough to not need it's own
assembly 
							
						 
						
							2008-06-09 21:40:16 +00:00  
				
					
						
							
							
								 
						
							
							
								2e2dde71f2 
								
							
								 
							
						 
						
							
							
								
								fill out some more migration facilities  
							
							
							
						 
						
							2008-06-09 19:37:13 +00:00  
				
					
						
							
							
								 
						
							
							
								c30e9ff0f1 
								
							
								 
							
						 
						
							
							
								
								more work in progress migration code, still a while before  
							
							... 
							
							
							
							this becomes useful 
							
						 
						
							2008-06-09 19:11:49 +00:00  
				
					
						
							
							
								 
						
							
							
								283cc90566 
								
							
								 
							
						 
						
							
							
								
								start in on the shell for a generic database versioning module.  My  
							
							... 
							
							
							
							intent is to create an easier way to manage database table versions
like the model used for ruby on rails migrations. 
							
						 
						
							2008-06-09 18:24:07 +00:00  
				
					
						
							
							
								 
						
							
							
								db151bcec7 
								
							
								 
							
						 
						
							
							
								
								*Fixed bug that caused failure when System.Console.Readline returns null (no stdin)  
							
							... 
							
							
							
							*Fixed bug that would crash the simulator if there were two physics/meshing engines loaded with the same name. 
							
						 
						
							2008-06-09 15:20:08 +00:00  
				
					
						
							
							
								 
						
							
							
								c3292a9afa 
								
							
								 
							
						 
						
							
							
								
								*Patched CreateItemsTable.sql (MSSQL). Patch by Kyle and Chris from G2.  
							
							
							
						 
						
							2008-06-09 14:48:28 +00:00  
				
					
						
							
							
								 
						
							
							
								dfb63b5623 
								
							
								 
							
						 
						
							
							
								
								Update svn properties.  Formatting cleanup.  
							
							
							
						 
						
							2008-06-09 08:46:33 +00:00  
				
					
						
							
							
								 
						
							
							
								0d07cf9ddd 
								
							
								 
							
						 
						
							
							
								
								Mantis#1469. Thank you kindly, Mikem for a patch that addresses:  
							
							... 
							
							
							
							Currently LSL code such as below does not compile on OpenSim, but compiles fine in Second Life:
list mylist = [];
mylist += [1, 2, 3];
mylist += "four";
list newlist = mylist + 5.0;
The problem is that the LSL_Types.list class does not have an operator for adding a string to a list.
I am including a patch which implements adding a string, integer or float to a list.
I am also including tests. The file LSL_TypesTestList.cs belongs in 
OpenSim/Tests/OpenSim/Region/ScriptEngine/Common/. 
							
						 
						
							2008-06-09 01:06:59 +00:00  
				
					
						
							
							
								 
						
							
							
								6ecb7c05b3 
								
							
								 
							
						 
						
							
							
								
								* Fixed it so you can do a lot more llDetected* methods in many additional situations and have it work.  
							
							... 
							
							
							
							* script Collision reporting works now in DotNetEngine 
							
						 
						
							2008-06-08 22:53:52 +00:00  
				
					
						
							
							
								 
						
							
							
								c53892aa90 
								
							
								 
							
						 
						
							
							
								
								* Added compiler pre-processor, #if SPAM to SensorRepeat...  so if you really want to see, "[AsyncLSL]: GetSensorList missing localID" and SetSensorEvent, then you can #define SPAM  
							
							
							
						 
						
							2008-06-08 21:15:44 +00:00  
				
					
						
							
							
								 
						
							
							
								00769429f0 
								
							
								 
							
						 
						
							
							
								
								*Updated prebuild.xml for support with monodevelop  
							
							
							
						 
						
							2008-06-08 20:26:39 +00:00  
				
					
						
							
							
								 
						
							
							
								524998ba3e 
								
							
								 
							
						 
						
							
							
								
								* Fixes llDetectedKey.  
							
							
							
						 
						
							2008-06-08 19:54:49 +00:00  
				
					
						
							
							
								 
						
							
							
								aca872499f 
								
							
								 
							
						 
						
							
							
								
								Added a "if(entity != null)" before the call to  
							
							... 
							
							
							
							UpdateEntityMovement() to try to preclude the 
occaisional System.NullReferenceException in scene. 
							
						 
						
							2008-06-08 17:36:41 +00:00  
				
					
						
							
							
								 
						
							
							
								de11c09794 
								
							
								 
							
						 
						
							
							
								
								Mantis#1498. Thank you Melanie for an XEngine patch that addresses:  
							
							... 
							
							
							
							The attatched patch makes the changed() event fire properly and 
lets scripts run properly. 
NOTE: All existing state files must be deleted:
rm ScriptEngines/*/*.state 
							
						 
						
							2008-06-08 14:51:59 +00:00  
				
					
						
							
							
								 
						
							
							
								4ea9183b66 
								
							
								 
							
						 
						
							
							
								
								Mantis#1499. Thank you kindly, DMiles for a patch that:  
							
							... 
							
							
							
							was incorrectly sending the command along with the args to the CommandDelegate
help was getting lost on top of normal help & help was getting missed except 
in an exact match (and only returning the first) 
							
						 
						
							2008-06-08 00:34:00 +00:00  
				
					
						
							
							
								 
						
							
							
								0e5f2b3293 
								
							
								 
							
						 
						
							
							
								
								Mantis#1496. Thank you kindly, Melanie for a patch that:  
							
							... 
							
							
							
							Adds full implementation of all llDetected* functions for sensors, 
collisions and touches. Adds changed(CHANGED_REGION_RESTART) event 
to allow restarting of eye-candy functionality not currently 
persisted with the prim. 
							
						 
						
							2008-06-07 22:37:48 +00:00  
				
					
						
							
							
								 
						
							
							
								6ce9a8ecdd 
								
							
								 
							
						 
						
							
							
								
								Mantis#1495. Thank you kindly, Kinoc for:  
							
							... 
							
							
							
							0001495: [PATCH] Adds an API for for plugins to create 
new Console commands and Help 
							
						 
						
							2008-06-07 22:02:28 +00:00  
				
					
						
							
							
								 
						
							
							
								cde42cdbfd 
								
							
								 
							
						 
						
							
							
								
								Potential  Fix   #1  for 0001392: Shift+Drag now causes an unhandled 'Object reference not set to an instance of object' exception  
							
							
							
						 
						
							2008-06-07 17:48:45 +00:00  
				
					
						
							
							
								 
						
							
							
								990225a4ba 
								
							
								 
							
						 
						
							
							
								
								Patch for mantis#1493: Several patches to xengine.  Thanks Melanie!  
							
							
							
						 
						
							2008-06-07 17:43:07 +00:00  
				
					
						
							
							
								 
						
							
							
								2b83aa931c 
								
							
								 
							
						 
						
							
							
								
								Mantis#1476. Thank you kindly, Melanie for a patch that:  
							
							... 
							
							
							
							0001476: [PATCH] Allow larger script state files to be loaded
The previous limitation on load file size was too small for 
larger script projects 
							
						 
						
							2008-06-07 15:46:43 +00:00  
				
					
						
							
							
								 
						
							
							
								80079e14e3 
								
							
								 
							
						 
						
							
							
								
								Mantis#1475. Thank you kindly, Kinoc for a patch that:  
							
							... 
							
							
							
							This patch brings the Yield Prolog in sync with the YP r669.
Biggest item is support for functions asserta and assertz , 
providing dynamic databases. 
							
						 
						
							2008-06-07 15:43:16 +00:00  
				
					
						
							
							
								 
						
							
							
								5ab5991676 
								
							
								 
							
						 
						
							
							
								
								*Fixing another object counting bug  
							
							
							
						 
						
							2008-06-07 00:24:43 +00:00  
				
					
						
							
							
								 
						
							
							
								0fe363ba65 
								
							
								 
							
						 
						
							
							
								
								*Made Object Counting correct with linked objects and turned the previously protected functions that only return object counts to public so it can be easily used by outside classes.  
							
							
							
						 
						
							2008-06-06 23:20:02 +00:00  
				
					
						
							
							
								 
						
							
							
								bd2361ae33 
								
							
								 
							
						 
						
							
							
								
								* llSetPrimitiveParams PRIM_FLEXIBLE is now supported.  
							
							
							
						 
						
							2008-06-06 22:44:48 +00:00  
				
					
						
							
							
								 
						
							
							
								8c507b633b 
								
							
								 
							
						 
						
							
							
								
								* Added Light control from script in LLSetPrimitiveParams.  
							
							
							
						 
						
							2008-06-06 22:28:52 +00:00  
				
					
						
							
							
								 
						
							
							
								ed41ba8a3d 
								
							
								 
							
						 
						
							
							
								
								* Added a configuration option for allowing god script lsl methods..  such as llSetObjectPermMask.  By default it's off.  
							
							
							
						 
						
							2008-06-06 21:39:42 +00:00  
				
					
						
							
							
								 
						
							
							
								6a66caa02e 
								
							
								 
							
						 
						
							
							
								
								revert 5028, as this approach to 1 nick per avatar isn't going to work,  
							
							... 
							
							
							
							however, I think I understand now how to make it work.  I just don't want
to have this broken for people this weekend. 
							
						 
						
							2008-06-06 20:42:12 +00:00  
				
					
						
							
							
								 
						
							
							
								2cfdfaeaa5 
								
							
								 
							
						 
						
							
							
								
								experimental IRC changes, because it's friday, and I'm curious if this  
							
							... 
							
							
							
							will work. 
							
						 
						
							2008-06-06 20:21:25 +00:00  
				
					
						
							
							
								 
						
							
							
								be44969927 
								
							
								 
							
						 
						
							
							
								
								* Adds semi broken PRIM_FLEXIBLE support for prim.   It's semi-broken because it won't do the setting of the prim flexi from not-flexi, however, it'll tweak the parameters of an already existing flexi prim.  
							
							
							
						 
						
							2008-06-06 19:58:39 +00:00  
				
					
						
							
							
								 
						
							
							
								e099d5b013 
								
							
								 
							
						 
						
							
							
								
								* How tall are you?    Certainly not 127 meters!  
							
							
							
						 
						
							2008-06-06 14:33:01 +00:00  
				
					
						
							
							
								 
						
							
							
								37373dbde2 
								
							
								 
							
						 
						
							
							
								
								* true and not true or - not true and not true and.  
							
							
							
						 
						
							2008-06-06 13:33:45 +00:00  
				
					
						
							
							
								 
						
							
							
								7137b13498 
								
							
								 
							
						 
						
							
							
								
								* This limits avatar to the heightfield height if they teleport or cross a border to a position below it.  After teleporting, you can go under the terrain if you like as usual.  
							
							
							
						 
						
							2008-06-06 13:24:40 +00:00  
				
					
						
							
							
								 
						
							
							
								c892ddcd20 
								
							
								 
							
						 
						
							
							
								
								* This wraps the autopilot request to the client's sit response.   An interesting, but successful way to do it.  
							
							... 
							
							
							
							* This also takes care of a few error situations that were previously never seen. 
							
						 
						
							2008-06-06 12:51:20 +00:00  
				
					
						
							
							
								 
						
							
							
								3cbc01ee88 
								
							
								 
							
						 
						
							
							
								
								* Fixes incorrect message server startup prompt  
							
							
							
						 
						
							2008-06-06 08:05:09 +00:00  
				
					
						
							
							
								 
						
							
							
								e9a444917a 
								
							
								 
							
						 
						
							
							
								
								Fixes scale property with regards to the physics engine.  
							
							
							
						 
						
							2008-06-06 08:03:12 +00:00  
				
					
						
							
							
								 
						
							
							
								9002329a7d 
								
							
								 
							
						 
						
							
							
								
								Fixed a build problem with r5019 (Mikems patch)  
							
							
							
						 
						
							2008-06-06 05:28:26 +00:00  
				
					
						
							
							
								 
						
							
							
								fbd37c420f 
								
							
								 
							
						 
						
							
							
								
								Minor formatting cleanup.  
							
							
							
						 
						
							2008-06-06 01:19:15 +00:00  
				
					
						
							
							
								 
						
							
							
								67e06fa3f6 
								
							
								 
							
						 
						
							
							
								
								Mantis#1333. Thank you kindly, Mikem for a patch to  
							
							... 
							
							
							
							sync online documentation with source code every continuous build run. 
							
						 
						
							2008-06-06 01:03:37 +00:00  
				
					
						
							
							
								 
						
							
							
								de0bd2b5a0 
								
							
								 
							
						 
						
							
							
								
								MSSQL Inventory Fix. Patch by Kyle and Chris from G2  
							
							
							
						 
						
							2008-06-06 00:56:51 +00:00  
				
					
						
							
							
								 
						
							
							
								2818dd800e 
								
							
								 
							
						 
						
							
							
								
								Update svn properties.  
							
							
							
						 
						
							2008-06-06 00:25:43 +00:00  
				
					
						
							
							
								 
						
							
							
								16707b741e 
								
							
								 
							
						 
						
							
							
								
								Mantis#1451. Thank you kindly, mikem for additional  
							
							... 
							
							
							
							tests for LSL types and strings. 
							
						 
						
							2008-06-05 23:36:59 +00:00  
				
					
						
							
							
								 
						
							
							
								f9a67ab5f0 
								
							
								 
							
						 
						
							
							
								
								Mantis#1460. Thank you, CMickeyb for a patch that addresses:  
							
							... 
							
							
							
							I'm getting an unhandled exception in openxmlrpcchannel during simulator initialization.
I have two objects in different regions that open remote data channels in the state_entry event. 
It appears that the state_entry call is executing before the postinitialize method is called in 
xmlrpcmodule (the exception occurs because m_openChannels is not initialized). 
							
						 
						
							2008-06-05 20:18:15 +00:00  
				
					
						
							
							
								 
						
							
							
								d66de83938 
								
							
								 
							
						 
						
							
							
								
								Mantis#1459. Thank you kindly, CMickeyb for a patch that:  
							
							... 
							
							
							
							the function that reports errors in event handling is not computing the 
line numbers correctly for windows paths (and probably linux paths). 
As a result, the conversion to int throws an exception.
note... i'm not sure why we extract the line number, convert it to an int, 
then convert it back to a string... but hey... :-) 
							
						 
						
							2008-06-05 19:30:35 +00:00  
				
					
						
							
							
								 
						
							
							
								901b9365ba 
								
							
								 
							
						 
						
							
							
								
								* Applied 9085B_[5004]_xengine_abort_regression.patch from  #1437  
							
							... 
							
							
							
							Thank you, Melanie. And Thank you ckrinke. Bigups! 
							
						 
						
							2008-06-05 14:31:07 +00:00  
				
					
						
							
							
								 
						
							
							
								3b764dd34f 
								
							
								 
							
						 
						
							
							
								
								Mantis#1438. Thank you kindly, Melanie for a patch that:  
							
							... 
							
							
							
							This patch implements the llLoopSound patch from Xantor for the XEngine 
							
						 
						
							2008-06-05 14:22:53 +00:00  
				
					
						
							
							
								 
						
							
							
								dab3a53920 
								
							
								 
							
						 
						
							
							
								
								Mantis#1437. Patch 3 of 4. Thank you kindly, Melanie for:  
							
							... 
							
							
							
							Corrects the XEngine's script startup semantics.
Completes llRequestAgentData
Implements llDetectedLink
Fixes a few minor issues 
							
						 
						
							2008-06-05 14:18:53 +00:00  
				
					
						
							
							
								 
						
							
							
								bbabd68c7c 
								
							
								 
							
						 
						
							
							
								
								Mantis#1437. Patch 2 of 4. Thank you kindly, Melanie for:  
							
							... 
							
							
							
							Corrects the XEngine's script startup semantics.
Completes llRequestAgentData
Implements llDetectedLink
Fixes a few minor issues 
							
						 
						
							2008-06-05 14:17:22 +00:00  
				
					
						
							
							
								 
						
							
							
								e3c14e9b24 
								
							
								 
							
						 
						
							
							
								
								Mantis#1437. Patch one of four. Thank you kindly, Melanie for:  
							
							... 
							
							
							
							Corrects the XEngine's script startup semantics.
Completes llRequestAgentData
Implements llDetectedLink
Fixes a few minor issues 
							
						 
						
							2008-06-05 14:15:15 +00:00  
				
					
						
							
							
								 
						
							
							
								e2d87b04e3 
								
							
								 
							
						 
						
							
							
								
								Mantis#1455. Thank you kindly, Mikem for a patch that addresses  
							
							... 
							
							
							
							the client thread terminating when creating a new script. 
							
						 
						
							2008-06-05 14:03:08 +00:00