Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2008-09-08 | Implement proper persistence of the following prim properties: | Melanie Thielker | 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. | |||||
2008-09-06 | Mantis #2133 | Melanie Thielker | 2 | -2/+2 | |
Thank you, Xugu Madison and ChrisDown, for a patch that fixes linux filename extensions from .Xml back to .xml | |||||
2008-09-06 | * This is the fabled LibOMV update with all of the libOMV types from JHurliman | Teravus Ovares | 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. | |||||
2008-09-06 | * Blind fix what looks like a bug in the new land MSSQL code | Justin Clarke Casey | 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 | |||||
2008-09-06 | * Remove lots of warnings from the CMS module | Justin Clarke Casey | 2 | -3/+2 | |
* Remove a few other miscellaneous warnings | |||||
2008-09-03 | Update svn properties. | Jeff Ames | 1 | -24/+24 | |
2008-09-03 | Mantis #2099 | Melanie Thielker | 2 | -16/+38 | |
Thank you, cmickeyb, for a patch that corrects the database connection handling in the multithreaded user server. | |||||
2008-09-02 | apparently I missed one of the old version routines that could be | Sean Dague | 1 | -39/+0 | |
removed. Removing that now. | |||||
2008-09-02 | Committing the missing resource file for MSSQL. Sorry... | Melanie Thielker | 1 | -0/+161 | |
2008-09-02 | Mantis #2102 | Melanie Thielker | 2 | -8/+10 | |
Thank you, RuudL, for a patch that supplements the previous MSSQL patch. | |||||
2008-09-01 | Mantis #2095 | Melanie Thielker | 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. | |||||
2008-08-30 | * Added new MySQLSuperManager support for the grid servers. | Adam Frisby | 3 | -69/+140 | |
* In theory, login and a large number of grid functions should now at least be multithreaded. | |||||
2008-08-30 | * Fixed #2807 Again, Whoops. | Adam Frisby | 1 | -1/+1 | |
2008-08-30 | * Fix for Mantis #2087, Standalone MySQL broken with threading improvements. ↵ | Adam Frisby | 1 | -0/+9 | |
(Didnt realise this code was being shared with the gridservers) | |||||
2008-08-30 | * Minor fix to previous threading patch, every nTH request would previously ↵ | Adam Frisby | 1 | -2/+10 | |
have been delayed for 1000ms. This has been fixed. | |||||
2008-08-30 | * Added new "SuperManager" class for MySQL connections, for allowing ↵ | Adam Frisby | 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. | |||||
2008-08-28 | Fix for Bug #2065: New check out crashes on sqlite migration | Sean Dague | 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. | |||||
2008-08-27 | cleaning out cruft from pre-Migration days | Sean Dague | 1 | -103/+1 | |
2008-08-27 | getting rid of pre-Migration cruft | Sean Dague | 1 | -111/+0 | |
2008-08-27 | we are now past change 6000, so getting rid of pre-Migration cruft | Sean Dague | 1 | -222/+0 | |
2008-08-27 | we are now past change 6000, so getting rid of the pre-Migration | Sean Dague | 1 | -81/+0 | |
upgrade cruft | |||||
2008-08-27 | remove legacy pre-Migration database upgrade routines | Sean Dague | 1 | -120/+0 | |
2008-08-27 | remove the legacy pre-Migration database upgrade paths | Sean Dague | 1 | -42/+0 | |
2008-08-27 | remove pre-Migration upgrade paths | Sean Dague | 1 | -92/+0 | |
2008-08-27 | we're past checkin 6000, so now cleaning up all the cruft of the pre | Sean Dague | 1 | -302/+3 | |
migration database upgrade paths. This is coming in in stages. | |||||
2008-08-27 | get rid of the "drop if exists" lines in this old migration, as those | Sean Dague | 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. | |||||
2008-08-27 | Mantis#2052. Thank you kindly, Avdleeuw for a patch that: | Charles Krinke | 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. | |||||
2008-08-24 | Mantis#2027. Thank you kindly, HomerHorwitz for a patch that addresses: | Charles Krinke | 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. | |||||
2008-08-24 | Selling an object in-place (as original) now works. Builders can | Melanie Thielker | 1 | -2/+14 | |
now ply their trade. Is that nuts? | |||||
2008-08-24 | Plumb the data path for all those eye candy values. Saves texture | Melanie Thielker | 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. | |||||
2008-08-24 | Add the fields for the eye candy and sale featires to the prims table. | Melanie Thielker | 1 | -0/+27 | |
No user functionality yet. Run prebuild. Contains a Migration. May contain nuts. | |||||
2008-08-19 | Update svn properties, minor formatting cleanup. | Jeff Ames | 1 | -1/+1 | |
2008-08-19 | Attachment persistence (Mantis #1711) | Melanie Thielker | 5 | -109/+19 | |
Change user server to handle attachment assets record properly. Ensure that attachments are not re-rezzed on region crossing. Persistence will NOT WORK with earliser UGAI!! Change region server to match. | |||||
2008-08-19 | Update svn properties, formatting cleanup. | Jeff Ames | 2 | -7/+7 | |
2008-08-19 | Attachment persistence!!! Patch #9169 (Mantis #1171) | Melanie Thielker | 2 | -5/+9 | |
Attachments now save to MySQL. No reattach on login yet. | |||||
2008-08-18 | * If two regions have configuration information that conflicts (save xy ↵ | Justin Clarke Casey | 1 | -0/+1 | |
location, same uuid or same internal ip port) then complain loudly and don't start up | |||||
2008-08-18 | * Properly dispose of the reader after readAttachments() has finished with ↵ | Justin Clarke Casey | 1 | -2/+3 | |
it in the Mysql User data manager | |||||
2008-08-18 | Avatar Attachment persistence!! Patch #9168 (Mantis #1171) | Melanie Thielker | 4 | -0/+86 | |
Plumbs in attachment persistence and adds the tables. Currently MySQL only, no user functionality yet. | |||||
2008-08-18 | Formatting cleanup. | Jeff Ames | 29 | -302/+301 | |
2008-08-16 | * Rename *DataStore classes to *RegionData to align with SQLite | Justin Clarke Casey | 2 | -0/+0 | |
2008-08-15 | Plumb in the partner and the account title fields for profile info. | Melanie Thielker | 5 | -5/+42 | |
2008-08-15 | Small fox in the database, god level was being overwritten with the user | Melanie Thielker | 1 | -1/+1 | |
flags value | |||||
2008-08-14 | Adds UserFlags and GodLevel to the user data store and plumbs then in. | Melanie Thielker | 5 | -4/+31 | |
This will have no effect unless both the UGAI and the region are this revision or later | |||||
2008-08-14 | Mantis #1953 | Melanie Thielker | 1 | -2/+2 | |
Thank you, HomerHorwitz, for a patch that changes login location handling to use the sim UUID if it has already been stored. | |||||
2008-08-14 | Add the UserStore migrations to the TP fixes patch | Melanie Thielker | 2 | -0/+10 | |
2008-08-14 | Mantis #1946 | Melanie Thielker | 3 | -3/+16 | |
Thank you, HomerHorwitz, for a patch that corrects and improves TP to landmark and home position handling. | |||||
2008-08-12 | Minor formatting cleanup. | Jeff Ames | 1 | -1/+1 | |
2008-08-10 | Mantis#1903. Thank you kindly, CMickeyb for a patch that: | Charles Krinke | 2 | -9/+201 | |
patch attached replaces the tree walk algorithm used to build the folder hierarchy with a single database query. That is, we replace 1 database query per folder with 1 query for the root folder's properties and 1 query to retrieve the entire collection of folders for a user. | |||||
2008-08-07 | Minor formatting cleanup. | Jeff Ames | 3 | -4/+4 | |
2008-08-06 | Thanks, zaki, for a patch that embeds plugin manifest files into plugin ↵ | Mike Mazur | 3 | -0/+66 | |
dlls. Fix issue 1876. |