Git extended

From OpenSimulator

(Difference between revisions)
Jump to: navigation, search
Line 3: Line 3:
 
<br />
 
<br />
  
<div style="background:#FFF;solid #CCC"><h3>Recent SVN Commits</h3><p><rss>http://cia.vc/stats/project/opensim/.rss|max=30|title=none</rss></p></div>
+
<div style="background:#FFF;solid #CCC"><h3>Recent SVN Commits</h3><p><rss>http://opensimulator.org/viewgit?a=rss-log&p=opensim|max=30|title=none</rss></p></div>

Revision as of 07:26, 4 August 2009


Recent SVN Commits

add a missing foldername urlencode on xinventory folder update (UbitUmarov) (Sun, 24 Aug 2025 16:12:55 -0700)

add a missing foldername urlencode on xinventory folder update UbitUmarov <ajlduarte at sapo dot pt> OpenSim/Server/Base/ServerUtils.cs
change api,yengine compile and serial version numbers (this will force scripts recompile and return to start state) (UbitUmarov) (Thu, 21 Aug 2025 14:27:47 -0700)
change api,yengine compile and serial version numbers (this will force scripts recompile and return to start state) UbitUmarov <ajlduarte at sapo dot pt> .../Shared/Api/Runtime/LSL_Constants.cs
change defauld fov (UbitUmarov) (Sat, 16 Aug 2025 17:31:28 -0700)
change defauld fov UbitUmarov <ajlduarte at sapo dot pt> .../Region/ClientStack/Linden/UDP/LLClientView.cs
some changes to llWorldPosToHUD. May need more (ofc it is opensim) (UbitUmarov) (Sat, 16 Aug 2025 17:23:44 -0700)
some changes to llWorldPosToHUD. May need more (ofc it is opensim) UbitUmarov <ajlduarte at sapo dot pt> .../Shared/Api/Implementation/LSL_Api.cs
simplify some comments about physics on ini files (UbitUmarov) (Sat, 16 Aug 2025 10:31:30 -0700)
simplify some comments about physics on ini files UbitUmarov <ajlduarte at sapo dot pt> bin/OpenSim.ini.example
add llWorldPosToHUD (UbitUmarov) (Fri, 15 Aug 2025 20:31:17 -0700)
add llWorldPosToHUD UbitUmarov <ajlduarte at sapo dot pt> .../Shared/Api/Implementation/LSL_Api.cs
add llIsLinkGLTFMaterial (UbitUmarov) (Fri, 15 Aug 2025 18:32:54 -0700)
add llIsLinkGLTFMaterial UbitUmarov <ajlduarte at sapo dot pt> .../Shared/Api/Implementation/LSL_Api.cs
add llGetRenderMaterial (UbitUmarov) (Fri, 15 Aug 2025 17:42:39 -0700)
add llGetRenderMaterial UbitUmarov <ajlduarte at sapo dot pt> .../Shared/Api/Implementation/LSL_Api.cs
set ubODE as default physics engine (UbitUmarov) (Fri, 15 Aug 2025 09:09:17 -0700)
set ubODE as default physics engine UbitUmarov <ajlduarte at sapo dot pt> bin/OpenSim.ini.example
cosmetics (UbitUmarov) (Thu, 14 Aug 2025 15:16:12 -0700)
cosmetics UbitUmarov <ajlduarte at sapo dot pt> .../CoreModules/World/WorldMap/WorldMapModule.cs
ok that was not the stub.. (UbitUmarov) (Thu, 14 Aug 2025 14:26:23 -0700)
ok that was not the stub.. UbitUmarov <ajlduarte at sapo dot pt> .../ScriptEngine/Shared/Api/Runtime/LSL_Stub.cs
add stub for llMapBeacon (UbitUmarov) (Thu, 14 Aug 2025 14:24:31 -0700)
add stub for llMapBeacon UbitUmarov <ajlduarte at sapo dot pt> .../ScriptEngine/Shared/Api/Interface/ILSL_Api.cs
mantis 9213: update libomv (UbitUmarov) (Thu, 14 Aug 2025 13:26:57 -0700)
mantis 9213: update libomv UbitUmarov <ajlduarte at sapo dot pt> bin/OpenMetaverse.Rendering.Meshmerizer.dll
break err update libomv (UbitUmarov) (Thu, 14 Aug 2025 12:32:10 -0700)
break err update libomv UbitUmarov <ajlduarte at sapo dot pt> bin/OpenMetaverse.Rendering.Meshmerizer.dll
take some future code out (UbitUmarov) (Wed, 13 Aug 2025 06:33:25 -0700)
take some future code out UbitUmarov <ajlduarte at sapo dot pt> .../Avatar/InstantMessage/MessageTransferModule.cs
mantis 9212: a few changes to Lure and message transfer (UbitUmarov) (Wed, 13 Aug 2025 06:26:20 -0700)
mantis 9212: a few changes to Lure and message transfer UbitUmarov <ajlduarte at sapo dot pt> .../InstantMessage/HGMessageTransferModule.cs
llMap* lookat does nothing (UbitUmarov) (Wed, 13 Aug 2025 04:30:07 -0700)
llMap* lookat does nothing UbitUmarov <ajlduarte at sapo dot pt> OpenSim/Framework/IClientAPI.cs
missing file (UbitUmarov) (Tue, 12 Aug 2025 15:48:13 -0700)
missing file UbitUmarov <ajlduarte at sapo dot pt> .../Shared/Api/Runtime/LSL_Constants.cs
add llMapBeacon (UbitUmarov) (Tue, 12 Aug 2025 15:45:38 -0700)
add llMapBeacon UbitUmarov <ajlduarte at sapo dot pt> .../Shared/Api/Implementation/LSL_Api.cs
some changes to llMapDestination (UbitUmarov) (Tue, 12 Aug 2025 14:26:46 -0700)
some changes to llMapDestination UbitUmarov <ajlduarte at sapo dot pt> OpenSim/Framework/IClientAPI.cs
update libomv (UbitUmarov) (Tue, 12 Aug 2025 14:10:17 -0700)
update libomv UbitUmarov <ajlduarte at sapo dot pt> bin/OpenMetaverse.Rendering.Meshmerizer.dll
mantis 9211: change handling of event args on Yeng. Ofc needs some (UbitUmarov) (Tue, 05 Aug 2025 11:01:53 -0700)
mantis 9211: change handling of event args on Yeng. Ofc needs some testing UbitUmarov <ajlduarte at sapo dot pt> .../ScriptEngine/YEngine/MMRScriptCodeGen.cs
split exception detection on oshttp accept loop for better log (UbitUmarov) (Tue, 05 Aug 2025 09:50:02 -0700)
split exception detection on oshttp accept loop for better log UbitUmarov <ajlduarte at sapo dot pt> .../HttpServer/OSHttpServer/HttpListener.cs
cosmetics (UbitUmarov) (Sat, 02 Aug 2025 09:33:26 -0700)
cosmetics UbitUmarov <ajlduarte at sapo dot pt> .../ScriptEngine/YEngine/MMRScriptCompValu.cs
change handling of event arguments (should only impact new compilations) (UbitUmarov) (Sat, 02 Aug 2025 09:31:43 -0700)
change handling of event arguments (should only impact new compilations) UbitUmarov <ajlduarte at sapo dot pt> .../ScriptEngine/YEngine/MMRScriptCodeGen.cs
remember heap used by locals (UbitUmarov) (Sat, 02 Aug 2025 09:28:35 -0700)
remember heap used by locals UbitUmarov <ajlduarte at sapo dot pt> .../Region/ScriptEngine/YEngine/XMRHeapTracker.cs
mantis 9209: another change (UbitUmarov) (Wed, 30 Jul 2025 16:43:35 -0700)
mantis 9209: another change UbitUmarov <ajlduarte at sapo dot pt> .../Linden/Caps/BunchOfCaps/BunchOfCaps.cs
mantis 9209: change the decoding of face texture data on mesh upload (UbitUmarov) (Wed, 30 Jul 2025 15:21:40 -0700)
mantis 9209: change the decoding of face texture data on mesh upload UbitUmarov <ajlduarte at sapo dot pt> .../Linden/Caps/BunchOfCaps/BunchOfCaps.cs
and worng alpha value on inv prim check (UbitUmarov) (Tue, 24 Jun 2025 18:50:19 -0700)
and worng alpha value on inv prim check UbitUmarov <ajlduarte at sapo dot pt> .../World/Warp3DMap/Warp3DImageModule.cs
oops wrong fix (UbitUmarov) (Tue, 24 Jun 2025 18:38:12 -0700)
oops wrong fix UbitUmarov <ajlduarte at sapo dot pt> OpenSim/Region/Application/Application.cs

Personal tools
General
About This Wiki