Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2008-09-10 | added the first couple of sqlite tests. we'll see how bamboo | Sean Dague | 1 | -1/+1 | |
handles them. | |||||
2008-09-10 | Update svn properties, minor formatting cleanup. | Jeff Ames | 1 | -2/+2 | |
Fix unreachable code due to typo in llDetectedGroup. | |||||
2008-09-09 | * Fixes Sqlite crash bug when saving a prim. | Teravus Ovares | 1 | -1/+6 | |
2008-09-09 | possible fix for EARTH SHATTERING KABOOM! when trying to save a prim | Sean Dague | 1 | -1/+1 | |
2008-09-09 | fix an automatically stripped out UUID from SQLiteManager | Sean Dague | 1 | -6/+6 | |
fix some spacing in SQLiteRegionData | |||||
2008-09-09 | hopefully fix embedded inventory for sqlite | Sean Dague | 1 | -3/+3 | |
2008-09-08 | Implement proper persistence of the following prim properties: | Melanie Thielker | 1 | -0/+9 | |
Floating text, Rotation, Texture animation, Particle System This will make "Eye Candy" scripts work without modification in XEngine. The use of the CHANGED_REGION_RESTART hack is no longer needed. Implemented in MySQL only, hovertext also in SQLite. | |||||
2008-09-06 | * This is the fabled LibOMV update with all of the libOMV types from JHurliman | Teravus Ovares | 1 | -64/+64 | |
* 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-08-27 | we are now past change 6000, so getting rid of pre-Migration cruft | Sean Dague | 1 | -222/+0 | |
2008-08-18 | Formatting cleanup. | Jeff Ames | 1 | -25/+25 | |
2008-07-25 | * Remove dumb bug I put in which meant that an archive save would never ↵ | Justin Clarke Casey | 1 | -1/+1 | |
complete if there were any missing assets | |||||
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 | -69/+69 | |
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 | -24/+1 | |
ven for the region datastore. Removes the flag to store prim inventories, which are now always stored. | |||||
2008-07-18 | Patch #9151 | Melanie Thielker | 1 | -114/+0 | |
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-06-29 | patch and files from mantis #1630, Thanks Melanie | MW | 1 | -0/+9 | |
2008-06-27 | last round of warning squashing. calling it a day now. | Dr Scofield | 1 | -48/+48 | |
2008-06-26 | Apply patch from bug #1605 -- Documentation for Data/SQLite. Thanks ↵ | Jeff Ames | 1 | -18/+245 | |
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-21 | * Persists region banlists across reboots for the sqlite datastore also now. | Teravus Ovares | 1 | -3/+82 | |
2008-06-21 | * Adds Region ban capability to Regions. You access this by going to ↵ | Teravus Ovares | 1 | -0/+17 | |
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 | -1/+2 | |
* mySQL this time. | |||||
2008-06-20 | * Handle parcel telehub location corruption gracefully. DBNull | Teravus Ovares | 1 | -6/+15 | |
2008-06-12 | * minor: Remove and tidy duplicate 'storing object to scene' messages in log | Justin Clarke Casey | 1 | -1/+1 | |
2008-06-11 | check in working migration code fore SQLite. This | Sean Dague | 1 | -136/+150 | |
is now using migrations instead of the old model to create tables. Tested for existing old tables, and for creating new ones. | |||||
2008-05-16 | Formatting cleanup. | Jeff Ames | 1 | -58/+58 | |
2008-05-07 | * Fixed some compiler warnings | Adam Frisby | 1 | -1/+1 | |
* Fixed prebuild.xml to remove DB4o references (more compiler warnings) | |||||
2008-05-04 | * Implemented DIE_AT_EDGE and Temporary objects don't save to the database. | Teravus Ovares | 1 | -1/+3 | |
2008-05-01 | * Thanks to Mic Bowman for inspiring me to look at that we are still using ↵ | Adam Frisby | 1 | -16/+0 | |
ASCIIEncoder in places we shouldn't. | |||||
2008-05-01 | * Breaking all the code, breaking all the code..! | Adam Frisby | 1 | -4/+4 | |
* Made a bunch more members static, removed some dead code, general cleaning. | |||||
2008-05-01 | * In ur code. Making it static. | Adam Frisby | 1 | -17/+17 | |
* Converted a bunch of functions to static functions. | |||||
2008-05-01 | * Assorted spring cleanings. | Adam Frisby | 1 | -2/+3 | |
2008-05-01 | * Align new fields upgrade sql to have the same 'not null' and default ↵ | Justin Clarke Casey | 1 | -28/+28 | |
settings as when an inventoryitems table is newly created * Normalize logging titles in database code, though this doesn't yet cover invoking code | |||||
2008-05-01 | * Whoops, SQLite land data malfunction. Fixed. | Teravus Ovares | 1 | -1/+2 | |
2008-04-30 | * Adds the AuthbuyerID field to sqlite and makes use of it. | Teravus Ovares | 1 | -0/+34 | |
* Includes a more user-friendly way of adding it saying, 'Your land table was recently updated. You need to restart the simulator. Exiting' | |||||
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-30 | * Long awaited patch from A_Biondi Mantis 923. Kept alive by Melanie. ↵ | Teravus Ovares | 1 | -1/+1 | |
Thanks A_Biondi and Melanie! * This builds but might not work. JustinCC will examine.. it may work out of the box. | |||||
2008-04-21 | * Optimised using statements and namespace references across entire project ↵ | Adam Frisby | 1 | -2/+3 | |
(this took a while to run). | |||||
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-22 | *Moved LandManagement into its own region module (spiffy!) | mingchen | 1 | -4/+3 | |
2008-03-18 | Formatting cleanup. | Jeff Ames | 1 | -26/+25 | |
2008-03-11 | Attempted fix for http://opensimulator.org/mantis/view.php?id=551 | Sean Dague | 1 | -3/+0 | |
2008-03-11 | this fixes up the exponentially growing startup times caused | Sean Dague | 1 | -9/+8 | |
by not deleting the landaccesslist. If this triggers an sqlite error on .NET, we'll need to track that down seperatly. | |||||
2008-03-09 | * Added a hack-ish routine to add the State column to the primshapes table ↵ | Teravus Ovares | 1 | -1/+11 | |
if it wasn't already there. * Started OpenSim on SQLite to a mass of red 'unable to load prim' messages. * If you are getting this message, after this update, when you start OpenSimulator, you'll get it one more time and then it'll work again. | |||||
2008-03-08 | Thank you kindly Grumly57 for a patch to solve: | Charles Krinke | 1 | -0/+3 | |
Grass type is not persisted. Try to rez some grass several time to have different random grass types around, then immediately move a couple of them. Or restart the sim and logon again. You'll see all grass types reverted to a dull default one :-) | |||||
2008-03-02 | * Temporarily commented out the parcel banlist clearing query that was being ↵ | Teravus Ovares | 1 | -7/+8 | |
called in an ad-hoc fashion and causing an access violation error. This means that in SQLite when subdividing parcels you'll have to go to the parcel and clear out the banlist with the client instead of having it done for you immediately when you split the parcel. * A database guy really needs to look at the land stuff. :D | |||||
2008-02-20 | Minor cleanup. | Jeff Ames | 1 | -1/+1 | |
2008-02-19 | Remove "Loading inventory" messages from item inventory loads | Justin Clarke Casey | 1 | -2/+2 | |