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
Tesla Graphics Engine
Settings
|
Report Duplicate
1
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Activity Not Available
Commits
: Listings
Analyzed
about 1 month
ago. based on code collected
about 1 month
ago.
Jan 05, 2024 — Jan 05, 2025
Showing page 6 of 22
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Fixed VS_LitStandard_Texture_Nmm not having optional Parallax conditional. Naming was inconsistent with other shaders.
Starnick
More...
over 7 years ago
Fixed error in ClassifyXYIntersection - had s0/s1 flipped (how did I miss this before???). Found while porting to HLSL for line mitering!!!
Starnick
More...
over 7 years ago
Missing retrun true on IntersectRayRayXY if classification is a point and parameters are greater or equal to zero.
Starnick
More...
over 7 years ago
Updated packages references for sampler browser
Starnick
More...
over 7 years ago
Fixed assert and crash
Starnick
More...
over 7 years ago
Missed checkin
Starnick
More...
over 7 years ago
Added versioning unit test
Starnick
More...
over 7 years ago
Added WIP automatic versioning to content serialization (so far just Binary format). Incremented TEBO format to version 2 - reader is backwards compatible with version 1 so existing TEBO files load just fine. The two biggest changes are that in version 2 there will be a version table that stores type strings + a version # derived from a class attribute on the type...and external references are also stored in a table to reduce duplicate strings. Both tables are indexed by indices throughout the stream, similar to shared data.
Starnick
More...
over 7 years ago
Made ShaderMacro into a IPrimitiveValue and not ISavable (previously was violating savable contract due to a lack of a parameterless ctor)
Starnick
More...
over 7 years ago
Allow null on reference gathered
Starnick
More...
over 7 years ago
Merge branch 'master' of https://bitbucket.org/Starnick/tesla3d
Starnick
More...
over 7 years ago
Removed dead code
Starnick
More...
over 7 years ago
README.md edited online with Bitbucket
Starnick
as Nicholas Woodfield
More...
over 7 years ago
-BinarySavableWriter::WriteExternalSavable array was missing writing an A_OK byte -All reads must now take in the property name to allow for properties to not exist for compatibility or formats that don't guarantee property order (such as human readable formats) -Did a pass of just about all read/write methods of savable/primitive objects, fixed a number of issues, and modified some to use the newer grouping mechanism -Regenerated default content to deal with breaking changes -Fixed a null char issue in xml reader/writer -Fixed overload Save method in BinaryResourceExporter that didn't obey the primary object write flags
Starnick
More...
over 7 years ago
Merge branch 'master' of https://
[email protected]
/Starnick/tesla3d.git
Starnick
More...
over 7 years ago
Fixed issues with Object pool not using a correct equality comparer, fixed up the test cases for it. Changed all savable reader/writer interfaces to be constrained to to a class, as well as the ISavable interface. Value types should implement IPrimitiveValue, not ISavable for persistence and now that is enforced.
Starnick
More...
over 7 years ago
Added a selection marquee drawing method to SpriteBatch.
Starnick
More...
about 8 years ago
Added a delta check to MouseMovedCondition, default is one (old behavior) but the condition can be made to trigger only if the mouse has moved a certain amount in a given frame.
Starnick
More...
about 8 years ago
Tweaked CompositeInputCondition to ensure every condition is checked before returning, that way to allow for any state changes to happen even if the condition is false.
Starnick
More...
about 8 years ago
Added a property to IReadOnlyDataBuffer to retrieve the MappedDataBuffer from an already mapped buffer. This allows for the same databuffer to be reused for multiple faces in a texture (for example).
Starnick
More...
about 8 years ago
Fixed submeshrange iteration
Starnick
More...
about 8 years ago
Added default texture management (1x1 white texture) when IRenderSystem service is loaded/unloaded.
Starnick
More...
about 8 years ago
Tweaked IRenderer interface. Added a drawing function to SelectionManager to draw selection sets and calling that after drawing the grid, but before drawing the manipulators.
Starnick
More...
about 8 years ago
Updated to TeximpNet 1.1.0
Starnick
More...
about 8 years ago
Checking to make sure device is not disposed before trying to access feature level or other methods.
Starnick
More...
about 8 years ago
Updated to AssimpNet 3.3.2
Starnick
More...
about 8 years ago
Some tweaks across all Geometry Generators:
Starnick
More...
about 8 years ago
Fixed a typo.
Starnick
More...
about 8 years ago
Fixed a bug when writing an array of shared savable arrays.
Starnick
More...
about 8 years ago
Swapped out 2D ConvexHull for another implementation, seems to fix an edge case I discovered. Also removed some debug stuff that shouldn't be exposed.
Starnick
More...
about 8 years ago
←
1
2
3
4
5
6
7
8
9
10
…
21
22
→
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