aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/General (unfollow)
Commit message (Collapse)AuthorFilesLines
2007-10-31* Moved OpenSim/Framework/General to OpenSim/Framework for great justice.lbsa7143-6091/+0
2007-10-31set svn:eol-styleJeff Ames33-4727/+4727
2007-10-30Step one on the long march towards grid based inventory. Introduction of an ↵Tleiades Hax3-2/+101
InevntoryServer
2007-10-30temporary fix for sitting collisions in ODEJeff Ames1-1/+1
2007-10-30* Optimized usingslbsa7142-863/+920
* Shortened type references * Removed redundant 'this' qualifier
2007-10-29as per the "Filesystem cleanup for OpenSim repository" mailing list thread. ↵MW38-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 fieldslbsa711-0/+6
* Scene: Changed name from MakeAvatarPhysical to MakeRootAgent and added ForEachClient * SceneManager: Added ForEachScene * Worked some on appearances.
2007-10-29Started the process of cleaning up AssetCache and moving most of the code ↵MW1-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-28Added preliminary support for sitting on primsJeff Ames1-1/+5
2007-10-28*Replaced -useexecutepath with an updated -inifile extension. You can now ↵mingchen1-22/+0
specify either a filename (will use the default config path, or you can specify a full path.
2007-10-26Added method to create default config file in region server(OpenSim) ↵Tleiades Hax1-1/+1
following along the same priciples as in the other servers.
2007-10-26Very early first implementation of grid based assets.Tleiades Hax1-0/+2
Run this on a major grid, and weep
2007-10-24Preparing for grid wide assetsTleiades Hax1-1/+0
2007-10-23* Added "create-region" console command. Syntax: create-region <name> ↵Adam Frisby1-0/+21
<region.xml filename> * Spring cleaning.
2007-10-22* Return of R2162. /Take that SVN!/Adam Frisby1-2/+6
2007-10-22* Made EstateSetting static since there's only one instance, and we only ↵lbsa711-3/+16
need to create it once * Now cacheing RegionInfos indefinitively; we should add a tiomeout to this cache
2007-10-22nice catch by chi11ken that I was setting the wrong propertySean Dague1-257/+257
2007-10-22revert r2162 as it completely clobbered all the work onSean Dague1-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 Frisby1-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-22Bug fix, so that local loginserver (in standalone mode) can set a start ↵MW1-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 Frisby1-223/+257
it appears we are not implementing this correctly. (need to set up certificates first) * Documented ACL class
2007-10-21fix line ending mixing. Probably should put someSean Dague1-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 Frisby1-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 Frisby1-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-19get rid of all the ^M line endingsSean Dague2-140/+140
2007-10-19*Added -useexecutepath to use the path of the .exe as the path to find ↵mingchen1-0/+24
configuration and libraries and not the current working directory.
2007-10-19couple of tiny changes to what is outputted to the console during the start ↵MW1-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 + bugfixlbsa711-0/+7
2007-10-19changed the RegionID config name (that loaded from the region.xml files back ↵MW1-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 winlbsa712-1/+8
* There is now a AssetServerBase * lolcat in ur assets
2007-10-18Possible fix for: Remoting exceptions with adjacent non-running sims.Tleiades Hax1-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 - ↵lbsa715-21/+23
consolidated port number defaults. Thankx Chillken!
2007-10-15* Applied Chillken patch #418: copyright-r2094.patch updating copyright ↵lbsa713-0/+84
messages. Thanks Chillken!
2007-10-15* Applied patch #418 : copyright-r2012.patch - some errors, but got most thrulbsa7110-1/+281
2007-10-15* Applied Chillken patch #418 : newline-r2092.patch ; failed on assemblyinfo ↵lbsa711-18/+18
tho. Thanxs Chillken!
2007-10-13Asset server implementation. Again one of these "plumbing" releases, where ↵Tleiades Hax3-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 Culturelbsa711-10/+18
2007-10-08Applied patch 485, inventory patch from tleiades (thanks again).MW1-3/+2
2007-10-06Applied Patch 473, Inventory Patch from Tleiades (many thanks).MW1-0/+7
2007-10-05getting all our line endings consistant againSean Dague1-26/+26
2007-10-05* So, ok, maybe renaming serialized fields on a friday wasn't the smartest ↵lbsa711-24/+24
of things. Reverting 2056.
2007-10-05* minor refactoringlbsa711-1/+1
* using base type IUserService
2007-10-05* UserProfileData meets code conventionslbsa711-24/+24
2007-10-05== The "right name and place" commit ==lbsa715-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.Interfaceslbsa711-0/+49
2007-09-27Reverting back to 2017 since 2018 were causing Linux breakage; reopening ↵lbsa714-84/+3
Tleiades patch 444 and 445.
2007-09-27* Tleiades grid mode inventory (#444) - thanx Tleiades!lbsa714-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 ↵lbsa713-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 optionslbsa713-5/+34
2007-09-18* Moved SendLogoutPacket back to IClientAPI.lbsa711-0/+1