| Commit message (Expand) | Author | Age | Files | Lines |
* | Added handler for MapNameRequest - OnMapNameRequest | Dalien Talbot | 2007-11-18 | 1 | -0/+3 |
* | Added ClickAction property to SceneObjectPart (and the relevant changes in IC... | MW | 2007-11-17 | 1 | -1/+1 |
* | set svn:eol-style | Jeff Ames | 2007-11-17 | 1 | -1015/+1015 |
* | minor cleanup of some dodgy bits | Jeff Ames | 2007-11-17 | 1 | -1/+1 |
* | catch exceptions when loading malformed xml files | Jeff Ames | 2007-11-17 | 3 | -24/+44 |
* | More cleaning up when deleting regions from a instance. NOTE: IGridServices.D... | MW | 2007-11-16 | 1 | -0/+1 |
* | *** BIG CHANGES : REGION STORAGE MOVED : UPDATE YOUR OpenSim.ini FROM OpenSim... | lbsa71 | 2007-11-15 | 2 | -24/+4 |
* | * Added MySQLDataStore (adapted from MonoSqlite | lbsa71 | 2007-11-15 | 1 | -0/+1035 |
* | * Implemented the little friendly pop tooltip messages that appear when you h... | Teravus Ovares | 2007-11-15 | 1 | -0/+3 |
* | * Copied objects are now owned by the object copier (Next Owner) (however nex... | Teravus Ovares | 2007-11-14 | 1 | -1/+1 |
* | Another try: Fix moon bleeding over into linden grid. Need to clear your cach... | Brian McBee | 2007-11-14 | 1 | -2/+2 |
* | * Added AvatarPicker in Standalone mode. Works for finding avatar to ban, m... | Teravus Ovares | 2007-11-13 | 15 | -3/+330 |
* | first pass on unlinking of objects. From Jay Clarke (IBM) | Sean Dague | 2007-11-13 | 1 | -0/+3 |
* | Some work on cleanly removing Regions. | MW | 2007-11-13 | 1 | -0/+1 |
* | Some work on being able to set/send a users Buddylist info. (added handling c... | MW | 2007-11-13 | 1 | -1/+63 |
* | * Implemented Walk Vs Run in ODE. Also helps make the walk look smoother. | Teravus Ovares | 2007-11-12 | 1 | -1/+2 |
* | enable typing animation for chat, maybe | Jeff Ames | 2007-11-12 | 1 | -0/+2 |
* | Patch from Mathias Soeken (thanks Mathias!) to take care of the color | Dalien Talbot | 2007-11-11 | 1 | -1/+1 |
* | Fixed bug in assetcache where certain textures were not being packetized corr... | Brian McBee | 2007-11-11 | 1 | -1/+1 |
* | * Fixed compile issue. | Adam Frisby | 2007-11-09 | 1 | -1/+2 |
* | * Added a mutex to the LoginService allowing only a single login simultaneous... | Adam Frisby | 2007-11-09 | 1 | -82/+93 |
* | * Added Rotational Velocity reporting for Client Interpolation to Terse Updates | Teravus Ovares | 2007-11-08 | 1 | -1/+1 |
* | add SendSunPos function to IClientAPI to let us pull all the sun | Sean Dague | 2007-11-07 | 1 | -0/+1 |
* | * Added better logging to AssetCache | lbsa71 | 2007-11-06 | 3 | -94/+101 |
* | * Substituted som 'GenericCall' with Action<> | lbsa71 | 2007-11-05 | 1 | -10/+4 |
* | Started to cleanup/close down childagent connections when a user teleports. ... | MW | 2007-11-05 | 2 | -0/+12 |
* | * Temporarily reverted SQL syntax. | Adam Frisby | 2007-11-05 | 1 | -3/+3 |
* | * Changed MySQL Syntax on Region Updates for Grid Server. | Adam Frisby | 2007-11-04 | 1 | -2/+3 |
* | Some more refactoring | MW | 2007-11-04 | 2 | -1/+1 |
* | * Small touchup of console messages | Adam Frisby | 2007-11-04 | 1 | -5/+5 |
* | Deleted Regionloader .csproj files. | MW | 2007-11-04 | 2 | -224/+0 |
* | normalized line endings | Jeff Ames | 2007-11-04 | 6 | -330/+330 |
* | Applying Teravus patch # 557. Some glue code for the updating of prim's veloc... | MW | 2007-11-04 | 1 | -1/+3 |
* | Do I really have to write a log entry, can't I just hide this commit somewher... | MW | 2007-11-04 | 1 | -1/+2 |
* | removed our own inplementation of UUID's, it wasn't used anywhere. | Tleiades Hax | 2007-11-04 | 1 | -155/+0 |
* | *Master Avatar can be specified by a previous UUID in either grid mode or sta... | mingchen | 2007-11-03 | 5 | -18/+62 |
* | * Removed unused UDPServerBase | lbsa71 | 2007-11-03 | 1 | -84/+0 |
* | *Moved region loading into its own interface IRegionLoader | mingchen | 2007-11-03 | 7 | -156/+605 |
* | testing different rest post method/class for Grid asset client. (possible tha... | MW | 2007-11-03 | 2 | -10/+61 |
* | debug tracing for asset server hangs | Sean Dague | 2007-11-01 | 3 | -4/+16 |
* | Need to clean up resources when creating/updating assets | Tleiades Hax | 2007-11-01 | 1 | -0/+1 |
* | (no commit message) | Tleiades Hax | 2007-11-01 | 1 | -10/+14 |
* | * Diuerse beavtificatems | lbsa71 | 2007-11-01 | 9 | -51/+49 |
* | renamed FetchAsset to RequestAsset on IAssetServer, as think its a more fitti... | MW | 2007-11-01 | 3 | -6/+6 |
* | Test on the grid asset problem, don't update to this version unless you just ... | MW | 2007-11-01 | 2 | -62/+43 |
* | Thank you, Melanie for solving: When receiving an ObjectAdd packet, the Rotat... | Charles Krinke | 2007-11-01 | 1 | -2/+2 |
* | * Took a stab at #500 by making sure there is only one place stuff gets added... | lbsa71 | 2007-10-31 | 1 | -77/+37 |
* | Improved logging, to identify which asset fetch caused an execption during re... | Tleiades Hax | 2007-10-31 | 1 | -0/+1 |
* | fix typo in filename | Sean Dague | 2007-10-31 | 1 | -0/+0 |
* | * Added a streamhandler that does streams both in and out | lbsa71 | 2007-10-31 | 5 | -55/+92 |