| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | fixed duplicate login in standalone mode (mostly untested in grid mode) | Jeff Ames | 2007-11-29 | 2 | -4/+3 |
* | * Fixed about 7 issues with restarting sims and resolved interRegion comms is... | Teravus Ovares | 2007-11-29 | 1 | -1/+1 |
* | * Restaring the sim works fine in grid mode now. Sims announce themselves to... | Teravus Ovares | 2007-11-28 | 1 | -1/+1 |
* | Fixed an event in the events chain in inter-region communications. | Teravus Ovares | 2007-11-27 | 2 | -0/+3 |
* | * Restarting regions with the estate tools works in sandbox mode. I'm still ... | Teravus Ovares | 2007-11-26 | 1 | -0/+1 |
* | * Removed references to "new LLUUID()", replaced with LLUUID.Zero. | Adam Frisby | 2007-11-24 | 1 | -2/+2 |
* | * Refactored NumPackets calculation | lbsa71 | 2007-11-23 | 1 | -20/+21 |
* | * Did some initial work for prim crossing. Just glue so far. | Teravus Ovares | 2007-11-21 | 1 | -0/+7 |
* | * Changed namespace | lbsa71 | 2007-11-19 | 2 | -2/+0 |
* | * Refactored IClientAPI.OutPacket to require a second mandatory parameter. T... | Teravus Ovares | 2007-11-18 | 2 | -11/+11 |
* | cleaned up some mono compiler warnings | Jeff Ames | 2007-11-18 | 1 | -2/+2 |
* | first stab at implementation of CopyInventoryItem | Jeff Ames | 2007-11-18 | 3 | -14/+33 |
* | catch exceptions when loading malformed xml files | Jeff Ames | 2007-11-17 | 2 | -17/+34 |
* | More cleaning up when deleting regions from a instance. NOTE: IGridServices.D... | MW | 2007-11-16 | 1 | -0/+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 | 3 | -0/+30 |
* | Some work on being able to set/send a users Buddylist info. (added handling c... | MW | 2007-11-13 | 1 | -1/+63 |
* | 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 better logging to AssetCache | lbsa71 | 2007-11-06 | 3 | -94/+101 |
* | Some more refactoring | MW | 2007-11-04 | 1 | -0/+1 |
* | Do I really have to write a log entry, can't I just hide this commit somewher... | MW | 2007-11-04 | 1 | -1/+2 |
* | *Master Avatar can be specified by a previous UUID in either grid mode or sta... | mingchen | 2007-11-03 | 1 | -0/+1 |
* | testing different rest post method/class for Grid asset client. (possible tha... | MW | 2007-11-03 | 1 | -10/+12 |
* | debug tracing for asset server hangs | Sean Dague | 2007-11-01 | 3 | -4/+16 |
* | * Diuerse beavtificatems | lbsa71 | 2007-11-01 | 2 | -5/+5 |
* | renamed FetchAsset to RequestAsset on IAssetServer, as think its a more fitti... | MW | 2007-11-01 | 2 | -5/+5 |
* | Test on the grid asset problem, don't update to this version unless you just ... | MW | 2007-11-01 | 2 | -62/+43 |
* | * 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 |
* | added .dat extension to dumped asset files | Jeff Ames | 2007-10-31 | 1 | -1/+1 |
* | made illogical bitwise operations logical | Jeff Ames | 2007-10-31 | 1 | -1/+1 |
* | * Optimized usings | lbsa71 | 2007-10-30 | 40 | -1079/+832 |
* | as per the "Filesystem cleanup for OpenSim repository" mailing list thread. H... | MW | 2007-10-29 | 19 | -54/+37 |
* | Fixed a bug in SQLAssetServer that only seemed to be a problem when running u... | MW | 2007-10-29 | 2 | -3/+4 |
* | fixed one bug (where the assets we read and created from the OpenSimAssetSet.... | MW | 2007-10-29 | 1 | -1/+5 |
* | * Removed AssetNotFound as it crashes client | lbsa71 | 2007-10-29 | 1 | -13/+13 |
* | Started the process of cleaning up AssetCache and moving most of the code int... | MW | 2007-10-29 | 1 | -77/+91 |
* | normalized line endings | Jeff Ames | 2007-10-29 | 1 | -160/+160 |
* | * Added 'Jim' and 'Goblin' shapes; not available in inventory yet though | lbsa71 | 2007-10-27 | 1 | -1/+3 |
* | * Added prototypical AvatarFactory module interface to load avatar parameters | lbsa71 | 2007-10-26 | 11 | -101/+87 |
* | Region ground texture was not marked as temporary, when being created, and as... | Tleiades Hax | 2007-10-26 | 1 | -7/+9 |
* | Very early first implementation of grid based assets. | Tleiades Hax | 2007-10-26 | 5 | -38/+272 |
* | fix line endings | Sean Dague | 2007-10-25 | 2 | -491/+491 |
* | Created a generic RESTClient component, which simplifies querying for resourc... | Tleiades Hax | 2007-10-25 | 2 | -0/+491 |
* | Part of supporting gridwide assetss. A little premature release, but I'm tire... | Tleiades Hax | 2007-10-24 | 1 | -23/+1 |
* | * Removed plenty more untagged console messages. Everything now has shiny gro... | Adam Frisby | 2007-10-22 | 2 | -3/+2 |
* | * Return of R2162. /Take that SVN!/ | Adam Frisby | 2007-10-22 | 6 | -9/+9 |
* | revert r2162 as it completely clobbered all the work on | Sean Dague | 2007-10-22 | 6 | -10/+10 |