aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework (follow)
Commit message (Expand)AuthorAgeFilesLines
* * More console message fixesAdam Frisby2007-12-043-15/+15
* * Fixed a whole bunch of console messages.Adam Frisby2007-12-043-6/+6
* * Removed 12 compiler warnings.Adam Frisby2007-12-042-2/+1
* * Fixed compile issue.Adam Frisby2007-12-041-1/+1
* * Added SSL Support to HttpListenerAdam Frisby2007-12-042-1/+22
* From Justin Casey (IBM)Sean Dague2007-12-031-4/+7
* This is a simple patch which just renames an IClientAPI method toSean Dague2007-12-032-2/+8
* minor meaningless changesJeff Ames2007-12-031-2/+2
* Attempt to fix mantis issue #82, taking prims into inventory and then rezzing...MW2007-12-023-5/+26
* Added some error handling (and console output) to BaseHttpServer.MW2007-12-021-14/+22
* Very partial Avatar Appearance (ie, clothes/body parts) "storage". In standal...MW2007-12-022-11/+7
* Fixes a bug that my last commit introduced.MW2007-12-021-1/+1
* Some refactoring , mainly on Inventory code. MW2007-12-027-215/+148
* New Inventory folder should now be stored to the inventory server/database. T...MW2007-12-021-1/+8
* as a Test, attempted to disable mysql inventory table auto creation.MW2007-12-011-1/+1
* Attempt to fix mantis issue # 73MW2007-12-011-8/+12
* Initial working Grid Inventory server. Only been tested on a very small grid,...MW2007-12-018-6/+129
* Attempt to fix mantis issue # 65, seems like it is a race condition between t...MW2007-12-011-4/+7
* Part 1 of a commit. This revision will not compile, part 2 will be added in a...MW2007-12-011-6/+32
* * Fixed a bug in my 'user already logged in' fix that could cause a null refe...Teravus Ovares2007-11-301-2/+4
* Patch for mantis 0000015: Textures don't display in the objectSean Dague2007-11-303-9/+25
* return of the inv-lib-root patch from Justin Casey (IBM)Sean Dague2007-11-302-1/+16
* * This extends my first hack to clear out the useragent table for that specif...Teravus Ovares2007-11-301-1/+1
* * Here's the issue, on log-off, the routine sets up a null useragent member a...Teravus Ovares2007-11-302-1/+22
* * Temporary fix for 'User already online' issue in standalone mode.Teravus Ovares2007-11-301-0/+5
* revert r2510, this seems to break normal logins, at least fromSean Dague2007-11-292-16/+1
* return an appropriate inv_lib_root, which the libsl folks haveSean Dague2007-11-292-1/+16
* * Thanks to _SomeOne_, Server side permissions on object editing. Be aware, ...Teravus Ovares2007-11-291-2/+2
* fixed duplicate login in standalone mode (mostly untested in grid mode)Jeff Ames2007-11-293-7/+6
* * Fixed about 7 issues with restarting sims and resolved interRegion comms is...Teravus Ovares2007-11-291-1/+1
* set svn:eol-styleJeff Ames2007-11-291-195/+195
* Moved the m_sceneGridService.RegisterRegion(RegionInfo); call out of LoadWorl...MW2007-11-281-1/+1
* * Restaring the sim works fine in grid mode now. Sims announce themselves to...Teravus Ovares2007-11-283-4/+207
* Fixed an event in the events chain in inter-region communications.Teravus Ovares2007-11-274-1/+6
* Attempt to handle MYSQL error fetching assetsBrian McBee2007-11-261-10/+17
* * Restarting regions with the estate tools works in sandbox mode. I'm still ...Teravus Ovares2007-11-264-3/+19
* Added new configuration item to User Server: X and Y of region to send user t...Brian McBee2007-11-251-0/+12
* * Added the ability to restart your individual sims from within them using th...Teravus Ovares2007-11-251-0/+19
* * Removed references to "new LLUUID()", replaced with LLUUID.Zero.Adam Frisby2007-11-246-11/+11
* * Added a way for the Region master user to kick individual users from their ...Teravus Ovares2007-11-241-0/+4
* * Hanling RequestGodlikePowers. On Request.. sends the sim owner's client the...Teravus Ovares2007-11-241-0/+5
* * Refactored NumPackets calculationlbsa712007-11-231-20/+21
* * Quelled a Log format exception in the logging routines.Teravus Ovares2007-11-221-2/+15
* Created a client driven packet throttler. The sim now respects the client's ...Teravus Ovares2007-11-221-1/+3
* * removed erroneous commentslbsa712007-11-221-3/+0
* * Added code to capture the draw distance setting from the client.Teravus Ovares2007-11-221-1/+1
* * Did some initial work for prim crossing. Just glue so far.Teravus Ovares2007-11-213-0/+49
* there is no real reason to write this value back to estate settings,Sean Dague2007-11-191-1/+5
* * Changed namespacelbsa712007-11-193-3/+1
* * Refactored IClientAPI.OutPacket to require a second mandatory parameter. T...Teravus Ovares2007-11-184-13/+23