Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2008-06-27 | last round of warning squashing. calling it a day now. | Dr Scofield | 1 | -4/+4 | |
2008-06-26 | Apply patch from bug #1601 -- more documentation for Data/MySQL. Thanks ↵ | Jeff Ames | 1 | -6/+10 | |
kerunix_Flan! | |||||
2008-06-26 | Add patch from bug #1596 - adds Doxygen documentation in OpenSim.Data.MySQL ↵ | Jeff Ames | 1 | -4/+20 | |
files. Thanks kerunix_Flan! | |||||
2008-06-19 | fix an edge case with migrations in the region store. | Sean Dague | 1 | -2/+18 | |
Add migration support to gridstore. | |||||
2008-05-30 | Update svn properties. Formatting cleanup. | Jeff Ames | 1 | -5/+7 | |
2008-05-28 | let Grid Servers specify a connect string in their configuration. | Sean Dague | 1 | -12/+17 | |
2008-05-01 | * Thanks to Mic Bowman for inspiring me to look at that we are still using ↵ | Adam Frisby | 1 | -1/+1 | |
ASCIIEncoder in places we shouldn't. | |||||
2008-05-01 | * Align new fields upgrade sql to have the same 'not null' and default ↵ | Justin Clarke Casey | 1 | -1/+1 | |
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-21 | * Optimised using statements and namespace references across entire project ↵ | Adam Frisby | 1 | -3/+3 | |
(this took a while to run). | |||||
2008-04-11 | * Discerned between AddProfile and UpdateProfile in region registration | lbsa71 | 1 | -0/+5 | |
:: Believe it or not, but INSERT/UPDATE is actually a better pattern than REPLACE, since, with INSERT/UPDATE you can catch erroneous UPDATES to non-INSERTed items as well as catch erroneous re-INSERTS. in 95% of the cases, you SHOULD have a clear INSERT context, and a clear and separate UPDATE context. If you think your case falls within the 5%, maybe you should re-evaluate your code. :: | |||||
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-28 | * Introduced base abstract provider class for GridData | lbsa71 | 1 | -12/+12 | |
2008-03-18 | Formatting cleanup. Minor refactoring. | Jeff Ames | 1 | -1/+1 | |
2008-03-18 | * Added the ability to type the partial name of a region in the start ↵ | Teravus Ovares | 1 | -0/+41 | |
location box and go to that region if it's there. If no close match was found, it sends you home. This is tested on mySQL. There's untested code on grids that are based on sqlite and MSSQL. The SQL statements *should* be right, but your results may very. * Ex, if you want to go to Wright Plaza, you simply need to type Wright Plaza in the start location in the client when you log-in. | |||||
2008-03-18 | Formatting cleanup. | Jeff Ames | 1 | -26/+25 | |
2008-03-07 | Fix to solve mantis 717 problem. Makes sure the region DB schema is up to ↵ | Johan Berntsson | 1 | -1/+6 | |
date and consistent | |||||
2008-03-04 | Merged 3Di code that provides scene and avatar serialization, and plugin ↵ | Johan Berntsson | 1 | -1/+27 | |
support for region move/split/merge. See ThirdParty/3Di/README.txt. Unless the new modules are used there should be no noticeable changes when running OpenSim. | |||||
2008-02-13 | * Split out MSSQLManager Test/Init into each provider. | lbsa71 | 1 | -85/+1 | |
* Made regions table name configurable (MSSQL only) * Added a note in ini.example pointing out that the sql resources have to change if you change table names * Removed duplicate picker method from GridData interface [Provided by openlifegrid.com] | |||||
2008-02-05 | Converted logging to use log4net. | Jeff Ames | 1 | -6/+8 | |
Changed LogBase to ConsoleBase, which handles console I/O. This is mostly an in-place conversion, so lots of refactoring can still be done. | |||||
2008-01-15 | * Mother of all commits: | Adam Frisby | 1 | -3/+3 | |
* Cleaned up copyright notices in AssemblyInfo.cs's * Added Copyright headers to a bunch of files missing them * Replaced several common string instances with a static constant to prevent reallocation of the same strings thousands of times. "" -> String.Empty is the first such candidate. | |||||
2007-12-27 | * Optimized usings | lbsa71 | 1 | -26/+23 | |
* shortened references * Removed redundant 'this' * Normalized EOF | |||||
2007-12-20 | Added patch from Johan. First attempt to solve the LibSL.Packet GC problem. ↵ | Jeff Ames | 1 | -2/+2 | |
Works with LibSL rev>1532 | |||||
2007-12-12 | * Patch from justincc to fix Inconsistent automatic mysql table creation - ↵ | Teravus Ovares | 1 | -0/+34 | |
see bug 169 | |||||
2007-12-10 | saved OpenSim source code from the giant rampaging unterminated copyright ↵ | Jeff Ames | 1 | -2/+2 | |
notice of doom | |||||
2007-12-04 | * Avatar picker works in grid mode now. | Teravus Ovares | 1 | -7/+10 | |
* To test, click the communicate button, then click the 'add' button and type a name. You will get a list of closely matching avatar names. * Before this'll work on your sim in grid mode, the UGA needs to be updated. If it isn't updated, then you'll get a message on the sim console when searching like, 'got invalid queryid'. | |||||
2007-11-13 | * Added AvatarPicker in Standalone mode. Works for finding avatar to ban, ↵ | Teravus Ovares | 1 | -0/+85 | |
manually trying to add a friend (with the add button) or useful to those who are curious which usernames have visited your standalone sim. Important for future development :D. * Grid mode always returns 0 results until the Grid Communications portion is done. | |||||
2007-10-30 | * Optimized usings | lbsa71 | 1 | -8/+13 | |
* Shortened type references * Removed redundant 'this' qualifier | |||||
2007-10-17 | Renamed SimProfileData to RegionProfileData | Tleiades Hax | 1 | -9/+9 | |
2007-10-08 | Applied patch 485, inventory patch from tleiades (thanks again). | MW | 1 | -4/+6 | |
2007-09-10 | mass update of urls in source code to new website | Sean Dague | 1 | -1/+1 | |
2007-07-16 | changed to native line ending encoding | Sean Dague | 1 | -287/+287 | |
2007-07-03 | * Optimized usings (the 'LL ate my scripts' commit) | lbsa71 | 1 | -14/+16 | |
* added some licensing info | |||||
2007-06-27 | *Fixed all renaming for OpenGridServices.sln, still a reference issue in ↵ | mingchen | 1 | -2/+2 | |
prebuild.xml though |