Commit History

Author SHA1 Message Date
  MW a274acc7b8 added the mysql table files for inventory. Thanks nebadon. 17 years ago
  MW 6c9e588acb On login, if a set of inventory folders doesn't exist for the user then a new set is created in the inventory database. Most likely still better to use some other script to populate the inventory database instead of relaying on this. 17 years ago
  MW 5df851761a Initial working Grid Inventory server. Only been tested on a very small grid, so likely to have problems on a larger grid with more people? 17 years ago
  MW fff468dcfe Attempt to fix mantis issue # 65, seems like it is a race condition between two regions trying to add a user to the AssetTransactionManager at the same time. So have placed a lock around the Dictionary add. 17 years ago
  MW 495cf040be Attempted fix for mantis issue# 66 17 years ago
  MW c28f505caa small bit of refactoring 17 years ago
  MW 7bc28e0571 the fix, so that trunk works again 17 years ago
  MW 27f182ac54 Part 1 of a commit. This revision will not compile, part 2 will be added in a couple of minutes that should fix that. 17 years ago
  Jeff Ames 6aef4a09f9 set svn:eol-style 17 years ago
  Sean Dague e36ddb0e8c mod packetqueue to use the throttle class container 17 years ago
  Sean Dague 174a3d2ca1 the packet throttle stuff is duped enough that a 17 years ago
  Sean Dague 9c07a98831 starting to fill out PacketQueue, refactoring as I go. This 17 years ago
  Teravus Ovares b287015028 * Fixed a bug in my 'user already logged in' fix that could cause a null reference exception. 17 years ago
  Sean Dague b167507e32 Patch for mantis 0000015: Textures don't display in the object 17 years ago
  Teravus Ovares 95c68a316a *Refactored the initial raytracer so it doesn't use the Parent reference. 17 years ago
  Sean Dague d2fe290bb6 return of the inv-lib-root patch from Justin Casey (IBM) 17 years ago
  MW 0b2934a1b1 added support for a console command script to be ran every 20 minutes (will make that time changable in a future commit), to use add a entry under the Startup section of opensim.ini , with: timer_Script = "<filename>" (the filename being the console "script" you want to be ran every 20 minutes). This hasn't been tested very much so.. 17 years ago
  MW c1d66a8564 small change to OnSceneGroupMove event (in SceneEvents.cs) 17 years ago
  lbsa71 6e22faf73e * Refactored away permissions and physics flag duplications 17 years ago
  lbsa71 0d5d111619 * Made RegionUp virtual 17 years ago
  lbsa71 d2b1b54f49 * Removed permissions flag appliance from Xml deserialization 17 years ago
  Teravus Ovares 31cec30aa0 * Extended our semi-stupid implementation of in world object permissions to show a user's client that it can't edit a prim if it doesn't have permission. 17 years ago
  Teravus Ovares 3ab3392def * This extends my first hack to clear out the useragent table for that specific user. 17 years ago
  Teravus Ovares 57e6b51639 * Here's the issue, on log-off, the routine sets up a null useragent member and then tries to save it to the database.. where it was going wrong, is the database had a check to do *nothing* when it got a null useragent. I made it delete the userAgent row. This should be a good enough fix to solve the problem. It still needs to be looked at by a DB guy 17 years ago
  Teravus Ovares 5eb091ceee * Temporary fix for 'User already online' issue in standalone mode. 17 years ago
  Sean Dague d3ab5ad506 revert r2510, this seems to break normal logins, at least from 17 years ago
  Sean Dague af9eb87ad1 return an appropriate inv_lib_root, which the libsl folks have 17 years ago
  Sean Dague 641e541967 add a few more parens to make sure that throttling condition 17 years ago
  lbsa71 7704bb6f63 * Fixed neighbour range bug 17 years ago
  Teravus Ovares 4bd38fc65a * Thanks to _SomeOne_, Server side permissions on object editing. Be aware, that if you're editing an object on your client that you're not allowed to, it'll appear that it's moving to you, but won't actually be moving on the sim. 17 years ago