Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
N
Niflib
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Grant Kim
Niflib
Repository graph
Repository graph
You can move around the graph by using the arrow keys.
694c303b04c518aa829566d6c94c2a831f551804
Select Git revision
Branches
2
develop
default
protected
master
Tags
3
niflib-0.6.2
niflib-0.6.0
niflib-r731
5 results
Begin with the selected commit
Created with Raphaël 2.2.0
16
Sep
15
14
13
11
10
9
8
7
27
Aug
22
21
20
17
13
11
6
25
Jul
22
20
19
18
17
16
8
7
4
3
2
1
30
Jun
27
26
25
24
23
22
21
19
18
17
16
15
14
13
12
11
10
8
7
6
5
4
3
2
30
May
29
28
27
25
19
17
16
15
14
13
7
2
1
30
Apr
29
28
27
17
10
2
1
21
Mar
20
19
18
17
16
15
14
13
12
11
10
7
4
21
Feb
20
12
11
10
8
2
31
Jan
30
28
27
25
20
18
17
16
15
14
13
3
25
Dec
23
22
21
20
18
16
14
12
11
10
9
8
5
4
1
29
Nov
28
27
26
25
22
17
14
13
12
7
25
Oct
24
23
22
21
16
15
14
13
12
10
8
1. Add NiClod and NiClodData.
Erased one previously commented line.
Changed XML Name of NiLODNode's data ref.
Really put the skin calculations back the way they were this time. Helps, but the hands of better bodies meshes still end up in the wrong place.
Fixed missing includes in enum files to work without PCH.
Created accessors for LOD type nodes.
Fixed the relative include paths and tried to update solution, but havn't got the precompiled header working right.
Moved cpp files from obj to src/obj/
Moved H files from obj to include/obj/
Moved gen cpp files to src/gen/
Moved gen headers to include/gen/
Moved some files to their new location. Doesn't work yet.
Reverted a previous change to the skin calculations which turned out to be incorrect.
Forgot to include NiLODData.cpp in project file.
Updated to the latest XML.
Included missing implementation of Weight methods.
Fix issues with NiControllerSequence in niflib.
1. Update Enums from XML
Update to last changes before the lower case/upper case problem
Try to remove lowercase abonelodcontroller.cpp again
Strangely this seems to be missing from niflib according to my SVN project.
Various updates for XML file.
Added a max_bones_per_partition parameter to ComplexShape::Split and NiTriBasedGeom::GenHardwareSkinInfo in anticipation of Tazpn adding that capability.
Modify so that niflib compiles as it points to the correct enum file.
Changed around XML enum support a bit.
Remove enum value maps and update comments in generated files.
Update niflib with Enumerations generated from nif.xml.
Fixed problems I created in nif.xml
1. Update Niflib from xml.
Updated ComplexShape::Split to optionally support stripification and skin partition generation.
Altered exception message for NiTriBasedGeomData::SetTriangles
First pass at strippifier in niflib.
Looks like a missed commit or SVN is acting weird on me. Adding some helpers on to access priority on controllers.
Changed the order of file includes so that ControllerLink vectors would be recognized by Swig.
Added some end lines to make Swig 1.3.29 work.
1. Fix issues with writing out KF files related to footer
Added Key templates to Python wrapper.
Missed files from last commit around fixing user version related crashes in Oblivion.
1. Fix issue with exporting with user version specified. Oblivion CS will crash if not set correctly.
Initial changes for skin partition access. Needs more work around protecting the user from inconsistencies.
Loading