| Commit message (Expand) | Author | Files | Lines |
2007-12-10 | more work on texture downloading. | MW | 4 | -329/+107 |
2007-12-10 | saved OpenSim source code from the giant rampaging unterminated copyright not... | Jeff Ames | 24 | -44/+44 |
2007-12-09 | * Added some inter-region comms glue for allowing sims to chat amongst themse... | Teravus Ovares | 1 | -0/+1 |
2007-12-08 | hackish code to allow emptying of trash. This really should be done on the in... | Brian McBee | 1 | -1/+21 |
2007-12-08 | This patch fixes mantis 105. Basically, it stops the index exception when | Sean Dague | 1 | -3/+12 |
2007-12-07 | "Borrowed" the LLSD class from a older version of libsl, so that our LLSD dec... | MW | 5 | -15/+672 |
2007-12-07 | Updates to LibSL revision 1498. Thanks Johan! | Adam Johnson | 3 | -11/+15 |
2007-12-06 | reversing the r2599 patch, as this started causing CreateThread errors for | Sean Dague | 1 | -6/+1 |
2007-12-06 | * now the throttle timer is stopped whilst processing Queue so that it won't ... | lbsa71 | 1 | -1/+6 |
2007-12-06 | removed some duplicate hard-coded port numbers. changed ports to uint. | Jeff Ames | 2 | -4/+4 |
2007-12-04 | * More console message fixes | Adam Frisby | 2 | -15/+14 |
2007-12-04 | * Removed 12 compiler warnings. | Adam Frisby | 1 | -1/+0 |
2007-12-03 | This is a simple patch which just renames an IClientAPI method to | Sean Dague | 1 | -1/+1 |
2007-12-03 | minor meaningless changes | Jeff Ames | 1 | -2/+2 |
2007-12-02 | Attempt to fix mantis issue #82, taking prims into inventory and then rezzing... | MW | 2 | -4/+25 |
2007-12-02 | Very partial Avatar Appearance (ie, clothes/body parts) "storage". In standal... | MW | 2 | -11/+7 |
2007-12-02 | Fixes a bug that my last commit introduced. | MW | 1 | -1/+1 |
2007-12-02 | Some refactoring , mainly on Inventory code. | MW | 4 | -122/+40 |
2007-12-02 | New Inventory folder should now be stored to the inventory server/database. T... | MW | 1 | -1/+8 |
2007-12-01 | Attempt to fix mantis issue # 73 | MW | 1 | -8/+12 |
2007-12-01 | Initial working Grid Inventory server. Only been tested on a very small grid,... | MW | 3 | -4/+6 |
2007-12-01 | Attempt to fix mantis issue # 65, seems like it is a race condition between t... | MW | 1 | -4/+7 |
2007-11-30 | Patch for mantis 0000015: Textures don't display in the object | Sean Dague | 2 | -8/+24 |
2007-11-30 | return of the inv-lib-root patch from Justin Casey (IBM) | Sean Dague | 2 | -1/+16 |
2007-11-30 | * This extends my first hack to clear out the useragent table for that specif... | Teravus Ovares | 1 | -1/+1 |
2007-11-30 | * Here's the issue, on log-off, the routine sets up a null useragent member a... | Teravus Ovares | 1 | -0/+1 |
2007-11-30 | * Temporary fix for 'User already online' issue in standalone mode. | Teravus Ovares | 1 | -0/+5 |
2007-11-29 | revert r2510, this seems to break normal logins, at least from | Sean Dague | 2 | -16/+1 |
2007-11-29 | return an appropriate inv_lib_root, which the libsl folks have | Sean Dague | 2 | -1/+16 |
2007-11-29 | fixed duplicate login in standalone mode (mostly untested in grid mode) | Jeff Ames | 2 | -4/+3 |
2007-11-29 | * Fixed about 7 issues with restarting sims and resolved interRegion comms is... | Teravus Ovares | 1 | -1/+1 |
2007-11-28 | * Restaring the sim works fine in grid mode now. Sims announce themselves to... | Teravus Ovares | 1 | -1/+1 |
2007-11-27 | Fixed an event in the events chain in inter-region communications. | Teravus Ovares | 2 | -0/+3 |
2007-11-26 | * Restarting regions with the estate tools works in sandbox mode. I'm still ... | Teravus Ovares | 1 | -0/+1 |
2007-11-24 | * Removed references to "new LLUUID()", replaced with LLUUID.Zero. | Adam Frisby | 1 | -2/+2 |
2007-11-23 | * Refactored NumPackets calculation | lbsa71 | 1 | -20/+21 |
2007-11-21 | * Did some initial work for prim crossing. Just glue so far. | Teravus Ovares | 1 | -0/+7 |
2007-11-19 | * Changed namespace | lbsa71 | 2 | -2/+0 |
2007-11-18 | * Refactored IClientAPI.OutPacket to require a second mandatory parameter. T... | Teravus Ovares | 2 | -11/+11 |
2007-11-18 | cleaned up some mono compiler warnings | Jeff Ames | 1 | -2/+2 |
2007-11-18 | first stab at implementation of CopyInventoryItem | Jeff Ames | 3 | -14/+33 |
2007-11-17 | catch exceptions when loading malformed xml files | Jeff Ames | 2 | -17/+34 |
2007-11-16 | More cleaning up when deleting regions from a instance. NOTE: IGridServices.D... | MW | 1 | -0/+1 |
2007-11-14 | Another try: Fix moon bleeding over into linden grid. Need to clear your cach... | Brian McBee | 1 | -2/+2 |
2007-11-13 | * Added AvatarPicker in Standalone mode. Works for finding avatar to ban, m... | Teravus Ovares | 3 | -0/+30 |
2007-11-13 | Some work on being able to set/send a users Buddylist info. (added handling c... | MW | 1 | -1/+63 |
2007-11-11 | Fixed bug in assetcache where certain textures were not being packetized corr... | Brian McBee | 1 | -1/+1 |
2007-11-09 | * Fixed compile issue. | Adam Frisby | 1 | -1/+2 |
2007-11-09 | * Added a mutex to the LoginService allowing only a single login simultaneous... | Adam Frisby | 1 | -82/+93 |
2007-11-06 | * Added better logging to AssetCache | lbsa71 | 3 | -94/+101 |