Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | more inventory folder tests | Sean Dague | 2008-09-11 | 1 | -10/+55 | |
| | ||||||
* | add some folder create and list tests | Sean Dague | 2008-09-11 | 1 | -1/+40 | |
| | ||||||
* | added simple add / exists folder check | Sean Dague | 2008-09-11 | 1 | -0/+41 | |
| | ||||||
* | add a few more SQLite Asset tests. | Sean Dague | 2008-09-11 | 1 | -3/+31 | |
| | ||||||
* | added very basic stubs for User and Inventory db creates and empty | Sean Dague | 2008-09-10 | 2 | -0/+146 | |
| | | | | | | calls to make sure they worked | |||||
* | fix typo in name of test db | Sean Dague | 2008-09-10 | 1 | -1/+1 | |
| | ||||||
* | add basic sniff tests for SQLite Asset store. Initializes a db, | Sean Dague | 2008-09-10 | 1 | -0/+91 | |
| | | | | | | | | stores an asset, fetches that asset, make sure it has the name we gave it. All simple stuff, but should catch the more egregious breaks. | |||||
* | add a simple update attribute test for SOG & SQLite | Sean Dague | 2008-09-10 | 1 | -2/+22 | |
| | ||||||
* | added in a few more tests | Sean Dague | 2008-09-10 | 1 | -6/+40 | |
| | ||||||
* | the explicit log4net configure attempt was maybe breaking bamboo, get | Sean Dague | 2008-09-10 | 1 | -4/+0 | |
| | | | | | | rid of that. | |||||
* | added the first couple of sqlite tests. we'll see how bamboo | Sean Dague | 2008-09-10 | 2 | -2/+53 | |
| | | | | | | handles them. | |||||
* | add shell for SQLite testing. No tests yet. | Sean Dague | 2008-09-10 | 1 | -0/+49 | |
| | | | | | | | add another nant target for test-xml to get the verbose version | |||||
* | Mantis #511 | Melanie Thielker | 2008-09-10 | 1 | -1/+2 | |
| | | | | | | | Allow parsing of hexadecimal int constants from strings. Also fixes a DBNull value in the touch type field crashing the sim | |||||
* | Update svn properties, minor formatting cleanup. | Jeff Ames | 2008-09-10 | 1 | -2/+2 | |
| | | | | | Fix unreachable code due to typo in llDetectedGroup. | |||||
* | Thanks, nlin, for a patch implementing persistence for "When Left Clicked" | Mike Mazur | 2008-09-10 | 2 | -0/+11 | |
| | | | | | | object property. Fix issue 2149. | |||||
* | * Fixes Sqlite crash bug when saving a prim. | Teravus Ovares | 2008-09-09 | 1 | -1/+6 | |
| | ||||||
* | possible fix for EARTH SHATTERING KABOOM! when trying to save a prim | Sean Dague | 2008-09-09 | 1 | -1/+1 | |
| | ||||||
* | fix an automatically stripped out UUID from SQLiteManager | Sean Dague | 2008-09-09 | 2 | -7/+7 | |
| | | | | | | fix some spacing in SQLiteRegionData | |||||
* | hopefully fix embedded inventory for sqlite | Sean Dague | 2008-09-09 | 1 | -3/+3 | |
| | ||||||
* | Update svn properties, formatting cleanup. | Jeff Ames | 2008-09-09 | 4 | -5/+5 | |
| | ||||||
* | Implement proper persistence of the following prim properties: | Melanie Thielker | 2008-09-08 | 4 | -3/+43 | |
| | | | | | | | | | 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. | |||||
* | Mantis #2133 | Melanie Thielker | 2008-09-06 | 2 | -2/+2 | |
| | | | | | | | Thank you, Xugu Madison and ChrisDown, for a patch that fixes linux filename extensions from .Xml back to .xml | |||||
* | * This is the fabled LibOMV update with all of the libOMV types from JHurliman | Teravus Ovares | 2008-09-06 | 51 | -865/+865 | |
| | | | | | | | * 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. | |||||
* | * Blind fix what looks like a bug in the new land MSSQL code | Justin Clarke Casey | 2008-09-06 | 1 | -1/+1 | |
| | | | | | | | * The data returned from the db was never inserted in the list to be processed and return * This is an example where a warning has revealed a bug | |||||
* | * Remove lots of warnings from the CMS module | Justin Clarke Casey | 2008-09-06 | 2 | -3/+2 | |
| | | | | | | * Remove a few other miscellaneous warnings | |||||
* | Update svn properties. | Jeff Ames | 2008-09-03 | 1 | -24/+24 | |
| | ||||||
* | Mantis #2099 | Melanie Thielker | 2008-09-03 | 2 | -16/+38 | |
| | | | | | | | Thank you, cmickeyb, for a patch that corrects the database connection handling in the multithreaded user server. | |||||
* | apparently I missed one of the old version routines that could be | Sean Dague | 2008-09-02 | 1 | -39/+0 | |
| | | | | | | removed. Removing that now. | |||||
* | Committing the missing resource file for MSSQL. Sorry... | Melanie Thielker | 2008-09-02 | 1 | -0/+161 | |
| | ||||||
* | Mantis #2102 | Melanie Thielker | 2008-09-02 | 2 | -8/+10 | |
| | | | | | | | Thank you, RuudL, for a patch that supplements the previous MSSQL patch. | |||||
* | Mantis #2095 | Melanie Thielker | 2008-09-01 | 11 | -1371/+1971 | |
| | | | | | | | Thank you, RuudL, for a complete adaptation of migration and estate data to MSSQL, and the updating of the RegionData handling in MSSQL. | |||||
* | * Added new MySQLSuperManager support for the grid servers. | Adam Frisby | 2008-08-30 | 3 | -69/+140 | |
| | | | | | * In theory, login and a large number of grid functions should now at least be multithreaded. | |||||
* | * Fixed #2807 Again, Whoops. | Adam Frisby | 2008-08-30 | 1 | -1/+1 | |
| | ||||||
* | * Fix for Mantis #2087, Standalone MySQL broken with threading improvements. ↵ | Adam Frisby | 2008-08-30 | 1 | -0/+9 | |
| | | | | (Didnt realise this code was being shared with the gridservers) | |||||
* | * Minor fix to previous threading patch, every nTH request would previously ↵ | Adam Frisby | 2008-08-30 | 1 | -2/+10 | |
| | | | | have been delayed for 1000ms. This has been fixed. | |||||
* | * Added new "SuperManager" class for MySQL connections, for allowing ↵ | Adam Frisby | 2008-08-30 | 2 | -236/+379 | |
| | | | | | | | | multiple concurrent MySQL threads. * Implemented SuperManager inside of UserData. This means the userserver when running on MySQL will use 10 connections (+1 system connection) to handle requests, preventing the previous mire of locking resulting in singlethreadedness. * This requires testing and grids relying on stability should not upgrade to this revision until it's been properly tested. | |||||
* | Fix for Bug #2065: New check out crashes on sqlite migration | Sean Dague | 2008-08-28 | 1 | -0/+1 | |
| | | | | | | | I apparently missed one drop tables statement that was actually needed when I did the cleaning to make this work for old sqlite versions. | |||||
* | cleaning out cruft from pre-Migration days | Sean Dague | 2008-08-27 | 1 | -103/+1 | |
| | ||||||
* | getting rid of pre-Migration cruft | Sean Dague | 2008-08-27 | 1 | -111/+0 | |
| | ||||||
* | we are now past change 6000, so getting rid of pre-Migration cruft | Sean Dague | 2008-08-27 | 1 | -222/+0 | |
| | ||||||
* | we are now past change 6000, so getting rid of the pre-Migration | Sean Dague | 2008-08-27 | 1 | -81/+0 | |
| | | | | | | upgrade cruft | |||||
* | remove legacy pre-Migration database upgrade routines | Sean Dague | 2008-08-27 | 1 | -120/+0 | |
| | ||||||
* | remove the legacy pre-Migration database upgrade paths | Sean Dague | 2008-08-27 | 1 | -42/+0 | |
| | ||||||
* | remove pre-Migration upgrade paths | Sean Dague | 2008-08-27 | 1 | -92/+0 | |
| | ||||||
* | we're past checkin 6000, so now cleaning up all the cruft of the pre | Sean Dague | 2008-08-27 | 1 | -302/+3 | |
| | | | | | | migration database upgrade paths. This is coming in in stages. | |||||
* | get rid of the "drop if exists" lines in this old migration, as those | Sean Dague | 2008-08-27 | 1 | -6/+0 | |
| | | | | | | | | tables shouldn't exist yet, and the exists keyword is relatively new in sqlite. This has been breaking a lot of people on Suse Enterprise Linux, for instance. | |||||
* | Mantis#2052. Thank you kindly, Avdleeuw for a patch that: | Charles Krinke | 2008-08-27 | 1 | -1/+1 | |
| | | | | | | | | | After having built revision 5992, OpenSim would start while issuing some errors regards updates to user profiles (Master Avatar, and other manually added avatars). Issue 2027 dealt with the MySQL part. This issue deals with the SQLite part. | |||||
* | Mantis#2027. Thank you kindly, HomerHorwitz for a patch that addresses: | Charles Krinke | 2008-08-24 | 1 | -1/+1 | |
| | | | | | | | | Analysis shows that the XMLRPC-request contains an empty string (<string />) for the custom_type parameter, which is deserialized wrongly to a null-value, thus leading to the exception above. The attached patch (against r5967) fixes the symptom and uses "" for customType in that case. | |||||
* | Selling an object in-place (as original) now works. Builders can | Melanie Thielker | 2008-08-24 | 1 | -2/+14 | |
| | | | | | | now ply their trade. Is that nuts? | |||||
* | Plumb the data path for all those eye candy values. Saves texture | Melanie Thielker | 2008-08-24 | 1 | -55/+139 | |
| | | | | | | | | animation, target omega, looped sound, script access pin, allowed drop state and sale data. Loads it, too. Not all tested. Code: No Nuts. Data: Cannot Guarantee Nut Free. |