This website requires JavaScript.
Explore
Help
Sign In
wmpmiles
/
Navmesher
Watch
1
Star
0
Fork
0
You've already forked Navmesher
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
15
Commits
1
Branch
0
Tags
master
Go to file
Code
Clone
HTTPS
Tea CLI
Open with VS Code
Open with VSCodium
Open with Intellij IDEA
Download ZIP
Download TAR.GZ
Download BUNDLE
William Miles
b79cec3f8f
Disabled unused variable and fallthrough warnings from std. Changed Store to be a template with tag that is used with a using declaration.
2022-11-28 17:51:31 +11:00
.vscode
Removed noexcept as I don't feel I sufficiently understand the implications of its use. Modified Store with a CRTP tag to prevent base clase pointer misuse.
2022-11-20 11:26:34 +11:00
Navmesher
Disabled unused variable and fallthrough warnings from std. Changed Store to be a template with tag that is used with a using declaration.
2022-11-28 17:51:31 +11:00
reference
Removed constructor from FourCC, made free function. Modified codegen to match, and fixed a small formatting issue. Created UnknownHeader for use in a single read approach.
2022-10-27 11:13:10 +11:00
.gitattributes
Add .gitattributes, .gitignore, README.md, and LICENSE.txt.
2022-10-14 16:23:22 +11:00
.gitignore
Fixed compiler warnings. Playing around with std::filesystem and std::fstream.
2022-10-25 17:22:11 +11:00
.gitmodules
Added TES5Edit submodule, modified record filter to work from submodule, and generated records/flags file from submodule.
2022-10-14 16:55:24 +11:00
LICENSE.txt
Add .gitattributes, .gitignore, README.md, and LICENSE.txt.
2022-10-14 16:23:22 +11:00
Navmesher.sln
Add project files.
2022-10-14 16:23:24 +11:00
README.md
Add .gitattributes, .gitignore, README.md, and LICENSE.txt.
2022-10-14 16:23:22 +11:00
README.md
Navmesher
Description
No description provided
Readme
692
KiB
Languages
C++
89.5%
Python
10.5%