aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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