aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Scenes/EventManager.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* * refactor: pull out common user profile test code into utility functionsJustin Clarke Casey2008-12-121-0/+4
* Implementation of the llDetectedTouch* functionsidb2008-12-051-3/+3
* Add root agent tracking to presence moduleMelanie Thielker2008-11-221-3/+3
* Next step in the presence module - some core plumbing included atMelanie Thielker2008-11-221-0/+13
* Introduces the message transfer module. It splits the transfer mechanics offMelanie Thielker2008-11-161-10/+19
* Script region crossing. This has not user functionality, but lays all theMelanie Thielker2008-11-091-3/+3
* * Implemented OnClientConnect in Scene EventManagerAdam Frisby2008-11-081-0/+16
* Make the IM and friends modules optional. Clean up some code that dealtMelanie Thielker2008-11-011-22/+6
* This changeset changes the way chat from client is routed: Dr Scofield2008-10-031-3/+19
* Convergence is almost complete. This brings the diff between the API to < 10kMelanie Thielker2008-09-251-0/+11
* Change the scirpt engine loading mechanism. Script engines are nowMelanie Thielker2008-09-211-3/+4
* * This is the fabled LibOMV update with all of the libOMV types from JHurlimanTeravus Ovares2008-09-061-44/+44
* Thank you, salahazar, for a patch that corrects the behavior ofMelanie Thielker2008-08-271-6/+6
* Formatting cleanup.Jeff Ames2008-08-181-23/+9
* renaming the increasingly ill-named ChatFromViewerArgs to OSChatMessageDr Scofield2008-07-251-4/+4
* Mantis#1616. Applied Melanie's patch. This may or mayCharles Krinke2008-06-281-11/+26
* * This sends collision events to the script engine. Teravus Ovares2008-06-051-1/+37
* Mantis#1439. Thank you kindly, Melanie for a patch thatCharles Krinke2008-06-041-0/+13
* * Fixes a bug saving the current sun phase to the estate_settings file.Teravus Ovares2008-06-021-0/+15
* * Fixed a dangling event hook that I added.Teravus Ovares2008-05-301-0/+12
* Thank you kindly, Melanie for a patch for script resetCharles Krinke2008-05-261-0/+12
* Adding OnChatBroadcast event logic to EventManager providing Dr Scofield2008-05-261-0/+16
* * A hacky Top Scripts display. It isn't accurate as far as ms accounting, ho...Teravus Ovares2008-05-251-0/+15
* * Fixes endless loop in the Land Module when selecting any object.Teravus Ovares2008-05-241-10/+11
* IRCBridgeModule (and ChatModule before the refactoring) didn't succeed in Dr Scofield2008-05-231-2/+16
* *Refactor of the LandManagementModule that allows OpenSim to run without itmingchen2008-05-231-0/+89
* i've refactored the ChatModule into two modules: ChatModule and IRCBridgeModule.Dr Scofield2008-05-231-0/+18
* * Going to the C# syntactic sugar way of handling the backup event delegates.Teravus Ovares2008-05-211-8/+2
* * This update causes the backup process to run in a separate thread.Teravus Ovares2008-05-211-2/+8
* move SceneEvents.cs to EventManager.cs, as that's actuallySean Dague2008-05-201-0/+637