| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | mass update of files to have native line endings | Sean Dague | 2007-07-30 | 6 | -722/+722 |
* | added OnDisconnectUser event to required classes | Sean Dague | 2007-07-30 | 2 | -145/+148 |
* | Deleting objects should now work. But beware they aren't send to your trash f... | MW | 2007-07-29 | 2 | -2/+2 |
* | * Added new compatibility functions to Util | Adam Frisby | 2007-07-29 | 1 | -0/+55 |
* | You should now see the correct Avatar for other users, including their clothe... | MW | 2007-07-28 | 2 | -0/+2 |
* | Should now have version 0.1 of our new ruth default avatar. At the moment, yo... | MW | 2007-07-27 | 1 | -2/+8 |
* | A few changes so that the number of warnings is less but without deleting eve... | MW | 2007-07-27 | 2 | -2/+0 |
* | More work on inventory and opensim library. | MW | 2007-07-26 | 3 | -1/+14 |
* | * Started renaming world to Scene | lbsa71 | 2007-07-26 | 2 | -2/+2 |
* | Added the default shape to the OpenSim library. Now need to get the new ruth ... | MW | 2007-07-25 | 1 | -1/+1 |
* | * Users doing terraforming should see updates instantly now. | Adam Frisby | 2007-07-24 | 1 | -1/+1 |
* | *Added configuration plugin (OpenSim.Framework.Configuration.HTTP.dll) that f... | mingchen | 2007-07-23 | 2 | -2/+7 |
* | * Some work in progress code: Inventory cache, start of inventory server/serv... | MW | 2007-07-22 | 4 | -6/+24 |
* | Re-added the ability to set the database provider (dll) in the config file fo... | MW | 2007-07-21 | 2 | -2/+12 |
* | *Added ability to manually set the configuration plugin dll from Configuratio... | mingchen | 2007-07-20 | 1 | -1/+5 |
* | * Fixed an config issue (log not initialized in RegionInfo config) | lbsa71 | 2007-07-20 | 1 | -0/+5 |
* | * Assortment of Console changes - console messages are now grouped into modul... | Adam Frisby | 2007-07-20 | 1 | -1/+1 |
* | *Moved XmlConfiguration to its own project | mingchen | 2007-07-19 | 3 | -135/+43 |
* | Some work on Inventory (not yet finished or enabled) | MW | 2007-07-19 | 3 | -10/+21 |
* | *Handler Functions can now refuse an object as invalid by returning false, th... | mingchen | 2007-07-19 | 6 | -54/+94 |
* | Added some Alert methods to Scene , and a console command handler. So from th... | MW | 2007-07-19 | 2 | -2/+6 |
* | * Removed yet more compiler warnings | Adam Frisby | 2007-07-19 | 1 | -1/+1 |
* | *Removed files that were no longer important and prevented compile | mingchen | 2007-07-18 | 3 | -150/+0 |
* | *New Configuration System, much easier and less buggy compared to the origina... | mingchen | 2007-07-18 | 9 | -336/+765 |
* | * Added "GetHostFromDNS" to Util to replace the various DNS resolution method... | Adam Frisby | 2007-07-18 | 2 | -1/+26 |
* | A script/custom application should be able to add a particle system to a prim... | MW | 2007-07-18 | 2 | -6/+4 |
* | Sculpted Prims should now work. | MW | 2007-07-18 | 3 | -1/+8 |
* | More testing some ideas, to find best method for SceneObject Primitive classes. | MW | 2007-07-18 | 3 | -132/+1 |
* | few small changes | MW | 2007-07-18 | 1 | -0/+130 |
* | * Added a FileSystemObject to SimpleApp | lbsa71 | 2007-07-18 | 2 | -57/+75 |
* | * Applying babblefrog's DNS patches from issue #188 | Adam Frisby | 2007-07-17 | 1 | -2/+3 |
* | * RegionApplicationBase restructuring now complete | lbsa71 | 2007-07-16 | 1 | -2/+2 |
* | * Trimmed a few hundred warnings off SimpleApp. | Adam Frisby | 2007-07-16 | 1 | -0/+2 |
* | *Renamed everything Parcels and ParcelData to Land and LandData | mingchen | 2007-07-16 | 3 | -129/+129 |
* | * Restructured the RegionApplicationBase. | lbsa71 | 2007-07-16 | 1 | -1/+1 |
* | changed to native line ending encoding | Sean Dague | 2007-07-16 | 36 | -3536/+3536 |
* | *Trunk compiles now | mingchen | 2007-07-16 | 1 | -0/+2 |
* | *Fixed bug that incorrectly tabulated 'others' prims on a parcel | mingchen | 2007-07-16 | 2 | -2/+6 |
* | Hijacked simpleApp again (sorry lbsa71, guess I should create my own simpleAp... | MW | 2007-07-15 | 1 | -0/+125 |
* | *Added support for the "show" button that highlights objects over the selecte... | mingchen | 2007-07-15 | 1 | -1/+3 |
* | * Marked old terrain methods as obsolete. | Adam Frisby | 2007-07-15 | 1 | -0/+2 |
* | * Fixed bug where UserServer SendKey would not be saved in configuration. | Adam Frisby | 2007-07-15 | 1 | -1/+1 |
* | *Added support for simwide area and simwide prim count for parcels | mingchen | 2007-07-14 | 1 | -3/+5 |
* | *Added support for prim counting on parcels | mingchen | 2007-07-14 | 1 | -0/+4 |
* | Added AddPreCompiledScript method to ScriptManager. | MW | 2007-07-14 | 1 | -0/+2 |
* | *Moved the OnSignificantClientMovement event to ScenePresence. | mingchen | 2007-07-13 | 2 | -5/+4 |
* | *Reworked parcel joining to work the same way as LL's method. | mingchen | 2007-07-13 | 1 | -0/+6 |
* | * Fixing issue with ParcelFlags. ParcelFlags is now a uint rather than an enum. | Adam Frisby | 2007-07-13 | 1 | -1/+1 |
* | * Default parcel flags now allow flying, landmark creation, object entry, dee... | Adam Frisby | 2007-07-13 | 1 | -1/+1 |
* | * Obsoleted ILocalStorage | Adam Frisby | 2007-07-13 | 1 | -0/+1 |