aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Scenes/EventManager.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2009-02-06This changeset is the step 1 of 2 in refactoringDr Scofield1-980/+0
2009-02-04Added a ForceSceneObjectBackup method to Scene, which as it says forces a dat...MW1-2/+2
2009-02-02* Establish OnOarFileSaved EventManager event and subscribe to that instead o...Justin Clarke Casey1-0/+16
2009-01-28From: Christopher Yeoh <yeohc@au1.ibm.com>Dr Scofield1-0/+31
2008-12-12* refactor: pull out common user profile test code into utility functionsJustin Clarke Casey1-0/+4
2008-12-05Implementation of the llDetectedTouch* functionsidb1-3/+3
2008-11-22Add root agent tracking to presence moduleMelanie Thielker1-3/+3
2008-11-22Next step in the presence module - some core plumbing included atMelanie Thielker1-0/+13
2008-11-16Introduces the message transfer module. It splits the transfer mechanics offMelanie Thielker1-10/+19
2008-11-09Script region crossing. This has not user functionality, but lays all theMelanie Thielker1-3/+3
2008-11-08* Implemented OnClientConnect in Scene EventManagerAdam Frisby1-0/+16
2008-11-01Make the IM and friends modules optional. Clean up some code that dealtMelanie Thielker1-22/+6
2008-10-03This changeset changes the way chat from client is routed: Dr Scofield1-3/+19
2008-09-25Convergence is almost complete. This brings the diff between the API to < 10kMelanie Thielker1-0/+11
2008-09-21Change the scirpt engine loading mechanism. Script engines are nowMelanie Thielker1-3/+4
2008-09-06* This is the fabled LibOMV update with all of the libOMV types from JHurlimanTeravus Ovares1-44/+44
2008-08-27Thank you, salahazar, for a patch that corrects the behavior ofMelanie Thielker1-6/+6
2008-08-18Formatting cleanup.Jeff Ames1-23/+9
2008-07-25renaming the increasingly ill-named ChatFromViewerArgs to OSChatMessageDr Scofield1-4/+4
2008-06-28Mantis#1616. Applied Melanie's patch. This may or mayCharles Krinke1-11/+26
2008-06-05* This sends collision events to the script engine. Teravus Ovares1-1/+37
2008-06-04Mantis#1439. Thank you kindly, Melanie for a patch thatCharles Krinke1-0/+13
2008-06-02* Fixes a bug saving the current sun phase to the estate_settings file.Teravus Ovares1-0/+15
2008-05-30* Fixed a dangling event hook that I added.Teravus Ovares1-0/+12
2008-05-26Thank you kindly, Melanie for a patch for script resetCharles Krinke1-0/+12
2008-05-26Adding OnChatBroadcast event logic to EventManager providing Dr Scofield1-0/+16
2008-05-25* A hacky Top Scripts display. It isn't accurate as far as ms accounting, ho...Teravus Ovares1-0/+15
2008-05-24* Fixes endless loop in the Land Module when selecting any object.Teravus Ovares1-10/+11
2008-05-23IRCBridgeModule (and ChatModule before the refactoring) didn't succeed in Dr Scofield1-2/+16
2008-05-23*Refactor of the LandManagementModule that allows OpenSim to run without itmingchen1-0/+89
2008-05-23i've refactored the ChatModule into two modules: ChatModule and IRCBridgeModule.Dr Scofield1-0/+18
2008-05-21* Going to the C# syntactic sugar way of handling the backup event delegates.Teravus Ovares1-8/+2
2008-05-21* This update causes the backup process to run in a separate thread.Teravus Ovares1-2/+8
2008-05-20move SceneEvents.cs to EventManager.cs, as that's actuallySean Dague1-0/+0
2008-05-16Formatting cleanup.Jeff Ames1-8/+8
2008-05-14More formatting cleanup.Jeff Ames1-1/+2
2008-05-09*Land/Parcel upates are now correct with a significant movement by the Clientmingchen1-0/+16
2008-05-07* Other then the prim update experiments that are going on now, llTakeControl...Teravus Ovares1-2/+11
2008-05-07* Theoretically, everything is in place for scripted take controls... Theo...Teravus Ovares1-0/+5
2008-05-03*Moved EstateManager into a region modulemingchen1-0/+15
2008-05-03* For your fragging desire, damage enabled land works, but watch out!, life d...Teravus Ovares1-0/+13
2008-05-01* Rolled back a few changes.Adam Frisby1-175/+162
2008-05-01* Spring cleaning on Region.Environment. Adam Frisby1-162/+175
2008-05-01* Cleaned namespaces of entire solution. OpenSim directories now correspond w...Adam Frisby1-1/+1
2008-04-27* Patch from XenReborn to make remove-region work properly without needing to...Teravus Ovares1-0/+12
2008-04-25* Implements llTarget, llTargetRemove, at_target(), not_at_target()Teravus Ovares1-1/+29
2008-04-21* Optimised using statements and namespace references across entire project (...Adam Frisby1-4/+4
2008-04-17* Re-Fixed caps Teravus Ovares1-8/+8
2008-04-17* Implements 'Set Home to Here' Teravus Ovares1-2/+2
2008-04-14* Fixed a few warnings.Teravus Ovares1-1/+59