Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2008-05-21 | this removes use of the mapper for wearables, and I can confirm things | Sean Dague | 1 | -39/+47 | |
get saved to the database. There are still issues on wearing things after a cleared cache that I'm looking at now. | |||||
2008-05-21 | create some direct sql calls for appearance | Sean Dague | 1 | -0/+109 | |
2008-05-16 | Formatting cleanup. | Jeff Ames | 1 | -8/+8 | |
2008-05-14 | Formatting cleanup. | Jeff Ames | 1 | -1/+1 | |
2008-05-08 | * You can haz more spring cleaning. | Adam Frisby | 1 | -8/+2 | |
* Eventually this codebase will be clean. >_> | |||||
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-24 | in theory, let you pass the mysql connection string into the | Sean Dague | 1 | -2/+14 | |
mysql manager class. This could use some testing of inventory and asset services. Once this is prooved out, I'll do it for mssql as well. | |||||
2008-04-21 | * Optimised using statements and namespace references across entire project ↵ | Adam Frisby | 1 | -3/+2 | |
(this took a while to run). | |||||
2008-04-15 | * Make it easier to follow logins on the user server by changing and tidying ↵ | Justin Clarke Casey | 1 | -2/+2 | |
up log messages | |||||
2008-04-10 | renaming of attributes in UserAgentData for readability | Sean Dague | 1 | -6/+6 | |
2008-04-10 | changing UserAgentData to use properties. This caused more | Sean Dague | 1 | -25/+49 | |
grief than expected, as monodevelop doesn't like to refactor properties of properties. | |||||
2008-04-10 | further renaming of properties for clarity | Sean Dague | 1 | -11/+11 | |
2008-04-10 | moved fields to properties for UserDataProfile, which was | Sean Dague | 1 | -26/+37 | |
actually a little more work than I expected given the copious use of out params. | |||||
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-18 | Formatting cleanup. | Jeff Ames | 1 | -26/+25 | |
2008-03-18 | Formatting cleanup. | Jeff Ames | 1 | -16/+15 | |
2008-03-18 | Last position will be stored in the DB on logout, and the avatar can ↵ | Johan Berntsson | 1 | -2/+50 | |
continue from the same position in the next login (only with MySQL at the moment) | |||||
2008-03-04 | Merged 3Di code that provides scene and avatar serialization, and plugin ↵ | Johan Berntsson | 1 | -2/+40 | |
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-03-03 | * Applying Ahzz's profile patch. Thanks Ahzz! | Teravus Ovares | 1 | -4/+109 | |
* Fixed a few bugs in the patch that are sim crashers. * There's still a bug in mySQL mode/ grid mode where the main userprofile text doesn't save. | |||||
2008-03-02 | Thank you very much, Ahzzmandius for: | Charles Krinke | 1 | -44/+26 | |
converts Parse calls to TryParse Replaces string.empty and lluuid.zero calls on user load to use real values from DB (related to user profile save/load work. Finer grained patching) | |||||
2008-02-20 | Minor cleanup. | Jeff Ames | 1 | -29/+19 | |
2008-02-13 | * Introduced customizable table names on MySQL and MSSQL UserData plug-ins. | lbsa71 | 1 | -0/+2 | |
[Provided by openlifegrid.com] | |||||
2008-02-11 | * Added some connection debugging | lbsa71 | 1 | -1/+9 | |
2008-02-05 | Converted logging to use log4net. | Jeff Ames | 1 | -8/+10 | |
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-02-02 | fix for error on null owner_uuid field | Brian McBee | 1 | -1/+8 | |
2008-02-02 | Change casting slightly for reading owner_uuid from mysql. | Charles Krinke | 1 | -2/+3 | |
2008-02-02 | Thank you very much daTwitch for your first contribution to the C# simulator. | Charles Krinke | 1 | -5/+36 | |
This is the beginnings of support for storage of region owner in the MySQLManager table and the use of "owner_uuid". | |||||
2008-01-15 | * Mother of all commits: | Adam Frisby | 1 | -6/+6 | |
* 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. | |||||
2008-01-11 | * returnin LLUUID.Zero rather than LLUUID.Random on webkey null | lbsa71 | 1 | -1/+1 | |
2008-01-11 | * quick fix to fix if webLoginKey is null in DB, return random key (I guess ↵ | lbsa71 | 1 | -1/+9 | |
LLUUID.Zero would be a security hazard) | |||||
2008-01-09 | * Added a hashtable based HTTP processor in preparation of the web_login_key | Teravus Ovares | 1 | -3/+5 | |
* Added the web_login_key to the users table * Added happy configurable http error message pages * This update is large enough to have 'awe' value.. so backup your users or weep. * Not tested on MSSQL, even though I added code to update the tables! | |||||
2008-01-07 | *Added ability to update only necessary data on insertRegion for the grid ↵ | mingchen | 1 | -5/+23 | |
server. | |||||
2007-12-27 | * Optimized usings | lbsa71 | 1 | -1/+1 | |
* 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 | -5/+5 | |
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-12-04 | * Fixed a whole bunch of console messages. | Adam Frisby | 1 | -1/+1 | |
2007-11-24 | * Removed references to "new LLUUID()", replaced with LLUUID.Zero. | Adam Frisby | 1 | -1/+1 | |
2007-11-05 | * Temporarily reverted SQL syntax. | Adam Frisby | 1 | -3/+3 | |
2007-11-04 | * Changed MySQL Syntax on Region Updates for Grid Server. | Adam Frisby | 1 | -2/+3 | |
2007-10-30 | * Optimized usings | lbsa71 | 1 | -155/+174 | |
* Shortened type references * Removed redundant 'this' qualifier | |||||
2007-10-29 | as per the "Filesystem cleanup for OpenSim repository" mailing list thread. ↵ | MW | 1 | -1/+1 | |
Have flattened the OpenSim.Framework project/namespace. The problem is that the namespace is still wrong as its "OpenSim.Framework" while the directory is "OpenSim\Framework\General" , so we need to decide if we change the directory or correct the namespace. Note this has lead to a big flat project, but I think a lot of the files we most likely don't even use any longer. And others belong in other projects/namespaces anyway. | |||||
2007-10-17 | Renamed SimProfileData to RegionProfileData | Tleiades Hax | 1 | -3/+3 | |
2007-10-13 | Asset server implementation. Again one of these "plumbing" releases, where ↵ | Tleiades Hax | 1 | -3/+89 | |
no real functionality has been introduced, but ground work has been made, enabling the asset server, and preparing the sim server to query the asset server. Introduced an "IPlugin" interface, which plugins can inherit from. | |||||
2007-10-08 | Applied patch 485, inventory patch from tleiades (thanks again). | MW | 1 | -147/+17 | |
2007-10-05 | * So, ok, maybe renaming serialized fields on a friday wasn't the smartest ↵ | lbsa71 | 1 | -17/+17 | |
of things. Reverting 2056. | |||||
2007-10-05 | * UserProfileData meets code conventions | lbsa71 | 1 | -17/+17 | |
2007-10-05 | == The "right name and place" commit == | lbsa71 | 1 | -0/+1 | |
* Moved InventoryData to Framework.Types/InventoryItemBase.cs * Moved UserData to Framework.Interfaces/IUserData.cs * Moved UserProfileData to Framework/Types/UserProfileData.cs * Deleted ass-backwards Framework dependency on Framework.Data (now it's the other way round) * Changed some namespaces to reflect file structure | |||||
2007-09-27 | Reverting back to 2017 since 2018 were causing Linux breakage; reopening ↵ | lbsa71 | 1 | -35/+23 | |
Tleiades patch 444 and 445. |