Commit Graph

22 Commits (d3b623b5d32e8eba6c135ba62acfe049840040a4)

Author SHA1 Message Date
Harald H d3b623b5d3 http to https for supported urls (#1625)
* http to https for supported urls

* http to https

* http to https

* http to https

* http to https

* http to https

* http to https

* http to https

* http tp https

* http to https

* http to https

* http to https

* http to https

* http to https

* http to https

* http to https

* http to https

* some url fixes

* http to https
6 years ago
scrawl 9141a8d801 Fully implement NiStencilProperty (Feature #1057) 9 years ago
scrawl 6c63bab8e4 Change Nif::Property flags to unsigned 9 years ago
scrawl 6b36e55a4e NIF reader cleanup: move definitions to cpp file 9 years ago
scrawl f6f37e02df NIF Transformation redundancy fix and include fixes 9 years ago
scrawl 8c10d4badb NIF reader compiles without Ogre 9 years ago
scrawl 6eebe9b44c Read NiFogProperty, but don't use it yet (Feature #920) 10 years ago
Arthur Moore 38bcff2622 Moved base NIF classes into a separate file.
This resolves the dependency mess, and makes things more readable.
The dependency tree for nif records now looks like this:
Record.hpp
--base.hpp
----controlled.hpp
----controller.hpp
----data.hpp
----effect.hpp
----extra.hpp
----node.hpp

Node.hpp has many extra dependencies because nifogre only includes it instead of each of these files.
That should be fixed.
10 years ago
Chris Robinson 3970407772 Use actual classes for properties 11 years ago
scrawl a9b56eedc3 Support NIF "glow maps", which are basically an emissive channel. 11 years ago
scrawl 5625d73d84 Bump texture support 11 years ago
Nathan Jeffords d3c1f5e7b2 renamed low-level NIF related files and include guards to conform to naming convention 11 years ago
Nathan Jeffords 6de6d9ff6e Factored a NIFStream class out of the NIFFile class.
Split NIFFile into two parts, NIFFile which is cached and is a container
for a parsed NIF, and NIFStream which is a class specialized for parsing
NIFs. This required a semi-sweeping change to make all record classes
accept a NIFStream instead of a NIFFile as an agurment to their read
functions.
11 years ago
Sergey Shambir 03ca7f6123 NIF: added NiStencilProperty record handling
NiStencilProperty appears in Better Clothes plugin. If it not handled,
some parts of NPCs bodies will be not rendered.
11 years ago
Chris Robinson dddf1b4ee5 Rename getMatrix->getMatrix3 and getVector->getVector3 12 years ago
Chris Robinson 930459365b Rename getShort->getUShort and getByte->getChar 12 years ago
Chris Robinson ca37706b34 Use Ogre types for Matrix and Vector objects 12 years ago
Chris Robinson 10072f74b4 Remove NIFFile::getType 12 years ago
Chris Robinson 0143cacd2b Avoid returning pointers from NIFFile 12 years ago
Chris Robinson 046e9686f9 Cleanup RecordPtrT
This moves the index resolution into a separate post method instead of always
checking when access. As a result, it reduces the size of it down to the size
of a pointer, as opposed to 2 pointers + 1 int. The appropriate methods are
added to the various node types to make sure they're resolved.
12 years ago
athile 819c146ad1 Project clean-up: move 'misc' into the platform lib, update CMake to build 'platform' as a lib, and various fixes for Visual Studio compiler warnings 14 years ago
Marc Zinnschlag e4f85cb3e6 directory structure reorganisation (still missing the mangle stuff) 14 years ago