aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim (unfollow)
Commit message (Expand)AuthorFilesLines
2011-10-27For now, comment out error message on new script engine console commands.Justin Clark-Casey (justincc)1-1/+4
2011-10-27Comment out inventory folder bulk update code on InventoryAccepted message in...Justin Clark-Casey (justincc)1-12/+18
2011-10-27Don't blow our brains out if LLClientView.BulkInventoryUpdate() is wrongly pa...Justin Clark-Casey (justincc)1-1/+3
2011-10-27Fix a bug I introduced yesterday in ODE physics where prim scripts would only...Justin Clark-Casey (justincc)3-1/+26
2011-10-26Added optional owner classes to existing OSSL agent PermissionsMichelle Argus1-6/+61
2011-10-26Implementation of PRIM_OMEGA, but only for settingSignpostMarv Martin2-4/+18
2011-10-26Implementing PRIM_LINK_TARGET, but only for setting paramsSignpostMarv Martin2-4/+14
2011-10-25Restart the event queue worker threads that I accidentally disabled earlier t...Justin Clark-Casey (justincc)2-9/+11
2011-10-25In Watchdog, add ability to specific timeout for a thread.Justin Clark-Casey (justincc)1-16/+56
2011-10-25Add m_threads dictionary locking to Watchdog.GetThreads()Justin Clark-Casey (justincc)1-1/+2
2011-10-25Clear OdeCharacter CollisionEventUpdate when we subscribe or unsubscribe from...Justin Clark-Casey (justincc)1-0/+2
2011-10-25Remove unused fields from CollisionEventUpdateJustin Clark-Casey (justincc)5-28/+10
2011-10-25Get rid of the pointless null checks on collision listeners. Add warning abo...Justin Clark-Casey (justincc)3-7/+6
2011-10-25When sending object collision updates, don't null out and recreate the Collis...Justin Clark-Casey (justincc)2-13/+8
2011-10-25For ScenePresence collision events, instead of creating a new CollisionEvents...Justin Clark-Casey (justincc)3-9/+17
2011-10-25Fix bug where collision event listeners were not removed once the listener ha...Justin Clark-Casey (justincc)1-4/+5
2011-10-25minor: rename a parameter in OdeScene.Simulate() from actor -> prim since it'...Justin Clark-Casey (justincc)1-4/+4
2011-10-25minor: add "threads show" as synonym for "show threads" for consistencyJustin Clark-Casey (justincc)1-0/+5
2011-10-25Add "threads abort <thread-id>" simulator console command that allows us to a...Justin Clark-Casey (justincc)2-2/+48
2011-10-25Make OpenSim.Framework.Servers.HttpServer rely on OpenSim.Framework instead o...Justin Clark-Casey (justincc)43-69/+243
2011-10-24Drop some unnecessary ContainsKey() checking before Remove() in BaseHttpServer()Justin Clark-Casey (justincc)1-12/+2
2011-10-24Fix bugs in EventQueueGetModule.ClientClosed() and BaseHttpServer.RemovePollS...Justin Clark-Casey (justincc)4-9/+31
2011-10-24separate out future common setup code from EventQueueTests.AddForClient()Justin Clark-Casey (justincc)1-8/+14
2011-10-24Add new EventQueueTests with basic test to check that adding a client registe...Justin Clark-Casey (justincc)3-2/+75
2011-10-24Add optional getauthinfo and setauthinfo authentication service calls.Justin Clark-Casey (justincc)7-5/+177
2011-10-23Comment out the uuid gatherer lines that I accidentally left in.Justin Clark-Casey (justincc)1-4/+4
2011-10-22Fix missing Busy-Mode ResponsePixel Tomsen1-0/+1
2011-10-22Add case to Lightshare/WindlightBlueWall1-0/+3
2011-10-22Get UUIDGatherer to scan notecards in the graph for asset uuids.Justin Clark-Casey (justincc)5-24/+68
2011-10-22redirect UserInventoryHelpers to use a different CreateNotecardAsset() so we ...Justin Clark-Casey (justincc)2-12/+19
2011-10-22correct misleading method doc on CreateNotecardAsset()Justin Clark-Casey (justincc)1-1/+1
2011-10-22in AssetHelpers, store the actual text passed in to the method, not the strin...Justin Clark-Casey (justincc)1-2/+2
2011-10-22encode notecard assets in proper format for tests, rather than just using wha...Justin Clark-Casey (justincc)1-1/+6
2011-10-22refactor: rename some AssetHelpers.CreateAsset() methods to CreateNotecardAss...Justin Clark-Casey (justincc)4-10/+10
2011-10-21RemoteAdmin - Added optional terrain loading on region create using parameter...Michelle Argus1-21/+41
2011-10-21very minor removal of old commented out line of code in OdeSceneJustin Clark-Casey (justincc)1-5/+3
2011-10-20remove unnecessary null check on _collisionEventPrimJustin Clark-Casey (justincc)1-3/+0
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