aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Modules/Framework (unfollow)
Commit message (Expand)AuthorFilesLines
2009-02-10this is step 2 of 2 of the OpenSim.Region.Environment refactor.Dr Scofield4-1487/+0
2009-02-07Replace the console for all OpenSim apps with a new console featuring commandMelanie Thielker1-0/+12
2009-02-06* Implement help <command> from the region consoleJustin Clarke Casey1-4/+1
2009-02-06This changeset is the step 1 of 2 in refactoringDr Scofield4-42/+113
2009-02-06more eventqueue endian madnessDahlia Trimble1-9/+5
2009-02-06move RegionDenyAgeUnverified parameter to AgeVerificationBlock in parcel prop...Dahlia Trimble1-2/+1
2009-02-05* Remove CommanderTestModule as there are several normal modules which effect...Justin Clarke Casey1-89/+0
2009-02-05* cheap hack to make module help information more accurately reflect what com...Justin Clarke Casey1-1/+1
2009-02-05* Make existing module commanders register as help topicsJustin Clarke Casey2-12/+24
2009-02-05* Use the commander name to register module commanders instead of providing t...Justin Clarke Casey2-3/+21
2009-02-05* refactor: Split out module Command class into a separate fileJustin Clarke Casey2-171/+204
2009-02-01* Adding a few fields to the Land data responder that the client is complaini...Teravus Ovares1-0/+3
2009-01-30remove dummy parcel media settings from event queue messageDahlia Trimble1-11/+16
2009-01-27delete some commented out junk code notesDahlia Trimble1-27/+0
2009-01-27Send groups list via event queueDahlia Trimble1-12/+73
2009-01-27correct formatting if parcel description field in event queue messageDahlia Trimble1-1/+1
2009-01-27Correct a typo in the parcel properties event queue message which was prevent...Dahlia Trimble1-1/+1
2009-01-26swap endianness of parcel flags in event queue messageDahlia Trimble1-1/+14
2009-01-26add a definition for a parcel properties CAPDahlia Trimble1-0/+103
2009-01-26more eventqueue IM nonsenseDahlia Trimble1-0/+27
2009-01-25* Fixed a small logical error in error handling of console commands.Homer Horwitz1-16/+22
2009-01-23add event queue code for sending group IM for future group supportDahlia Trimble1-0/+83
2009-01-21* refactor: Extract caps related code from scene and put into a region moduleJustin Clarke Casey1-3/+1
2009-01-06* prune and regrade log messages relating to client login and logoutJustin Clarke Casey1-27/+21
2009-01-06* refactor: call AddHttpHandler() directly via CommsManagerJustin Clarke Casey1-2/+3
2009-01-06* refactor: call AddLLSDHandler directly via CommsManagerJustin Clarke Casey1-1/+1
2009-01-02* Move EventQueueGetModule to the EventQueue namespaceJustin Clarke Casey1-1/+2
2009-01-02* refactor: move event queue module code to its own folderJustin Clarke Casey2-0/+0
2008-12-29First commit in a series of commits for Interregion REST comms. This one simp...diva1-111/+0
2008-12-28Demonstration code for modular comms. No user functionalityMelanie Thielker1-4/+33
2008-12-24Better test on EQ shutdown. diva1-1/+4
2008-12-23Addinf InterregionData.cs IInterregionComms.cs and InterregionComms.csMelanie Thielker1-0/+82
2008-12-23* Remove mono compiler warningJustin Clarke Casey1-5/+4
2008-12-22One more small mod in EQ: there is no need to subscribe to the OnLogout event...diva1-1/+1
2008-12-22One more check on closing EQs.diva1-1/+2
2008-12-22On closing EQs, make sure to wait for the viewer to fetch the last events.diva1-0/+4
2008-12-19The previous fix for the EQ might have been too radical, and some early event...diva1-15/+4
2008-12-19Fix for more child agent mismanagement (like #2846). On enqueueing events, we...diva1-5/+44
2008-12-14Mantis#2725. Thank you kindly, Diva, for a patch that:Charles Krinke2-9/+22
2008-12-03Reinstate closing the EQ when the UDP circuit disconnects. This will likelyMelanie Thielker1-9/+6
2008-12-01don't close eventqueues when you leave a region. This really does seemSean Dague1-2/+10
2008-12-01fix the "I get no textures if I teleport back to a region I've been inSean Dague1-2/+4
2008-12-01attempt to modify the event queue for greater debuggingSean Dague1-0/+2
2008-11-29Mantis #2584Melanie Thielker1-0/+15
2008-11-19Reapply r7369 r7367 r7366 r7370 r7381. This brings it back up to the newMelanie Thielker2-70/+70
2008-11-19Reverting the texture sending patch and the new libOMV. This makes thisMelanie Thielker2-70/+70
2008-11-17* Update libOMV to r2359. This is necessary for the progressive texture patchJustin Clarke Casey2-70/+70
2008-11-09* Applying EventQueueGetModule patch to try debug the case of the missing EQG.Adam Frisby1-1/+2
2008-10-24Plumb some moreMelanie Thielker1-1/+1
2008-10-16Fixed (mono-)script handling for SL viewer 1.21:Homer Horwitz1-0/+17