Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2008-09-24 | Add persistence of active gestures. This needs an UGAIM update to work. | Homer Horwitz | 1 | -0/+5 | |
Active gestures are sent as part of the login-response. Added fetchActiveGestures to SQLite and MySQL; added an empty one for MSSQL and NHibernate. Using the empty ones won't cause errors, but doesn't provide persistence either, of course. | |||||
2008-09-06 | * This is the fabled LibOMV update with all of the libOMV types from JHurliman | Teravus Ovares | 1 | -14/+14 | |
* 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-07-31 | Thanks, sempuki, for a patch that moves all Grid Server's plugins to | Mike Mazur | 1 | -12/+21 | |
PluginLoader. Fix issue 1871. | |||||
2008-06-27 | last round of warning squashing. calling it a day now. | Dr Scofield | 1 | -1/+1 | |
2008-06-20 | lots of futzing with nhibernate to make it more efficient. I | Sean Dague | 1 | -89/+57 | |
don't think this works, but I don't want to loose the work before the weekend, and it doesn't break the build. | |||||
2008-06-19 | oops, it helps to reference the *right* migration | Sean Dague | 1 | -1/+1 | |
2008-06-18 | clean up the nhibernate definitions to work with mysql | Sean Dague | 1 | -37/+5 | |
integrate migration support into nhibernate | |||||
2008-05-16 | Minor cleanup. | Jeff Ames | 1 | -4/+2 | |
2008-05-16 | Formatting cleanup. | Jeff Ames | 1 | -15/+15 | |
2008-05-14 | fix for a change in inventory that meant I was returning a lot | Sean Dague | 1 | -29/+16 | |
of empty inventory folders | |||||
2008-05-14 | More formatting cleanup. Minor refactoring. | Jeff Ames | 1 | -41/+91 | |
2008-05-14 | Formatting cleanup. | Jeff Ames | 1 | -23/+23 | |
2008-05-07 | * Fixed some compiler warnings | Adam Frisby | 1 | -1/+1 | |
* Fixed prebuild.xml to remove DB4o references (more compiler warnings) | |||||
2008-04-24 | do a max of 3 splits when first processing the nhibernate connect | Sean Dague | 1 | -1/+1 | |
strings so the ; in the db connect strings pass to the native drivers correctly | |||||
2008-04-24 | auto table creation for nhibernate backends | Sean Dague | 1 | -0/+29 | |
2008-04-23 | allow for Inventory database source to be specified in main | Sean Dague | 1 | -13/+13 | |
configs. This works with sqlite and nhibernate backends, and stays with default seperate ini files for mysql and mssql until someone writes those. | |||||
2008-04-21 | * Optimised using statements and namespace references across entire project ↵ | Adam Frisby | 1 | -10/+8 | |
(this took a while to run). | |||||
2008-04-09 | NHibernate Inventory support. Lightly tested, but seems to work | Sean Dague | 1 | -11/+11 | |
well enough on my test environment. Will need to add some exception catching down the road. On to User Store. | |||||
2008-04-09 | more futzing around here. None of this works yet because | Sean Dague | 1 | -7/+8 | |
bloody LLUUID isn't serializable, which is really annoying. | |||||
2008-04-09 | changing around types a bit to make stuff more readable for | Sean Dague | 1 | -31/+33 | |
me. | |||||
2008-04-09 | NHibernate Inventory getting close, except for some of the | Sean Dague | 1 | -1/+1 | |
complex folder queries. | |||||
2008-04-08 | further refactor and rename of InventoryFolderBase properties | Sean Dague | 1 | -4/+4 | |
to reflect what they really are. | |||||
2008-04-07 | more refactoring, this time on InventoryFolderBase | Sean Dague | 1 | -5/+5 | |
* wrap attributes in properties * clean up names a little bit * clean up name styles | |||||
2008-04-07 | Refactor InventoryItemBase to do the following: | Sean Dague | 1 | -4/+4 | |
* wrap fields as Properties * rename some fields/properties to more sensible names * set style to PropName to match more standard C# approach | |||||
2008-04-07 | added swag #1 on Inventory NHibernate implementation. There | Sean Dague | 1 | -0/+383 | |
is no hbm.xml mapping yet, so this isn't going to do anything, plus I'm sure I didn't get the list interfaces right. However it now compiles, so worth getting into the tree. |