aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Modules/Avatar (follow)
Commit message (Expand)AuthorAgeFilesLines
* * This is the fabled LibOMV update with all of the libOMV types from JHurlimanTeravus Ovares2008-09-0611-249/+247
* * Add SampleMoneyModule patch from mantis #2079Justin Clarke Casey2008-09-061-11/+19
* Change some chat output functions so that text is truncated atMelanie Thielker2008-09-021-1/+4
* Update svn properties, formatting cleanup.Jeff Ames2008-08-281-3/+3
* Make the check on inventory cache clearing more robust. AddressesMelanie Thielker2008-08-271-0/+36
* * zap compilation warningsJustin Clarke Casey2008-08-251-2/+2
* Implements 80% of object buy (prim vendor). You can't buy the object yet,Melanie Thielker2008-08-241-0/+35
* Some complex re-ordering to make prebuild do what needed to be done.Melanie Thielker2008-08-231-1/+2
* Patch #9171Melanie Thielker2008-08-231-5/+32
* Update svn properties, minor formatting cleanup.Jeff Ames2008-08-191-1/+1
* Fix region crossings and access to inventory after changing regions withinMelanie Thielker2008-08-191-3/+25
* Formatting cleanup.Jeff Ames2008-08-182-10/+6
* Update svn properties, minor formatting cleanup.Jeff Ames2008-08-171-1/+1
* Add the IInventoryModule interface and a sample method callMelanie Thielker2008-08-171-13/+23
* Update svn properties, minor formatting cleanup.Jeff Ames2008-08-161-1/+1
* Refactor a lot of direct calls to OGS1 to use the cached version instead.Melanie Thielker2008-08-161-3/+4
* Plumb in the partner and the account title fields for profile info.Melanie Thielker2008-08-151-4/+11
* Plumb the user flags all the way through to the profile. userFlags inMelanie Thielker2008-08-151-2/+5
* Thank you, sacha magne, for a patch that prevents sim chat fromMelanie Thielker2008-07-311-1/+4
* renaming the increasingly ill-named ChatFromViewerArgs to OSChatMessageDr Scofield2008-07-252-5/+5
* refactored LandData to use properties, and cleaned up the naming onSean Dague2008-07-233-3/+3
* Commented out a readline that was preventing the sim from shutting down in so...Dahlia Trimble2008-07-181-1/+1
* fixing warning in IRCBridgeModule and logging the exception cause now.Dr Scofield2008-07-141-2/+3
* adds a default value of true to the new IRC bridge configuration option "nick...Dahlia Trimble2008-07-141-3/+5
* Mantis#1718. Thank you kindly, Mircea for a patch that:Charles Krinke2008-07-121-9/+17
* trying to fix mantis #1711.Dr Scofield2008-07-111-5/+12
* more warnings to go.Dr Scofield2008-06-271-10/+10
* dr scofield's continuing warnings safari:Dr Scofield2008-06-272-2/+3
* Added support for terrain map to be serialised to xml(as base64 binary). usef...MW2008-06-251-1/+1
* revert 5028, as this approach to 1 nick per avatar isn't going to work, Sean Dague2008-06-061-21/+8
* experimental IRC changes, because it's friday, and I'm curious if thisSean Dague2008-06-061-8/+21
* Formatting cleanup, minor refactoring, svn properties.Jeff Ames2008-06-042-21/+21
* * This should fix presence issues.Teravus Ovares2008-06-031-2/+7
* * This update enables grid wide presence updates.Teravus Ovares2008-06-021-10/+122
* * This enables grid-wide instant messaging in a peer to peer with tracker sty...Teravus Ovares2008-06-011-23/+167
* * Committing more unfinished stuff. Nothing significant at the moment. IM ...Teravus Ovares2008-06-011-11/+246
* * Committing some stuff I'm working to make it so I can commit an upcoming pa...Teravus Ovares2008-06-011-3/+169
* * Stop the IRC module throwing a nre on shutdown if it isn't actually being usedJustin Clarke Casey2008-05-301-2/+5
* * Successfully pick out prims.xml file from archiveJustin Clarke Casey2008-05-301-1/+1
* while investigating why IRCBridgeModule.Close() was having no effect, iDr Scofield2008-05-301-13/+26
* Formatting cleanup.Jeff Ames2008-05-282-25/+25
* fixes a CTB when IRCBridgeModule is not configured.Dr Scofield2008-05-271-2/+2
* cleaning up: coding style guidelines violation in RestPlugin.cs. Dr Scofield2008-05-271-0/+23
* I'm dropping the ISimChat interface as that has now been Dr Scofield2008-05-272-3/+4
* This cleans up a merge mess from the earlier checkin and implements llOwnerSa...Dr Scofield2008-05-262-35/+28
* Adding OnChatBroadcast event logic to EventManager providing Dr Scofield2008-05-262-108/+149
* Update svn properties. Formatting cleanup.Jeff Ames2008-05-254-20/+20
* forgot to actually remove IRCBridgeModule.FindClientRegion()Dr Scofield2008-05-231-32/+0
* IRCBridgeModule (and ChatModule before the refactoring) didn't succeed in Dr Scofield2008-05-232-3/+860
* i've refactored the ChatModule into two modules: ChatModule and IRCBridgeModule.Dr Scofield2008-05-231-709/+37