This website requires JavaScript.
Explore
Help
Sign In
OpenSim
/
OpenSimMirror
Watch
1
Star
0
Fork
You've already forked OpenSimMirror
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
b36ef60aca
OpenSimMirror
/
OpenSim
History
Justin Clark-Casey (justincc)
b36ef60aca
Merge branch 'master' of ssh://opensimulator.org/var/git/opensim
2012-09-22 01:05:33 +01:00
..
ApplicationPlugins
Comment out the long unused afaik HTTP agent handlers.
2012-09-21 00:29:13 +01:00
Capabilities
If the GetTexture capability receives a request for a range of data beyond that of an otherwise valid asset, return HTTP PartialContent rather than RequestedRangeNotSatisfiable.
2012-09-06 00:11:47 +01:00
ConsoleClient
Where possible, use the system Encoding.ASCII and Encoding.UTF8 rather than constructing fresh copies.
2012-07-11 22:54:22 +01:00
Data
Also do other MySQL region settings related calls under m_dbLock, in common with other calls.
2012-08-31 00:33:06 +01:00
Framework
Minor: may avoid crashes of sims that still don't have this configuration section.
2012-09-21 15:04:41 -07:00
Region
Merge branch 'master' of ssh://opensimulator.org/var/git/opensim
2012-09-22 01:05:33 +01:00
Server
Don't store the unnecessary VERSIONMIN. VERSIONMAX, METHOD or UserID (present as column PrincipalID) parameters in the Avatars table.
2012-09-14 00:07:39 +01:00
Services
Minor: change the return value of unsuccessful posts to string.Empty.
2012-09-21 06:41:32 -07:00
Tests
Renaming existing 'torture' tests to 'performance' tests instead, since this better matches what they really do.
2012-08-29 23:19:21 +01:00
Tools
Fix a bug in pCampbot grabbing behaviour where an exception would be thrown if the bot was not yet aware of any objects.
2012-08-01 22:30:34 +01:00