Git extended

From OpenSimulator

Revision as of 07:26, 4 August 2009 by SeanDague (Talk | contribs)

Jump to: navigation, search


Recent Git Commits

add cap DispatchRegionInfo (UbitUmarov) (Sun, 14 Apr 2024 20:33:20 -0700)

add cap DispatchRegionInfo UbitUmarov <ajlduarte at sapo dot pt> .../Linden/Caps/BunchOfCaps/BunchOfCaps.cs
fix enable from config on some legacy modules (UbitUmarov) (Sun, 14 Apr 2024 17:59:50 -0700)
fix enable from config on some legacy modules UbitUmarov <ajlduarte at sapo dot pt> .../ViewerSupport/DynamicFloaterModule.cs
fix materials simulator features (UbitUmarov) (Sun, 14 Apr 2024 17:30:36 -0700)
fix materials simulator features UbitUmarov <ajlduarte at sapo dot pt> OpenSim/Framework/Constants.cs
update simulator features (max texture 1024px) (UbitUmarov) (Sun, 14 Apr 2024 16:43:04 -0700)
update simulator features (max texture 1024px) UbitUmarov <ajlduarte at sapo dot pt> OpenSim/Framework/Constants.cs
change llAtan2 arguments order to (y,x) to match standard documentation (UbitUmarov) (Fri, 12 Apr 2024 14:14:54 -0700)
change llAtan2 arguments order to (y,x) to match standard documentation UbitUmarov <ajlduarte at sapo dot pt> .../HttpServer/OSHttpServer/HttpInputItem.cs
change NoVerifyCertChain and NoVerifyCertHostname default to true, as stated on ini files (UbitUmarov) (Fri, 12 Apr 2024 13:03:03 -0700)
change NoVerifyCertChain and NoVerifyCertHostname default to true, as stated on ini files UbitUmarov <ajlduarte at sapo dot pt> OpenSim/Framework/Servers/BaseOpenSimServer.cs
Robust: only create shared webclients after reading config (UbitUmarov) (Fri, 12 Apr 2024 12:40:16 -0700)
Robust: only create shared webclients after reading config UbitUmarov <ajlduarte at sapo dot pt> OpenSim/Server/ServerMain.cs
in fact there is no thread.abort (UbitUmarov) (Wed, 10 Apr 2024 20:29:01 -0700)
in fact there is no thread.abort UbitUmarov <ajlduarte at sapo dot pt> ThirdParty/SmartThreadPool/SmartThreadPool.cs
avoid a possible null ref (UbitUmarov) (Wed, 10 Apr 2024 18:42:05 -0700)
avoid a possible null ref UbitUmarov <ajlduarte at sapo dot pt> OpenSim/Region/Framework/Scenes/GodController.cs
update readme (UbitUmarov) (Wed, 10 Apr 2024 17:01:41 -0700)
update readme UbitUmarov <ajlduarte at sapo dot pt> README.md
a few more useless changes (UbitUmarov) (Mon, 08 Apr 2024 13:43:03 -0700)
a few more useless changes UbitUmarov <ajlduarte at sapo dot pt> OpenSim/Framework/ChildAgentDataUpdate.cs
a few more useless changes (UbitUmarov) (Sun, 07 Apr 2024 18:02:54 -0700)
a few more useless changes UbitUmarov <ajlduarte at sapo dot pt> OpenSim/Framework/AvatarWearable.cs
a few more useless changes (UbitUmarov) (Sun, 07 Apr 2024 14:26:51 -0700)
a few more useless changes UbitUmarov <ajlduarte at sapo dot pt> OpenSim/Data/Null/NullUserAccountData.cs
replace some more wrong uses of dictionary containskey and other cosmetics (UbitUmarov) (Sun, 07 Apr 2024 12:28:56 -0700)
replace some more wrong uses of dictionary containskey and other cosmetics UbitUmarov <ajlduarte at sapo dot pt> OpenSim/Data/MySQL/MySQLRegionData.cs
also expire flotsam assets weakreferences on console expire ammand (UbitUmarov) (Sat, 06 Apr 2024 14:33:16 -0700)
also expire flotsam assets weakreferences on console expire ammand UbitUmarov <ajlduarte at sapo dot pt> .../Region/CoreModules/Asset/FlotsamAssetCache.cs
missing reference (UbitUmarov) (Sat, 06 Apr 2024 13:56:38 -0700)
missing reference UbitUmarov <ajlduarte at sapo dot pt> .../Region/CoreModules/Asset/FlotsamAssetCache.cs
also expire flotsam assets weakreferences (UbitUmarov) (Sat, 06 Apr 2024 13:54:36 -0700)
also expire flotsam assets weakreferences UbitUmarov <ajlduarte at sapo dot pt> .../Region/CoreModules/Asset/FlotsamAssetCache.cs
remove repeated asset (UbitUmarov) (Sat, 06 Apr 2024 11:59:12 -0700)
remove repeated asset UbitUmarov <ajlduarte at sapo dot pt> bin/assets/TexturesAssetSet/TexturesAssetSet.xml
oops missing dependency (UbitUmarov) (Thu, 04 Apr 2024 09:49:07 -0700)
oops missing dependency UbitUmarov <ajlduarte at sapo dot pt> OpenSim/Framework/Monitoring/StatsManager.cs
set gc memory high pressure to 50% of total memory (sadly it may decide to ignore); change show stats memory report; let robust also show memory on show stats (UbitUmarov) (Thu, 04 Apr 2024 09:45:38 -0700)
set gc memory high pressure to 50% of total memory (sadly it may decide to ignore); change show stats memory report; let robust also show memory on show stats UbitUmarov <ajlduarte at sapo dot pt> OpenSim/Framework/Monitoring/BaseStatsCollector.cs
add some texture assets (UbitUmarov) (Tue, 02 Apr 2024 12:30:21 -0700)
add some texture assets UbitUmarov <ajlduarte at sapo dot pt> .../Avatar/UserProfiles/UserProfileModule.cs
reduce min size of header buffers to limit impact when osutf8 cache is empty (UbitUmarov) (Mon, 01 Apr 2024 17:27:16 -0700)
reduce min size of header buffers to limit impact when osutf8 cache is empty UbitUmarov <ajlduarte at sapo dot pt> .../HttpServer/OSHttpServer/HttpResponse.cs
cosmetics (UbitUmarov) (Mon, 01 Apr 2024 17:03:34 -0700)
cosmetics UbitUmarov <ajlduarte at sapo dot pt> .../HttpServer/OSHttpServer/HttpResponse.cs
update libomv (UbitUmarov) (Mon, 01 Apr 2024 17:02:53 -0700)
update libomv UbitUmarov <ajlduarte at sapo dot pt> bin/OpenMetaverse.Rendering.Meshmerizer.dll
cosmetics (UbitUmarov) (Mon, 01 Apr 2024 16:14:04 -0700)
cosmetics UbitUmarov <ajlduarte at sapo dot pt> .../HttpServer/OSHttpServer/HttpClientContext.cs
cosmetics (UbitUmarov) (Mon, 01 Apr 2024 13:53:32 -0700)
cosmetics UbitUmarov <ajlduarte at sapo dot pt> .../HttpServer/OSHttpServer/HttpResponse.cs
change default config to Release since Debug is now a very bad idea, unless needed (UbitUmarov) (Mon, 01 Apr 2024 11:33:27 -0700)
change default config to Release since Debug is now a very bad idea, unless needed UbitUmarov <ajlduarte at sapo dot pt> prebuild.xml
do copy it before running prebuild (UbitUmarov) (Mon, 01 Apr 2024 11:29:15 -0700)
do copy it before running prebuild UbitUmarov <ajlduarte at sapo dot pt> runprebuild.bat
do remove defaul system.drawing (that is same as ...win) (UbitUmarov) (Mon, 01 Apr 2024 11:19:00 -0700)
do remove defaul system.drawing (that is same as ...win) UbitUmarov <ajlduarte at sapo dot pt> bin/System.Drawing.Common.dll
do not do chained hg teleports (UbitUmarov) (Sat, 30 Mar 2024 17:44:50 -0700)
do not do chained hg teleports UbitUmarov <ajlduarte at sapo dot pt> .../Grid/RegionGridServiceConnector.cs

Personal tools
General
About This Wiki