aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework (follow)
Commit message (Expand)AuthorAgeFilesLines
* * 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
* cleaned up some mono compiler warningsJeff Ames2007-11-182-3/+3
* first stab at implementation of CopyInventoryItemJeff Ames2007-11-184-14/+37
* Added handler for MapNameRequest - OnMapNameRequestDalien Talbot2007-11-181-0/+3
* Added ClickAction property to SceneObjectPart (and the relevant changes in IC...MW2007-11-171-1/+1
* set svn:eol-styleJeff Ames2007-11-171-1015/+1015
* minor cleanup of some dodgy bitsJeff Ames2007-11-171-1/+1
* catch exceptions when loading malformed xml filesJeff Ames2007-11-173-24/+44
* More cleaning up when deleting regions from a instance. NOTE: IGridServices.D...MW2007-11-161-0/+1
* *** BIG CHANGES : REGION STORAGE MOVED : UPDATE YOUR OpenSim.ini FROM OpenSim...lbsa712007-11-152-24/+4
* * Added MySQLDataStore (adapted from MonoSqlitelbsa712007-11-151-0/+1035
* * Implemented the little friendly pop tooltip messages that appear when you h...Teravus Ovares2007-11-151-0/+3
* * Copied objects are now owned by the object copier (Next Owner) (however nex...Teravus Ovares2007-11-141-1/+1
* Another try: Fix moon bleeding over into linden grid. Need to clear your cach...Brian McBee2007-11-141-2/+2
* * Added AvatarPicker in Standalone mode. Works for finding avatar to ban, m...Teravus Ovares2007-11-1315-3/+330
* first pass on unlinking of objects. From Jay Clarke (IBM)Sean Dague2007-11-131-0/+3
* Some work on cleanly removing Regions.MW2007-11-131-0/+1
* Some work on being able to set/send a users Buddylist info. (added handling c...MW2007-11-131-1/+63
* * Implemented Walk Vs Run in ODE. Also helps make the walk look smoother.Teravus Ovares2007-11-121-1/+2
* enable typing animation for chat, maybeJeff Ames2007-11-121-0/+2
* Patch from Mathias Soeken (thanks Mathias!) to take care of the color Dalien Talbot2007-11-111-1/+1
* Fixed bug in assetcache where certain textures were not being packetized corr...Brian McBee2007-11-111-1/+1
* * Fixed compile issue.Adam Frisby2007-11-091-1/+2
* * Added a mutex to the LoginService allowing only a single login simultaneous...Adam Frisby2007-11-091-82/+93
* * Added Rotational Velocity reporting for Client Interpolation to Terse UpdatesTeravus Ovares2007-11-081-1/+1
* add SendSunPos function to IClientAPI to let us pull all the sunSean Dague2007-11-071-0/+1
* * Added better logging to AssetCachelbsa712007-11-063-94/+101
* * Substituted som 'GenericCall' with Action<>lbsa712007-11-051-10/+4
* Started to cleanup/close down childagent connections when a user teleports. ...MW2007-11-052-0/+12
* * Temporarily reverted SQL syntax.Adam Frisby2007-11-051-3/+3
* * Changed MySQL Syntax on Region Updates for Grid Server.Adam Frisby2007-11-041-2/+3
* Some more refactoringMW2007-11-042-1/+1
* * Small touchup of console messagesAdam Frisby2007-11-041-5/+5
* Deleted Regionloader .csproj files. MW2007-11-042-224/+0
* normalized line endingsJeff Ames2007-11-046-330/+330
* Applying Teravus patch # 557. Some glue code for the updating of prim's veloc...MW2007-11-041-1/+3
* Do I really have to write a log entry, can't I just hide this commit somewher...MW2007-11-041-1/+2
* removed our own inplementation of UUID's, it wasn't used anywhere.Tleiades Hax2007-11-041-155/+0
* *Master Avatar can be specified by a previous UUID in either grid mode or sta...mingchen2007-11-035-18/+62
* * Removed unused UDPServerBaselbsa712007-11-031-84/+0
* *Moved region loading into its own interface IRegionLoadermingchen2007-11-037-156/+605
* testing different rest post method/class for Grid asset client. (possible tha...MW2007-11-032-10/+61
* debug tracing for asset server hangsSean Dague2007-11-013-4/+16