aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework (unfollow)
Commit message (Expand)AuthorFilesLines
2007-11-29return an appropriate inv_lib_root, which the libsl folks haveSean Dague2-1/+16
2007-11-29* Thanks to _SomeOne_, Server side permissions on object editing. Be aware, ...Teravus Ovares1-2/+2
2007-11-29fixed duplicate login in standalone mode (mostly untested in grid mode)Jeff Ames3-7/+6
2007-11-29* Fixed about 7 issues with restarting sims and resolved interRegion comms is...Teravus Ovares1-1/+1
2007-11-29set svn:eol-styleJeff Ames1-195/+195
2007-11-28Moved the m_sceneGridService.RegisterRegion(RegionInfo); call out of LoadWorl...MW1-1/+1
2007-11-28* Restaring the sim works fine in grid mode now. Sims announce themselves to...Teravus Ovares3-4/+207
2007-11-27Fixed an event in the events chain in inter-region communications.Teravus Ovares4-1/+6
2007-11-26Attempt to handle MYSQL error fetching assetsBrian McBee1-10/+17
2007-11-26* Restarting regions with the estate tools works in sandbox mode. I'm still ...Teravus Ovares4-3/+19
2007-11-25Added new configuration item to User Server: X and Y of region to send user t...Brian McBee1-0/+12
2007-11-25* Added the ability to restart your individual sims from within them using th...Teravus Ovares1-0/+19
2007-11-24* Removed references to "new LLUUID()", replaced with LLUUID.Zero.Adam Frisby6-11/+11
2007-11-24* Added a way for the Region master user to kick individual users from their ...Teravus Ovares1-0/+4
2007-11-24* Hanling RequestGodlikePowers. On Request.. sends the sim owner's client the...Teravus Ovares1-0/+5
2007-11-23* Refactored NumPackets calculationlbsa711-20/+21
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