This website requires JavaScript.
Explore
Help
Sign in
mirror
/
openmw-tes3mp
Watch
1
Star
0
Fork
You've already forked openmw-tes3mp
1
mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced
2025-02-15 17:09:46 +00:00
Code
Issues
Releases
Wiki
Activity
906d290935
openmw-tes3mp
/
components
/
nifbullet
History
scrawl
906d290935
Markers are actually hidden now. Inspecting the markers in NifSkope revealed why it didn't work previously: the flag that is being looked for is not present in any of the markers, nor any other flag or extra data to identify them. However, the root node name always starts with "marker", making it possible to do a string search.
2012-09-12 12:41:12 +02:00
..
test
Mantis:
#18
- Move components from global namespace into their own namespace.
2011-06-19 18:45:23 +02:00
bullet_nif_loader.cpp
Markers are actually hidden now. Inspecting the markers in NifSkope revealed why it didn't work previously: the flag that is being looked for is not present in any of the markers, nor any other flag or extra data to identify them. However, the root node name always starts with "marker", making it possible to do a string search.
2012-09-12 12:41:12 +02:00
bullet_nif_loader.hpp
Mostly removal of unnecessary #include's and a little clean up
2012-07-17 09:27:12 +02:00