Skip to content
Snippets Groups Projects
Commit 1aa1460e authored by Amorilia's avatar Amorilia
Browse files

Changelog update.

parent 41e1e866
No related branches found
No related tags found
No related merge requests found
......@@ -15,6 +15,45 @@ Version 0.7.3
* Type::Create() method (requested by DragoonWraith).
* Types now have an internal type number (requested by DragoonWraith).
* Fixed RemoveChild for nifs that have their skin influence flag set
on NiNodes that aren't actually bone influences.
* New GetPtrs() method, similar to GetRefs().
* Fixed bug in link writing code.
* Fixed various bugs relating to NiSkinPartition.numTriangles
(reported by DragoonWraith and gentle_sal).
* Added AddEntity, RemoveEntity, ClearEntities, GetEntities to
bhkConstraint (contributed by LogicDragon).
* Added AddConstraint, RemoveConstraint, ClearConstraints,
GetConstraints to bhkRigidBody (contributed by LogicDragon).
* Fixed EnumerateObjects to write the correct block order (contributed
by LogicDragon).
* Dropping eof check to allow reading multiple nifs from a single
stream (suggested by athile).
* Small refactorings in code generator.
* NiSkinPartition methods now raise an exception when passed an
invalid partition number.
* Fixed NiSkinPartition.SetStripCount bug (see niftools issue
#3395587, reported by gentle_sal).
* Provide defaults for the read values, and check for premature read
failures (contributed by gentle_sal, see niftools issue #3403926).
* Added SetSkinFlag test.
* Improved changelog formatting.
Version 0.7.2
=============
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment