Git extended

From OpenSimulator

(Redirected from Svn extended)
Jump to: navigation, search


Recent Git Commits

do scan terrain pbr materials for referenced assets on oar save (UbitUmarov) (Sun, 13 Apr 2025 07:11:52 -0700)

do scan terrain pbr materials for referenced assets on oar save UbitUmarov <ajlduarte at sapo dot pt> .../World/Archiver/ArchiveWriteRequest.cs
ooops (UbitUmarov) (Fri, 11 Apr 2025 20:10:05 -0700)
ooops UbitUmarov <ajlduarte at sapo dot pt> .../Shared/Api/Implementation/LSL_Api.cs
ugly cosmetics (UbitUmarov) (Fri, 11 Apr 2025 12:49:05 -0700)
ugly cosmetics UbitUmarov <ajlduarte at sapo dot pt> .../Shared/Api/Implementation/LSL_Api.cs
ugly cosmetics (UbitUmarov) (Fri, 11 Apr 2025 12:19:49 -0700)
ugly cosmetics UbitUmarov <ajlduarte at sapo dot pt> .../Shared/Api/Implementation/LSL_Api.cs
a few more chances also the the ossl version (UbitUmarov) (Fri, 11 Apr 2025 10:57:42 -0700)
a few more chances also the the ossl version UbitUmarov <ajlduarte at sapo dot pt> .../Shared/Api/Implementation/LSL_Api.cs
oops (UbitUmarov) (Fri, 11 Apr 2025 10:36:49 -0700)
oops UbitUmarov <ajlduarte at sapo dot pt> .../Shared/Api/Implementation/LSL_Api.cs
change llListFindListNext negative instance case (UbitUmarov) (Fri, 11 Apr 2025 10:26:30 -0700)
change llListFindListNext negative instance case UbitUmarov <ajlduarte at sapo dot pt> .../Shared/Api/Implementation/LSL_Api.cs
a few fixes... (UbitUmarov) (Fri, 11 Apr 2025 08:03:14 -0700)
a few fixes... UbitUmarov <ajlduarte at sapo dot pt> .../Shared/Api/Implementation/LSL_Api.cs
llGetVisualParams (Vincent Sylvester) (Mon, 31 Mar 2025 07:29:13 -0700)
llGetVisualParams Signed-off-by: UbitUmarov <ajlduarte@sapo.pt> Vincent Sylvester <vincentsylvester at zetamex dot com> .../Shared/Api/Implementation/LSL_Api.cs
fix lllistfindnext for some cases (UbitUmarov) (Fri, 11 Apr 2025 07:22:28 -0700)
fix lllistfindnext for some cases UbitUmarov <ajlduarte at sapo dot pt> .../Shared/Api/Implementation/LSL_Api.cs
llListFindListNext (Vincent Sylvester) (Mon, 31 Mar 2025 04:23:43 -0700)
llListFindListNext Signed-off-by: UbitUmarov <ajlduarte@sapo.pt> Vincent Sylvester <vincentsylvester at zetamex dot com> .../Shared/Api/Implementation/LSL_Api.cs
cosmetics, note that sha224 is not correct (UbitUmarov) (Fri, 11 Apr 2025 01:21:29 -0700)
cosmetics, note that sha224 is not correct UbitUmarov <ajlduarte at sapo dot pt> .../Shared/Api/Implementation/LSL_Api.cs
bad merge.. (UbitUmarov) (Fri, 11 Apr 2025 00:50:25 -0700)
bad merge.. UbitUmarov <ajlduarte at sapo dot pt> .../ScriptEngine/Shared/Api/Interface/ILSL_Api.cs
llHMAC (Vincent Sylvester) (Sun, 30 Mar 2025 22:10:32 -0700)
llHMAC Signed-off-by: UbitUmarov <ajlduarte@sapo.pt> Vincent Sylvester <vincentsylvester at zetamex dot com> .../Shared/Api/Implementation/LSL_Api.cs
use switch expression instead (the changes..) (UbitUmarov) (Fri, 11 Apr 2025 00:11:03 -0700)
use switch expression instead (the changes..) UbitUmarov <ajlduarte at sapo dot pt> .../Shared/Api/Implementation/LSL_Api.cs
llGetHealth (Vincent Sylvester) (Sun, 30 Mar 2025 23:47:11 -0700)
llGetHealth Signed-off-by: UbitUmarov <ajlduarte@sapo.pt> Vincent Sylvester <vincentsylvester at zetamex dot com> .../Shared/Api/Implementation/LSL_Api.cs
use switch expression instead (UbitUmarov) (Fri, 11 Apr 2025 00:03:37 -0700)
use switch expression instead UbitUmarov <ajlduarte at sapo dot pt> .../Shared/Api/Runtime/LSL_Constants.cs
llGetSimStats (Vincent Sylvester) (Mon, 31 Mar 2025 08:00:38 -0700)
llGetSimStats Signed-off-by: UbitUmarov <ajlduarte@sapo.pt> Vincent Sylvester <vincentsylvester at zetamex dot com> .../Shared/Api/Implementation/LSL_Api.cs
llGetInventoryDesc (Vincent Sylvester) (Mon, 31 Mar 2025 08:11:22 -0700)
llGetInventoryDesc Signed-off-by: UbitUmarov <ajlduarte@sapo.pt> Vincent Sylvester <vincentsylvester at zetamex dot com> .../Shared/Api/Implementation/LSL_Api.cs
remove option ClampNegativeZ (UbitUmarov) (Thu, 10 Apr 2025 21:43:15 -0700)
remove option ClampNegativeZ UbitUmarov <ajlduarte at sapo dot pt> OpenSim/Region/Framework/Scenes/Scene.cs
mantis 9133 replace some z < 0 checks by < Constants.MinSimulationHeight (-100) (UbitUmarov) (Thu, 10 Apr 2025 21:05:42 -0700)
mantis 9133 replace some z < 0 checks by < Constants.MinSimulationHeight (-100) UbitUmarov <ajlduarte at sapo dot pt> OpenSim/Framework/Constants.cs
allow negative instance to also index results from end (bad) on osListFindListNext. Untested, sorry (UbitUmarov) (Fri, 04 Apr 2025 03:13:11 -0700)
allow negative instance to also index results from end (bad) on osListFindListNext. Untested, sorry UbitUmarov <ajlduarte at sapo dot pt> .../Shared/Api/Implementation/OSSL_Api.cs
fix bad merge (UbitUmarov) (Thu, 03 Apr 2025 17:44:36 -0700)
fix bad merge UbitUmarov <ajlduarte at sapo dot pt> OpenSim/Region/ScriptEngine/Shared/LSL_Types.cs
add LSL_Integer osListFindListNext(LSL_List src, LSL_List test, LSL_Integer lstart, LSL_Integer lend, LSL_Integer instance), like ll one but with search restricted to a substring. Untested, sorry (UbitUmarov) (Thu, 03 Apr 2025 17:30:41 -0700)
add LSL_Integer osListFindListNext(LSL_List src, LSL_List test, LSL_Integer lstart, LSL_Integer lend, LSL_Integer instance), like ll one but with search restricted to a substring. Untested, sorry UbitUmarov <ajlduarte at sapo dot pt> .../Shared/Api/Implementation/LSL_Api.cs
a few more changes on terrain (UbitUmarov) (Sat, 29 Mar 2025 16:29:42 -0700)
a few more changes on terrain UbitUmarov <ajlduarte at sapo dot pt> OpenSim/Framework/TerrainData.cs
Merge pull request #27 from Tampa/SmoothArea-fix (Ubit Umarov) (Sat, 29 Mar 2025 04:51:06 -0700)
Merge pull request #27 from Tampa/SmoothArea-fix Fix SmoothArea to be uniform again Ubit Umarov <ajlduarte at sapo dot pt> .../World/Terrain/FloodBrushes/SmoothArea.cs
Fix SmoothArea to be uniform again (Tampa) (Sat, 29 Mar 2025 00:27:33 -0700)
Fix SmoothArea to be uniform again Tampa <1579370+Tampa at users dot noreply dot github dot com> .../World/Terrain/FloodBrushes/SmoothArea.cs
try to fix some terrain issues, Add some more locking (UbitUmarov) (Fri, 28 Mar 2025 18:21:43 -0700)
try to fix some terrain issues, Add some more locking UbitUmarov <ajlduarte at sapo dot pt> OpenSim/Framework/TerrainData.cs
mantis 9187: only apply setcontentype restrictions to type html (UbitUmarov) (Mon, 24 Mar 2025 21:27:53 -0700)
mantis 9187: only apply setcontentype restrictions to type html UbitUmarov <ajlduarte at sapo dot pt> .../Shared/Api/Implementation/LSL_Api.cs
fix grid stats configuraton check (UbitUmarov) (Tue, 18 Mar 2025 15:48:04 -0700)
fix grid stats configuraton check UbitUmarov <ajlduarte at sapo dot pt> OpenSim/Server/Handlers/Grid/GridInfoHandlers.cs

Personal tools
General
About This Wiki