Justin Clark-Casey (justincc)
|
c0a00cd7fd
Fix bug where no threadpool data would be displayed in the "show threads" command if threadpool type was QueueUserWorkItem (Unsafe worked as expected)
|
пре 11 година |
Melanie
|
a7dbafb0e3
Port Avination's inventory send throttling
|
пре 11 година |
Justin Clark-Casey (justincc)
|
06ab168897
To further help with tracking down the apperance of too much "Unknown User" in chatlogs, etc. temporarily change each instance of this in OpenSimulator so we can identify where it's coming from
|
пре 11 година |
Justin Clark-Casey (justincc)
|
206fb306a7
Update SmartThreadPool to latest version 2.2.3 with a major and minor change.
|
пре 11 година |
Melanie
|
5f4c4df227
Phase 1 of implementing a transfer permission. Overwrite libOMV's PermissionMask
|
пре 11 година |
Justin Clark-Casey (justincc)
|
39a0928052
minor: Remove some mono compiler warnings in OpenSim.Framework.dll
|
пре 11 година |
Justin Clark-Casey (justincc)
|
d0cb4fc326
Move map related settings from [Startup] to a new [Map] section in OpenSim.ini
|
пре 11 година |
Diva Canto
|
0e8289cd00
Added new Util function for reading config vars that's more generic than the one I added yesterday -- this is for helping move config vars out of [Startup]
|
пре 11 година |
Diva Canto
|
e515cdddec
Simplification of HG configs: HomeURI and GatekeeperURI now are defined as default under [Startup]. They can then be overwritten in the other sections (but probably shouldn't). I kept the existing code for backwards compatibility, so this should not cause any breaks from people's current configurations. But people should move to have these 2 vars under [Startup] -- see OpenSim.ini.example and Robust.HG.ini.example. And yes, both names now end with "URI" for consistency.
|
пре 11 година |
Dan Lake
|
df37738ce7
WebStats will now use actual logfile as specified in OpenSim.exe.config rather than hardcoded ./OpenSim.log. This allows for rotating logs and other file appender types
|
пре 11 година |
Oren Hurvitz
|
b77da5039e
Assign the SmartThreadPool name in the constructor
|
пре 12 година |
Robert Adams
|
caad1edabf
Add utility function to clamp a vector to a maximum magnitude.
|
пре 11 година |
Oren Hurvitz
|
1b826b4877
Allow registering regions whose names are equivalent under LIKE but not truly equal
|
пре 12 година |
Justin Clark-Casey (justincc)
|
bc9a7ba0d6
minor: Assign names to the different SmartThreadPools for debugging purposes.
|
пре 12 година |
Justin Clark-Casey (justincc)
|
416244051d
refactor: call Util.InitThreadPool() if we are initializing an uninitialized pool on first use rather than constructing it ourselves.
|
пре 12 година |
Robert Adams
|
3e3c168987
Add helper routine Util.InRange()
|
пре 12 година |
Robert Adams
|
21dc5f4a1a
Add stack dump function that takes an alternate printer outter. I've found that log4net can be slowish so, if one is generating A LOT of debug output, alternate printers are better
|
пре 12 година |
Justin Clark-Casey (justincc)
|
999cb4b20c
Make "show threads" and "thread abort" console commands available on all servers
|
пре 12 година |
SignpostMarv
|
56965dd959
fixing poorly-formatted xml doc string for Util.IsInsideBox
|
пре 12 година |
Justin Clark-Casey (justincc)
|
130768b16a
Add "show object pos <start-coord> to <end-coord>" command to simulator console.
|
пре 12 година |
Justin Clark-Casey (justincc)
|
25111e703f
Add levels 4 and 5 to "debug http" console command that will log a sample of incoming request data and the entire incoming data respectively.
|
пре 12 година |
SignpostMarv
|
e9ea911563
adding a clip method to handle Vector3 objects to enable a minor amount of refactoring
|
пре 12 година |
Justin Clark-Casey (justincc)
|
884d603cac
Rather than instantiating a UTF8 encoding everywhere when we want to supress the BOM, use a single Util.UTF8NoBomEncoding.
|
пре 12 година |
Justin Clark-Casey (justincc)
|
916e3bf886
Where possible, use the system Encoding.ASCII and Encoding.UTF8 rather than constructing fresh copies.
|
пре 12 година |
Melanie
|
7a0d7be44c
Refix the fixed fix!
|
пре 12 година |
Diva Canto
|
f7c61790b7
Fixed borkness with previous merge.
|
пре 12 година |
Diva Canto
|
841b4232f6
Line endings
|
пре 12 година |
Diva Canto
|
3fa51f66ec
Merge branch 'master' of ssh://opensimulator.org/var/git/opensim
|
пре 12 година |
Diva Canto
|
d08ad6459a
HG Friends: allow the establishment of HG friendships without requiring co-presence in the same sim. Using avatar picker, users can now search for names such as "[email protected]:9000", find them, and request friendship. Friendship requests are stored if target user is offline. TESTED ON STANDALONE ONLY.
|
пре 12 година |
Justin Clark-Casey (justincc)
|
30b2a8c778
Move frame loop entirely within Scene.Update() for better future performance analysis and stat accuracy.
|
пре 12 година |