| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'master' into careminster | Melanie | 2012-05-27 | 1 | -0/+62 |
|\ |
|
| * | Environment Module - allows Environment settings for Viewer3 warning: include... | PixelTomsen | 2012-05-23 | 1 | -0/+62 |
* | | Merge branch 'avination' into careminster | Melanie | 2012-05-15 | 1 | -1/+8 |
|\ \ |
|
| * | | Port the mel/dahlia fix | Melanie | 2012-05-15 | 1 | -1/+8 |
* | | | Merge branch 'master' into careminster | Melanie | 2012-04-30 | 1 | -134/+133 |
|\ \ \
| |/ /
|/| /
| |/ |
|
| * | If there are no new prim items to store then don't bother opening the MySqlCo... | Justin Clark-Casey (justincc) | 2012-04-30 | 1 | -3/+3 |
| * | Consistently use using() to make sure we dispose of used MySqlCommands where ... | Justin Clark-Casey (justincc) | 2012-04-30 | 1 | -134/+133 |
* | | Fix an invalid cast that only showed at runtime | Melanie | 2012-03-20 | 1 | -1/+1 |
* | | Store and reload extra physics from database | Melanie | 2012-03-20 | 1 | -2/+20 |
* | | Merge branch 'master' of ssh://melanie@3dhosting.de/var/git/careminster into ... | Melanie | 2012-03-04 | 1 | -2/+23 |
|\ \ |
|
| * | | Move KeyframeMotion from SOG to SOP because we can't persist it any | Melanie | 2012-02-26 | 1 | -2/+23 |
* | | | Merge branch 'master' into careminster | Melanie | 2012-03-03 | 1 | -1/+1 |
|\ \ \
| |/ /
|/| /
| |/ |
|
| * | Use correct casing of RegionSettings.Sandbox in the various database modules. | Justin Clark-Casey (justincc) | 2012-02-29 | 1 | -1/+1 |
* | | Merge branch 'master' into careminster | Melanie | 2012-02-04 | 1 | -3/+4 |
|\ \
| |/ |
|
| * | Fix: Covenant changed time not set http://opensimulator.org/mantis/view.php?i... | PixelTomsen | 2012-02-03 | 1 | -3/+4 |
| * | Replace ParcelAccessEntry with a new struct, LandAccessEntry, which more | Melanie | 2012-02-02 | 1 | -8/+9 |
* | | Make ban, eject, freeze and the scripted versions of those work. | Melanie | 2012-02-02 | 1 | -8/+9 |
* | | Merge branch 'master' into careminster | Melanie | 2012-01-30 | 1 | -2/+4 |
|\ \
| |/ |
|
| * | Add ParcelImageID to RegionSettings so we can have that overlay. | Melanie | 2012-01-30 | 1 | -2/+4 |
| * | Add a forgotten parameter | Melanie | 2012-01-24 | 1 | -1/+1 |
* | | Correct some SQL syntax | Melanie | 2012-01-24 | 1 | -1/+1 |
* | | Fix merge artefacts and build break | Melanie | 2012-01-24 | 1 | -1/+1 |
* | | Merge branch 'master' into careminster | Melanie | 2012-01-24 | 1 | -39/+13 |
|\ \
| |/ |
|
| * | Change Telehubs to store only the data that is really needed and not | Melanie | 2012-01-24 | 1 | -40/+13 |
* | | Merge branch 'master' into careminster | Melanie | 2012-01-23 | 1 | -4/+35 |
|\ \
| |/ |
|
| * | Fix up some parameter naming | Melanie | 2012-01-22 | 1 | -2/+2 |
| * | Finish connecting Telehub to database | BlueWall | 2012-01-22 | 1 | -3/+19 |
| * | Hooking up new telehub data to the database | BlueWall | 2012-01-22 | 1 | -0/+14 |
* | | Merge branch 'master' into careminster | Melanie | 2012-01-22 | 1 | -0/+70 |
|\ \
| |/ |
|
| * | Move Telehub tables and data from EstateSettings to RegionSettings. | Melanie | 2012-01-22 | 1 | -0/+70 |
* | | Spin off terrain save into a new thread and make it so that it uses the old | Melanie | 2011-12-13 | 1 | -29/+34 |
* | | Don't allow deletion of a terrain from the database unless we have one to rep... | Melanie | 2011-12-05 | 1 | -7/+21 |
* | | Bring us up to date. | Tom | 2011-09-14 | 1 | -1/+0 |
|\ \
| |/ |
|
| * | Save the default terrain texture UUIDs for a new region instead of leaving th... | Justin Clark-Casey (justincc) | 2011-09-09 | 1 | -1/+0 |
* | | Resolve merge commits, stage 1 | Tom | 2011-09-04 | 1 | -17/+0 |
|\ \
| |/ |
|
| * | Remove code which was automatically deleting non-root prims from scene object... | Justin Clark-Casey (justincc) | 2011-09-01 | 1 | -17/+0 |
* | | Don't store the default WL profile. This will prevent "valid" from being | Melanie | 2011-07-05 | 1 | -1/+1 |
* | | Add some flags to control content in search better | Melanie | 2011-06-20 | 1 | -2/+7 |
* | | Add a missing virtual keyword | Melanie | 2011-05-20 | 1 | -1/+1 |
* | | Make public interface methods in MySQLSimulation data virtual so the CM | Melanie | 2011-05-20 | 1 | -14/+14 |
|/ |
|
* | Pull up Assembly of the MySQL classes as a protected property, so that it can... | Diva Canto | 2011-03-08 | 1 | -2/+6 |
* | Added creator info across the board -- TaskInventoryItems and InventoryItems ... | Diva Canto | 2010-11-21 | 1 | -2/+2 |
* | Global creator information working on MySQL DB and on load/save OARs. Creator... | Diva Canto | 2010-11-21 | 1 | -2/+2 |
* | Add lsClearWindlightScene() to the lightshare module to remove WL settings | Melanie | 2010-11-03 | 1 | -0/+15 |
* | When LightShare is enabled, the standard day cycle is bypassed and replaced by | Melanie | 2010-11-03 | 1 | -0/+1 |
* | UPdated the MySql driver to 6.2.4. Also established a much larger MySqlComman... | Diva Canto | 2010-10-15 | 1 | -0/+1 |
* | Changed SceneObjectGroup to store parts with the fast and thread-safe MapAndA... | John Hurliman | 2010-09-16 | 1 | -1/+1 |
* | Merged | John Hurliman | 2010-09-12 | 1 | -11/+11 |
|\ |
|
| * | Formatting cleanup. | Jeff Ames | 2010-09-12 | 1 | -11/+11 |
* | | * Added ISimulationDataService and IEstateDataService | John Hurliman | 2010-09-12 | 1 | -0/+9 |
|/ |
|