| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Color was set twice, first correctly, then incorrectly, in SQLiteRegionData. | Homer Horwitz | 2008-12-14 | 1 | -2/+0 |
* | * Resolve http://opensimulator.org/mantis/view.php?id=2743 and http://opensim... | Justin Clarke Casey | 2008-12-02 | 1 | -3/+0 |
* | Try to fix Mantis#2727. SQLite seems to be able to store bigger numbers in | Homer Horwitz | 2008-11-30 | 1 | -1/+1 |
* | * Remove unused and largely unimplemented UpdateUserCurrentRegion() | Justin Clarke Casey | 2008-11-27 | 1 | -12/+0 |
* | Plumb in the presence notifications and region shutdown/restart messages | Melanie Thielker | 2008-11-23 | 1 | -0/+4 |
* | * refactor: Rip out SOP inventory from the partial into a separate class | Justin Clarke Casey | 2008-11-21 | 1 | -1/+1 |
* | Update svn properties, minor formatting cleanup. | Jeff Ames | 2008-11-21 | 1 | -6/+6 |
* | Mantis#2656. Thank you kindly, Nlin for a patch that: | Charles Krinke | 2008-11-19 | 2 | -0/+16 |
* | Fixed MySQL and SQLite so they will save the | Sean Dague | 2008-11-18 | 2 | -0/+19 |
* | Mantis#2552: Thanks idb, for a patch that fixes persistence of physical prims. | Homer Horwitz | 2008-11-15 | 1 | -2/+1 |
* | Add SQLite and the missing migrations files for last commit | Melanie Thielker | 2008-11-14 | 2 | -0/+8 |
* | * refactor: Expose SOG.SetRootPart for outsiders to use rather than setting R... | Justin Clarke Casey | 2008-11-10 | 1 | -4/+3 |
* | Work in progress on SECS stuff. Have been holding it off until after 0.6 rele... | Tedd Hansen | 2008-11-08 | 1 | -2/+2 |
* | add some null protection on email | Sean Dague | 2008-11-04 | 1 | -1/+2 |
* | implement email field for MySQL and SQLite | Sean Dague | 2008-11-04 | 2 | -0/+8 |
* | Megapatch that fixes/adds: friend offer/deny/accept, friendship termination, | Homer Horwitz | 2008-11-01 | 1 | -1/+21 |
* | - Includes consistency test for new and updated objects, as | Sean Dague | 2008-10-30 | 1 | -13/+4 |
* | Mid-work, trying to fix region part insertion and retrieval | Sean Dague | 2008-10-30 | 1 | -8/+34 |
* | Megapatch. :) Fix skull attachment editing. Streamline Object terse updates. | Melanie Thielker | 2008-10-18 | 2 | -0/+13 |
* | Update svn properties, minor formatting cleanup. | Jeff Ames | 2008-10-17 | 1 | -2/+2 |
* | - Enforced no user or agent with UUID 0 on agent DB insertion | Sean Dague | 2008-10-16 | 1 | -0/+4 |
* | - Makes MySQL reject inserting UUID 0 | Sean Dague | 2008-10-15 | 1 | -0/+35 |
* | move from index based to exists strategy here | Sean Dague | 2008-10-14 | 1 | -10/+36 |
* | Merge commit 'arthur/master' | Sean Dague | 2008-10-14 | 1 | -4/+10 |
* | Add the missing bits for the new region-search: | Homer Horwitz | 2008-10-03 | 1 | -0/+12 |
* | fix the sqlite break. There were two issue here: | Sean Dague | 2008-10-03 | 1 | -1/+2 |
* | Add database persistence for material setting | Melanie Thielker | 2008-10-03 | 2 | -0/+11 |
* | add delete prim tests. Found and fixed bugs where region | Sean Dague | 2008-10-01 | 1 | -1/+1 |
* | add a test for updating region settings and fix a bug in uuid | Sean Dague | 2008-09-29 | 1 | -1/+1 |
* | * Patch from JHurliman | Teravus Ovares | 2008-09-26 | 2 | -11/+11 |
* | Add persistence of active gestures. This needs an UGAIM update to work. | Homer Horwitz | 2008-09-24 | 1 | -0/+19 |
* | remove a bunch of out of date inline ALTER table commands that would only | Sean Dague | 2008-09-24 | 1 | -84/+17 |
* | couple of minor test cleanups to see if this gets us past the bamboo hump | Sean Dague | 2008-09-23 | 1 | -8/+0 |
* | Small formatting cleanup, before chi11ken notices. Me bad. | Homer Horwitz | 2008-09-19 | 3 | -20/+39 |
* | convert to using proper .net tempfiles, should have done this | Sean Dague | 2008-09-19 | 4 | -4/+13 |
* | Add a db.Dispose before calling Delete on the SQLite database. | Homer Horwitz | 2008-09-18 | 4 | -1/+5 |
* | - Add Dispose method to IRegionDataStore | Homer Horwitz | 2008-09-18 | 4 | -10/+97 |
* | * Updates the SQLite region database to support the same properties that the ... | Teravus Ovares | 2008-09-18 | 2 | -0/+180 |
* | Adding currentLookAt to useragents table in SQLite. This complements the | Homer Horwitz | 2008-09-17 | 2 | -0/+15 |
* | Added some terrain tests, and found a fun race condition in the sqlite | Sean Dague | 2008-09-16 | 2 | -16/+16 |
* | Mantis #904: Thanks jonc, for a patch that adds "useragents" table to | Homer Horwitz | 2008-09-16 | 2 | -67/+84 |
* | Update svn properties, minor formatting cleanup, fix a compiler warning. | Jeff Ames | 2008-09-15 | 1 | -3/+6 |
* | Mantis #2124 | Melanie Thielker | 2008-09-14 | 1 | -0/+19 |
* | * Adds regiondata and estatedata persistence in Sqlite. This commit is actu... | Teravus Ovares | 2008-09-13 | 1 | -0/+3 |
* | Formatting cleanup. | Jeff Ames | 2008-09-13 | 1 | -1/+1 |
* | * Fixes SQLite load crash. | Teravus Ovares | 2008-09-13 | 1 | -2/+3 |
* | Add region settings support to SQLite (untested!) | Melanie Thielker | 2008-09-13 | 1 | -1/+183 |
* | wrap log4net configure in try block so that it will run if you don't have a | Sean Dague | 2008-09-13 | 1 | -1/+5 |
* | 2 more InventoryItem tests, plus see if I can leave the log4net | Sean Dague | 2008-09-13 | 1 | -0/+2 |
* | * Patch http://opensimulator.org/mantis/view.php?id=2163 | Justin Clarke Casey | 2008-09-12 | 2 | -0/+12 |