Commit History

Author SHA1 Message Date
  lbsa71 b05409b03f * Minor guard for null case. 16 years ago
  lbsa71 b705ba21f3 * Moved insertUserRow into MSSQLUserData so 'create user' works again 16 years ago
  lbsa71 15c6788dc7 * Moved insertRegionRow into MSSQLGridData 16 years ago
  Teravus Ovares d9e01bf453 *fixed varchar size typo in createuserfriendstable.sql 16 years ago
  Teravus Ovares 2e89c01851 * This fixes mantis 553 (It appears that the exception is thrown when there is a collision with a cylinder that is both hollowed and either tapered or cut. The sequence of actions that reproduce the problem for me are: create a cylinder, hollow to 95%, taper X/Y, then collide it with another object or avatar. Note that the cylinder itself is not marked physical. ) 16 years ago
  Justin Clarke Casey df21da6dec * Patch from Dr Schofld's (IBM). In his own words 16 years ago
  MW d91c03e23b Added some locks on the cache Dictionary in AvatarFactoryModule. 16 years ago
  Justin Clarke Casey 5e9ae68df4 * Fix for mantis 522. However, I would be a little surprised if this code did much anyway, so perhaps it's not currently in use. 16 years ago
  Justin Clarke Casey 3624efde85 * Make code fix to address prim rotation unlink issues (mantis 383, 454. 369) 16 years ago
  MW 49a5a00b80 Added a method to access a named folder in a users inventory, to the inventory Database interfaces. This could be useful for adding a item to a users inventory from say a web front end application or some other third party application. [note the method is only currently implemented in the sqlite provider] 16 years ago
  lbsa71 c202a7d0aa * Copied 'Friends' functionality from the MySQLUserData to MSSQLUserData 16 years ago
  lbsa71 4880bd121e * Split out MSSQLManager Test/Init into each provider. 16 years ago
  lbsa71 680b80044c * Added openlifegrid.com to testers and patchers 16 years ago
  lbsa71 bcd3a5b28b * Introduced customizable table names on MySQL and MSSQL UserData plug-ins. 16 years ago
  Teravus Ovares c1044039d4 * Removed a debug line that got called every frame. 16 years ago
  Teravus Ovares d773ca5147 * Made physical prim stable enough for the general population to turn on. (though I still don't recommend it for welcome regions unless object build is off. 16 years ago
  Jeff Ames 001ce95e4c Clean up more unnecessary String.Format calls 16 years ago
  Justin Clarke Casey a1a206cb05 * Clean up LIBRARY INVENTORY messages 16 years ago
  Justin Clarke Casey 45638cc141 Commenting and a spelling correction 16 years ago
  Justin Clarke Casey 1677bde480 * Clean up the agent's asset transactions when it is removed from the scene 16 years ago
  Justin Clarke Casey 365cf8e455 * Refactor: Move last commit's refactor back to AgentAssetTransactionsManager 16 years ago
  Justin Clarke Casey 2018cf312b Refactor: factor a method out of AgentAssetTransactionsManager 16 years ago
  Justin Clarke Casey c0211c1ca2 * Add missing locking to mysql inventory plugin 16 years ago
  Justin Clarke Casey 6a3455a98c * Refactoring: Rename AssetTransactions.cs and AssetTransactionsManager and align classes with file names 16 years ago
  Teravus Ovares 49a6ac300f * This fixes the object edit box's flipping checkboxes when you modify one of the permission masks or Locked status using the available checkboxes. 16 years ago
  lbsa71 d79633b7c7 * various minuscule code convention conformance fixes 16 years ago
  Teravus Ovares e5ede36f0c * Physical prim cross borders and continue from where the left off on the other side now, assuming the region on the other side has physical prim enabled. 16 years ago
  Teravus Ovares 6e01769bcf * A bunch of updates to make things more smooth. 16 years ago
  Sean Dague fdc42481ed default to appending for log files per Mantis 530, and per 16 years ago
  Teravus Ovares c926962862 * This resolves the null exceptions when a script is manipulating a physical object in ODE and you delete the object. The script is still running and trying to add force, but the object reference is null. 16 years ago