Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2008-07-26 | The hazards if unclean sourc trees. Yours truly got bitten this time. | Melanie Thielker | 1 | -2/+4 | |
Re-fix the re-fix from a clean build. This makes the region based settings work as advertised | |||||
2008-07-26 | Re-Fix the fix | Melanie Thielker | 1 | -1/+1 | |
2008-07-26 | Fix Mantis #1830 | Melanie Thielker | 1 | -0/+1 | |
Makes region settings save on second and subsequent sim restarts after upgrading. | |||||
2008-07-25 | Patch #9155 (Mantis #1793) | Melanie Thielker | 1 | -0/+1 | |
Fix a regression that caused the region settings not to save. Still no SQLite support for region settings. MySQL now functional. | |||||
2008-07-23 | refactor TaskInventoryItem Mask -> Permissions to be consistant with how things | Sean Dague | 1 | -10/+10 | |
are stored in the db. | |||||
2008-07-23 | refactored LandData to use properties, and cleaned up the naming on | Sean Dague | 1 | -70/+70 | |
the properties a bit to be more consistant with other objects (having things like .Name .Description, etc). | |||||
2008-07-18 | Introduce a separate connection string for estates, which defaults to the one gi | Melanie Thielker | 1 | -22/+1 | |
ven for the region datastore. Removes the flag to store prim inventories, which are now always stored. | |||||
2008-07-18 | masks MySQL password from console startup messages | Dahlia Trimble | 1 | -1/+22 | |
2008-07-18 | Patch #9151 | Melanie Thielker | 1 | -140/+3 | |
Makes the estate dialog fully functional. Implements all client facing functionality. Moves estate data from estate_settings.xml, which is used to provide defaults, to the region data store. Creates one estate for each region, and places the region in it. Converts all region bans to estate bans. | |||||
2008-07-07 | change SitTarget calls from functions to properties | Sean Dague | 1 | -14/+15 | |
2008-07-06 | Copyright notices and formatting cleanup. | Jeff Ames | 1 | -2/+2 | |
2008-07-01 | Mantis#1639. Thank you, Melanie for a patch that: | Charles Krinke | 1 | -1/+8 | |
Reads estate_settings.xml and populates the database from it. If there is no record, just passes the defaults to the application. | |||||
2008-06-30 | Mantis#1637. Thank you kindly, Melanie for a patch that: | Charles Krinke | 1 | -0/+6 | |
Make each region load it's settings from the database on startup. No user functionality yet. | |||||
2008-06-29 | * Fix for http://opensimulator.org/mantis/view.php?id=1512 | Justin Clarke Casey | 1 | -18/+94 | |
* Introduce experimental wait timeout checking to mysql region datastore code * This should mean that if the mysql connection has timed out, we should automatically reconnect and not fail or drop queries on region database manipulations | |||||
2008-06-29 | patch and files from mantis #1630, Thanks Melanie | MW | 1 | -0/+183 | |
2008-06-27 | last round of warning squashing. calling it a day now. | Dr Scofield | 1 | -152/+152 | |
2008-06-26 | Apply patch from bug #1601 -- more documentation for Data/MySQL. Thanks ↵ | Jeff Ames | 1 | -36/+223 | |
kerunix_Flan! | |||||
2008-06-26 | Mantis#1595. Thank you, Melanie for a patch that: | Charles Krinke | 1 | -0/+3 | |
Adds pipes for the prim item flags field | |||||
2008-06-26 | Add patch from bug #1596 - adds Doxygen documentation in OpenSim.Data.MySQL ↵ | Jeff Ames | 1 | -3/+65 | |
files. Thanks kerunix_Flan! | |||||
2008-06-21 | * Adds Region ban capability to Regions. You access this by going to ↵ | Teravus Ovares | 1 | -0/+117 | |
World->Region/Estate. Then on the Estate tab, at the lower right hand corner, clicking the 'Add' button and picking an avatar. * It only persists across reboots for the mySQL datastore currently. * Currently have stubs in the other datastores. | |||||
2008-06-20 | * Handle parcel telehub location corruption gracefully. DBNull | Teravus Ovares | 1 | -7/+16 | |
* mySQL this time. | |||||
2008-06-19 | fix an edge case with migrations in the region store. | Sean Dague | 1 | -0/+4 | |
Add migration support to gridstore. | |||||
2008-06-12 | Fix mysql migrations. This is tested with an existing up to date schema, | Sean Dague | 1 | -0/+1 | |
and no schema. It should also work with a non up to date schema as well. Btw, meetings in which I can get code done are the right kind of meetings. | |||||
2008-06-12 | * minor: Remove and tidy duplicate 'storing object to scene' messages in log | Justin Clarke Casey | 1 | -1/+1 | |
2008-06-12 | this, in theory, adds migration support to mysql for all | Sean Dague | 1 | -72/+84 | |
data sources besides the grid store. It is only lightly tested so the less adventurous should wait a couple of checkins before upgrading. | |||||
2008-06-10 | Mantis#1501. Thank you kindly, Nebadon, for a patch that | Charles Krinke | 1 | -1/+7 | |
addresses the 'terrain fill 0' error. | |||||
2008-06-02 | * experimental: Make OpenSim archiver save and reload all prim textures when ↵ | Justin Clarke Casey | 1 | -0/+1 | |
not all faces have the same texture | |||||
2008-05-28 | remove terrain bloat, only keep last terrain revision | Sean Dague | 1 | -1/+5 | |
for mysql. For active terraformers this should return a lot of database space. | |||||
2008-05-28 | remove an erroneous line to fetch the terrain table in a way that | Sean Dague | 1 | -2/+0 | |
isn't actually used. | |||||
2008-05-26 | * Potential fix for Mantis#167, 332 - MySQL Thread collision. | Adam Frisby | 1 | -61/+76 | |
2008-05-16 | Formatting cleanup. | Jeff Ames | 1 | -92/+92 | |
2008-05-04 | * Implemented DIE_AT_EDGE and Temporary objects don't save to the database. | Teravus Ovares | 1 | -1/+3 | |
2008-05-01 | * In ur code. Making it static. | Adam Frisby | 1 | -22/+22 | |
* Converted a bunch of functions to static functions. | |||||
2008-05-01 | * Align new fields upgrade sql to have the same 'not null' and default ↵ | Justin Clarke Casey | 1 | -23/+23 | |
settings as when an inventoryitems table is newly created * Normalize logging titles in database code, though this doesn't yet cover invoking code | |||||
2008-04-30 | * Spring cleaned a bunch of '//TODO: unused' marked functions. | Adam Frisby | 1 | -42/+0 | |
2008-04-30 | * Refactored the land table to be versionable in mySQL. | Teravus Ovares | 1 | -11/+128 | |
* Added AuthbuyerID so that if someone sets a land for sale to someone and then restarts the simulator, when the simulator comes back up, the setting persists. | |||||
2008-04-30 | * Patch by Melanie. Implements proper objectflags on child objects. Thanks ↵ | Teravus Ovares | 1 | -1/+1 | |
Melanie! RE: 0001079: r4387. touch() event does not fire when touch script is in root prim and child prims are touched | |||||
2008-04-21 | * Optimised using statements and namespace references across entire project ↵ | Adam Frisby | 1 | -4/+5 | |
(this took a while to run). | |||||
2008-04-02 | fix ups to include OpenSim.Framework explicit includes (they | Sean Dague | 1 | -0/+1 | |
were implicitly included before). Everything builds again. Now off to testing. | |||||
2008-04-02 | attempt to fix up all refernces to new directory structure | Sean Dague | 1 | -1/+1 | |
2008-04-02 | whole lot more moving | Sean Dague | 1 | -0/+0 | |
2008-03-25 | Comment out unused private methods. | Jeff Ames | 1 | -38/+40 | |
2008-03-22 | *Moved LandManagement into its own region module (spiffy!) | mingchen | 1 | -4/+3 | |
2008-03-18 | * Applying Mantis Patch #518.2 - State not persisted in MySQL DataStore | Adam Frisby | 1 | -0/+35 | |
2008-03-18 | Formatting cleanup. | Jeff Ames | 1 | -26/+25 | |
2008-03-13 | this is a believed fix for some of the MySQL races. Testing would | Sean Dague | 1 | -29/+24 | |
be appreciated. | |||||
2008-02-19 | Remove "Loading inventory" messages from item inventory loads | Justin Clarke Casey | 1 | -1/+1 | |
2008-02-18 | More exception checks and crash hints | Tedd Hansen | 1 | -2/+2 | |
If no scriptengine is specified then don't try to load any. | |||||
2008-02-11 | From: dirk husemann <hud@zurich.ibm.com> | Sean Dague | 1 | -2/+3 | |
these two patches fixe the terrain load exception that occurs when restarting OpenSim on PPC32 by making terrain loading endian clean. it does NOT fix the client crash exception. need to hunt that one down. | |||||
2008-02-10 | Clean up logging calls using String.Format explicitly | Jeff Ames | 1 | -16/+15 | |