aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Modules/ContentManagementSystem (unfollow)
Commit message (Collapse)AuthorFilesLines
2008-10-14* refactor: rename SendKiPrimitive to SendKillObject since this appears more ↵Justin Clarke Casey2-3/+3
descriptive of what it actually does
2008-10-03This changeset changes the way chat from client is routed: Dr Scofield1-2/+3
old way: each region module interested in chat from client had to - subscribe to scene.EventManager.OnNewClient - then in its OnNewClient delegate it would subscribe to client.OnChatFromViewer to capture chat messages coming new way: ChatModule is the only region module that uses the "old way" approach but is now forwarding all client chat via scene.EventManager.OnChatFromClient - each region module interested in chat from client now only subscribes to scene.EventManager.OnChatFromClient this not only simplifies code, but also allows us to substitute ChatModule with derived classes (ConciergeModule is going to be one example). Also, this changeset changes ChatFromViewer to ChatFromClient as it doesn't necessarily have to be a viewer that is a chat source. i've taken great care to only comment out those OnNewClient delegates that were only used for getting at the client chat --- hope it's not breaking anything.
2008-10-03Prevent attachments to be persisted in the destination region when theMelanie Thielker1-1/+1
avatar is not present there.
2008-09-09Update svn properties, formatting cleanup.Jeff Ames12-640/+647
2008-09-08fix: warnings from libomvDr Scofield1-1/+1
2008-09-06* This is the fabled LibOMV update with all of the libOMV types from JHurlimanTeravus Ovares14-184/+155
* This is a HUGE OMG update and will definitely have unknown side effects.. so this is really only for the strong hearted at this point. Regular people should let the dust settle. * This has been tested to work with most basic functions. However.. make sure you back up 'everything' before using this. It's that big! * Essentially we're back at square 1 in the testing phase.. so lets identify things that broke.
2008-09-06* Remove lots of warnings from the CMS moduleJustin Clarke Casey5-11/+11
* Remove a few other miscellaneous warnings
2008-09-04fix some indentingSean Dague1-20/+20
2008-09-04minor fixesSean Dague1-1/+0
2008-09-04added rollback bit to the help menuSean Dague1-0/+1
2008-09-04add some stubbing for ini.example for CMS moduleSean Dague1-4/+4
2008-09-03add standard copyright headers for the projectSean Dague14-9/+387
2008-09-03remove non code filesSean Dague1-0/+0
2008-09-03narrange to do basic cleanup of the CMS moduleSean Dague14-2284/+2620
2008-09-03white space fixesSean Dague1-259/+259
2008-09-03come up nicer on startup if the opensim.ini section isn't thereSean Dague1-78/+78
2008-09-03type change from ChatFromViewerArgs -> OSChatMessage to line up with trunk.Sean Dague1-4/+4
2008-09-03Merge branch 'cms' of http://pokgsa.ibm.com/~jbongio/public/opensimSean Dague16-0/+2914