Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * refactor: as per a recent opensim-dev thread, rename InnerScene to ↵ | Justin Clarke Casey | 2008-11-12 | 1 | -1/+1 |
| | | | | SceneGraph to make it more descriptive of its intended function | ||||
* | * refactor: Expose SOG.SetRootPart for outsiders to use rather than setting ↵ | Justin Clarke Casey | 2008-11-10 | 2 | -6/+1 |
| | | | | | | | | RootPart and adding the part separately * Make RootPart read only | ||||
* | * refactor: cleanup AllocateLocalPrimId() a bit more | Justin Clarke Casey | 2008-11-07 | 7 | -26/+15 |
| | |||||
* | * Rename PrimIDAllocate() to more effectively convey what it does, and put ↵ | Justin Clarke Casey | 2008-11-07 | 3 | -6/+6 |
| | | | | the verb at the front | ||||
* | * Remove more UpdateParentIDs() calls that are now duplicates | Justin Clarke Casey | 2008-11-07 | 1 | -1/+0 |
| | |||||
* | Attachments, attachments, and, did I say attachments? | Melanie Thielker | 2008-11-07 | 2 | -4/+3 |
| | | | | | | Too many fixes to list. | ||||
* | * Stop an exception in the Content Management module main loop from crashing ↵ | Justin Clarke Casey | 2008-11-04 | 1 | -34/+44 |
| | | | | the whole sim | ||||
* | * refactor: rename SendKiPrimitive to SendKillObject since this appears more ↵ | Justin Clarke Casey | 2008-10-14 | 2 | -3/+3 |
| | | | | descriptive of what it actually does | ||||
* | This changeset changes the way chat from client is routed: | Dr Scofield | 2008-10-03 | 1 | -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. | ||||
* | Prevent attachments to be persisted in the destination region when the | Melanie Thielker | 2008-10-03 | 1 | -1/+1 |
| | | | | | | avatar is not present there. | ||||
* | Update svn properties, formatting cleanup. | Jeff Ames | 2008-09-09 | 12 | -640/+647 |
| | |||||
* | fix: warnings from libomv | Dr Scofield | 2008-09-08 | 1 | -1/+1 |
| | |||||
* | * This is the fabled LibOMV update with all of the libOMV types from JHurliman | Teravus Ovares | 2008-09-06 | 14 | -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. | ||||
* | * Remove lots of warnings from the CMS module | Justin Clarke Casey | 2008-09-06 | 5 | -11/+11 |
| | | | | | | * Remove a few other miscellaneous warnings | ||||
* | fix some indenting | Sean Dague | 2008-09-04 | 1 | -20/+20 |
| | |||||
* | minor fixes | Sean Dague | 2008-09-04 | 1 | -1/+0 |
| | |||||
* | added rollback bit to the help menu | Sean Dague | 2008-09-04 | 1 | -0/+1 |
| | |||||
* | add some stubbing for ini.example for CMS module | Sean Dague | 2008-09-04 | 1 | -4/+4 |
| | |||||
* | add standard copyright headers for the project | Sean Dague | 2008-09-03 | 14 | -9/+387 |
| | |||||
* | remove non code files | Sean Dague | 2008-09-03 | 1 | -0/+0 |
| | |||||
* | narrange to do basic cleanup of the CMS module | Sean Dague | 2008-09-03 | 14 | -2284/+2620 |
| | |||||
* | white space fixes | Sean Dague | 2008-09-03 | 1 | -259/+259 |
| | |||||
* | come up nicer on startup if the opensim.ini section isn't there | Sean Dague | 2008-09-03 | 1 | -78/+78 |
| | |||||
* | type change from ChatFromViewerArgs -> OSChatMessage to line up with trunk. | Sean Dague | 2008-09-03 | 1 | -4/+4 |
| | |||||
* | Merge branch 'cms' of http://pokgsa.ibm.com/~jbongio/public/opensim | Sean Dague | 2008-09-03 | 16 | -0/+2914 |