diff options
| author | kwolekr <mirrorisim@gmail.com> | 2013-02-13 22:43:15 -0500 |
|---|---|---|
| committer | kwolekr <mirrorisim@gmail.com> | 2013-02-25 22:56:18 -0500 |
| commit | b9d8e59bbf727fcc1a073bbf27e5d1703b9490ef (patch) | |
| tree | 629dba18aab743e66b88858f5385cf4ba36d0328 /src/CMakeLists.txt | |
| parent | 6d0ea26c2d62c3774ff384cf1bfc2a3372b49a3b (diff) | |
| download | dragonfireclient-b9d8e59bbf727fcc1a073bbf27e5d1703b9490ef.tar.xz | |
Add emerge.cpp, initial EmergeThread changes
- Neatly placed all emerge related code into a new file, emerge.cpp
- Greatly cleaned up the code in EmergeThread::Thread()
- Reworked Emerge queue. Now an actual std::queue of v3s16 block positions
- Removed the completely unnecessary map of peer ids requesting blocks
Diffstat (limited to 'src/CMakeLists.txt')
| -rw-r--r-- | src/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index c06da20c4..d2f080c90 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -209,6 +209,7 @@ set(common_SRCS script.cpp log.cpp content_sao.cpp + emerge.cpp mapgen.cpp mapgen_v6.cpp treegen.cpp |
