| Commit message (Expand) | Author | Files | Lines |
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 | 3 | -5/+26 |
2007-12-02 | Added some error handling (and console output) to BaseHttpServer. | MW | 1 | -14/+22 |
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 | 7 | -215/+148 |
2007-12-02 | New Inventory folder should now be stored to the inventory server/database. T... | MW | 1 | -1/+8 |
2007-12-01 | as a Test, attempted to disable mysql inventory table auto creation. | MW | 1 | -1/+1 |
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 | 8 | -6/+129 |
2007-12-01 | Attempt to fix mantis issue # 65, seems like it is a race condition between t... | MW | 1 | -4/+7 |
2007-12-01 | Part 1 of a commit. This revision will not compile, part 2 will be added in a... | MW | 1 | -6/+32 |
2007-11-30 | * Fixed a bug in my 'user already logged in' fix that could cause a null refe... | Teravus Ovares | 1 | -2/+4 |
2007-11-30 | Patch for mantis 0000015: Textures don't display in the object | Sean Dague | 3 | -9/+25 |
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 | 2 | -1/+22 |
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 | * Thanks to _SomeOne_, Server side permissions on object editing. Be aware, ... | Teravus Ovares | 1 | -2/+2 |
2007-11-29 | fixed duplicate login in standalone mode (mostly untested in grid mode) | Jeff Ames | 3 | -7/+6 |
2007-11-29 | * Fixed about 7 issues with restarting sims and resolved interRegion comms is... | Teravus Ovares | 1 | -1/+1 |
2007-11-29 | set svn:eol-style | Jeff Ames | 1 | -195/+195 |
2007-11-28 | Moved the m_sceneGridService.RegisterRegion(RegionInfo); call out of LoadWorl... | MW | 1 | -1/+1 |
2007-11-28 | * Restaring the sim works fine in grid mode now. Sims announce themselves to... | Teravus Ovares | 3 | -4/+207 |
2007-11-27 | Fixed an event in the events chain in inter-region communications. | Teravus Ovares | 4 | -1/+6 |
2007-11-26 | Attempt to handle MYSQL error fetching assets | Brian McBee | 1 | -10/+17 |
2007-11-26 | * Restarting regions with the estate tools works in sandbox mode. I'm still ... | Teravus Ovares | 4 | -3/+19 |
2007-11-25 | Added new configuration item to User Server: X and Y of region to send user t... | Brian McBee | 1 | -0/+12 |
2007-11-25 | * Added the ability to restart your individual sims from within them using th... | Teravus Ovares | 1 | -0/+19 |
2007-11-24 | * Removed references to "new LLUUID()", replaced with LLUUID.Zero. | Adam Frisby | 6 | -11/+11 |
2007-11-24 | * Added a way for the Region master user to kick individual users from their ... | Teravus Ovares | 1 | -0/+4 |
2007-11-24 | * Hanling RequestGodlikePowers. On Request.. sends the sim owner's client the... | Teravus Ovares | 1 | -0/+5 |
2007-11-23 | * Refactored NumPackets calculation | lbsa71 | 1 | -20/+21 |
2007-11-22 | * Quelled a Log format exception in the logging routines. | Teravus Ovares | 1 | -2/+15 |
2007-11-22 | Created a client driven packet throttler. The sim now respects the client's ... | Teravus Ovares | 1 | -1/+3 |
2007-11-22 | * removed erroneous comments | lbsa71 | 1 | -3/+0 |
2007-11-22 | * Added code to capture the draw distance setting from the client. | Teravus Ovares | 1 | -1/+1 |
2007-11-21 | * Did some initial work for prim crossing. Just glue so far. | Teravus Ovares | 3 | -0/+49 |
2007-11-19 | there is no real reason to write this value back to estate settings, | Sean Dague | 1 | -1/+5 |
2007-11-19 | * Changed namespace | lbsa71 | 3 | -3/+1 |
2007-11-18 | * Refactored IClientAPI.OutPacket to require a second mandatory parameter. T... | Teravus Ovares | 4 | -13/+23 |
2007-11-18 | cleaned up some mono compiler warnings | Jeff Ames | 2 | -3/+3 |
2007-11-18 | first stab at implementation of CopyInventoryItem | Jeff Ames | 4 | -14/+37 |
2007-11-18 | Added handler for MapNameRequest - OnMapNameRequest | Dalien Talbot | 1 | -0/+3 |
2007-11-17 | Added ClickAction property to SceneObjectPart (and the relevant changes in IC... | MW | 1 | -1/+1 |
2007-11-17 | set svn:eol-style | Jeff Ames | 1 | -1015/+1015 |
2007-11-17 | minor cleanup of some dodgy bits | Jeff Ames | 1 | -1/+1 |
2007-11-17 | catch exceptions when loading malformed xml files | Jeff Ames | 3 | -24/+44 |