-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #16 from Deamon87/development
1. Custom SSE commands for culling 2. Classic database is usable. Note: you can use database from retail on classic, but not vice versa 3. Several optimizations in culling flow 4. The WMO and M2 are not loaded, when they are outside of camera
- Loading branch information
Showing
63 changed files
with
2,559 additions
and
1,734 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule DBImporter
updated
4 files
+14 −0 | exporters/sqlite/CSQLLiteExporter.cpp | |
+1 −1 | fileReaders/WDC3/DB2Base.cpp | |
+1 −0 | importers/FieldInterchangeData.h | |
+3 −0 | importers/WDC3/WDC3Importer.cpp |
Submodule casclib
updated
37 files
+60 −38 | CMakeLists.txt | |
+2 −2 | CascLib_vs19.vcxproj | |
+5 −5 | CascLib_vs19_dll.vcxproj | |
+41 −7 | CascLib_vs19_test.vcxproj | |
+11 −0 | Config.cmake.in | |
+10 −0 | README.md | |
+6 −0 | debian/README | |
+5 −0 | debian/changelog | |
+24 −0 | debian/control | |
+44 −0 | debian/copyright | |
+2 −0 | debian/libcasc-dev.dirs | |
+3 −0 | debian/libcasc-dev.install | |
+2 −0 | debian/libcasc-dev.substvars | |
+3 −0 | debian/libcasc-docs.docs | |
+1 −0 | debian/libcasc1.dirs | |
+1 −0 | debian/libcasc1.install | |
+3 −0 | debian/libcasc1.substvars | |
+28 −0 | debian/rules | |
+336 −0 | doc/casclib-test-005.txt | |
+4 −3 | src/CascCommon.h | |
+1 −0 | src/CascDumpData.cpp | |
+55 −6 | src/CascFiles.cpp | |
+26 −16 | src/CascLib.h | |
+158 −96 | src/CascOpenStorage.cpp | |
+30 −25 | src/CascPort.h | |
+6 −2 | src/DllMain.def | |
+5 −9 | src/DllMain.rc | |
+4 −4 | src/common/Common.cpp | |
+2 −4 | src/common/Csv.cpp | |
+5 −5 | src/common/Directory.cpp | |
+62 −34 | src/common/FileStream.cpp | |
+1 −1 | src/common/FileTree.cpp | |
+4 −1 | src/common/Mime.cpp | |
+4 −4 | src/common/Sockets.cpp | |
+15 −0 | src/resource.h | |
+95 −66 | test/CascTest.cpp | |
+6 −6 | test/TLogHelper.cpp |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule tbb
deleted from
214e50
Oops, something went wrong.