aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework (unfollow)
Commit message (Expand)AuthorFilesLines
2007-11-22* Quelled a Log format exception in the logging routines.Teravus Ovares1-2/+15
2007-11-22Created a client driven packet throttler. The sim now respects the client's ...Teravus Ovares1-1/+3
2007-11-22* removed erroneous commentslbsa711-3/+0
2007-11-22* Added code to capture the draw distance setting from the client.Teravus Ovares1-1/+1
2007-11-21* Did some initial work for prim crossing. Just glue so far.Teravus Ovares3-0/+49
2007-11-19there is no real reason to write this value back to estate settings,Sean Dague1-1/+5
2007-11-19* Changed namespacelbsa713-3/+1
2007-11-18* Refactored IClientAPI.OutPacket to require a second mandatory parameter. T...Teravus Ovares4-13/+23
2007-11-18cleaned up some mono compiler warningsJeff Ames2-3/+3
2007-11-18first stab at implementation of CopyInventoryItemJeff Ames4-14/+37
2007-11-18Added handler for MapNameRequest - OnMapNameRequestDalien Talbot1-0/+3
2007-11-17Added ClickAction property to SceneObjectPart (and the relevant changes in IC...MW1-1/+1
2007-11-17set svn:eol-styleJeff Ames1-1015/+1015
2007-11-17minor cleanup of some dodgy bitsJeff Ames1-1/+1
2007-11-17catch exceptions when loading malformed xml filesJeff Ames3-24/+44
2007-11-16More cleaning up when deleting regions from a instance. NOTE: IGridServices.D...MW1-0/+1
2007-11-15*** BIG CHANGES : REGION STORAGE MOVED : UPDATE YOUR OpenSim.ini FROM OpenSim...lbsa712-24/+4
2007-11-15* Added MySQLDataStore (adapted from MonoSqlitelbsa711-0/+1035
2007-11-15* Implemented the little friendly pop tooltip messages that appear when you h...Teravus Ovares1-0/+3
2007-11-14* Copied objects are now owned by the object copier (Next Owner) (however nex...Teravus Ovares1-1/+1
2007-11-14Another try: Fix moon bleeding over into linden grid. Need to clear your cach...Brian McBee1-2/+2
2007-11-13* Added AvatarPicker in Standalone mode. Works for finding avatar to ban, m...Teravus Ovares15-3/+330
2007-11-13first pass on unlinking of objects. From Jay Clarke (IBM)Sean Dague1-0/+3
2007-11-13Some work on cleanly removing Regions.MW1-0/+1
2007-11-13Some work on being able to set/send a users Buddylist info. (added handling c...MW1-1/+63
2007-11-12* Implemented Walk Vs Run in ODE. Also helps make the walk look smoother.Teravus Ovares1-1/+2
2007-11-12enable typing animation for chat, maybeJeff Ames1-0/+2
2007-11-11Patch from Mathias Soeken (thanks Mathias!) to take care of the color Dalien Talbot1-1/+1
2007-11-11Fixed bug in assetcache where certain textures were not being packetized corr...Brian McBee1-1/+1
2007-11-09* Fixed compile issue.Adam Frisby1-1/+2
2007-11-09* Added a mutex to the LoginService allowing only a single login simultaneous...Adam Frisby1-82/+93
2007-11-08* Added Rotational Velocity reporting for Client Interpolation to Terse UpdatesTeravus Ovares1-1/+1
2007-11-07add SendSunPos function to IClientAPI to let us pull all the sunSean Dague1-0/+1
2007-11-06* Added better logging to AssetCachelbsa713-94/+101
2007-11-05* Substituted som 'GenericCall' with Action<>lbsa711-10/+4
2007-11-05Started to cleanup/close down childagent connections when a user teleports. ...MW2-0/+12
2007-11-05* Temporarily reverted SQL syntax.Adam Frisby1-3/+3
2007-11-04* Changed MySQL Syntax on Region Updates for Grid Server.Adam Frisby1-2/+3
2007-11-04Some more refactoringMW2-1/+1
2007-11-04* Small touchup of console messagesAdam Frisby1-5/+5
2007-11-04Deleted Regionloader .csproj files. MW2-224/+0
2007-11-04normalized line endingsJeff Ames6-330/+330
2007-11-04Applying Teravus patch # 557. Some glue code for the updating of prim's veloc...MW1-1/+3
2007-11-04Do I really have to write a log entry, can't I just hide this commit somewher...MW1-1/+2
2007-11-04removed our own inplementation of UUID's, it wasn't used anywhere.Tleiades Hax1-155/+0
2007-11-03*Master Avatar can be specified by a previous UUID in either grid mode or sta...mingchen5-18/+62
2007-11-03* Removed unused UDPServerBaselbsa711-84/+0
2007-11-03*Moved region loading into its own interface IRegionLoadermingchen7-156/+605
2007-11-03testing different rest post method/class for Grid asset client. (possible tha...MW2-10/+61
2007-11-01debug tracing for asset server hangsSean Dague3-4/+16