OpenSimMirror/bin
Justin Clark-Casey (justincc) a53f90cf7a If reusing dynamic textures, do not reuse small data length textures that fall below current viewer discard level 2 thresholds.
Viewer LL 3.3.4 and before sometimes fail to properly redisplay dynamic textures that have a small data length compared to pixel size when pulled from cache.
This appears to happen when the data length is smaller than the estimate discard level 2 size the viewer uses when making this GetTexture request.
This commit works around this by always regenerating dynamic textures that fall below this threshold rather than reusing them if ReuseDynamicTextures = true
This can be controlled by the [Textures] ReuseDynamicLowDataTextures config setting which defaults to false.
2012-09-13 00:19:39 +01:00
..
Library
Physics Add back BulletSPlugin.dll.config that I somehow managed to delete today in a00327d 2011-09-17 00:49:26 +01:00
Regions
ScriptEngines
addon-modules Add back the missing bin/addon-modules directory that I somehow managed to accidentally delete in 2fbc98f (Jul 7 2011) 2011-10-14 23:32:15 +01:00
assets Get rid of the 'lolcat' library asset. 2011-12-12 21:17:01 +00:00
config-include Region access control! Region operators can now specify things like DisallowForeigners (means what it says) and DisallowResidents (means that only admins and managers can get into the region). This puts the never-completed AuthorizationService to good use. Note that I didn't implement a grid-wide Authorization service; this service implementation is done entirely locally on the simulator. This can be changed as usual by pluging in a different AuthorizationServicesConnector. 2012-03-17 19:49:14 -07:00
data
inventory Correct asset id of library default iris texture. 2011-09-23 21:57:52 +01:00
lib32 Move libopenjpeg native libraries into lib32 and lib64 as appropriate. 2012-02-29 22:03:15 +00:00
lib64 Move libopenjpeg native libraries into lib32 and lib64 as appropriate. 2012-02-29 22:03:15 +00:00
Axiom.MathLib.dll
C5.dll Update C5.dll to version 1.1.1 from 1.1.0 2012-01-03 20:22:15 +00:00
CSJ2K.dll
Community.CsharpSqlite.Sqlite.dll
Community.CsharpSqlite.Sqlite.pdb
Community.CsharpSqlite.dll
Community.CsharpSqlite.pdb
CookComputing.XmlRpcV2.dll
DotNetOpenId.dll
DotNetOpenMail.dll
Fadd.Globalization.Yaml.dll
Fadd.dll
GlynnTucker.Cache.dll
Google.ProtocolBuffers.dll
HttpServer_OpenSim.dll Replace HttpServer_OpenSim.dll with Oren Hurvitz's patch applied. 2011-11-18 22:52:59 +00:00
HttpServer_OpenSim.pdb Replace HttpServer_OpenSim.dll with Oren Hurvitz's patch applied. 2011-11-18 22:52:59 +00:00
HttpServer_OpenSim.xml Replace HttpServer_OpenSim.dll with Oren Hurvitz's patch applied. 2011-11-18 22:52:59 +00:00
Iesi.Collections.dll
Kds.Serialization.dll
LaunchSLClient.ini
Mono.Addins.CecilReflector.dll
Mono.Addins.Setup.dll
Mono.Addins.dll
Mono.Addins.dll.config
Mono.Data.Sqlite.dll
Mono.Data.Sqlite.dll.config Move other sqlite and ode 32-bit and 64-bit libraries into lib32 or lib64 as appropriate. 2012-02-29 22:02:50 +00:00
Mono.Data.SqliteClient.dll
MonoXnaCompactMaths.dll
MySql.Data.dll
NDesk.Options.dll
Newtonsoft.Json.Net20.dll
Newtonsoft.Json.XML
Newtonsoft.Json.pdb
Nini.dll Make fix to Nini for null references in some cases. 2011-11-29 22:25:03 -05:00
Ode.NET.dll
Ode.NET.dll.config Move other sqlite and ode 32-bit and 64-bit libraries into lib32 or lib64 as appropriate. 2012-02-29 22:02:50 +00:00
OpenMetaverse.Http.XML
OpenMetaverse.Rendering.Meshmerizer.dll Update libomv to 0.9.1 2011-12-07 09:56:15 -05:00
OpenMetaverse.StructuredData.XML
OpenMetaverse.StructuredData.dll Update libomv to 0.9.1 2011-12-07 09:56:15 -05:00
OpenMetaverse.XML
OpenMetaverse.dll Update libomv to 0.9.1 2011-12-07 09:56:15 -05:00
OpenMetaverse.dll.config Move libopenjpeg native libraries into lib32 and lib64 as appropriate. 2012-02-29 22:03:15 +00:00
OpenMetaverseTypes.XML
OpenMetaverseTypes.dll Update libomv to 0.9.1 2011-12-07 09:56:15 -05:00
OpenSim.32BitLaunch.exe
OpenSim.32BitLaunch.exe.config
OpenSim.32BitLaunch.pdb
OpenSim.ConsoleClient.exe.config
OpenSim.ConsoleClient.ini.example
OpenSim.Services.exe.config
OpenSim.addin.xml
OpenSim.exe.config If starting scripts on initial sim start, provide INFO level log feedback each time 50 scripts have been started. 2012-06-27 21:44:45 +01:00
OpenSim.ini.example Add information to ThreadStackSize about possibly increasing if suffering StackOverflowExceptions during script conversion/compilation (e.g. on Windows 64-bit) 2012-08-21 22:15:17 +01:00
OpenSimDefaults.ini If reusing dynamic textures, do not reuse small data length textures that fall below current viewer discard level 2 thresholds. 2012-09-13 00:19:39 +01:00
OpenSimExport.exe.config
Prebuild.exe Add Copy task to Prebuild.exe (vsxxxx targets) 2011-12-25 00:04:42 -05:00
PrimMesher.dll
RegionConfig.ini.example
Robust.32BitLaunch.exe
Robust.32BitLaunch.exe.config
Robust.HG.ini.example Set CreateDefaultAvatarEntries = true in Robust.HG.ini.example to match Robust.HG.ini 2012-06-14 03:04:02 +01:00
Robust.exe.config
Robust.ini.example Create avatar entries necessary to stop new v3 avatars being clouds (pants, shape, etc.) by default in grid mode. 2012-06-14 02:50:59 +01:00
SimpleApp.exe.config
Tools.dll
Warp3D.dll
XMLRPC.dll
avatar-texture.dat
defaultstripe.png
excuses
http_404.html.example
http_500.html.example
http_loginform.html.example
libBulletSim-x86_64.so Update BulletSim.dll with some interface changes and tuning (see opensim-libs). Change BSScene to use new interface. 2012-01-25 14:40:38 -08:00
libBulletSim.so Update BulletSim.dll with some interface changes and tuning (see opensim-libs). Change BSScene to use new interface. 2012-01-25 14:40:38 -08:00
log4net.dll
nunit.framework.dll
openjpeg-dotnet-x86_64.dll
openjpeg-dotnet.dll
opensim-ode.sh
pCampBot.exe.config Add millisecond logging to pCampBot for debugging purposes 2012-05-24 01:10:24 +01:00
pCampBotSentences.txt
shutdown_commands.txt
startup_commands.txt.example
startuplogo.txt Remove STARTUP COMPLETE message from the startuplogo.txt file and into main logging 2012-06-20 23:55:36 +01:00
xunit.dll
zlib.net.dll