aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/General (follow)
Commit message (Expand)AuthorAgeFilesLines
* get rid of all the ^M line endingsSean Dague2007-10-192-140/+140
* *Added -useexecutepath to use the path of the .exe as the path to find config...mingchen2007-10-191-0/+24
* couple of tiny changes to what is outputted to the console during the start u...MW2007-10-191-2/+4
* * some more refactoring + bugfixlbsa712007-10-191-0/+7
* changed the RegionID config name (that loaded from the region.xml files back ...MW2007-10-191-1/+1
* * Total refactoring of Asset Server for massive winlbsa712007-10-192-1/+8
* Possible fix for: Remoting exceptions with adjacent non-running sims.Tleiades Hax2007-10-181-38/+64
* * Applied Chillken patch #419: consolidate_ports-r2096-3.patch - consolidated...lbsa712007-10-155-21/+23
* * Applied Chillken patch #418: copyright-r2094.patch updating copyright messa...lbsa712007-10-153-0/+84
* * Applied patch #418 : copyright-r2012.patch - some errors, but got most thrulbsa712007-10-1510-1/+281
* * Applied Chillken patch #418 : newline-r2092.patch ; failed on assemblyinfo ...lbsa712007-10-151-18/+18
* Asset server implementation. Again one of these "plumbing" releases, where no...Tleiades Hax2007-10-133-2/+84
* * Added FormatProvider to Culturelbsa712007-10-111-10/+18
* Applied patch 485, inventory patch from tleiades (thanks again).MW2007-10-081-3/+2
* Applied Patch 473, Inventory Patch from Tleiades (many thanks).MW2007-10-061-0/+7
* getting all our line endings consistant againSean Dague2007-10-051-26/+26
* * So, ok, maybe renaming serialized fields on a friday wasn't the smartest of...lbsa712007-10-051-24/+24
* * minor refactoringlbsa712007-10-051-1/+1
* * UserProfileData meets code conventionslbsa712007-10-051-24/+24
* == The "right name and place" commit ==lbsa712007-10-055-2/+549
* * Moved IUserService to OpenSim.Framework.Interfaceslbsa712007-10-051-0/+49
* Reverting back to 2017 since 2018 were causing Linux breakage; reopening Tlei...lbsa712007-09-274-84/+3
* * Tleiades grid mode inventory (#444) - thanx Tleiades!lbsa712007-09-274-3/+84
* * Now the OGS1GridServices has a LocalBackEndServices that it forwards intra-...lbsa712007-09-253-1/+10
* * Fixed Culture-variant parsing of config optionslbsa712007-09-253-5/+34
* * Moved SendLogoutPacket back to IClientAPI.lbsa712007-09-181-0/+1
* * Yet some more connectivity restructuringlbsa712007-09-183-188/+42
* * Handlerized ViewerEffectlbsa712007-09-183-10/+55
* * Replaced usage of ClientView with IClientAPIlbsa712007-09-182-0/+10
* fixing me some line endingsSean Dague2007-09-171-17/+17
* Forgot to check in prebuild.xml on sat, see someone already did :)Tedd Hansen2007-09-171-2/+10
* * Wired up chat so that channel goes into OnChatFromViewer. However:lbsa712007-09-142-2/+2
* Can now set the http ports that grid server and user server use. MW2007-09-142-1/+17
* Added CLI "debug packet 0..255" to enable the in/out packet dumps with variou...Dalien Talbot2007-09-132-0/+2
* Fixed DNS resolve bug for Grid mode on multi-Homer systems.Tedd Hansen2007-09-121-0/+7
* added some debugging for tracing where asset code isn't working with sqliteSean Dague2007-09-101-6/+5
* mass update of urls in source code to new websiteSean Dague2007-09-1023-23/+23
* hooked up sdague new sqlite asset database provider to the old asset system. ...MW2007-09-103-3/+22
* Little green men (aka dots on minimap). Thanks to bushing for Dalien Talbot2007-09-092-0/+2
* Partial fix for the "avatars permanently facing east" - now the rotationDalien Talbot2007-09-082-2/+2
* Converted the LSL scripting engine into a IRegionModule, so now all "modules"...MW2007-09-081-7/+7
* Added "Local" and "Temporary" Fields to the AssetBase class.MW2007-09-051-0/+2
* Various small changes (some likely to be removed again soon)MW2007-08-291-1/+1
* Deleted a few old files that are no longer used.MW2007-08-273-316/+1
* Another attempt to fix the image sending bug (next week, I intend to rewrite ...MW2007-08-263-2/+4
* Added OnRemoveScript(uint localID, LLUUID itemID) event , trigged when a scri...MW2007-08-222-0/+3
* Made SceneObjectGroup.GetChildPrim() public, for now so that script engine ca...MW2007-08-222-0/+3
* Start of Task Inventory (ie prim's inventory). For now, you can only move scr...MW2007-08-222-0/+3
* Fix for un-encrypted master avatar password in user databaseBrian McBee2007-08-221-1/+2
* Added OnRezScript event to Scene.EventManager.Which the script engine should ...MW2007-08-212-0/+3