Commit Graph

868 Commits

Author SHA1 Message Date
Alister
4851560585 linking blizzardDatabase submodule 2021-11-11 23:57:09 +00:00
Alister
109c0bd87a update submodule 2021-11-11 23:07:50 +00:00
Alister
a7b9f53bd5 Update README.md
adding description to show how to update submodules to latest revision
2021-11-11 22:17:15 +00:00
Alister
66ccc53c4b adding latest submodule version 2021-11-11 22:14:31 +00:00
Alister
22b38a2414 adding dbcd-cpp as external dependency
adding dbcd-cpp as external dependency
2021-11-11 22:06:36 +00:00
Alister
feff049df1 Create cmake_function.cmake 2021-11-11 21:12:23 +00:00
Alister
d8d7b5fd76 Revert "adding in dbcd-cpp submodule"
This reverts commit aefae5ab58.
2021-11-11 21:10:59 +00:00
Alister
bf58733585 renaming cmake function file 2021-11-11 21:05:59 +00:00
Alister
c1d1152450 Making cmake File Cool!
Making cmake File Cool!
2021-11-11 21:02:22 +00:00
Alister
6ac1f271c9 cleaning cmake file 2021-11-11 21:01:58 +00:00
Alister
441fdd8b2f fixing argument spacing 2021-11-11 20:57:09 +00:00
Alister
8f889d5ca3 refactoring cmake macros 2021-11-11 20:05:27 +00:00
Alister
3f823f84eb refactoring cmake functions 2021-11-11 20:02:23 +00:00
Alister
b9202a6735 fixing spelling 2021-11-11 19:48:45 +00:00
Alister
c36e341a3e Update CMakeLists.txt 2021-11-11 19:44:14 +00:00
Alister
a050d4cf28 Update CMakeLists.txt 2021-11-11 19:43:12 +00:00
Alister
094f2904eb Refactoring build cmake, cleaning main file
Refactoring build cmake, cleaning main file
2021-11-11 19:26:41 +00:00
Alister
aefae5ab58 adding in dbcd-cpp submodule 2021-11-11 18:21:36 +00:00
Alister
af98fb1f84 Update .gitlab-ci.yml 2021-11-04 21:40:58 +00:00
Alister
7da3193f36 Setting WITH_SDL2APPLICATION Flag to false 2021-11-04 21:30:55 +00:00
Alister
41e8be125e disabling FastNoise Build 2021-11-04 21:26:49 +00:00
Alister
f09b805b5e Changing image across to the one build within GitLab
Changing image across to the one build within GitLab, also moved this across to a variable
2021-11-04 21:11:58 +00:00
Alister
7a362f8b30 Revert "updating ci build"
This reverts commit 4f5f584ee2.
2021-11-04 21:09:48 +00:00
Alister
8deae9e66f Revert "Update .gitlab-ci.yml"
This reverts commit 1e3a6cbe1a.
2021-11-04 21:09:45 +00:00
Alister
1e3a6cbe1a Update .gitlab-ci.yml 2021-11-04 18:06:49 +00:00
Alister
4f5f584ee2 updating ci build
updating ci build to move towards supporting a windows build that will publish to releases
2021-11-04 18:04:08 +00:00
ssshumakov3@gmail.com
a402049c12 new M2 rendering system 2021-10-24 00:01:19 +03:00
ssshumakov3@gmail.com
273cbf239f move debug menu in view 2021-10-23 15:06:43 +03:00
ssshumakov3@gmail.com
c9180b99dc fix bounding boxes being calculated incorrectly 2021-10-23 13:38:48 +03:00
ssshumakov3@gmail.com
18bc08887a fix a bunch of culling bugs 2021-10-22 22:17:18 +03:00
ssshumakov3@gmail.com
15a30094bc fix occlusion culling and selection bugs 2021-10-21 19:11:46 +03:00
ssshumakov3@gmail.com
ae46d20548 fix a few rendering issues 2021-10-21 01:39:01 +03:00
ssshumakov3@gmail.com
166a41de82 fix undefined behavior 2021-10-18 17:52:00 +03:00
ssshumakov3@gmail.com
d7a7a7585a update tracy and add cluster-based occlusion culling 2021-10-18 13:17:01 +03:00
ssshumakov3@gmail.com
66dc724f03 avoid potential race condition 2021-10-17 13:16:09 +03:00
ssshumakov3@gmail.com
7190986bce clean up method signatures 2021-10-17 12:40:27 +03:00
ssshumakov3@gmail.com
f1a17bad63 fix weird issue with textures glitching 2021-10-17 02:55:31 +03:00
ssshumakov3@gmail.com
54815df16e sort tiles back to front 2021-10-16 22:10:55 +03:00
ssshumakov3@gmail.com
4947ea8a22 more rendering speed 2021-10-16 16:53:15 +03:00
ssshumakov3@gmail.com
907801baf4 more rendering speed 2021-10-16 16:53:07 +03:00
ssshumakov3@gmail.com
e891a58ac4 remove debug print 2021-10-15 22:20:55 +03:00
ssshumakov3@gmail.com
3493523e92 remove legacy texturing system 2021-10-15 22:02:48 +03:00
ssshumakov3@gmail.com
6fdbdbff6e some memory allocation optimizations for WMOs 2021-10-15 11:40:01 +03:00
ssshumakov3@gmail.com
4e9db65775 some memory allocation optimizations for M2s 2021-10-15 11:35:44 +03:00
ssshumakov3@gmail.com
8893a2f366 prefer numeric limits to weird constants 2021-10-15 11:24:14 +03:00
ssshumakov3@gmail.com
2cf0968964 add debug function to load the entire map 2021-10-15 11:22:58 +03:00
ssshumakov3@gmail.com
3465a25b6c a few culling fixes for M2 2021-10-15 01:35:59 +03:00
ssshumakov3@gmail.com
f3c54f557f vertex skinning is now on done on the GPU 2021-10-14 20:46:35 +03:00
ssshumakov3@gmail.com
f01f65483c fix critical culling bug 2021-10-11 21:37:25 +03:00
ssshumakov3@gmail.com
2a30e3ca2c more culling improvements 2021-10-11 20:44:31 +03:00