Commit Graph

78 Commits

Author SHA1 Message Date
dexy
786b9e5199 Improved mouse selection in collisions mode 2019-12-30 18:05:02 +11:00
dexy
d5c0bc2477 Collision detection refactoring and improvements 2019-12-10 18:33:45 +11:00
dexy
58d2293358 Collision detection refactoring and improvements 2019-12-09 22:33:36 +11:00
dexy
9a53c2147b Deferred shading 2019-12-04 00:52:22 +11:00
dexy
c33a09d09f Ped cloth using bone weights/indices 2019-11-30 17:38:15 +11:00
dexy
ef1debfb41 Ped clothes not exploding 2019-11-29 20:47:11 +11:00
dexy
181689ac95 Slight improvement to .yld structs 2019-11-28 18:41:00 +11:00
dexy
783248aeab Peds and weapons rendering support for multiple skeleton instances 2019-11-27 15:01:43 +11:00
dexy
91873ea87a Peds no longer sharing skeletons, Cutscene object AnimHash conflict resolution 2019-11-26 17:00:41 +11:00
dexy
6467797c3d Cutscene viewer rendering peds 2019-11-26 01:26:28 +11:00
dexy
5a869fa836 Cutscene viewer progress, Hash updates 2019-11-25 20:44:16 +11:00
dexy
0f7f35d28b Added RPF Explorer .yed, .yfd, .yld generic support 2019-11-22 00:34:27 +11:00
dexy
53305c3f12 Animations XML conversion progress 2019-11-20 22:51:37 +11:00
dexy
5a35688aed Animations XML conversion progress 2019-11-18 23:52:58 +11:00
dexy
cf1e5c7295 Animations XML conversion progress 2019-11-18 05:10:55 +11:00
dexy
baf29066a7 Animations XML conversion progress 2019-11-17 22:14:00 +11:00
dexy
c98c526b5f Animations XML conversion progress 2019-11-16 03:18:23 +11:00
dexyfex
7be446cf04
Merge pull request #64 from carmineos/vertexlayout
Dynamic generation of vertex layouts for GTAV vertex types
2019-11-14 19:30:13 +11:00
dexy
7e43271a67 Animations XML conversion 2019-11-14 18:58:20 +11:00
Carmine Giugliano
68bba817d3 dynamic generation of vertex layouts for GTAV vertex types 2019-11-11 12:28:37 +01:00
dexy
918ed7fccf Fix for leg jankyness. Added PBBNCCTTX shader 2019-11-10 02:01:52 +11:00
dexy
03fa5575bf Fix for bones on peds drawables with existing skeletons. Also included code to use geometry-specific bone matrices where boneIds array is used, but commented out since it never seems necessary (leaving in for reference) 2019-11-09 21:07:41 +11:00
dexy
87092996f8 Animations now playing sequences correctly 2019-11-08 22:55:39 +11:00
dexy
d60234469a Animation evaluation improvements 2019-11-08 19:53:29 +11:00
dexy
629ee125a5 Reset ped model to T pose when no animatino selected 2019-11-08 18:58:56 +11:00
dexy
8bea5281f0 Animations playback improvement? 2019-11-08 17:54:46 +11:00
dexy
ef497b1f6d Animation playback improvements 2019-11-08 02:00:16 +11:00
dexy
465b21d7ac Peds form progress, playing peds animations and loading some textures 2019-11-07 23:14:39 +11:00
dexy
90142cb6da Peds form beginnings, new MetaNames, updated index field types for Bone, added EBoneFlags 2019-11-06 04:53:20 +11:00
dexy
d5aa1c500c Added CalculateBoneHash method to Bone 2019-11-05 21:13:04 +11:00
dexy
4cc780a461 New MetaNames, Fragments glass windows progress, Renaming some things in Skeleton and Bone 2019-11-05 20:47:10 +11:00
dexy
8335fd065c Fix for generating bone bind transform inverse when not given, Skeleton bone star size fix in world view 2019-11-04 00:04:02 +11:00
dexy
6be0d5cb30 Skin mesh now using correct bone transforms 2019-11-03 22:43:39 +11:00
dexy
9f84ba8ad0 Added vertex shaders for skin mesh support 2019-11-03 06:25:20 +11:00
dexy
3462513e27 Fixed UV anim clips assignment to use geometry's ShaderID for the lookup. 2019-11-02 22:53:54 +11:00
dexy
d0eabc095a Tidying up some unused properties of Sequence, and commenting out original parsing experiment 2019-11-02 18:54:43 +11:00
dexy
b61899dedf Fix loading some YCDs 2019-11-02 18:37:21 +11:00
dexy
6f0a7d99f9 Experimental bone animations playing from YCD. Windmills, fans, radars, ufos etc 2019-11-02 18:14:36 +11:00
dexy
80b6f3742b Experimental UV animations playing from YCD. (some air cons broken!) 2019-11-02 06:46:45 +11:00
dexy
ec6eefe0e1 View/edit YND files as XML 2019-11-01 20:30:29 +11:00
dexy
4834b8c520 Fixed casing issues with MetaNames which probably was causing XML issues. Moved shader param names to new ShaderParamNames enum to preserve casing. Moved meta type names to new MetaTypeName enum to avoid polluting MetaNames. 2019-10-31 17:11:12 +11:00
dexy
7adc4b6eea Merged upgrades to Clip and YcdFile 2019-10-31 14:56:40 +11:00
dexy
023be70bb4 Model Material Editor 2019-03-22 01:29:37 +11:00
dexy
bc1efebe5c FBX importer v1, fix for YNDs DLC loading, fix for renamed NG encrypted RPFs, RelFile MetaNames addition 2019-03-20 21:21:47 +11:00
dexyfex
decc3dccb4 Fix for resources saving empty arrays 2019-03-13 04:23:30 +11:00
Carmine
ebf2e5df87 Updated BoundMaterial_s and added BoundsMaterialType To/From byte implicit cast operators 2019-03-02 18:57:10 +01:00
Carmine Giugliano
58b725d7d2 Updated BoundComposite and BoundMaterial_s (#44)
* Added EBoundCompositeFlags and EBoundMaterialFlags
* Added properties for RoomId and PedDensity in BoundMaterial_s
2019-02-26 10:54:39 +11:00
dexy
0418e7743e Fix for saving texture resources 2019-02-21 16:37:55 +11:00
dexy
dd97b65933 Added Save methods to YvrFile and YwrFile 2019-01-29 00:35:23 +11:00
dexy
43f6acda7a Added Save method to YftFile 2019-01-28 18:10:25 +11:00