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.
726619cf1ae045f7a7ae12ee29c5674c34fc5431
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
11
Jun
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
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.
Due to new functions, was able to uncomment more code in niflib.cpp.
More functions implemented. NiNode and NiObjectNET are now good examples of how to deal with pointers.
Updated project files to Visual Studio 2005.
Implemented some functions. Untested.
Tagging public members; just trying it out on the NiLight block.
xml_niflib:
Forgot part from previous commit... Also corrected writing of NULL references.
Header and footer code now in the structs. Also small update and fix to NIF_IO HeaderString read/write.
Fixed some bugs in file writing.
GetRefs() doesn't return NULL references anymore.
Added NIF header and footer defines.
Added GetRef functions to NiAVObject and NiObjectNET.
XML update. Added user version to the ControllerLink priority field.
Added user_version argument to several functions.
Better position for comments in templates. Added extra block comments from the docsys.
GetRefs() implemented (first try, untested).
Preparing GetRefs()...
Implemented Shon's idea about forward declaration and includes.
Forward defines for NiObjectNET
Removed exception so KF files could be read.
Implemented NiAVObject functions.
Created new GetIDString function for Ref's << operator to call.
Loading