Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * This is the fabled LibOMV update with all of the libOMV types from JHurliman | Teravus Ovares | 2008-09-06 | 1 | -18/+18 |
| | | | | | | | * 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. | ||||
* | Attachment persistence (Mantis #1711) | Melanie Thielker | 2008-08-19 | 1 | -12/+1 |
| | | | | | | | | | Change user server to handle attachment assets record properly. Ensure that attachments are not re-rezzed on region crossing. Persistence will NOT WORK with earliser UGAI!! Change region server to match. | ||||
* | Formatting cleanup. | Jeff Ames | 2008-08-18 | 1 | -13/+13 |
| | |||||
* | Thanks, sempuki, for a patch that moves all Grid Server's plugins to | Mike Mazur | 2008-07-31 | 1 | -1/+7 |
| | | | | | | PluginLoader. Fix issue 1871. | ||||
* | last round of warning squashing. calling it a day now. | Dr Scofield | 2008-06-27 | 1 | -6/+6 |
| | |||||
* | somehow, I seem to have actually made appearance persistant | Sean Dague | 2008-06-27 | 1 | -0/+2 |
| | | | | | | | | correctly with nhibernate. Go figure. :) User services still remain partial, but I'm going to move on to Region Store to get that chunk out of the way. | ||||
* | chugging away on nhibernate, more incremental process | Sean Dague | 2008-06-25 | 1 | -32/+40 |
| | |||||
* | Minor formatting cleanup. | Jeff Ames | 2008-06-25 | 1 | -10/+15 |
| | |||||
* | lots of futzing with nhibernate to make it more efficient. I | Sean Dague | 2008-06-20 | 1 | -97/+60 |
| | | | | | | | don't think this works, but I don't want to loose the work before the weekend, and it doesn't break the build. | ||||
* | more work towards nhibernate working with mysql, not there yet, | Sean Dague | 2008-06-19 | 1 | -1/+0 |
| | | | | | | but moving in the right direction. | ||||
* | oops, it helps to reference the *right* migration | Sean Dague | 2008-06-19 | 1 | -1/+1 |
| | |||||
* | clean up the nhibernate definitions to work with mysql | Sean Dague | 2008-06-18 | 1 | -33/+5 |
| | | | | | | integrate migration support into nhibernate | ||||
* | * Implements UserServer logoff in a few situations | Teravus Ovares | 2008-05-31 | 1 | -1/+1 |
| | | | | | | | * User tries to log-in but is already logged in. Userserver will send message to simulator user was in to log the user out there. * From the UserServer, admin types 'logoff-user firstname lastname message'. * Some regions may not get the message because they're not updated yet. | ||||
* | this removes use of the mapper for wearables, and I can confirm things | Sean Dague | 2008-05-21 | 1 | -2/+2 |
| | | | | | | | get saved to the database. There are still issues on wearing things after a cleared cache that I'm looking at now. | ||||
* | Minor cleanup. | Jeff Ames | 2008-05-16 | 1 | -2/+2 |
| | |||||
* | Formatting cleanup. | Jeff Ames | 2008-05-16 | 1 | -21/+21 |
| | |||||
* | testing avatar appearance as a user service | Sean Dague | 2008-05-15 | 1 | -2/+2 |
| | |||||
* | remove my UserAppearance object, switch all code to use | Sean Dague | 2008-05-15 | 1 | -6/+6 |
| | | | | | | AvatarAppearance instead. | ||||
* | More formatting cleanup. Minor refactoring. | Jeff Ames | 2008-05-14 | 1 | -35/+72 |
| | |||||
* | Formatting cleanup. | Jeff Ames | 2008-05-14 | 1 | -20/+20 |
| | |||||
* | * Fixed some compiler warnings | Adam Frisby | 2008-05-07 | 1 | -2/+3 |
| | | | | | * Fixed prebuild.xml to remove DB4o references (more compiler warnings) | ||||
* | fixed up a bunch of the nhibernate user driver. Friends are not | Sean Dague | 2008-05-02 | 1 | -9/+16 |
| | | | | | | | | implemented, and something is still funny with agents, but this at least got me logged in, so is good enough to plumb through appearance and see how that goes. | ||||
* | in theory fix the user table mapping | Sean Dague | 2008-05-02 | 1 | -0/+22 |
| | |||||
* | in theory this gives me a back end that will do persistance | Sean Dague | 2008-05-02 | 1 | -3/+28 |
| | | | | | | | to actually have something to test plumbing in appearance saving. | ||||
* | plumb in connection string to the user database paths. mysql and mssql | Sean Dague | 2008-05-02 | 1 | -6/+12 |
| | | | | | | | just ignore this for now, but it lets us get connect strings to sqlite and nhibernate. | ||||
* | minor refactoring. Change getName and GetVersion methods (yes the had ↵ | Sean Dague | 2008-05-02 | 1 | -13/+2 |
| | | | | | | | | different casings) to Name and Version properties for the User stores. | ||||
* | added stubs for appearance bits to all the db layers | Sean Dague | 2008-05-01 | 1 | -0/+27 |
| | |||||
* | * In ur code. Making it static. | Adam Frisby | 2008-05-01 | 1 | -1/+1 |
| | | | | | * Converted a bunch of functions to static functions. | ||||
* | * Optimised using statements and namespace references across entire project ↵ | Adam Frisby | 2008-04-21 | 1 | -10/+6 |
| | | | | (this took a while to run). | ||||
* | first drop of user storage implementation for nhibernate. | Sean Dague | 2008-04-11 | 1 | -0/+269 |
This surely doesn't work yet, but it compiles, and I'm getting close to a stopping point for the day. |