OpenSimMirror/OpenSim/Region
MW 58ce018625 for testing purposes only:
added void osSetParcelMediaTime(double time) command to script engines. 
which sets the position of the media that is playing. Time is in seconds.
Doesn't do any security checking (should be checking that the object/script is owned by the parcel owner). So could be abused, if it is then we should remove it, or add the security.
Only tested in dotnet scripting engine, but should work in XEngine too.
2008-07-09 12:02:01 +00:00
..
Application * Start scripts loaded from an archive 2008-07-07 18:54:11 +00:00
ClientStack corrected the params types on IClientAPI.SendParcelMediaCommand. the command parameter should be set to the the ParcelMediaCommandEnum value. While flags seems to need to be set to (uint)(1<<[value of the command enum]) 2008-07-09 11:01:26 +00:00
Communications Renaming UserManagerBase.SetUserProfile(UserProfileData) to 2008-07-04 11:13:25 +00:00
DataSnapshot last round of warning squashing. calling it a day now. 2008-06-27 23:03:39 +00:00
Environment for testing purposes only: 2008-07-09 12:02:01 +00:00
Examples/SimpleModule corrected the params types on IClientAPI.SendParcelMediaCommand. the command parameter should be set to the the ParcelMediaCommandEnum value. While flags seems to need to be set to (uint)(1<<[value of the command enum]) 2008-07-09 11:01:26 +00:00
Modules Extracted the Avatar appearance functions out of the IUserService interface and moved them into a IAvatarService 2008-06-28 17:43:20 +00:00
Physics added a hollow size constraint to box, cylinder, and prism prim meshes to prevent a possible sim lockup 2008-07-07 10:09:35 +00:00
ScriptEngine for testing purposes only: 2008-07-09 12:02:01 +00:00
Storage change SitTarget calls from functions to properties 2008-07-07 20:12:14 +00:00