Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2007-10-31 | * Moved OpenSim/Framework/General to OpenSim/Framework for great justice. | lbsa71 | 43 | -6091/+0 | |
2007-10-31 | set svn:eol-style | Jeff Ames | 33 | -4727/+4727 | |
2007-10-30 | Step one on the long march towards grid based inventory. Introduction of an ↵ | Tleiades Hax | 3 | -2/+101 | |
InevntoryServer | |||||
2007-10-30 | temporary fix for sitting collisions in ODE | Jeff Ames | 1 | -1/+1 | |
2007-10-30 | * Optimized usings | lbsa71 | 42 | -863/+920 | |
* Shortened type references * Removed redundant 'this' qualifier | |||||
2007-10-29 | as per the "Filesystem cleanup for OpenSim repository" mailing list thread. ↵ | MW | 38 | -4597/+4592 | |
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-29 | * ModuleLoader: Privatized some too-public fields | lbsa71 | 1 | -0/+6 | |
* Scene: Changed name from MakeAvatarPhysical to MakeRootAgent and added ForEachClient * SceneManager: Added ForEachScene * Worked some on appearances. | |||||
2007-10-29 | Started the process of cleaning up AssetCache and moving most of the code ↵ | MW | 1 | -0/+28 | |
into modules. Have moved TextureRequest handling (from the client) to a module. But even though to start with I just did a little bit of cleaning up of the existing code, it doesn't seem to work as good as the old code so I need to spend more time on it. So for now am committing my changes but with them not in use. So for now all Texture and asset requests are still handled by the old code in AssetCache. | |||||
2007-10-28 | Added preliminary support for sitting on prims | Jeff Ames | 1 | -1/+5 | |
2007-10-28 | *Replaced -useexecutepath with an updated -inifile extension. You can now ↵ | mingchen | 1 | -22/+0 | |
specify either a filename (will use the default config path, or you can specify a full path. | |||||
2007-10-26 | Added method to create default config file in region server(OpenSim) ↵ | Tleiades Hax | 1 | -1/+1 | |
following along the same priciples as in the other servers. | |||||
2007-10-26 | Very early first implementation of grid based assets. | Tleiades Hax | 1 | -0/+2 | |
Run this on a major grid, and weep | |||||
2007-10-24 | Preparing for grid wide assets | Tleiades Hax | 1 | -1/+0 | |
2007-10-23 | * Added "create-region" console command. Syntax: create-region <name> ↵ | Adam Frisby | 1 | -0/+21 | |
<region.xml filename> * Spring cleaning. | |||||
2007-10-22 | * Return of R2162. /Take that SVN!/ | Adam Frisby | 1 | -2/+6 | |
2007-10-22 | * Made EstateSetting static since there's only one instance, and we only ↵ | lbsa71 | 1 | -3/+16 | |
need to create it once * Now cacheing RegionInfos indefinitively; we should add a tiomeout to this cache | |||||
2007-10-22 | nice catch by chi11ken that I was setting the wrong property | Sean Dague | 1 | -257/+257 | |
2007-10-22 | revert r2162 as it completely clobbered all the work on | Sean Dague | 1 | -6/+2 | |
the ChatModule by MW and myself. Couldn't find Adam online after that rev went in. | |||||
2007-10-22 | * Major ass commit. | Adam Frisby | 1 | -2/+6 | |
* Sqlite Storage Engine now supports terrain -- however be aware that every terrain revision stored will at 512KB to your database file. At the moment it is storing every revision from the first. * Fixed an issue where by noverbose mode would display lots of useless junk. Noverbose mode is now quite usable. * Fixed a whole bunch of console message issues such as naming and categorisation | |||||
2007-10-22 | Bug fix, so that local loginserver (in standalone mode) can set a start ↵ | MW | 1 | -1/+2 | |
position (position inside the region) rather than it always being hardcoded to 128,128. Note: This bug fix is just to allow this to be set. Its not actually used yet (so users will still always start at 128,128). | |||||
2007-10-21 | * Disabled TCP Remoting Channel Security for InterRegion communication, as ↵ | Adam Frisby | 1 | -223/+257 | |
it appears we are not implementing this correctly. (need to set up certificates first) * Documented ACL class | |||||
2007-10-21 | fix line ending mixing. Probably should put some | Sean Dague | 1 | -223/+223 | |
wiki descriptions up on line endings so we don't keep ending up in this place. | |||||
2007-10-20 | * Committing new PolicyManager based on an ACL system. | Adam Frisby | 1 | -0/+223 | |
* Unlinked right now, but intent to replace large amounts of the core logic in PermissionManager with it. | |||||
2007-10-19 | * Major structural change: Begun converting Events to use (caller, args) ↵ | Adam Frisby | 1 | -1/+101 | |
syntax to conform with .NET guidelines. * OnChatFromViewer has been converted as an example. * Bug: SimpleApp's NPC client does not implement a Scene property and will likely crash with a NullReferenceException when it attempts to chat. | |||||
2007-10-19 | get rid of all the ^M line endings | Sean Dague | 2 | -140/+140 | |
2007-10-19 | *Added -useexecutepath to use the path of the .exe as the path to find ↵ | mingchen | 1 | -0/+24 | |
configuration and libraries and not the current working directory. | |||||
2007-10-19 | couple of tiny changes to what is outputted to the console during the start ↵ | MW | 1 | -2/+4 | |
up phase (like changed the bit where it asks for sim uuid to asking for region id). should have no effect on anything. | |||||
2007-10-19 | * some more refactoring + bugfix | lbsa71 | 1 | -0/+7 | |
2007-10-19 | changed the RegionID config name (that loaded from the region.xml files back ↵ | MW | 1 | -1/+1 | |
to sim_uuid), but left that actual field name in RegionInfo as RegionID. Hopefully old region.xml files should now work again. | |||||
2007-10-19 | * Total refactoring of Asset Server for massive win | lbsa71 | 2 | -1/+8 | |
* There is now a AssetServerBase * lolcat in ur assets | |||||
2007-10-18 | Possible fix for: Remoting exceptions with adjacent non-running sims. | Tleiades Hax | 1 | -38/+64 | |
Bugs 449, 454, 408, 244, 197 implemented InformClientOfNeighbours as an asynchroneous process, handling timeouts without blocking the main thread. Improved logging of errors, removed catch all in try catch | |||||
2007-10-15 | * Applied Chillken patch #419: consolidate_ports-r2096-3.patch - ↵ | lbsa71 | 5 | -21/+23 | |
consolidated port number defaults. Thankx Chillken! | |||||
2007-10-15 | * Applied Chillken patch #418: copyright-r2094.patch updating copyright ↵ | lbsa71 | 3 | -0/+84 | |
messages. Thanks Chillken! | |||||
2007-10-15 | * Applied patch #418 : copyright-r2012.patch - some errors, but got most thru | lbsa71 | 10 | -1/+281 | |
2007-10-15 | * Applied Chillken patch #418 : newline-r2092.patch ; failed on assemblyinfo ↵ | lbsa71 | 1 | -18/+18 | |
tho. Thanxs Chillken! | |||||
2007-10-13 | Asset server implementation. Again one of these "plumbing" releases, where ↵ | Tleiades Hax | 3 | -2/+84 | |
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-11 | * Added FormatProvider to Culture | lbsa71 | 1 | -10/+18 | |
2007-10-08 | Applied patch 485, inventory patch from tleiades (thanks again). | MW | 1 | -3/+2 | |
2007-10-06 | Applied Patch 473, Inventory Patch from Tleiades (many thanks). | MW | 1 | -0/+7 | |
2007-10-05 | getting all our line endings consistant again | Sean Dague | 1 | -26/+26 | |
2007-10-05 | * So, ok, maybe renaming serialized fields on a friday wasn't the smartest ↵ | lbsa71 | 1 | -24/+24 | |
of things. Reverting 2056. | |||||
2007-10-05 | * minor refactoring | lbsa71 | 1 | -1/+1 | |
* using base type IUserService | |||||
2007-10-05 | * UserProfileData meets code conventions | lbsa71 | 1 | -24/+24 | |
2007-10-05 | == The "right name and place" commit == | lbsa71 | 5 | -2/+549 | |
* 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-10-05 | * Moved IUserService to OpenSim.Framework.Interfaces | lbsa71 | 1 | -0/+49 | |
2007-09-27 | Reverting back to 2017 since 2018 were causing Linux breakage; reopening ↵ | lbsa71 | 4 | -84/+3 | |
Tleiades patch 444 and 445. | |||||
2007-09-27 | * Tleiades grid mode inventory (#444) - thanx Tleiades! | lbsa71 | 4 | -3/+84 | |
* updated to rev 1413 on libsecondlife.dll and libsecondlife.dll.config (#423) | |||||
2007-09-25 | * Now the OGS1GridServices has a LocalBackEndServices that it forwards ↵ | lbsa71 | 3 | -1/+10 | |
intra-instance requests to * Every Scene has a ClientManager (as every dog it's day) since two scenes can have the same circuit as client. | |||||
2007-09-25 | * Fixed Culture-variant parsing of config options | lbsa71 | 3 | -5/+34 | |
2007-09-18 | * Moved SendLogoutPacket back to IClientAPI. | lbsa71 | 1 | -0/+1 | |