Commit History

Author SHA1 Message Date
  Oren Hurvitz 5a59a6d445 Removed unused variable 9 years ago
  Robert Adams fdb7a804fc Add an option to processes physics collisions using FireAndForget. 9 years ago
  AliciaRaven ce62824b1f Add HGFSAssetService to the HypergridService to provide HG support for FSAssets. 9 years ago
  Christopher bccf785665 osKey2Name returns now correct values for HG users who are not on the region. 9 years ago
  Diva Canto c8cd2f18f5 Mantis #7657: similar fixes for FSAssets. 9 years ago
  Diva Canto e5a1243abc Mantis #7657 and #7514. This should alleviate the problem of bad object assets being passed around via HG and archives. No guarantees that all the leaks have been found, but at least it detects and fixes these bad assets upon: 9 years ago
  Diva Canto 32d87aa168 Mantis #7664: Added IHypergridLinker interface to establish a contract about what implementers need to provide publicly. This is used by 3rd-party addons such as Wifi. 9 years ago
  Cinder 368ea78d14 Show last online status of group members from the PresenceService in group profiles 9 years ago
  Oren Hurvitz 14b4d8bad7 Eliminated several warnings 9 years ago
  Oren Hurvitz 149cb8dcbc XMLRPCModule now actually aborts the worker thread when requested 9 years ago
  Geir Nøklebye 1de8c3570d PGSQL migrations for IM_Store, UserProfiles, removal of casting exception for UserProfiles and adding double precision to PGSQL Manager 9 years ago
  Oren Hurvitz e979a7e7f0 Fixed bad log message 9 years ago
  AliciaRaven 971d57644f Fix a typo in my previous changes to robust.ini example files with regards to the FSAssets config. 9 years ago
  Oren Hurvitz 8aa75f225b Fixed bug introduced in 4735514. The project didn't compile. 9 years ago
  Geir Nøklebye a7fccbcf6f Update PGSQL groups handler to accept search queries from the viewer 9 years ago
  Melanie Thielker 965f94e30f Add LogFile option in OpenSimDefaults.ini. It was omitted accidentally 9 years ago
  Quill Littlefeather 4735514a88 Fixed not being charged to create classifeids on money enabled regions 9 years ago
  Oren Hurvitz 83da582261 Removed unused code related to DNS lookups 9 years ago
  Oren Hurvitz b94df58891 Git-ignore log files and console history files 9 years ago
  Melanie Thielker 7342192223 Add quotes aroung LandFlags as PGSQL seems to choke on the word when 9 years ago
  Oren Hurvitz 43c8e2396e Added locking to HypergridLinker, to prevent problems if multiple linking requests for the same region are handled simultaneously 9 years ago
  AliciaRaven 3e90d28d33 Robust config loader does not support config includes. Replace these additions for FSAssets with direct options in robust.ini example files instead. 9 years ago
  Oren Hurvitz 3a2d4c8b05 Added logging in places where regions are searched for by their location 9 years ago
  Oren Hurvitz 31a216af70 Added the thread name to the logs 9 years ago
  Robert Adams 8cc7433d68 BulletSim: fix cut-and-paste typo in constraint frame setting. 9 years ago
  AliciaRaven 297d31b1c2 Prevent two maptiles being generated at startup, one for v1 and another for v2-3 service. * v1 Service (WorldMapModule) is called directly by scene on startup. This patch moves the initial map registration of the v2-3 service (MapImageServiceModule) to that point so they can share the bitmap instead of doubling the work of Warp3D and exasperate its memory leak issues. 9 years ago
  Melanie Thielker c7f6e248e8 Correcting errors in previous change: MySQL needs int unsigned, not 9 years ago
  Melanie Thielker 7b571a928c Mantis #7629: Change LandFlags column to unsigned. Thanks, Jim! 9 years ago
  AliciaRaven a7543a3391 Add config options for FSAssetService. The default is the original asset service. 9 years ago
  AliciaRaven 248c0e18de Prevent multiple instances of the FSAssets service causing problems. Protect against secondary instances registering duplicate console commands Also prevents multiple instances each starting a writer thread which will cause major file access exceptions as they fight over the contents of the spool directory. 9 years ago