| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | clean up of startup config settings (command line args etc), | MW | 2007-08-04 | 3 | -12/+16 |
* | * More work on PermissionManager - going AFK for a bit. | Adam Frisby | 2007-08-04 | 1 | -38/+79 |
* | * More work on PermissionManager | Adam Frisby | 2007-08-04 | 2 | -5/+44 |
* | * Little more cleaning of EstateManager - still needs packets to be moved, bu... | Adam Frisby | 2007-08-04 | 1 | -43/+103 |
* | * Extracted and refactored several large methods. Needs moving of packet hand... | Adam Frisby | 2007-08-04 | 1 | -148/+172 |
* | OpenSim/Region/Environment/Scenes/ScenePresence.cs | Brian McBee | 2007-08-03 | 1 | -4/+4 |
* | OpenSim/Region/Physics/BasicPhysicsPlugin/BasicPhysicsPlugin.cs, OpenSim/Regi... | Brian McBee | 2007-08-03 | 1 | -9/+9 |
* | changed the properties so that most of them only take up one line per get/set. | MW | 2007-08-03 | 2 | -127/+38 |
* | * Changed some names | lbsa71 | 2007-08-03 | 2 | -42/+42 |
* | Yet another commit related to the SceneObject rewrites. | MW | 2007-08-03 | 2 | -5/+12 |
* | Yet another commit related to the SceneObject rewrites. | MW | 2007-08-03 | 1 | -4/+13 |
* | and more work on those classes. Think they are just about ready to begin hook... | MW | 2007-08-03 | 3 | -5/+107 |
* | Ditto...More work on the AllNewSceneObject* classes. | MW | 2007-08-03 | 2 | -6/+75 |
* | More work on the AllNewSceneObject* classes. | MW | 2007-08-03 | 2 | -1/+124 |
* | Fixes flying glitch (hang) when crossing region boundaries | Brian McBee | 2007-08-02 | 1 | -4/+4 |
* | Some more work on SceneObject/ Primitive rewrites (slowly getting there) | MW | 2007-08-02 | 2 | -11/+127 |
* | Changed a couple of method in PermissionManager from private to protected to ... | MW | 2007-08-02 | 2 | -4/+3 |
* | * Added support for CreateLink to LSL Interpreted API | Adam Frisby | 2007-08-02 | 2 | -1/+111 |
* | * Attempted to Fix an issue whereby X and Y coordinates on terrain brushes we... | Adam Frisby | 2007-08-01 | 1 | -6/+6 |
* | * Terrain engine now knows the region coordinates - this can be later used to... | Adam Frisby | 2007-08-01 | 1 | -1/+1 |
* | Little bit more work on AllNewSceneObjectPart2 | MW | 2007-08-01 | 9 | -1024/+1061 |
* | few small changes. | MW | 2007-08-01 | 3 | -8/+33 |
* | Some more work on SceneObject/primitive rewrites (AllNewSceneObjectGroup2 /Pa... | MW | 2007-08-01 | 10 | -123/+546 |
* | clear userAgent state on client shutdown, which fixes the issue | Sean Dague | 2007-07-31 | 1 | -1/+3 |
* | mass update of files to have native line endings | Sean Dague | 2007-07-30 | 11 | -3027/+3027 |
* | Deleting objects should now work. But beware they aren't send to your trash f... | MW | 2007-07-29 | 4 | -6/+46 |
* | * Primitives no longer walk around while being rescaled. | Adam Frisby | 2007-07-29 | 1 | -19/+0 |
* | * Experimental fix for random walking of resized prims. | Adam Frisby | 2007-07-29 | 1 | -0/+5 |
* | Commit 1/2 | Adam Frisby | 2007-07-29 | 2 | -1/+5 |
* | fixed the problem with other avatar's clothes being white. | MW | 2007-07-28 | 1 | -0/+1 |
* | You should now see the correct Avatar for other users, including their clothe... | MW | 2007-07-28 | 1 | -11/+48 |
* | Should now have version 0.1 of our new ruth default avatar. At the moment, yo... | MW | 2007-07-27 | 1 | -1/+1 |
* | A few changes so that the number of warnings is less but without deleting eve... | MW | 2007-07-27 | 2 | -0/+12 |
* | * Removing some housekeeping tagged elements. | Adam Frisby | 2007-07-27 | 2 | -5/+13 |
* | * Started renaming world to Scene | lbsa71 | 2007-07-26 | 10 | -122/+95 |
* | Start of the OpenSim library , for now only contains a few textures. | MW | 2007-07-25 | 2 | -5/+5 |
* | * Fixed an issue where Terrain brushes may not update correctly. | Adam Frisby | 2007-07-25 | 1 | -1/+10 |
* | * Users doing terraforming should see updates instantly now. | Adam Frisby | 2007-07-24 | 2 | -31/+3 |
* | * SendLayerData overload including coords now uses patch number rather than c... | Adam Frisby | 2007-07-24 | 2 | -26/+30 |
* | * Small fix, patch values should be multiplied by their size (16) | Adam Frisby | 2007-07-24 | 1 | -1/+1 |
* | * Terrain should now send just updated patches. | Adam Frisby | 2007-07-24 | 2 | -16/+33 |
* | * Reduced a significant number of compiler warnings (back down to 9 for all p... | Adam Frisby | 2007-07-24 | 1 | -1/+1 |
* | Couple of small changes | MW | 2007-07-22 | 1 | -1/+1 |
* | * Some work in progress code: Inventory cache, start of inventory server/serv... | MW | 2007-07-22 | 6 | -20/+100 |
* | * Renamed terrain functions to match OpenSim naming styles. | Adam Frisby | 2007-07-21 | 4 | -25/+25 |
* | * Issue#206 - Casting of a LLUUID from XMLRPC hashtable causes an error. (Tha... | Adam Frisby | 2007-07-21 | 1 | -1/+23 |
* | * Issue#209 - Terrain Hills Patch (Thanks Babblefrog) | Adam Frisby | 2007-07-21 | 1 | -1/+1 |
* | * Assortment of Console changes - console messages are now grouped into modul... | Adam Frisby | 2007-07-20 | 3 | -9/+9 |
* | Some work on Inventory (not yet finished or enabled) | MW | 2007-07-19 | 2 | -2/+8 |
* | Added some Alert methods to Scene , and a console command handler. So from th... | MW | 2007-07-19 | 5 | -506/+58 |