aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework (follow)
Commit message (Expand)AuthorAgeFilesLines
* *Estate settings are now saved in their own configuration file called estate_...mingchen2007-08-033-46/+685
* Commiting whitespace changes, as this used hard tabs instead of theSean Dague2007-08-011-15/+9
* factor out the common DeriveColor function just for good house keepingSean Dague2007-08-011-25/+18
* Assume White as a console color just means "default", and don't use it.Sean Dague2007-08-011-1/+3
* * Workaround for Mono not correctly implementing the OperatingSystemVersion c...Adam Frisby2007-08-011-2/+1
* few small changes.MW2007-08-012-0/+2
* Some more work on SceneObject/primitive rewrites (AllNewSceneObjectGroup2 /Pa...MW2007-08-015-9/+17
* remove Adam's work around, this shouldn't be needed any moreSean Dague2007-07-311-1/+1
* clear userAgent state on client shutdown, which fixes the issueSean Dague2007-07-316-11/+76
* * Added GetLocalHost() to UtilAdam Frisby2007-07-302-1/+28
* mass update of files to have native line endingsSean Dague2007-07-3027-2148/+2148
* added OnDisconnectUser event to required classesSean Dague2007-07-302-145/+148
* * Fixed an issue whereby DB4o was loading agents incorrectly (multiple logins...Adam Frisby2007-07-291-1/+1
* Deleting objects should now work. But beware they aren't send to your trash f...MW2007-07-293-2/+3
* Commit 1/2Adam Frisby2007-07-293-5/+5
* * Added new compatibility functions to UtilAdam Frisby2007-07-291-0/+55
* You should now see the correct Avatar for other users, including their clothe...MW2007-07-283-1/+3
* Should now have version 0.1 of our new ruth default avatar. At the moment, yo...MW2007-07-276-23/+63
* A few changes so that the number of warnings is less but without deleting eve...MW2007-07-274-4/+5
* More work on inventory and opensim library.MW2007-07-267-348/+536
* * Started renaming world to Scenelbsa712007-07-262-2/+2
* Added the default shape to the OpenSim library. Now need to get the new ruth ...MW2007-07-253-12/+48
* Start of the OpenSim library , for now only contains a few textures. MW2007-07-2512-1302/+1506
* * Users doing terraforming should see updates instantly now.Adam Frisby2007-07-241-1/+1
* * More console related changes.Adam Frisby2007-07-241-0/+5
* * Reduced a significant number of compiler warnings (back down to 9 for all p...Adam Frisby2007-07-244-8/+8
* *Added configuration plugin (OpenSim.Framework.Configuration.HTTP.dll) that f...mingchen2007-07-235-11/+148
* Applied makomk 's patch from issue #219.MW2007-07-231-9/+7
* Couple of small changesMW2007-07-221-2/+2
* Think I've recovered my deleted files, so hopefully it works now. MW2007-07-226-0/+1290
* * Some work in progress code: Inventory cache, start of inventory server/serv...MW2007-07-2229-319/+1243
* Re-added the ability to set the database provider (dll) in the config file fo...MW2007-07-212-2/+12
* * Issue#206 - Casting of a LLUUID from XMLRPC hashtable causes an error. (Tha...Adam Frisby2007-07-213-1/+101
* *Added ability to manually set the configuration plugin dll from Configuratio...mingchen2007-07-201-1/+5
* * Fixed an config issue (log not initialized in RegionInfo config)lbsa712007-07-202-0/+40
* * Assortment of Console changes - console messages are now grouped into modul...Adam Frisby2007-07-203-3/+6
* * New log functions which include the module name as an argument.Adam Frisby2007-07-201-0/+134
* *Moved XmlConfiguration to its own projectmingchen2007-07-193-14/+46
* Some work on Inventory (not yet finished or enabled)MW2007-07-197-15/+100
* *Handler Functions can now refuse an object as invalid by returning false, th...mingchen2007-07-196-54/+94
* Added some Alert methods to Scene , and a console command handler. So from th...MW2007-07-192-2/+6
* * Removed yet more compiler warningsAdam Frisby2007-07-191-1/+1
* *Removed files that were no longer important and prevented compilemingchen2007-07-183-150/+0
* *New Configuration System, much easier and less buggy compared to the origina...mingchen2007-07-1811-491/+767
* * Added "GetHostFromDNS" to Util to replace the various DNS resolution method...Adam Frisby2007-07-182-1/+26
* A script/custom application should be able to add a particle system to a prim...MW2007-07-182-6/+4
* Sculpted Prims should now work. MW2007-07-183-1/+8
* More testing some ideas, to find best method for SceneObject Primitive classes. MW2007-07-183-132/+1
* few small changesMW2007-07-181-0/+130
* * Added a FileSystemObject to SimpleApplbsa712007-07-182-57/+75