Commit Graph

63 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
Bret Curtis 93f14c219c camelCase 6 years ago
Bret Curtis 7a7b040216 fix building on mips machines 6 years ago
scrawl aa8459b5c7 Revert "Remove redundant allocations for NIF meshes"
This reverts commit a7c5beb7c5.

Conflicts:
	components/nif/data.cpp
	components/nifbullet/bulletnifloader.cpp
	components/nifosg/nifloader.cpp
7 years ago
scrawl a9ac108382 Fully read NiPixelData 8 years ago
scrawl a7c5beb7c5 Remove redundant allocations for NIF meshes 9 years ago
scrawl 28643660d3 Change triangle indices to unsigned 9 years ago
scrawl 236d628884 Merge branch 'master' of https://github.com/OpenMW/openmw into osg
Conflicts:
	apps/opencs/model/doc/document.cpp
	apps/opencs/model/doc/documentmanager.cpp
	components/CMakeLists.txt
	components/bsa/resources.cpp
	components/nif/data.hpp
	components/nif/node.cpp
	components/nifogre/mesh.hpp
	components/nifogre/ogrenifloader.cpp
	components/nifogre/particles.cpp
9 years ago
scrawl c10c146ad1 Skeleton based bounding box callback for RigGeometry (Bug #455) 9 years ago
scrawl 9242e6d256 Avoid copying keyframes in controller instances 9 years ago
dteviot 45b6538820 fixed MSVC 2013 warning C4800
forcing value to bool 'true' or 'false'
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 c6c7d102d0 Revert "components/nif/base.hpp now uses the templated get() function"
This reverts commit ad609bff78.

Revert "Made incorrect nif get error message more informative."

This reverts commit 9909c4abad.

Revert "Build the nif file tester by default"

This reverts commit c1315ed90c.

Revert "Converted most nifstream "get multiple" functions to the templated version"

This reverts commit 2619d57bb6.

Revert "Add a templated option for getting vectors to NIFStream"

This reverts commit f318ee0b8c.

Revert "Made NIFStream getters templated"

This reverts commit 4edc4142f3.
9 years ago
Arthur Moore 2619d57bb6 Converted most nifstream "get multiple" functions to the templated version 10 years ago
scrawl 5a25649076 Implement XYZ rotation keys support (Fixes #1067) 10 years ago
scrawl e6c59f5585 Revert "Allow NIF rotation matrices that include scale values"
This reverts commit f57ddec6a2.

Conflicts:
	components/nif/nifstream.hpp

(Fixes #2168)
10 years ago
scrawl f57ddec6a2 Allow NIF rotation matrices that include scale values (Fixes #2052) 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
scrawl 9809748eba Store NIF keys mapped by time and use lower_bound for searches 10 years ago
Arthur Moore 8be6aefd95 Moved functions from niffile.cpp to where they belong.
Also cleaned up some #includes

Removed a few asserts.  Vector already throws an out_of_range error.
10 years ago
Arthur Moore f9f278f645 Fixed a capitalization error.
Changed Interpolations to unsigned.
Also explained what's happening in the comments.
10 years ago
Arthur Moore b90e4db871 Actually read in XYZ_ROTATION_KEY data instead of discarding it. 10 years ago
Chris Robinson 6c6750342c Specified particle size is actually the radius 11 years ago
Chris Robinson 23097ac9dc Minor cleanup of NiMorphData 11 years ago
Chris Robinson f764f243d2 Fix the particle quota 11 years ago
Chris Robinson bf0ae3ae72 Read NiVisData info 11 years ago
Chris Robinson 2f6ae4a915 Read more particle information 11 years ago
Chris Robinson ee0a20f9ce Read some missing particle data from NIFs 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
Chris Robinson 2786cc67f6 Fix loading empty NiTriShapeData records 11 years ago
Chris Robinson 5a381006e5 Fix parsing of some key lists
It seems some still want you to read the interpolation type even when there's
no keys.
12 years ago
Chris Robinson 9436ca4b0c Use vectors for ShapeData properties 12 years ago
Chris Robinson ecdd4ee23f Load NiMorphData and NiKeyframeData using proper key lists 12 years ago
Chris Robinson 386ac56bda Remove the NIF loader and code to manually transform the vertices
This currently breaks just about everything. They should come back as it's all
reimplemented, though.
12 years ago
Chris Robinson 9995dff943 Use a key list for NiColorData 12 years ago
Chris Robinson b292665de9 Use key lists to store some NIF data types 12 years ago
Chris Robinson dddf1b4ee5 Rename getMatrix->getMatrix3 and getVector->getVector3 12 years ago
Chris Robinson d30f64650a Make the read_* methods private and remove the generic load() methods 12 years ago
Chris Robinson 930459365b Rename getShort->getUShort and getByte->getChar 12 years ago
Chris Robinson 95b804a104 Remove NIFFile::getArrayLen 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 d3a31a24ce Use proper strings and vectors instead of slice arrays for NIF files
Slice arrays use pre-allocated pointers whose memory is managed externally. This is
unnecessary and ultimately detrimental since it prevents any kind of data fixup
(e.g. little endian to big endian, p[adding handling), and it also makes it difficult
to use Ogre data streams.
12 years ago
Chris Robinson 832247bff2 Merge remote branch 'zini/master' into nif-cleanup
Conflicts:
	components/nif/data.hpp
12 years ago
Marc Zinnschlag c85aaafac2 more include cleanup (most removing Ogre.h) 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