Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2008-09-06 | * This is the fabled LibOMV update with all of the libOMV types from JHurliman | Teravus Ovares | 1 | -6/+6 | |
* 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-07-23 | Thanks, sempuki, for a patch that moves control of Mono.Addins from source ↵ | Mike Mazur | 1 | -5/+0 | |
attributes to external XML files. Fix issues 1682 and 1786. | |||||
2008-07-18 | Thanks, sempuki, for a patch that moves all grid plugins to new PluginLoader ↵ | Mike Mazur | 1 | -5/+20 | |
(issue 1763). | |||||
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 #1605 -- Documentation for Data/SQLite. Thanks ↵ | Jeff Ames | 1 | -4/+17 | |
kerunix_Flan! | |||||
2008-05-28 | let Grid Servers specify a connect string in their configuration. | Sean Dague | 1 | -2/+2 | |
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-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 | 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-28 | * Introduced base abstract provider class for GridData | lbsa71 | 1 | -12/+12 | |
2008-03-18 | Formatting cleanup. Minor refactoring. | Jeff Ames | 1 | -5/+2 | |
2008-03-18 | * Added the ability to type the partial name of a region in the start ↵ | Teravus Ovares | 1 | -0/+32 | |
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 | -27/+27 | |
2007-12-27 | * Optimized usings | lbsa71 | 1 | -2/+3 | |
* shortened references * Removed redundant 'this' * Normalized EOF | |||||
2007-12-20 | Revert a couple of UUIDs back to hyphenated since we actually sometimes ↵ | Justin Clarke Casey | 1 | -2/+2 | |
store as hyphenated, sometimes not... | |||||
2007-12-20 | Fix up other sqlite db interactions to use non-hyphenated uuid | Justin Clarke Casey | 1 | -2/+2 | |
Inventory contents retrieval and persistent region storage standalone now appear to work as well as they did before :) This patch will not fix grid problems. May be bugs present due to conversions I didn't spot. I personally probably don't have any more time for this today. I'm also not entirely convinced this is the right way forward so this might be a handy pause for thought. I'll also be delighted if I wake up tommorrow and everything is fine again. | |||||
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-10 | saved OpenSim source code from the giant rampaging unterminated copyright ↵ | Jeff Ames | 1 | -2/+2 | |
notice of doom | |||||
2007-11-13 | * Added AvatarPicker in Standalone mode. Works for finding avatar to ban, ↵ | Teravus Ovares | 1 | -1/+10 | |
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 | -1/+1 | |
* Shortened type references * Removed redundant 'this' qualifier | |||||
2007-10-17 | Renamed SimProfileData to RegionProfileData | Tleiades Hax | 1 | -7/+7 | |
2007-09-19 | * A feeble attempt at adding Grid db support to SQLite, just adding some ↵ | lbsa71 | 1 | -2/+0 | |
code based on User db. Nothing hot-wired though. | |||||
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 | -197/+197 | |
2007-07-03 | * Optimized usings (the 'LL ate my scripts' commit) | lbsa71 | 1 | -10/+12 | |
* 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 |