openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
OpenMetaverse
Settings
|
Report Duplicate
20
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
1 day
ago. based on code collected
3 days
ago.
Nov 20, 2023 — Nov 20, 2024
Showing page 1 of 608
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Merge pull request #41 from SignpostMarv/gitignore-windows-tweaks
Melanie Thielker
More...
over 6 years ago
adding gitignore entries for files/folders created after runprebuild2013, openining in VS Community 2017, building solution & running compile.bat
SignpostMarv
More...
over 6 years ago
Context: the use of SmartThreadPool is not functioning correctly in mono: pCampbot# Unhandled Exception: System.ArgumentException: method argument length mismatch at System.Delegate.CreateDelegate (System.Type type, System.Object firstArgument, System.Reflection.MethodInfo method, Boolean throwOnBindFailure, Boolean allowClosed) <0xb5672b00 + 0x006f8> in <filename unknown>:0 at System.Delegate.CreateDelegate (System.Type type, System.Object firstArgument, System.Reflection.MethodInfo method) <0xb5673280 + 0x0003b> in <filename unknown>:0 at OpenMetaverse.WorkPoolDynamic.QueueUserWorkItem (System.Threading.WaitCallback callback, System.Object state) <0xb43ed878 + 0x000c7> in <filename unknown>:0 at OpenMetaverse.WorkPool.QueueUserWorkItem (System.Threading.WaitCallback callback, System.Object state) <0xb43ed700 + 0x000cf> in <filename unknown>:0 at OpenMetaverse.PacketEventDictionary.RaiseEvent (PacketType packetType, OpenMetaverse.Packets.Packet packet, OpenMetaverse.Simulator simulator) <0xb43dd370 + 0x005bb> in <filename unknown>:0 at OpenMetaverse.NetworkManager.IncomingPacketHandler () <0xb43f0270 + 0x0015f> in <filename unknown>:0
Diva Canto
More...
over 7 years ago
Merge pull request #40 from Misterblue/meshMeshmerizer
dahliaT
More...
over 7 years ago
Merge pull request #39 from UbitUmarov/master
dahliaT
More...
over 7 years ago
update osgrid url
UbitUmarov
More...
over 7 years ago
make EnUSCulture not user modifiable
UbitUmarov
More...
over 7 years ago
Complete addition of MeshmerizerR.GenerateFacetedMeshMesh().
Robert Adams
More...
over 7 years ago
Change AssetMesh.Decode to use Helpers.DecompressOSD so as to use the System.IO.Compression library rather than ZLib (which I have had decompression problems on some newer OAR files).
Robert Adams
More...
over 7 years ago
Add check for 'NoGeometry' in TryDecodeFromAsset since some mesh faces are just placemeholders. This resolves a crash for some OAR files.
Robert Adams
More...
over 7 years ago
Add helper DecompressOSD() which decompresses using System.IO.Compression rather than ZLib which sometimes fails.
Robert Adams
More...
over 7 years ago
Add method GenerateFacetedMeshMesh to be call consistant with other Generate* methods. Add AddSubMesh for SimpleMesh and FacetedMesh. Code still in intermediate state.
Robert Adams
More...
over 7 years ago
Add reference to StructuredData for Meshmerizer. Make line endings consistant (DOS form).
Robert Adams
More...
over 7 years ago
Still not working but progress on merging mesh readers into MeshmerizerR.cs.
Robert Adams
More...
over 7 years ago
Use unix line endings in OpenMetaverse/Rendering/Rendering.cs
Robert Adams
More...
over 7 years ago
Add executable flag to the runprebuild*.bat files.
Robert Adams
More...
over 7 years ago
Fix line endings to be consistantly unix.
Robert Adams
More...
over 7 years ago
Part way through adding mesh code to MeshermizerR.cs.
Robert Adams
More...
over 7 years ago
Merge pull request #35 from BengtGustafsson/master
dahliaT
More...
over 7 years ago
Merge pull request #38 from UbitUmarov/master
dahliaT
More...
over 7 years ago
add missing file
UbitUmarov
More...
over 7 years ago
Merge pull request #37 from UbitUmarov/master
dahliaT
More...
over 7 years ago
update LitJson to version 0.9.0
UbitUmarov
More...
over 7 years ago
Merge pull request #36 from CmdrCupcake/Fix-Foldertype-shortname
Melanie Thielker
More...
over 7 years ago
Correct short name to match viewer source
Drake Arconis
More...
over 7 years ago
Added early-return in case there are no faces in a polylist. The function StrToArray returns a 1 long array for an empty string, which was one reason this failed before.
Bengt Gustafsson
More...
almost 8 years ago
Give the faceMap property "image" an illegal values for faces which are not textured. This is important as the default on the server side seems to be 0, which is a valid texture if there are any textures...
Bengt Gustafsson
More...
almost 8 years ago
Pick up the collada elements sampler and surface which are required to get from a texture in a phong or lamberth effect to an image. Previous implementation relied on some user-selectable identifiers being the same in texture and image, which is absolutely not guaranteed.
Bengt Gustafsson
More...
almost 8 years ago
Correct spelling in a comment
Melanie Thielker
More...
almost 8 years ago
Fix sliding expiration in ExpiringCache
Melanie Thielker
More...
almost 8 years ago
←
1
2
3
4
5
6
7
8
9
…
607
608
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree