Commit History

Author SHA1 Message Date
  SignpostMarv 4364d48817 updating config properties added during upgrade process, adding error log file to doxygen config, adding doxygen output directory & error log to .gitignore 11 years ago
  SignpostMarv 472bae38b7 ran doxygen -s -u to upgrade the doxygen config file 11 years ago
  Justin Clark-Casey (justincc) 1945f0023a Change nant distbin target to also remove ThirdParty/ source code when making binary distribution 11 years ago
  Justin Clark-Casey (justincc) 589e3e8686 minor: Change channel digger replacement message in TerrainModule to Info from Warn. 11 years ago
  Oren Hurvitz 1b826b4877 Allow registering regions whose names are equivalent under LIKE but not truly equal 11 years ago
  Oren Hurvitz 1a6694b264 Fixed several problems with the Sun: some settings didn't work, or were inconsistently used. - The sun position is always calculated by combining the sun settings in the Region and Estate. This fixes the problem that 'UseEstateSun' didn't work. - To remove ambiguity, the EstateToolsSunUpdate event no longer accepts the sun's position as parameters. That's because the position is always calculated from the Region and Estate settings. - Use only the 'FixedSun' flag to determine whether the sun is fixed; not the 'UseGlobalTime' flag. - Don't change the region's 'SunPosition' field according to the sun's position: this field is used only to set the position when using a FixedSun. (The 'SunVector' field does get updated according to the sun's position in the sky) 11 years ago
  Oren Hurvitz 24e486e9df Fixed: the AvatarEnteringNewParcel event wasn't triggered in some cases 11 years ago
  Oren Hurvitz 5097ba81d4 Added locking in NullRegionData. 11 years ago
  Justin Clark-Casey (justincc) 8f31649fad Fix indenting on ConsoleDisplayTable, align indenting on "show animations" console command 11 years ago
  Justin Clark-Casey (justincc) 2db1f22b89 minor: minor code and log formatting fixes to recent changes in LandManagementModule 11 years ago
  Oren Hurvitz 9784e4e07d Changed locks to prevent deadlocks (especially during multi-region Load OAR) 11 years ago
  Oren Hurvitz d2f4ca0dfe If Save OAR/IAR times-out while waiting for assets then notify the caller that the operation failed 11 years ago
  Justin Clark-Casey (justincc) 6b55f51837 minor: Allow objects to be added directly to a row on a ConsoleDisplayTable rather than having to ToString() them first 11 years ago
  Oren Hurvitz 70695a6ed9 Implemented Return Objects when it's invoked from the Top Colliders or Top Scripts dialogs 11 years ago
  Justin Clark-Casey (justincc) addab1244e Add "show animations" console command for debug purposes. 11 years ago
  Justin Clark-Casey (justincc) 30e5e5cce6 If an NPC is unowned, then always auto-grant permissions requested via llRequestPermissions() 11 years ago
  Robert Adams aa236b2020 BulletSim: add parameter to have Bullet output performance statistics 11 years ago
  Robert Adams b14b65ea95 BulletSim: move selection of the unmanaged Bullet DLL from BSPlugin 11 years ago
  Robert Adams 9d840fd2ee BulletSim: move over and port the interface for BulletXNA. 11 years ago
  Robert Adams 0662d109c2 BulletSim: fix line endings. 11 years ago
  Robert Adams 04132d3af4 BulletSim: subclass Bullet[World|Body|Shape|Constraint] for unmanaged 11 years ago
  Oren Hurvitz a0739a80a8 Fixed bugs when getting the root folder. 11 years ago
  Justin Clark-Casey (justincc) bc9a7ba0d6 minor: Assign names to the different SmartThreadPools for debugging purposes. 11 years ago
  Justin Clark-Casey (justincc) 416244051d refactor: call Util.InitThreadPool() if we are initializing an uninitialized pool on first use rather than constructing it ourselves. 11 years ago
  Justin Clark-Casey (justincc) e8a3cc7019 Merge branch 'master' of ssh://opensimulator.org/var/git/opensim 11 years ago
  Justin Clark-Casey (justincc) 96e196a9dd Clarify that AllowLightShareFunctions setting is false, which is the default in OpenSimDefaults.ini and the code. 11 years ago
  Robert Adams db3b6e8921 BulletSim: remove unused unmanaged memory reference functions from BSAPITemplate. 11 years ago
  Robert Adams 6988b5ceaf BulletSim: remove rigid body contruction functions from BSAPITemplate that relied on prebuilt construction info structures. 11 years ago
  Robert Adams 9396ccc078 BulletSim: eliminate the use of the unmanaged HeightMapInfo structure. 11 years ago
  Robert Adams 3d0fc70864 BulletSim: complete movement of BulletSimAPI functions to BSAPITemplate. 11 years ago