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.
634cd31d6ddf06c558e4e03bb8533323f959b50f
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
15
Jun
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
Fixed a typo.
Implemented Quaternion template specialization.
Give access to Triangles and other helper data on trishapedata.
Fixed problem with Oblivion NIF files. All seem to load now.
Fixed Zoo Tycoon 2 related link type errors.
Fixed remaining Civ4 link type issues. All NIF files now load in Niflib.
Added some more debug defines to niflib.cpp.
Switched to generated header code, user version is now supported during read.
Implemented repositioning of geometry to line up with skins.
Fixed Matrix44::Inverse.
SWIG wrapper now compiles and links.
SWIG: wrapping all niblock classes (wrapper code still doesn't compile yet).
SWIG wrapper improvement (but still far from complete): the generator looks into the XML to see what vector templates must be created.
Update Ni*Properties with helper functions. Flags are left as ushort for now until enums are generated by xml.
Tried to implement GoToSkeletonBindPosition but it doesn't work.
Implemented parts of the skinning interface.
niflibtype="unsigned short" -> niflibtype="ushort" (simplifies SWIG wrapper)
Added istemplate="1" tag to the template types in the XML (only required for the basic ones, but added to the others as well for consistency).
Fixed a problem with SWIG getting confused about NIFLIB_API.
Python wrapper file is now generated by nifxml_niflib.py (doesn't work yet).
Swap useExternal flag for SetInternal/SetExternal methods
Trying to make things compile again using SCons and VS 2005 Express.
Forgot to add dll_export.h when I was experimenting with compiling a DLL.
Fix reference counting in base objects and crash in NiNode for some Nif files.
Fix iterator issue with NiNode when clearing children and Clearing issue with NiObjectNET and controllers.
Fix for UV problem.
Added access functions to all classes used by Maya importer.
Some additional functions I added while trying to update my Maya importer.
Ported NiPixelData functions. Aside from NiControllerSequence, all the old interfaces have now been ported and should work, however none have been tested.
Copied over NiPalette functions without change.
Tried to implement functions for NiControllerSequence, but can't until problems in the XML are fixed.
Added functions to NiMorphData.
Commented out non-generated files from pch.h so that everything is not rebuilt any time a header changes.
Added functions to NiKeyframeData.
Made DLL creation optional and added a "Release - DLL" configuration. The Release configuration creates a static library.
Trying to make Niflib a DLL. Added DLLEXPORT to everything.
Added functions to NiTexturingProperty.
Implemented functions for NiTriStripsData.
Implemented functions for NiTriShapeData and made old NiTriBasedGeomData functions work with the new system and removed the necessity to re-size the vertex count before setting new vertices. NiTriBasedGeomData::SetVertices now simply clears out all other data.
Ported code from old AShapeData to NiTriBasedGeomData with only minor name changes.
Loading