aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim (unfollow)
Commit message (Expand)AuthorFilesLines
2011-10-20Get OdeScene to use passed in time step rather than hard-coded 0.089Justin Clark-Casey (justincc)3-25/+32
2011-10-20Pass PhysicsScene.Simulate() only the MinFrameTime rather than the useless Ma...Justin Clark-Casey (justincc)1-12/+4
2011-10-20For now, stop passing timeStep into methods where it's not actually used.Justin Clark-Casey (justincc)2-13/+5
2011-10-19Change wording on asset requests.Justin Clark-Casey (justincc)1-2/+2
2011-10-19Removed redundant NotInTransit function from ScenePresence. IsInTransit=false...Dan Lake1-5/+0
2011-10-19Moved HaveNeighbor utility function from ScenePresence to Scene. Fixed line e...Dan Lake5-318/+318
2011-10-19Renamed and rearranged AvatarFactoryModule to eliminate redundant lookups of ...Dan Lake9-344/+319
2011-10-19Extend scripts stop/start/suspend/resume console commands to allow action on ...Justin Clark-Casey (justincc)2-72/+100
2011-10-19Add "scripts stop" and "scripts start" console commands.Justin Clark-Casey (justincc)1-2/+48
2011-10-19minor: improve command help on scripts suspend/resumeJustin Clark-Casey (justincc)1-2/+5
2011-10-19Fix resume scripts.Justin Clark-Casey (justincc)2-9/+33
2011-10-19Add "scripts suspend" and "scripts resume" commands.Justin Clark-Casey (justincc)2-3/+53
2011-10-19on log and "show scripts" messages, show script item UUID rather than asset UUIDJustin Clark-Casey (justincc)1-4/+4
2011-10-19add current script status to "scripts show" command (running, suspended, etc.)Justin Clark-Casey (justincc)3-7/+31
2011-10-19Add "show scripts" command to show all scripts currently known to the script ...Justin Clark-Casey (justincc)2-2/+28
2011-10-19Add option to allow remote http calls to setpassword in the AuthenticationSer...Justin Clark-Casey (justincc)2-23/+46
2011-10-19Slightly change log message in LoadRegionsPluginJustin Clark-Casey (justincc)1-1/+1
2011-10-19Region-UUID - can not be zero-uuidPixel Tomsen1-1/+13
2011-10-19Make ScopeID optional for http GetAccount and GetAccountsJustin Clark-Casey (justincc)1-11/+6
2011-10-19Make PrincipalID a synonym for UserID in GetUserAccountJustin Clark-Casey (justincc)1-0/+6
2011-10-19Get new NewUser and SetUserAccount calls to accept PrincipalID instead of Use...Justin Clark-Casey (justincc)1-3/+3
2011-10-19Allow an http call to set account details if AllowSetAccount = true in [UserA...Justin Clark-Casey (justincc)1-3/+59
2011-10-18Provide an option to allow remote calls to the CreateUser method on the UserA...Justin Clark-Casey (justincc)3-7/+73
2011-10-18Temporarily put in log lines to record time taken to set terrain in OdeScene.Justin Clark-Casey (justincc)1-0/+6
2011-10-18Store scene identifier passed in to OdeScene for later debug messagesJustin Clark-Casey (justincc)2-2/+10
2011-10-18Don't bother taking OdeLock during OdeScene construction, since there can be ...Justin Clark-Casey (justincc)1-16/+13
2011-10-18Remove unnecessary lock of OdeLock in OdePrim.changeadd()Justin Clark-Casey (justincc)1-18/+13
2011-10-18minor: method doc to explain a lock of OdeLockJustin Clark-Casey (justincc)2-1/+3
2011-10-18Remove the unused CollisionLocker from ODEJustin Clark-Casey (justincc)4-97/+81
2011-10-17Allow an avatar to be explicitly named to the "debug packet" commandJustin Clark-Casey (justincc)2-6/+11
2011-10-17refactor: Make IClientAPI.DebugPacketFormat a property rather than a setter w...Justin Clark-Casey (justincc)6-28/+16
2011-10-17Add avatar names to debug packet outputJustin Clark-Casey (justincc)1-2/+2
2011-10-17refactor: Use SOP.SitTargetAvatar instead of calling a special GetAvatarOnSit...Justin Clark-Casey (justincc)3-11/+10
2011-10-17rename OS_NPC_SIT_IMMEDIATE to OS_NPC_SIT_NOW since it's shorter and more und...Justin Clark-Casey (justincc)1-1/+1
2011-10-17Implement osNpcStand(<npc-id>)Justin Clark-Casey (justincc)6-2/+48
2011-10-17Implement osNpcSit(). This is still in development so don't trust itJustin Clark-Casey (justincc)10-5/+75
2011-10-16Bug fix on the bug fix on UserAccountService.csDiva Canto1-1/+0
2011-10-15Guard HGAssetService against uninitialized variables and null arguments.Diva Canto1-0/+3
2011-10-15improve method doc on Scene.OtherRegionUp()Justin Clark-Casey (justincc)1-4/+4
2011-10-15move see_into_this_sim_from_neighbor [Startup] flag parsing into Scene with t...Justin Clark-Casey (justincc)6-17/+8
2011-10-15fetch physical_prim switch from [Startup] config from inside scene, as is don...Justin Clark-Casey (justincc)7-48/+23
2011-10-15remove now redundant m_physical_prim flag from SOP.ApplyPhysics()Justin Clark-Casey (justincc)3-7/+7
2011-10-15Restore [Startup] physical_prim flag which can stop any prims being subject t...Justin Clark-Casey (justincc)2-1/+12
2011-10-15remove redundant PhysActor.IsPhysical call from SOP.UpdatePrimFlags() as its ...Justin Clark-Casey (justincc)1-4/+0
2011-10-15refactor: Remove redundant code in SOP.UpdatePrimFlags()Justin Clark-Casey (justincc)1-27/+21
2011-10-15factor common code out into SOP.RemoveFromPhysics()Justin Clark-Casey (justincc)3-11/+19
2011-10-15reduce access to ODECharacter methods to make code analysis easier. Eliminat...Justin Clark-Casey (justincc)2-54/+36
2011-10-15restrict unnecessary access levels on ODEPrim fields/propertiesJustin Clark-Casey (justincc)1-19/+17
2011-10-15refactor: make methods that do not need to be public in ODE private or intern...Justin Clark-Casey (justincc)3-129/+195
2011-10-14Change hardcoded ODE total frame time to match the default total frame time (...Justin Clark-Casey (justincc)1-1/+1