Merge pull request #8 from DouweRavers/develop

Develop
This commit is contained in:
Douwe Ravers
2025-08-13 21:09:51 +02:00
committed by GitHub
29 changed files with 1322 additions and 115 deletions

95
.vscode/settings.json vendored
View File

@@ -15,6 +15,97 @@
"string": "cpp",
"string_view": "cpp",
"unordered_map": "cpp",
"unordered_set": "cpp"
}
"unordered_set": "cpp",
"bitset": "cpp",
"__locale": "cpp",
"__config": "cpp",
"__debug": "cpp",
"__errc": "cpp",
"__functional_base": "cpp",
"__mutex_base": "cpp",
"__node_handle": "cpp",
"__nullptr": "cpp",
"__split_buffer": "cpp",
"__sso_allocator": "cpp",
"__std_stream": "cpp",
"__threading_support": "cpp",
"__tuple": "cpp",
"any": "cpp",
"array": "cpp",
"atomic": "cpp",
"bit": "cpp",
"cctype": "cpp",
"charconv": "cpp",
"chrono": "cpp",
"clocale": "cpp",
"cmath": "cpp",
"codecvt": "cpp",
"compare": "cpp",
"complex": "cpp",
"condition_variable": "cpp",
"csignal": "cpp",
"cstdarg": "cpp",
"cstddef": "cpp",
"cstdint": "cpp",
"cstdio": "cpp",
"cstdlib": "cpp",
"cstring": "cpp",
"ctime": "cpp",
"cwchar": "cpp",
"cwctype": "cpp",
"deque": "cpp",
"exception": "cpp",
"coroutine": "cpp",
"forward_list": "cpp",
"fstream": "cpp",
"functional": "cpp",
"future": "cpp",
"initializer_list": "cpp",
"iomanip": "cpp",
"ios": "cpp",
"iosfwd": "cpp",
"iostream": "cpp",
"istream": "cpp",
"iterator": "cpp",
"limits": "cpp",
"list": "cpp",
"locale": "cpp",
"memory": "cpp",
"mutex": "cpp",
"new": "cpp",
"numeric": "cpp",
"optional": "cpp",
"ostream": "cpp",
"queue": "cpp",
"random": "cpp",
"ratio": "cpp",
"regex": "cpp",
"span": "cpp",
"sstream": "cpp",
"stack": "cpp",
"stdexcept": "cpp",
"streambuf": "cpp",
"strstream": "cpp",
"system_error": "cpp",
"tuple": "cpp",
"type_traits": "cpp",
"typeindex": "cpp",
"typeinfo": "cpp",
"utility": "cpp",
"valarray": "cpp",
"variant": "cpp",
"vector": "cpp",
"concepts": "cpp",
"memory_resource": "cpp",
"source_location": "cpp",
"format": "cpp",
"numbers": "cpp",
"semaphore": "cpp",
"shared_mutex": "cpp",
"stop_token": "cpp",
"thread": "cpp",
"cfenv": "cpp",
"cinttypes": "cpp"
},
"C_Cpp.errorSquiggles": "disabled"
}

View File

@@ -193,8 +193,8 @@ CMAKE_STRIP:FILEPATH=/usr/bin/strip
//Path to a program.
CMAKE_TAPI:FILEPATH=CMAKE_TAPI-NOTFOUND
//The CMake toolchain file
CMAKE_TOOLCHAIN_FILE:FILEPATH=/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/cmake/Modules/Platform/Emscripten.cmake
//No help, variable specified on the command line.
CMAKE_TOOLCHAIN_FILE:UNINITIALIZED=emsdk/upstream/emscripten/cmake/Modules/Platform/Emscripten.cmake
//If this value is on, makefiles will be generated without the
// .SILENT directive, and all commands will be echoed to the console

View File

@@ -98,12 +98,12 @@ screepsxx/clean: screepsxx/CMakeFiles/screepsxx.dir/clean
CMakeFiles/app.dir/all: screepsxx/CMakeFiles/screepsxx.dir/all
$(MAKE) $(MAKESILENT) -f CMakeFiles/app.dir/build.make CMakeFiles/app.dir/depend
$(MAKE) $(MAKESILENT) -f CMakeFiles/app.dir/build.make CMakeFiles/app.dir/build
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/douwe/Projects/Screeps/CMakeFiles --progress-num=1,2,3 "Built target app"
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/douwe/Projects/Screeps/CMakeFiles --progress-num=1,2,3,4 "Built target app"
.PHONY : CMakeFiles/app.dir/all
# Build rule for subdir invocation for target.
CMakeFiles/app.dir/rule: cmake_check_build_system
$(CMAKE_COMMAND) -E cmake_progress_start /home/douwe/Projects/Screeps/CMakeFiles 36
$(CMAKE_COMMAND) -E cmake_progress_start /home/douwe/Projects/Screeps/CMakeFiles 37
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/app.dir/all
$(CMAKE_COMMAND) -E cmake_progress_start /home/douwe/Projects/Screeps/CMakeFiles 0
.PHONY : CMakeFiles/app.dir/rule
@@ -124,7 +124,7 @@ CMakeFiles/app.dir/clean:
screepsxx/CMakeFiles/screepsxx.dir/all:
$(MAKE) $(MAKESILENT) -f screepsxx/CMakeFiles/screepsxx.dir/build.make screepsxx/CMakeFiles/screepsxx.dir/depend
$(MAKE) $(MAKESILENT) -f screepsxx/CMakeFiles/screepsxx.dir/build.make screepsxx/CMakeFiles/screepsxx.dir/build
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/douwe/Projects/Screeps/CMakeFiles --progress-num=4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36 "Built target screepsxx"
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/douwe/Projects/Screeps/CMakeFiles --progress-num=5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37 "Built target screepsxx"
.PHONY : screepsxx/CMakeFiles/screepsxx.dir/all
# Build rule for subdir invocation for target.

View File

@@ -8,6 +8,7 @@ set(CMAKE_DEPENDS_LANGUAGES
# The set of dependency files which are needed:
set(CMAKE_DEPENDS_DEPENDENCY_FILES
"/home/douwe/Projects/Screeps/src/harvester.cpp" "CMakeFiles/app.dir/src/harvester.cpp.o" "gcc" "CMakeFiles/app.dir/src/harvester.cpp.o.d"
"/home/douwe/Projects/Screeps/src/loop.cpp" "CMakeFiles/app.dir/src/loop.cpp.o" "gcc" "CMakeFiles/app.dir/src/loop.cpp.o.d"
"/home/douwe/Projects/Screeps/src/spawn.cpp" "CMakeFiles/app.dir/src/spawn.cpp.o" "gcc" "CMakeFiles/app.dir/src/spawn.cpp.o.d"
)

View File

@@ -69,11 +69,26 @@ include CMakeFiles/app.dir/progress.make
# Include the compile flags for this target's objects.
include CMakeFiles/app.dir/flags.make
CMakeFiles/app.dir/src/harvester.cpp.o: CMakeFiles/app.dir/flags.make
CMakeFiles/app.dir/src/harvester.cpp.o: CMakeFiles/app.dir/includes_CXX.rsp
CMakeFiles/app.dir/src/harvester.cpp.o: src/harvester.cpp
CMakeFiles/app.dir/src/harvester.cpp.o: CMakeFiles/app.dir/compiler_depend.ts
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/douwe/Projects/Screeps/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building CXX object CMakeFiles/app.dir/src/harvester.cpp.o"
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/em++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT CMakeFiles/app.dir/src/harvester.cpp.o -MF CMakeFiles/app.dir/src/harvester.cpp.o.d -o CMakeFiles/app.dir/src/harvester.cpp.o -c /home/douwe/Projects/Screeps/src/harvester.cpp
CMakeFiles/app.dir/src/harvester.cpp.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/app.dir/src/harvester.cpp.i"
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/em++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/douwe/Projects/Screeps/src/harvester.cpp > CMakeFiles/app.dir/src/harvester.cpp.i
CMakeFiles/app.dir/src/harvester.cpp.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/app.dir/src/harvester.cpp.s"
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/em++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/douwe/Projects/Screeps/src/harvester.cpp -o CMakeFiles/app.dir/src/harvester.cpp.s
CMakeFiles/app.dir/src/loop.cpp.o: CMakeFiles/app.dir/flags.make
CMakeFiles/app.dir/src/loop.cpp.o: CMakeFiles/app.dir/includes_CXX.rsp
CMakeFiles/app.dir/src/loop.cpp.o: src/loop.cpp
CMakeFiles/app.dir/src/loop.cpp.o: CMakeFiles/app.dir/compiler_depend.ts
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/douwe/Projects/Screeps/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building CXX object CMakeFiles/app.dir/src/loop.cpp.o"
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/douwe/Projects/Screeps/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building CXX object CMakeFiles/app.dir/src/loop.cpp.o"
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/em++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT CMakeFiles/app.dir/src/loop.cpp.o -MF CMakeFiles/app.dir/src/loop.cpp.o.d -o CMakeFiles/app.dir/src/loop.cpp.o -c /home/douwe/Projects/Screeps/src/loop.cpp
CMakeFiles/app.dir/src/loop.cpp.i: cmake_force
@@ -88,7 +103,7 @@ CMakeFiles/app.dir/src/spawn.cpp.o: CMakeFiles/app.dir/flags.make
CMakeFiles/app.dir/src/spawn.cpp.o: CMakeFiles/app.dir/includes_CXX.rsp
CMakeFiles/app.dir/src/spawn.cpp.o: src/spawn.cpp
CMakeFiles/app.dir/src/spawn.cpp.o: CMakeFiles/app.dir/compiler_depend.ts
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/douwe/Projects/Screeps/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building CXX object CMakeFiles/app.dir/src/spawn.cpp.o"
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/douwe/Projects/Screeps/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building CXX object CMakeFiles/app.dir/src/spawn.cpp.o"
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/em++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT CMakeFiles/app.dir/src/spawn.cpp.o -MF CMakeFiles/app.dir/src/spawn.cpp.o.d -o CMakeFiles/app.dir/src/spawn.cpp.o -c /home/douwe/Projects/Screeps/src/spawn.cpp
CMakeFiles/app.dir/src/spawn.cpp.i: cmake_force
@@ -101,12 +116,14 @@ CMakeFiles/app.dir/src/spawn.cpp.s: cmake_force
# Object files for target app
app_OBJECTS = \
"CMakeFiles/app.dir/src/harvester.cpp.o" \
"CMakeFiles/app.dir/src/loop.cpp.o" \
"CMakeFiles/app.dir/src/spawn.cpp.o"
# External object files for target app
app_EXTERNAL_OBJECTS =
app.js: CMakeFiles/app.dir/src/harvester.cpp.o
app.js: CMakeFiles/app.dir/src/loop.cpp.o
app.js: CMakeFiles/app.dir/src/spawn.cpp.o
app.js: CMakeFiles/app.dir/build.make
@@ -114,7 +131,7 @@ app.js: screepsxx/libscreepsxx.a
app.js: CMakeFiles/app.dir/linkLibs.rsp
app.js: CMakeFiles/app.dir/objects1.rsp
app.js: CMakeFiles/app.dir/link.txt
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/douwe/Projects/Screeps/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking CXX executable app.js"
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/douwe/Projects/Screeps/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Linking CXX executable app.js"
$(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/app.dir/link.txt --verbose=$(VERBOSE)
/usr/bin/cmake -E copy /home/douwe/Projects/Screeps/app.wasm /home/douwe/Projects/Screeps/dist/app_module.wasm
/usr/bin/cmake -E copy /home/douwe/Projects/Screeps/app.js /home/douwe/Projects/Screeps/dist/app_loader.js

View File

@@ -1,4 +1,6 @@
file(REMOVE_RECURSE
"CMakeFiles/app.dir/src/harvester.cpp.o"
"CMakeFiles/app.dir/src/harvester.cpp.o.d"
"CMakeFiles/app.dir/src/loop.cpp.o"
"CMakeFiles/app.dir/src/loop.cpp.o.d"
"CMakeFiles/app.dir/src/spawn.cpp.o"

View File

@@ -1,6 +1,187 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.28
CMakeFiles/app.dir/src/harvester.cpp.o
/home/douwe/Projects/Screeps/src/harvester.cpp
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/compat/ctype.h
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/compat/math.h
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/compat/stdarg.h
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/compat/stdlib.h
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/compat/string.h
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/compat/time.h
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/compat/wchar.h
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/compat/wctype.h
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/compat/xlocale.h
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/emscripten.h
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/emscripten/em_asm.h
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/emscripten/em_js.h
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/emscripten/em_macros.h
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/emscripten/emscripten.h
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/emscripten/val.h
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/emscripten/wire.h
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/alloca.h
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/assert.h
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/ctype.h
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/errno.h
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/features.h
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/limits.h
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/locale.h
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/math.h
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/nl_types.h
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/pthread.h
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/sched.h
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/stdarg.h
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/stddef.h
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/stdint.h
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/stdio.h
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/stdlib.h
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/string.h
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/strings.h
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/time.h
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/wchar.h
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/wctype.h
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/__bit_reference
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/__bsd_locale_fallbacks.h
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/__config
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/__debug
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/__errc
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/__functional_base
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/__hash_table
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/__locale
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/__mutex_base
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/__node_handle
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/__nullptr
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/__split_buffer
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/__string
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/__threading_support
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/__tree
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/__tuple
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/__undef_macros
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/algorithm
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/array
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/atomic
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/bit
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/bitset
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/cassert
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/cctype
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/cerrno
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/chrono
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/climits
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/clocale
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/cmath
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/cstdarg
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/cstddef
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/cstdint
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/cstdio
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/cstdlib
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/cstring
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/ctime
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/ctype.h
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/cwchar
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/cwctype
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/errno.h
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/exception
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/forward_list
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/functional
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/initializer_list
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/ios
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/iosfwd
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/istream
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/iterator
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/limits
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/limits.h
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/locale
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/locale.h
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/map
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/math.h
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/memory
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/mutex
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/new
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/numeric
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/optional
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/ostream
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/ratio
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/stddef.h
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/stdexcept
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/stdint.h
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/stdio.h
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/stdlib.h
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/streambuf
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/string
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/string.h
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/string_view
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/system_error
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/tuple
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/type_traits
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/typeinfo
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/unordered_map
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/utility
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/valarray
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/vector
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/version
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/wchar.h
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/wctype.h
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/wasi/api.h
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/lib/libc/musl/arch/emscripten/bits/alltypes.h
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/lib/libc/musl/arch/emscripten/bits/errno.h
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/lib/libc/musl/arch/emscripten/bits/limits.h
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/lib/libc/musl/arch/emscripten/bits/stdint.h
/home/douwe/Projects/Screeps/include/creeps/harvester.hpp
/home/douwe/Projects/Screeps/screepsxx/include/Screeps/Constants.hpp
/home/douwe/Projects/Screeps/screepsxx/include/Screeps/Creep.hpp
/home/douwe/Projects/Screeps/screepsxx/include/Screeps/Game.hpp
/home/douwe/Projects/Screeps/screepsxx/include/Screeps/JS.hpp
/home/douwe/Projects/Screeps/screepsxx/include/Screeps/JSON.hpp
/home/douwe/Projects/Screeps/screepsxx/include/Screeps/Object.hpp
/home/douwe/Projects/Screeps/screepsxx/include/Screeps/OwnedStructure.hpp
/home/douwe/Projects/Screeps/screepsxx/include/Screeps/Room.hpp
/home/douwe/Projects/Screeps/screepsxx/include/Screeps/RoomObject.hpp
/home/douwe/Projects/Screeps/screepsxx/include/Screeps/RoomPosition.hpp
/home/douwe/Projects/Screeps/screepsxx/include/Screeps/Source.hpp
/home/douwe/Projects/Screeps/screepsxx/include/Screeps/Store.hpp
/home/douwe/Projects/Screeps/screepsxx/include/Screeps/Structure.hpp
/home/douwe/Projects/Screeps/screepsxx/include/Screeps/StructureController.hpp
/home/douwe/Projects/Screeps/screepsxx/include/Screeps/StructureExtension.hpp
/home/douwe/Projects/Screeps/screepsxx/include/Screeps/StructureSpawn.hpp
/home/douwe/Projects/Screeps/screepsxx/include/Screeps/StructureTower.hpp
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/adl_serializer.hpp
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/byte_container_with_subtype.hpp
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/conversions/from_json.hpp
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/conversions/to_chars.hpp
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/conversions/to_json.hpp
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/exceptions.hpp
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/hash.hpp
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/input/binary_reader.hpp
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/input/input_adapters.hpp
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/input/json_sax.hpp
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/input/lexer.hpp
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/input/parser.hpp
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/input/position_t.hpp
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/iterators/internal_iterator.hpp
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/iterators/iter_impl.hpp
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/iterators/iteration_proxy.hpp
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/iterators/iterator_traits.hpp
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/iterators/json_reverse_iterator.hpp
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/iterators/primitive_iterator.hpp
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/json_pointer.hpp
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/json_ref.hpp
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/macro_scope.hpp
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/macro_unscope.hpp
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/meta/cpp_future.hpp
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/meta/detected.hpp
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/meta/is_sax.hpp
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/meta/type_traits.hpp
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/meta/void_t.hpp
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/output/binary_writer.hpp
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/output/output_adapters.hpp
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/output/serializer.hpp
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/value_t.hpp
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/json.hpp
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/json_fwd.hpp
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/ordered_map.hpp
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/thirdparty/hedley/hedley.hpp
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/thirdparty/hedley/hedley_undef.hpp
CMakeFiles/app.dir/src/loop.cpp.o
/home/douwe/Projects/Screeps/src/loop.cpp
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/compat/ctype.h
@@ -127,6 +308,8 @@ CMakeFiles/app.dir/src/loop.cpp.o
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/lib/libc/musl/arch/emscripten/bits/errno.h
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/lib/libc/musl/arch/emscripten/bits/limits.h
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/lib/libc/musl/arch/emscripten/bits/stdint.h
/home/douwe/Projects/Screeps/include/Constants.hpp
/home/douwe/Projects/Screeps/include/creeps/harvester.hpp
/home/douwe/Projects/Screeps/include/structures/spawn.hpp
/home/douwe/Projects/Screeps/screepsxx/include/Screeps/Constants.hpp
/home/douwe/Projects/Screeps/screepsxx/include/Screeps/Context.hpp
@@ -184,10 +367,13 @@ CMakeFiles/app.dir/src/spawn.cpp.o
/home/douwe/Projects/Screeps/src/spawn.cpp
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/compat/ctype.h
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/compat/math.h
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/compat/stdarg.h
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/compat/stdlib.h
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/compat/string.h
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/compat/time.h
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/compat/wchar.h
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/compat/wctype.h
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/compat/xlocale.h
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/emscripten.h
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/emscripten/em_asm.h
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/emscripten/em_js.h
@@ -196,27 +382,40 @@ CMakeFiles/app.dir/src/spawn.cpp.o
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/emscripten/val.h
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/emscripten/wire.h
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/alloca.h
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/assert.h
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/ctype.h
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/errno.h
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/features.h
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/limits.h
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/locale.h
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/math.h
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/nl_types.h
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/pthread.h
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/sched.h
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/stdarg.h
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/stddef.h
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/stdint.h
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/stdio.h
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/stdlib.h
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/string.h
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/strings.h
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/time.h
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/wchar.h
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/wctype.h
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/__bit_reference
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/__bsd_locale_fallbacks.h
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/__config
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/__debug
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/__errc
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/__functional_base
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/__hash_table
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/__locale
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/__mutex_base
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/__node_handle
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/__nullptr
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/__split_buffer
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/__string
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/__threading_support
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/__tree
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/__tuple
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/__undef_macros
@@ -224,48 +423,72 @@ CMakeFiles/app.dir/src/spawn.cpp.o
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/array
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/atomic
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/bit
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/bitset
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/cassert
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/cctype
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/cerrno
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/chrono
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/climits
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/clocale
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/cmath
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/cstdarg
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/cstddef
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/cstdint
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/cstdio
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/cstdlib
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/cstring
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/ctime
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/ctype.h
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/cwchar
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/cwctype
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/errno.h
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/exception
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/forward_list
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/functional
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/initializer_list
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/ios
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/iosfwd
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/istream
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/iterator
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/limits
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/limits.h
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/locale
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/locale.h
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/map
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/math.h
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/memory
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/mutex
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/new
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/numeric
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/optional
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/ostream
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/ratio
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/stddef.h
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/stdexcept
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/stdint.h
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/stdio.h
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/stdlib.h
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/streambuf
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/string
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/string.h
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/string_view
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/system_error
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/tuple
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/type_traits
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/typeinfo
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/unordered_map
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/utility
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/valarray
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/vector
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/version
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/wchar.h
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/wctype.h
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/wasi/api.h
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/lib/libc/musl/arch/emscripten/bits/alltypes.h
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/lib/libc/musl/arch/emscripten/bits/errno.h
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/lib/libc/musl/arch/emscripten/bits/limits.h
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/lib/libc/musl/arch/emscripten/bits/stdint.h
/home/douwe/Projects/Screeps/include/Constants.hpp
/home/douwe/Projects/Screeps/include/structures/spawn.hpp
/home/douwe/Projects/Screeps/screepsxx/include/Screeps/Constants.hpp
/home/douwe/Projects/Screeps/screepsxx/include/Screeps/Game.hpp
@@ -276,5 +499,41 @@ CMakeFiles/app.dir/src/spawn.cpp.o
/home/douwe/Projects/Screeps/screepsxx/include/Screeps/RoomObject.hpp
/home/douwe/Projects/Screeps/screepsxx/include/Screeps/Structure.hpp
/home/douwe/Projects/Screeps/screepsxx/include/Screeps/StructureSpawn.hpp
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/adl_serializer.hpp
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/byte_container_with_subtype.hpp
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/conversions/from_json.hpp
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/conversions/to_chars.hpp
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/conversions/to_json.hpp
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/exceptions.hpp
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/hash.hpp
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/input/binary_reader.hpp
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/input/input_adapters.hpp
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/input/json_sax.hpp
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/input/lexer.hpp
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/input/parser.hpp
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/input/position_t.hpp
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/iterators/internal_iterator.hpp
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/iterators/iter_impl.hpp
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/iterators/iteration_proxy.hpp
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/iterators/iterator_traits.hpp
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/iterators/json_reverse_iterator.hpp
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/iterators/primitive_iterator.hpp
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/json_pointer.hpp
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/json_ref.hpp
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/macro_scope.hpp
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/macro_unscope.hpp
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/meta/cpp_future.hpp
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/meta/detected.hpp
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/meta/is_sax.hpp
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/meta/type_traits.hpp
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/meta/void_t.hpp
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/output/binary_writer.hpp
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/output/output_adapters.hpp
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/output/serializer.hpp
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/value_t.hpp
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/json.hpp
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/json_fwd.hpp
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/ordered_map.hpp
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/thirdparty/hedley/hedley.hpp
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/thirdparty/hedley/hedley_undef.hpp

View File

@@ -1,6 +1,186 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.28
CMakeFiles/app.dir/src/harvester.cpp.o: src/harvester.cpp \
emsdk/upstream/emscripten/system/include/compat/ctype.h \
emsdk/upstream/emscripten/system/include/compat/math.h \
emsdk/upstream/emscripten/system/include/compat/stdarg.h \
emsdk/upstream/emscripten/system/include/compat/stdlib.h \
emsdk/upstream/emscripten/system/include/compat/string.h \
emsdk/upstream/emscripten/system/include/compat/time.h \
emsdk/upstream/emscripten/system/include/compat/wchar.h \
emsdk/upstream/emscripten/system/include/compat/wctype.h \
emsdk/upstream/emscripten/system/include/compat/xlocale.h \
emsdk/upstream/emscripten/system/include/emscripten.h \
emsdk/upstream/emscripten/system/include/emscripten/em_asm.h \
emsdk/upstream/emscripten/system/include/emscripten/em_js.h \
emsdk/upstream/emscripten/system/include/emscripten/em_macros.h \
emsdk/upstream/emscripten/system/include/emscripten/emscripten.h \
emsdk/upstream/emscripten/system/include/emscripten/val.h \
emsdk/upstream/emscripten/system/include/emscripten/wire.h \
emsdk/upstream/emscripten/system/include/libc/alloca.h \
emsdk/upstream/emscripten/system/include/libc/assert.h \
emsdk/upstream/emscripten/system/include/libc/ctype.h \
emsdk/upstream/emscripten/system/include/libc/errno.h \
emsdk/upstream/emscripten/system/include/libc/features.h \
emsdk/upstream/emscripten/system/include/libc/limits.h \
emsdk/upstream/emscripten/system/include/libc/locale.h \
emsdk/upstream/emscripten/system/include/libc/math.h \
emsdk/upstream/emscripten/system/include/libc/nl_types.h \
emsdk/upstream/emscripten/system/include/libc/pthread.h \
emsdk/upstream/emscripten/system/include/libc/sched.h \
emsdk/upstream/emscripten/system/include/libc/stdarg.h \
emsdk/upstream/emscripten/system/include/libc/stddef.h \
emsdk/upstream/emscripten/system/include/libc/stdint.h \
emsdk/upstream/emscripten/system/include/libc/stdio.h \
emsdk/upstream/emscripten/system/include/libc/stdlib.h \
emsdk/upstream/emscripten/system/include/libc/string.h \
emsdk/upstream/emscripten/system/include/libc/strings.h \
emsdk/upstream/emscripten/system/include/libc/time.h \
emsdk/upstream/emscripten/system/include/libc/wchar.h \
emsdk/upstream/emscripten/system/include/libc/wctype.h \
emsdk/upstream/emscripten/system/include/libcxx/__bit_reference \
emsdk/upstream/emscripten/system/include/libcxx/__bsd_locale_fallbacks.h \
emsdk/upstream/emscripten/system/include/libcxx/__config \
emsdk/upstream/emscripten/system/include/libcxx/__debug \
emsdk/upstream/emscripten/system/include/libcxx/__errc \
emsdk/upstream/emscripten/system/include/libcxx/__functional_base \
emsdk/upstream/emscripten/system/include/libcxx/__hash_table \
emsdk/upstream/emscripten/system/include/libcxx/__locale \
emsdk/upstream/emscripten/system/include/libcxx/__mutex_base \
emsdk/upstream/emscripten/system/include/libcxx/__node_handle \
emsdk/upstream/emscripten/system/include/libcxx/__nullptr \
emsdk/upstream/emscripten/system/include/libcxx/__split_buffer \
emsdk/upstream/emscripten/system/include/libcxx/__string \
emsdk/upstream/emscripten/system/include/libcxx/__threading_support \
emsdk/upstream/emscripten/system/include/libcxx/__tree \
emsdk/upstream/emscripten/system/include/libcxx/__tuple \
emsdk/upstream/emscripten/system/include/libcxx/__undef_macros \
emsdk/upstream/emscripten/system/include/libcxx/algorithm \
emsdk/upstream/emscripten/system/include/libcxx/array \
emsdk/upstream/emscripten/system/include/libcxx/atomic \
emsdk/upstream/emscripten/system/include/libcxx/bit \
emsdk/upstream/emscripten/system/include/libcxx/bitset \
emsdk/upstream/emscripten/system/include/libcxx/cassert \
emsdk/upstream/emscripten/system/include/libcxx/cctype \
emsdk/upstream/emscripten/system/include/libcxx/cerrno \
emsdk/upstream/emscripten/system/include/libcxx/chrono \
emsdk/upstream/emscripten/system/include/libcxx/climits \
emsdk/upstream/emscripten/system/include/libcxx/clocale \
emsdk/upstream/emscripten/system/include/libcxx/cmath \
emsdk/upstream/emscripten/system/include/libcxx/cstdarg \
emsdk/upstream/emscripten/system/include/libcxx/cstddef \
emsdk/upstream/emscripten/system/include/libcxx/cstdint \
emsdk/upstream/emscripten/system/include/libcxx/cstdio \
emsdk/upstream/emscripten/system/include/libcxx/cstdlib \
emsdk/upstream/emscripten/system/include/libcxx/cstring \
emsdk/upstream/emscripten/system/include/libcxx/ctime \
emsdk/upstream/emscripten/system/include/libcxx/ctype.h \
emsdk/upstream/emscripten/system/include/libcxx/cwchar \
emsdk/upstream/emscripten/system/include/libcxx/cwctype \
emsdk/upstream/emscripten/system/include/libcxx/errno.h \
emsdk/upstream/emscripten/system/include/libcxx/exception \
emsdk/upstream/emscripten/system/include/libcxx/forward_list \
emsdk/upstream/emscripten/system/include/libcxx/functional \
emsdk/upstream/emscripten/system/include/libcxx/initializer_list \
emsdk/upstream/emscripten/system/include/libcxx/ios \
emsdk/upstream/emscripten/system/include/libcxx/iosfwd \
emsdk/upstream/emscripten/system/include/libcxx/istream \
emsdk/upstream/emscripten/system/include/libcxx/iterator \
emsdk/upstream/emscripten/system/include/libcxx/limits \
emsdk/upstream/emscripten/system/include/libcxx/limits.h \
emsdk/upstream/emscripten/system/include/libcxx/locale \
emsdk/upstream/emscripten/system/include/libcxx/locale.h \
emsdk/upstream/emscripten/system/include/libcxx/map \
emsdk/upstream/emscripten/system/include/libcxx/math.h \
emsdk/upstream/emscripten/system/include/libcxx/memory \
emsdk/upstream/emscripten/system/include/libcxx/mutex \
emsdk/upstream/emscripten/system/include/libcxx/new \
emsdk/upstream/emscripten/system/include/libcxx/numeric \
emsdk/upstream/emscripten/system/include/libcxx/optional \
emsdk/upstream/emscripten/system/include/libcxx/ostream \
emsdk/upstream/emscripten/system/include/libcxx/ratio \
emsdk/upstream/emscripten/system/include/libcxx/stddef.h \
emsdk/upstream/emscripten/system/include/libcxx/stdexcept \
emsdk/upstream/emscripten/system/include/libcxx/stdint.h \
emsdk/upstream/emscripten/system/include/libcxx/stdio.h \
emsdk/upstream/emscripten/system/include/libcxx/stdlib.h \
emsdk/upstream/emscripten/system/include/libcxx/streambuf \
emsdk/upstream/emscripten/system/include/libcxx/string \
emsdk/upstream/emscripten/system/include/libcxx/string.h \
emsdk/upstream/emscripten/system/include/libcxx/string_view \
emsdk/upstream/emscripten/system/include/libcxx/system_error \
emsdk/upstream/emscripten/system/include/libcxx/tuple \
emsdk/upstream/emscripten/system/include/libcxx/type_traits \
emsdk/upstream/emscripten/system/include/libcxx/typeinfo \
emsdk/upstream/emscripten/system/include/libcxx/unordered_map \
emsdk/upstream/emscripten/system/include/libcxx/utility \
emsdk/upstream/emscripten/system/include/libcxx/valarray \
emsdk/upstream/emscripten/system/include/libcxx/vector \
emsdk/upstream/emscripten/system/include/libcxx/version \
emsdk/upstream/emscripten/system/include/libcxx/wchar.h \
emsdk/upstream/emscripten/system/include/libcxx/wctype.h \
emsdk/upstream/emscripten/system/include/wasi/api.h \
emsdk/upstream/emscripten/system/lib/libc/musl/arch/emscripten/bits/alltypes.h \
emsdk/upstream/emscripten/system/lib/libc/musl/arch/emscripten/bits/errno.h \
emsdk/upstream/emscripten/system/lib/libc/musl/arch/emscripten/bits/limits.h \
emsdk/upstream/emscripten/system/lib/libc/musl/arch/emscripten/bits/stdint.h \
include/creeps/harvester.hpp \
screepsxx/include/Screeps/Constants.hpp \
screepsxx/include/Screeps/Creep.hpp \
screepsxx/include/Screeps/Game.hpp \
screepsxx/include/Screeps/JS.hpp \
screepsxx/include/Screeps/JSON.hpp \
screepsxx/include/Screeps/Object.hpp \
screepsxx/include/Screeps/OwnedStructure.hpp \
screepsxx/include/Screeps/Room.hpp \
screepsxx/include/Screeps/RoomObject.hpp \
screepsxx/include/Screeps/RoomPosition.hpp \
screepsxx/include/Screeps/Source.hpp \
screepsxx/include/Screeps/Store.hpp \
screepsxx/include/Screeps/Structure.hpp \
screepsxx/include/Screeps/StructureController.hpp \
screepsxx/include/Screeps/StructureExtension.hpp \
screepsxx/include/Screeps/StructureSpawn.hpp \
screepsxx/include/Screeps/StructureTower.hpp \
screepsxx/include/nlohmann/adl_serializer.hpp \
screepsxx/include/nlohmann/byte_container_with_subtype.hpp \
screepsxx/include/nlohmann/detail/conversions/from_json.hpp \
screepsxx/include/nlohmann/detail/conversions/to_chars.hpp \
screepsxx/include/nlohmann/detail/conversions/to_json.hpp \
screepsxx/include/nlohmann/detail/exceptions.hpp \
screepsxx/include/nlohmann/detail/hash.hpp \
screepsxx/include/nlohmann/detail/input/binary_reader.hpp \
screepsxx/include/nlohmann/detail/input/input_adapters.hpp \
screepsxx/include/nlohmann/detail/input/json_sax.hpp \
screepsxx/include/nlohmann/detail/input/lexer.hpp \
screepsxx/include/nlohmann/detail/input/parser.hpp \
screepsxx/include/nlohmann/detail/input/position_t.hpp \
screepsxx/include/nlohmann/detail/iterators/internal_iterator.hpp \
screepsxx/include/nlohmann/detail/iterators/iter_impl.hpp \
screepsxx/include/nlohmann/detail/iterators/iteration_proxy.hpp \
screepsxx/include/nlohmann/detail/iterators/iterator_traits.hpp \
screepsxx/include/nlohmann/detail/iterators/json_reverse_iterator.hpp \
screepsxx/include/nlohmann/detail/iterators/primitive_iterator.hpp \
screepsxx/include/nlohmann/detail/json_pointer.hpp \
screepsxx/include/nlohmann/detail/json_ref.hpp \
screepsxx/include/nlohmann/detail/macro_scope.hpp \
screepsxx/include/nlohmann/detail/macro_unscope.hpp \
screepsxx/include/nlohmann/detail/meta/cpp_future.hpp \
screepsxx/include/nlohmann/detail/meta/detected.hpp \
screepsxx/include/nlohmann/detail/meta/is_sax.hpp \
screepsxx/include/nlohmann/detail/meta/type_traits.hpp \
screepsxx/include/nlohmann/detail/meta/void_t.hpp \
screepsxx/include/nlohmann/detail/output/binary_writer.hpp \
screepsxx/include/nlohmann/detail/output/output_adapters.hpp \
screepsxx/include/nlohmann/detail/output/serializer.hpp \
screepsxx/include/nlohmann/detail/value_t.hpp \
screepsxx/include/nlohmann/json.hpp \
screepsxx/include/nlohmann/json_fwd.hpp \
screepsxx/include/nlohmann/ordered_map.hpp \
screepsxx/include/nlohmann/thirdparty/hedley/hedley.hpp \
screepsxx/include/nlohmann/thirdparty/hedley/hedley_undef.hpp
CMakeFiles/app.dir/src/loop.cpp.o: src/loop.cpp \
emsdk/upstream/emscripten/system/include/compat/ctype.h \
emsdk/upstream/emscripten/system/include/compat/math.h \
@@ -126,6 +306,8 @@ CMakeFiles/app.dir/src/loop.cpp.o: src/loop.cpp \
emsdk/upstream/emscripten/system/lib/libc/musl/arch/emscripten/bits/errno.h \
emsdk/upstream/emscripten/system/lib/libc/musl/arch/emscripten/bits/limits.h \
emsdk/upstream/emscripten/system/lib/libc/musl/arch/emscripten/bits/stdint.h \
include/Constants.hpp \
include/creeps/harvester.hpp \
include/structures/spawn.hpp \
screepsxx/include/Screeps/Constants.hpp \
screepsxx/include/Screeps/Context.hpp \
@@ -182,10 +364,13 @@ CMakeFiles/app.dir/src/loop.cpp.o: src/loop.cpp \
CMakeFiles/app.dir/src/spawn.cpp.o: src/spawn.cpp \
emsdk/upstream/emscripten/system/include/compat/ctype.h \
emsdk/upstream/emscripten/system/include/compat/math.h \
emsdk/upstream/emscripten/system/include/compat/stdarg.h \
emsdk/upstream/emscripten/system/include/compat/stdlib.h \
emsdk/upstream/emscripten/system/include/compat/string.h \
emsdk/upstream/emscripten/system/include/compat/time.h \
emsdk/upstream/emscripten/system/include/compat/wchar.h \
emsdk/upstream/emscripten/system/include/compat/wctype.h \
emsdk/upstream/emscripten/system/include/compat/xlocale.h \
emsdk/upstream/emscripten/system/include/emscripten.h \
emsdk/upstream/emscripten/system/include/emscripten/em_asm.h \
emsdk/upstream/emscripten/system/include/emscripten/em_js.h \
@@ -194,27 +379,40 @@ CMakeFiles/app.dir/src/spawn.cpp.o: src/spawn.cpp \
emsdk/upstream/emscripten/system/include/emscripten/val.h \
emsdk/upstream/emscripten/system/include/emscripten/wire.h \
emsdk/upstream/emscripten/system/include/libc/alloca.h \
emsdk/upstream/emscripten/system/include/libc/assert.h \
emsdk/upstream/emscripten/system/include/libc/ctype.h \
emsdk/upstream/emscripten/system/include/libc/errno.h \
emsdk/upstream/emscripten/system/include/libc/features.h \
emsdk/upstream/emscripten/system/include/libc/limits.h \
emsdk/upstream/emscripten/system/include/libc/locale.h \
emsdk/upstream/emscripten/system/include/libc/math.h \
emsdk/upstream/emscripten/system/include/libc/nl_types.h \
emsdk/upstream/emscripten/system/include/libc/pthread.h \
emsdk/upstream/emscripten/system/include/libc/sched.h \
emsdk/upstream/emscripten/system/include/libc/stdarg.h \
emsdk/upstream/emscripten/system/include/libc/stddef.h \
emsdk/upstream/emscripten/system/include/libc/stdint.h \
emsdk/upstream/emscripten/system/include/libc/stdio.h \
emsdk/upstream/emscripten/system/include/libc/stdlib.h \
emsdk/upstream/emscripten/system/include/libc/string.h \
emsdk/upstream/emscripten/system/include/libc/strings.h \
emsdk/upstream/emscripten/system/include/libc/time.h \
emsdk/upstream/emscripten/system/include/libc/wchar.h \
emsdk/upstream/emscripten/system/include/libc/wctype.h \
emsdk/upstream/emscripten/system/include/libcxx/__bit_reference \
emsdk/upstream/emscripten/system/include/libcxx/__bsd_locale_fallbacks.h \
emsdk/upstream/emscripten/system/include/libcxx/__config \
emsdk/upstream/emscripten/system/include/libcxx/__debug \
emsdk/upstream/emscripten/system/include/libcxx/__errc \
emsdk/upstream/emscripten/system/include/libcxx/__functional_base \
emsdk/upstream/emscripten/system/include/libcxx/__hash_table \
emsdk/upstream/emscripten/system/include/libcxx/__locale \
emsdk/upstream/emscripten/system/include/libcxx/__mutex_base \
emsdk/upstream/emscripten/system/include/libcxx/__node_handle \
emsdk/upstream/emscripten/system/include/libcxx/__nullptr \
emsdk/upstream/emscripten/system/include/libcxx/__split_buffer \
emsdk/upstream/emscripten/system/include/libcxx/__string \
emsdk/upstream/emscripten/system/include/libcxx/__threading_support \
emsdk/upstream/emscripten/system/include/libcxx/__tree \
emsdk/upstream/emscripten/system/include/libcxx/__tuple \
emsdk/upstream/emscripten/system/include/libcxx/__undef_macros \
@@ -222,48 +420,72 @@ CMakeFiles/app.dir/src/spawn.cpp.o: src/spawn.cpp \
emsdk/upstream/emscripten/system/include/libcxx/array \
emsdk/upstream/emscripten/system/include/libcxx/atomic \
emsdk/upstream/emscripten/system/include/libcxx/bit \
emsdk/upstream/emscripten/system/include/libcxx/bitset \
emsdk/upstream/emscripten/system/include/libcxx/cassert \
emsdk/upstream/emscripten/system/include/libcxx/cctype \
emsdk/upstream/emscripten/system/include/libcxx/cerrno \
emsdk/upstream/emscripten/system/include/libcxx/chrono \
emsdk/upstream/emscripten/system/include/libcxx/climits \
emsdk/upstream/emscripten/system/include/libcxx/clocale \
emsdk/upstream/emscripten/system/include/libcxx/cmath \
emsdk/upstream/emscripten/system/include/libcxx/cstdarg \
emsdk/upstream/emscripten/system/include/libcxx/cstddef \
emsdk/upstream/emscripten/system/include/libcxx/cstdint \
emsdk/upstream/emscripten/system/include/libcxx/cstdio \
emsdk/upstream/emscripten/system/include/libcxx/cstdlib \
emsdk/upstream/emscripten/system/include/libcxx/cstring \
emsdk/upstream/emscripten/system/include/libcxx/ctime \
emsdk/upstream/emscripten/system/include/libcxx/ctype.h \
emsdk/upstream/emscripten/system/include/libcxx/cwchar \
emsdk/upstream/emscripten/system/include/libcxx/cwctype \
emsdk/upstream/emscripten/system/include/libcxx/errno.h \
emsdk/upstream/emscripten/system/include/libcxx/exception \
emsdk/upstream/emscripten/system/include/libcxx/forward_list \
emsdk/upstream/emscripten/system/include/libcxx/functional \
emsdk/upstream/emscripten/system/include/libcxx/initializer_list \
emsdk/upstream/emscripten/system/include/libcxx/ios \
emsdk/upstream/emscripten/system/include/libcxx/iosfwd \
emsdk/upstream/emscripten/system/include/libcxx/istream \
emsdk/upstream/emscripten/system/include/libcxx/iterator \
emsdk/upstream/emscripten/system/include/libcxx/limits \
emsdk/upstream/emscripten/system/include/libcxx/limits.h \
emsdk/upstream/emscripten/system/include/libcxx/locale \
emsdk/upstream/emscripten/system/include/libcxx/locale.h \
emsdk/upstream/emscripten/system/include/libcxx/map \
emsdk/upstream/emscripten/system/include/libcxx/math.h \
emsdk/upstream/emscripten/system/include/libcxx/memory \
emsdk/upstream/emscripten/system/include/libcxx/mutex \
emsdk/upstream/emscripten/system/include/libcxx/new \
emsdk/upstream/emscripten/system/include/libcxx/numeric \
emsdk/upstream/emscripten/system/include/libcxx/optional \
emsdk/upstream/emscripten/system/include/libcxx/ostream \
emsdk/upstream/emscripten/system/include/libcxx/ratio \
emsdk/upstream/emscripten/system/include/libcxx/stddef.h \
emsdk/upstream/emscripten/system/include/libcxx/stdexcept \
emsdk/upstream/emscripten/system/include/libcxx/stdint.h \
emsdk/upstream/emscripten/system/include/libcxx/stdio.h \
emsdk/upstream/emscripten/system/include/libcxx/stdlib.h \
emsdk/upstream/emscripten/system/include/libcxx/streambuf \
emsdk/upstream/emscripten/system/include/libcxx/string \
emsdk/upstream/emscripten/system/include/libcxx/string.h \
emsdk/upstream/emscripten/system/include/libcxx/string_view \
emsdk/upstream/emscripten/system/include/libcxx/system_error \
emsdk/upstream/emscripten/system/include/libcxx/tuple \
emsdk/upstream/emscripten/system/include/libcxx/type_traits \
emsdk/upstream/emscripten/system/include/libcxx/typeinfo \
emsdk/upstream/emscripten/system/include/libcxx/unordered_map \
emsdk/upstream/emscripten/system/include/libcxx/utility \
emsdk/upstream/emscripten/system/include/libcxx/valarray \
emsdk/upstream/emscripten/system/include/libcxx/vector \
emsdk/upstream/emscripten/system/include/libcxx/version \
emsdk/upstream/emscripten/system/include/libcxx/wchar.h \
emsdk/upstream/emscripten/system/include/libcxx/wctype.h \
emsdk/upstream/emscripten/system/include/wasi/api.h \
emsdk/upstream/emscripten/system/lib/libc/musl/arch/emscripten/bits/alltypes.h \
emsdk/upstream/emscripten/system/lib/libc/musl/arch/emscripten/bits/errno.h \
emsdk/upstream/emscripten/system/lib/libc/musl/arch/emscripten/bits/limits.h \
emsdk/upstream/emscripten/system/lib/libc/musl/arch/emscripten/bits/stdint.h \
include/Constants.hpp \
include/structures/spawn.hpp \
screepsxx/include/Screeps/Constants.hpp \
screepsxx/include/Screeps/Game.hpp \
@@ -274,10 +496,54 @@ CMakeFiles/app.dir/src/spawn.cpp.o: src/spawn.cpp \
screepsxx/include/Screeps/RoomObject.hpp \
screepsxx/include/Screeps/Structure.hpp \
screepsxx/include/Screeps/StructureSpawn.hpp \
screepsxx/include/nlohmann/json_fwd.hpp
screepsxx/include/nlohmann/adl_serializer.hpp \
screepsxx/include/nlohmann/byte_container_with_subtype.hpp \
screepsxx/include/nlohmann/detail/conversions/from_json.hpp \
screepsxx/include/nlohmann/detail/conversions/to_chars.hpp \
screepsxx/include/nlohmann/detail/conversions/to_json.hpp \
screepsxx/include/nlohmann/detail/exceptions.hpp \
screepsxx/include/nlohmann/detail/hash.hpp \
screepsxx/include/nlohmann/detail/input/binary_reader.hpp \
screepsxx/include/nlohmann/detail/input/input_adapters.hpp \
screepsxx/include/nlohmann/detail/input/json_sax.hpp \
screepsxx/include/nlohmann/detail/input/lexer.hpp \
screepsxx/include/nlohmann/detail/input/parser.hpp \
screepsxx/include/nlohmann/detail/input/position_t.hpp \
screepsxx/include/nlohmann/detail/iterators/internal_iterator.hpp \
screepsxx/include/nlohmann/detail/iterators/iter_impl.hpp \
screepsxx/include/nlohmann/detail/iterators/iteration_proxy.hpp \
screepsxx/include/nlohmann/detail/iterators/iterator_traits.hpp \
screepsxx/include/nlohmann/detail/iterators/json_reverse_iterator.hpp \
screepsxx/include/nlohmann/detail/iterators/primitive_iterator.hpp \
screepsxx/include/nlohmann/detail/json_pointer.hpp \
screepsxx/include/nlohmann/detail/json_ref.hpp \
screepsxx/include/nlohmann/detail/macro_scope.hpp \
screepsxx/include/nlohmann/detail/macro_unscope.hpp \
screepsxx/include/nlohmann/detail/meta/cpp_future.hpp \
screepsxx/include/nlohmann/detail/meta/detected.hpp \
screepsxx/include/nlohmann/detail/meta/is_sax.hpp \
screepsxx/include/nlohmann/detail/meta/type_traits.hpp \
screepsxx/include/nlohmann/detail/meta/void_t.hpp \
screepsxx/include/nlohmann/detail/output/binary_writer.hpp \
screepsxx/include/nlohmann/detail/output/output_adapters.hpp \
screepsxx/include/nlohmann/detail/output/serializer.hpp \
screepsxx/include/nlohmann/detail/value_t.hpp \
screepsxx/include/nlohmann/json.hpp \
screepsxx/include/nlohmann/json_fwd.hpp \
screepsxx/include/nlohmann/ordered_map.hpp \
screepsxx/include/nlohmann/thirdparty/hedley/hedley.hpp \
screepsxx/include/nlohmann/thirdparty/hedley/hedley_undef.hpp
screepsxx/include/Screeps/Room.hpp:
screepsxx/include/Screeps/PathFinder.hpp:
screepsxx/include/Screeps/Context.hpp:
screepsxx/include/Screeps/RawMemory.hpp:
emsdk/upstream/emscripten/system/include/emscripten/bind.h:
src/loop.cpp:
screepsxx/include/nlohmann/thirdparty/hedley/hedley_undef.hpp:
@@ -303,8 +569,6 @@ screepsxx/include/nlohmann/detail/json_pointer.hpp:
screepsxx/include/nlohmann/detail/iterators/primitive_iterator.hpp:
screepsxx/include/nlohmann/detail/iterators/iter_impl.hpp:
screepsxx/include/nlohmann/detail/input/position_t.hpp:
screepsxx/include/nlohmann/detail/input/json_sax.hpp:
@@ -319,9 +583,17 @@ screepsxx/include/nlohmann/byte_container_with_subtype.hpp:
screepsxx/include/nlohmann/adl_serializer.hpp:
screepsxx/include/nlohmann/detail/iterators/iter_impl.hpp:
screepsxx/include/Screeps/StructureExtension.hpp:
screepsxx/include/Screeps/StructureController.hpp:
screepsxx/include/Screeps/Structure.hpp:
screepsxx/include/Screeps/PathFinder.hpp:
screepsxx/include/Screeps/RoomPosition.hpp:
screepsxx/include/Screeps/Room.hpp:
screepsxx/include/Screeps/OwnedStructure.hpp:
@@ -329,14 +601,12 @@ screepsxx/include/Screeps/JSON.hpp:
screepsxx/include/Screeps/Game.hpp:
screepsxx/include/Screeps/Creep.hpp:
screepsxx/include/Screeps/Context.hpp:
screepsxx/include/nlohmann/detail/exceptions.hpp:
emsdk/upstream/emscripten/system/include/libcxx/bitset:
screepsxx/include/Screeps/Creep.hpp:
screepsxx/include/Screeps/RoomObject.hpp:
emsdk/upstream/emscripten/system/include/libcxx/algorithm:
@@ -371,6 +641,10 @@ emsdk/upstream/emscripten/system/include/libcxx/cstdio:
emsdk/upstream/emscripten/system/include/libcxx/__bit_reference:
screepsxx/include/Screeps/StructureTower.hpp:
include/creeps/harvester.hpp:
emsdk/upstream/emscripten/system/include/libcxx/exception:
screepsxx/include/nlohmann/detail/hash.hpp:
@@ -379,21 +653,11 @@ emsdk/upstream/emscripten/system/include/libc/stdint.h:
emsdk/upstream/emscripten/system/include/libcxx/functional:
emsdk/upstream/emscripten/system/include/libcxx/__node_handle:
include/Constants.hpp:
screepsxx/include/Screeps/StructureSpawn.hpp:
emsdk/upstream/emscripten/system/include/emscripten/em_js.h:
emsdk/upstream/emscripten/system/include/libcxx/climits:
emsdk/upstream/emscripten/system/include/libcxx/stdint.h:
emsdk/upstream/emscripten/system/include/libcxx/type_traits:
emsdk/upstream/emscripten/system/include/libcxx/string.h:
emsdk/upstream/emscripten/system/include/libcxx/__debug:
emsdk/upstream/emscripten/system/include/libc/stdarg.h:
emsdk/upstream/emscripten/system/include/libcxx/utility:
emsdk/upstream/emscripten/system/include/compat/xlocale.h:
@@ -413,6 +677,8 @@ emsdk/upstream/emscripten/system/include/libcxx/wctype.h:
screepsxx/include/nlohmann/detail/input/input_adapters.hpp:
screepsxx/include/Screeps/Source.hpp:
emsdk/upstream/emscripten/system/include/emscripten/em_asm.h:
screepsxx/include/nlohmann/json.hpp:
@@ -441,20 +707,14 @@ emsdk/upstream/emscripten/system/include/libcxx/stdlib.h:
emsdk/upstream/emscripten/system/include/libcxx/wchar.h:
src/harvester.cpp:
emsdk/upstream/emscripten/system/include/libcxx/ios:
emsdk/upstream/emscripten/system/include/emscripten.h:
emsdk/upstream/emscripten/system/include/libcxx/math.h:
src/loop.cpp:
emsdk/upstream/emscripten/system/include/libcxx/system_error:
emsdk/upstream/emscripten/system/include/emscripten/em_js.h:
emsdk/upstream/emscripten/system/include/libcxx/utility:
screepsxx/include/Screeps/Object.hpp:
emsdk/upstream/emscripten/system/include/libc/alloca.h:
@@ -463,10 +723,6 @@ screepsxx/include/nlohmann/detail/meta/cpp_future.hpp:
emsdk/upstream/emscripten/system/include/libcxx/__bsd_locale_fallbacks.h:
screepsxx/include/Screeps/RawMemory.hpp:
emsdk/upstream/emscripten/system/include/emscripten/bind.h:
emsdk/upstream/emscripten/system/include/libcxx/__nullptr:
emsdk/upstream/emscripten/system/include/libc/assert.h:
@@ -521,6 +777,22 @@ emsdk/upstream/emscripten/system/include/libc/locale.h:
emsdk/upstream/emscripten/system/include/libcxx/__config:
emsdk/upstream/emscripten/system/include/libcxx/__node_handle:
screepsxx/include/Screeps/StructureSpawn.hpp:
emsdk/upstream/emscripten/system/include/libcxx/climits:
emsdk/upstream/emscripten/system/include/libcxx/stdint.h:
emsdk/upstream/emscripten/system/include/libcxx/type_traits:
emsdk/upstream/emscripten/system/include/libcxx/string.h:
emsdk/upstream/emscripten/system/include/libcxx/__debug:
emsdk/upstream/emscripten/system/include/libc/stdarg.h:
emsdk/upstream/emscripten/system/include/libc/wchar.h:
emsdk/upstream/emscripten/system/include/compat/stdlib.h:
@@ -545,10 +817,10 @@ emsdk/upstream/emscripten/system/include/libcxx/locale.h:
emsdk/upstream/emscripten/system/include/libcxx/cstring:
screepsxx/include/Screeps/Constants.hpp:
emsdk/upstream/emscripten/system/include/libcxx/cwchar:
screepsxx/include/Screeps/Constants.hpp:
emsdk/upstream/emscripten/system/include/libcxx/ctime:
emsdk/upstream/emscripten/system/include/libc/strings.h:
@@ -599,16 +871,18 @@ screepsxx/include/nlohmann/detail/conversions/from_json.hpp:
emsdk/upstream/emscripten/system/include/libcxx/mutex:
screepsxx/include/Screeps/Store.hpp:
emsdk/upstream/emscripten/system/include/libcxx/new:
emsdk/upstream/emscripten/system/include/libcxx/numeric:
emsdk/upstream/emscripten/system/include/libcxx/optional:
screepsxx/include/Screeps/JS.hpp:
include/structures/spawn.hpp:
screepsxx/include/Screeps/JS.hpp:
emsdk/upstream/emscripten/system/include/libcxx/ostream:
emsdk/upstream/emscripten/system/include/libcxx/ratio:
@@ -627,6 +901,8 @@ emsdk/upstream/emscripten/system/include/libcxx/limits:
emsdk/upstream/emscripten/system/include/wasi/api.h:
emsdk/upstream/emscripten/system/include/libcxx/system_error:
emsdk/upstream/emscripten/system/include/libcxx/tuple:
emsdk/upstream/emscripten/system/include/libcxx/vector:

View File

@@ -1 +1 @@
CMakeFiles/app.dir/src/loop.cpp.o CMakeFiles/app.dir/src/spawn.cpp.o
CMakeFiles/app.dir/src/harvester.cpp.o CMakeFiles/app.dir/src/loop.cpp.o CMakeFiles/app.dir/src/spawn.cpp.o

View File

@@ -1,4 +1,5 @@
CMAKE_PROGRESS_1 = 1
CMAKE_PROGRESS_2 = 2
CMAKE_PROGRESS_3 = 3
CMAKE_PROGRESS_4 = 4

Binary file not shown.

View File

@@ -0,0 +1,180 @@
CMakeFiles/app.dir/src/harvester.cpp.o: \
/home/douwe/Projects/Screeps/src/harvester.cpp \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/vector \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/__config \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/pthread.h \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/iosfwd \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/wchar.h \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/compat/wchar.h \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/wchar.h \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/features.h \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/lib/libc/musl/arch/emscripten/bits/alltypes.h \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/__bit_reference \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/bit \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/limits \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/type_traits \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/cstddef \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/version \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/stddef.h \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/__nullptr \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/__undef_macros \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/__debug \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/algorithm \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/initializer_list \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/cstring \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/string.h \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/compat/string.h \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/string.h \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/strings.h \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/utility \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/__tuple \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/cstdint \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/stdint.h \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/stdint.h \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/lib/libc/musl/arch/emscripten/bits/stdint.h \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/memory \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/typeinfo \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/exception \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/cstdlib \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/stdlib.h \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/compat/stdlib.h \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/stdlib.h \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/alloca.h \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/math.h \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/compat/math.h \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/math.h \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/new \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/iterator \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/__functional_base \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/tuple \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/stdexcept \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/atomic \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/functional \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/climits \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/limits.h \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/limits.h \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/lib/libc/musl/arch/emscripten/bits/limits.h \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/__split_buffer \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/optional \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/emscripten.h \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/emscripten/emscripten.h \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/emscripten/em_asm.h \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/emscripten/em_macros.h \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/emscripten/em_js.h \
/home/douwe/Projects/Screeps/screepsxx/include/Screeps/Game.hpp \
/home/douwe/Projects/Screeps/screepsxx/include/Screeps/Object.hpp \
/home/douwe/Projects/Screeps/screepsxx/include/Screeps/JS.hpp \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/emscripten/val.h \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/emscripten/wire.h \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/stdio.h \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/stdio.h \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/wasi/api.h \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/stddef.h \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/string \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/string_view \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/__string \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/cstdio \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/cwchar \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/cwctype \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/cctype \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/ctype.h \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/compat/ctype.h \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/ctype.h \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/wctype.h \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/compat/wctype.h \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/wctype.h \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/array \
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/json_fwd.hpp \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/map \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/__tree \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/__node_handle \
/home/douwe/Projects/Screeps/screepsxx/include/Screeps/Creep.hpp \
/home/douwe/Projects/Screeps/screepsxx/include/Screeps/JSON.hpp \
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/json.hpp \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/numeric \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/cmath \
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/adl_serializer.hpp \
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/conversions/from_json.hpp \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/forward_list \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/unordered_map \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/__hash_table \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/valarray \
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/exceptions.hpp \
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/input/position_t.hpp \
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/macro_scope.hpp \
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/thirdparty/hedley/hedley.hpp \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/cassert \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/assert.h \
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/meta/cpp_future.hpp \
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/meta/type_traits.hpp \
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/iterators/iterator_traits.hpp \
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/meta/void_t.hpp \
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/meta/detected.hpp \
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/value_t.hpp \
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/conversions/to_json.hpp \
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/iterators/iteration_proxy.hpp \
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/byte_container_with_subtype.hpp \
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/hash.hpp \
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/input/binary_reader.hpp \
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/input/input_adapters.hpp \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/istream \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/ostream \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/ios \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/__locale \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/mutex \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/__mutex_base \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/chrono \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/ctime \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/compat/time.h \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/time.h \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/ratio \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/system_error \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/__errc \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/cerrno \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/errno.h \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/errno.h \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/lib/libc/musl/arch/emscripten/bits/errno.h \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/__threading_support \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/sched.h \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/locale.h \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/locale.h \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/compat/xlocale.h \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/streambuf \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/locale \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/cstdarg \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/compat/stdarg.h \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/stdarg.h \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/nl_types.h \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/__bsd_locale_fallbacks.h \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/bitset \
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/input/json_sax.hpp \
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/input/lexer.hpp \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/clocale \
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/meta/is_sax.hpp \
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/input/parser.hpp \
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/iterators/internal_iterator.hpp \
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/iterators/primitive_iterator.hpp \
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/iterators/iter_impl.hpp \
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/iterators/json_reverse_iterator.hpp \
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/json_pointer.hpp \
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/json_ref.hpp \
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/output/binary_writer.hpp \
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/output/output_adapters.hpp \
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/output/serializer.hpp \
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/conversions/to_chars.hpp \
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/ordered_map.hpp \
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/macro_unscope.hpp \
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/thirdparty/hedley/hedley_undef.hpp \
/home/douwe/Projects/Screeps/screepsxx/include/Screeps/RoomObject.hpp \
/home/douwe/Projects/Screeps/screepsxx/include/Screeps/Source.hpp \
/home/douwe/Projects/Screeps/screepsxx/include/Screeps/Constants.hpp \
/home/douwe/Projects/Screeps/screepsxx/include/Screeps/Room.hpp \
/home/douwe/Projects/Screeps/screepsxx/include/Screeps/RoomPosition.hpp \
/home/douwe/Projects/Screeps/screepsxx/include/Screeps/Structure.hpp \
/home/douwe/Projects/Screeps/screepsxx/include/Screeps/StructureController.hpp \
/home/douwe/Projects/Screeps/screepsxx/include/Screeps/OwnedStructure.hpp \
/home/douwe/Projects/Screeps/screepsxx/include/Screeps/StructureSpawn.hpp \
/home/douwe/Projects/Screeps/screepsxx/include/Screeps/StructureExtension.hpp \
/home/douwe/Projects/Screeps/screepsxx/include/Screeps/StructureTower.hpp \
/home/douwe/Projects/Screeps/screepsxx/include/Screeps/Store.hpp \
/home/douwe/Projects/Screeps/include/creeps/harvester.hpp

Binary file not shown.

View File

@@ -175,4 +175,6 @@ CMakeFiles/app.dir/src/loop.cpp.o: \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/emscripten/em_macros.h \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/emscripten/em_js.h \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/emscripten/bind.h \
/home/douwe/Projects/Screeps/include/Constants.hpp \
/home/douwe/Projects/Screeps/include/creeps/harvester.hpp \
/home/douwe/Projects/Screeps/include/structures/spawn.hpp

Binary file not shown.

View File

@@ -1,23 +1,36 @@
CMakeFiles/app.dir/src/spawn.cpp.o: \
/home/douwe/Projects/Screeps/src/spawn.cpp \
/home/douwe/Projects/Screeps/screepsxx/include/Screeps/Game.hpp \
/home/douwe/Projects/Screeps/screepsxx/include/Screeps/Object.hpp \
/home/douwe/Projects/Screeps/screepsxx/include/Screeps/JS.hpp \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/emscripten/val.h \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/stdint.h \
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/json.hpp \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/algorithm \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/__config \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/pthread.h \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/stdint.h \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/lib/libc/musl/arch/emscripten/bits/alltypes.h \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/lib/libc/musl/arch/emscripten/bits/stdint.h \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/emscripten/wire.h \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/stdio.h \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/stdio.h \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/wasi/api.h \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/stddef.h \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/initializer_list \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/cstddef \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/version \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/stddef.h \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/lib/libc/musl/arch/emscripten/bits/alltypes.h \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/__nullptr \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/type_traits \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/cstring \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/string.h \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/compat/string.h \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/string.h \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/features.h \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/strings.h \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/utility \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/__tuple \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/cstdint \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/stdint.h \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/stdint.h \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/lib/libc/musl/arch/emscripten/bits/stdint.h \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/__debug \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/iosfwd \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/wchar.h \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/compat/wchar.h \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/wchar.h \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/memory \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/typeinfo \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/exception \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/cstdlib \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/stdlib.h \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/compat/stdlib.h \
@@ -26,41 +39,26 @@ CMakeFiles/app.dir/src/spawn.cpp.o: \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/math.h \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/compat/math.h \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/math.h \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/type_traits \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/cstddef \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/version \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/limits \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/__undef_macros \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/memory \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/typeinfo \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/exception \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/cstdint \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/new \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/utility \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/__tuple \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/initializer_list \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/cstring \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/string.h \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/compat/string.h \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/string.h \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/strings.h \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/__debug \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/iosfwd \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/wchar.h \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/compat/wchar.h \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/wchar.h \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/iterator \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/__functional_base \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/tuple \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/stdexcept \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/atomic \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/functional \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/bit \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/numeric \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/cmath \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/string \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/string_view \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/__string \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/algorithm \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/functional \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/bit \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/cstdio \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/stdio.h \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/stdio.h \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/wasi/api.h \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/stddef.h \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/cwchar \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/cwctype \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/cctype \
@@ -70,7 +68,6 @@ CMakeFiles/app.dir/src/spawn.cpp.o: \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/wctype.h \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/compat/wctype.h \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/wctype.h \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/array \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/vector \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/__bit_reference \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/climits \
@@ -78,11 +75,89 @@ CMakeFiles/app.dir/src/spawn.cpp.o: \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/limits.h \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/lib/libc/musl/arch/emscripten/bits/limits.h \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/__split_buffer \
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/json_fwd.hpp \
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/adl_serializer.hpp \
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/conversions/from_json.hpp \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/array \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/forward_list \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/map \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/__tree \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/__node_handle \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/optional \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/unordered_map \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/__hash_table \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/valarray \
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/exceptions.hpp \
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/input/position_t.hpp \
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/macro_scope.hpp \
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/thirdparty/hedley/hedley.hpp \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/cassert \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/assert.h \
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/meta/cpp_future.hpp \
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/meta/type_traits.hpp \
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/iterators/iterator_traits.hpp \
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/meta/void_t.hpp \
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/meta/detected.hpp \
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/json_fwd.hpp \
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/value_t.hpp \
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/conversions/to_json.hpp \
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/iterators/iteration_proxy.hpp \
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/byte_container_with_subtype.hpp \
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/hash.hpp \
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/input/binary_reader.hpp \
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/input/input_adapters.hpp \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/istream \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/ostream \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/ios \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/__locale \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/mutex \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/__mutex_base \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/chrono \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/ctime \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/compat/time.h \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/time.h \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/ratio \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/system_error \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/__errc \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/cerrno \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/errno.h \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/errno.h \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/lib/libc/musl/arch/emscripten/bits/errno.h \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/__threading_support \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/sched.h \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/locale.h \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/locale.h \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/compat/xlocale.h \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/streambuf \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/locale \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/cstdarg \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/compat/stdarg.h \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/stdarg.h \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/nl_types.h \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/__bsd_locale_fallbacks.h \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/bitset \
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/input/json_sax.hpp \
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/input/lexer.hpp \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/clocale \
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/meta/is_sax.hpp \
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/input/parser.hpp \
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/iterators/internal_iterator.hpp \
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/iterators/primitive_iterator.hpp \
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/iterators/iter_impl.hpp \
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/iterators/json_reverse_iterator.hpp \
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/json_pointer.hpp \
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/json_ref.hpp \
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/output/binary_writer.hpp \
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/output/output_adapters.hpp \
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/output/serializer.hpp \
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/conversions/to_chars.hpp \
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/ordered_map.hpp \
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/macro_unscope.hpp \
/home/douwe/Projects/Screeps/screepsxx/include/nlohmann/thirdparty/hedley/hedley_undef.hpp \
/home/douwe/Projects/Screeps/screepsxx/include/Screeps/JS.hpp \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/emscripten/val.h \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/emscripten/wire.h \
/home/douwe/Projects/Screeps/screepsxx/include/Screeps/Game.hpp \
/home/douwe/Projects/Screeps/screepsxx/include/Screeps/Object.hpp \
/home/douwe/Projects/Screeps/screepsxx/include/Screeps/Room.hpp \
/home/douwe/Projects/Screeps/screepsxx/include/Screeps/Constants.hpp \
/home/douwe/Projects/Screeps/screepsxx/include/Screeps/StructureSpawn.hpp \
@@ -94,4 +169,5 @@ CMakeFiles/app.dir/src/spawn.cpp.o: \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/emscripten/em_asm.h \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/emscripten/em_macros.h \
/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/emscripten/em_js.h \
/home/douwe/Projects/Screeps/include/Constants.hpp \
/home/douwe/Projects/Screeps/include/structures/spawn.hpp

View File

@@ -1 +1 @@
36
37

View File

@@ -142,6 +142,30 @@ screepsxx/fast:
$(MAKE) $(MAKESILENT) -f screepsxx/CMakeFiles/screepsxx.dir/build.make screepsxx/CMakeFiles/screepsxx.dir/build
.PHONY : screepsxx/fast
src/harvester.o: src/harvester.cpp.o
.PHONY : src/harvester.o
# target to build an object file
src/harvester.cpp.o:
$(MAKE) $(MAKESILENT) -f CMakeFiles/app.dir/build.make CMakeFiles/app.dir/src/harvester.cpp.o
.PHONY : src/harvester.cpp.o
src/harvester.i: src/harvester.cpp.i
.PHONY : src/harvester.i
# target to preprocess a source file
src/harvester.cpp.i:
$(MAKE) $(MAKESILENT) -f CMakeFiles/app.dir/build.make CMakeFiles/app.dir/src/harvester.cpp.i
.PHONY : src/harvester.cpp.i
src/harvester.s: src/harvester.cpp.s
.PHONY : src/harvester.s
# target to generate assembly for a file
src/harvester.cpp.s:
$(MAKE) $(MAKESILENT) -f CMakeFiles/app.dir/build.make CMakeFiles/app.dir/src/harvester.cpp.s
.PHONY : src/harvester.cpp.s
src/loop.o: src/loop.cpp.o
.PHONY : src/loop.o
@@ -200,6 +224,9 @@ help:
@echo "... rebuild_cache"
@echo "... app"
@echo "... screepsxx"
@echo "... src/harvester.o"
@echo "... src/harvester.i"
@echo "... src/harvester.s"
@echo "... src/loop.o"
@echo "... src/loop.i"
@echo "... src/loop.s"

View File

@@ -2,4 +2,4 @@
My source code for the MMO-programming game: Screeps.
# Status
To those interested in this code. I wrote the main body of the source code when just learning programming so its kind of a mess. I'm now slowly rewriting the code base to a more SOLID version. :)
As a way to learn c++ programming I used the screepsxx repo for controlling the screeps with c++.

2
app.js

File diff suppressed because one or more lines are too long

BIN
app.wasm

Binary file not shown.

2
dist/app_loader.js vendored

File diff suppressed because one or more lines are too long

BIN
dist/app_module.wasm vendored

Binary file not shown.

11
include/Constants.hpp Normal file
View File

@@ -0,0 +1,11 @@
#ifndef DOUWCO_HIVEMIND_CONSTANTS_HPP
#define DOUWCO_HIVEMIND_CONSTANTS_HPP
namespace DouwcoHivemind{
// Roles
const int ROLE_HARVESTER = 0;
}
#endif // DOUWCO_HIVEMIND_CONSTANTS_HPP

View File

@@ -0,0 +1,29 @@
#ifndef DOUWCO_HIVEMIND_HARVESTER_HPP
#define DOUWCO_HIVEMIND_HARVESTER_HPP
#include <Screeps/Creep.hpp>
namespace DouwcoHivemind
{
class HarvesterRole
{
private:
Screeps::Creep *creep;
JSON memory;
public:
HarvesterRole(Screeps::Creep* creep_pntr);
~HarvesterRole();
void process();
private:
void setupMemory();
void searchTarget();
void searchEnergyDeposit();
void searchSource();
void harvestSource();
void depositEnergy();
};
}
#endif // DOUWCO_HIVEMIND_HARVESTER_HPP

View File

@@ -1,10 +1,20 @@
class SpawnManager
{
private:
/* data */
public:
SpawnManager(){}
~SpawnManager(){}
#ifndef DOUWCO_HIVEMIND_SPAWN_HPP
#define DOUWCO_HIVEMIND_SPAWN_HPP
void process();
};
#include <Screeps/StructureSpawn.hpp>
namespace DouwcoHivemind
{
class Spawn
{
private:
Screeps::StructureSpawn *structure;
public:
Spawn(Screeps::StructureSpawn *structure_pntr) { structure = structure_pntr; }
~Spawn() {}
void process();
};
}
#endif // DOUWCO_HIVEMIND_SPAWN_HPP

209
src/harvester.cpp Normal file
View File

@@ -0,0 +1,209 @@
#include <vector>
#include <optional>
#include <emscripten.h>
#include <Screeps/Game.hpp>
#include <Screeps/Creep.hpp>
#include <Screeps/Source.hpp>
#include <Screeps/Room.hpp>
#include <Screeps/RoomPosition.hpp>
#include <Screeps/RoomObject.hpp>
#include <Screeps/Structure.hpp>
#include <Screeps/StructureController.hpp>
#include <Screeps/StructureSpawn.hpp>
#include <Screeps/StructureExtension.hpp>
#include <Screeps/StructureTower.hpp>
#include <Screeps/Constants.hpp>
#include <Screeps/Store.hpp>
#include "creeps/harvester.hpp"
bool isNearTo(const Screeps::RoomPosition &pos1, const Screeps::RoomPosition &pos2);
DouwcoHivemind::HarvesterRole::HarvesterRole(Screeps::Creep *creep_pntr)
{
creep = creep_pntr;
memory = creep->memory();
}
DouwcoHivemind::HarvesterRole::~HarvesterRole()
{
creep->setMemory(memory);
}
void DouwcoHivemind::HarvesterRole::process()
{
setupMemory();
searchTarget();
if (memory["harvesting"])
harvestSource();
else
depositEnergy();
}
void DouwcoHivemind::HarvesterRole::setupMemory()
{
if (!memory.contains("harvesting"))
{
EM_ASM({ console.log('Setup harvesting'); });
memory["harvesting"] = false;
}
if (!memory.contains("target") || memory["target"].empty())
{
EM_ASM({ console.log('Setup target'); });
if (memory["harvesting"])
searchSource();
else
searchEnergyDeposit();
}
}
void DouwcoHivemind::HarvesterRole::searchTarget()
{
if (memory["harvesting"] && creep->store().getFreeCapacity(Screeps::RESOURCE_ENERGY) == 0)
{
EM_ASM({ console.log('Searching energy deposit'); });
memory["harvesting"] = false;
searchEnergyDeposit();
}
else if (!memory["harvesting"] && creep->store().getUsedCapacity(Screeps::RESOURCE_ENERGY) == 0)
{
EM_ASM({ console.log('Searching source'); });
memory["harvesting"] = true;
searchSource();
}
}
void DouwcoHivemind::HarvesterRole::searchEnergyDeposit()
{
auto structures = creep->room().find(Screeps::FIND_MY_STRUCTURES);
std::vector<std::unique_ptr<Screeps::RoomObject>> filtered;
for (auto &structureObject : structures)
{
auto structure = dynamic_cast<Screeps::Structure *>(structureObject.get());
if (!structure)
continue;
if (structure->structureType() == Screeps::STRUCTURE_SPAWN &&
dynamic_cast<Screeps::StructureSpawn *>(structure)->store().getFreeCapacity(Screeps::RESOURCE_ENERGY) > 0)
filtered.emplace_back(std::move(structureObject));
else if (structure->structureType() == Screeps::STRUCTURE_EXTENSION &&
dynamic_cast<Screeps::StructureSpawn *>(structure)->store().getFreeCapacity(Screeps::RESOURCE_ENERGY) > 0)
filtered.emplace_back(std::move(structureObject));
else if (structure->structureType() == Screeps::STRUCTURE_TOWER &&
dynamic_cast<Screeps::StructureSpawn *>(structure)->store().getFreeCapacity(Screeps::RESOURCE_ENERGY) > 0)
filtered.emplace_back(std::move(structureObject));
else if (structure->structureType() == Screeps::STRUCTURE_CONTROLLER)
filtered.emplace_back(std::move(structureObject));
}
auto closestObj = creep->pos().findClosestByPath(filtered);
if (closestObj)
{
auto closest = dynamic_cast<Screeps::Structure *>(closestObj.get());
memory["target"] = closest ? closest->id() : "";
}
else
memory["target"].clear();
}
void DouwcoHivemind::HarvesterRole::searchSource()
{
auto sources = creep->room().find(Screeps::FIND_SOURCES_ACTIVE);
std::vector<std::unique_ptr<Screeps::RoomObject>> sourceObjects;
for (auto &source : sources)
sourceObjects.emplace_back(std::move(source));
auto closestObj = creep->pos().findClosestByPath(sourceObjects);
if (closestObj)
{
auto closest = dynamic_cast<Screeps::Source *>(closestObj.get());
memory["target"] = closest ? closest->id() : "";
}
else
{
memory["target"].clear();
}
}
void DouwcoHivemind::HarvesterRole::harvestSource()
{
if (!memory.contains("target") || memory["target"].empty())
{
searchSource();
if (!memory.contains("target") || memory["target"].empty())
return;
}
auto sourceObj = Screeps::Game.getObjectById(memory["target"]);
if (sourceObj)
{
auto source = dynamic_cast<Screeps::Source *>(sourceObj.get());
if (!source || source->energy() == 0)
{
searchSource();
sourceObj = Screeps::Game.getObjectById(memory["target"]);
source = dynamic_cast<Screeps::Source *>(sourceObj.get());
if (!source)
return;
}
if (isNearTo(creep->pos(), source->pos()))
creep->harvest(*source);
else
creep->moveTo(*source);
}
}
void DouwcoHivemind::HarvesterRole::depositEnergy()
{
if (!memory.contains("target") || memory["target"].empty())
{
searchEnergyDeposit();
if (!memory.contains("target") || memory["target"].empty())
return;
}
auto structureObj = Screeps::Game.getObjectById(memory["target"]);
if (structureObj)
{
auto structure = dynamic_cast<Screeps::Structure *>(structureObj.get());
bool searchAgain = !structure;
if (!searchAgain)
{
if (isNearTo(creep->pos(), structure->pos()))
{
if (structure->structureType() == Screeps::STRUCTURE_CONTROLLER)
{
Screeps::StructureController *controller = dynamic_cast<Screeps::StructureController *>(structure);
if (!controller)
return;
int resp = creep->upgradeController(*controller);
if (resp != Screeps::OK)
searchAgain = true;
}
else if (structure->structureType() == Screeps::STRUCTURE_SPAWN ||
structure->structureType() == Screeps::STRUCTURE_EXTENSION ||
structure->structureType() == Screeps::STRUCTURE_TOWER)
{
int resp = creep->transfer(*structure, Screeps::RESOURCE_ENERGY);
if (resp != Screeps::OK)
searchAgain = true;
}
}
else
creep->moveTo(*structure);
}
if (searchAgain)
{
searchEnergyDeposit();
}
}
}
bool isNearTo(const Screeps::RoomPosition &pos1, const Screeps::RoomPosition &pos2)
{
int dx = pos1.x() - pos2.x();
int dy = pos1.y() - pos2.y();
return dx * dx < 2 && dy * dy < 2 && pos1.roomName() == pos2.roomName();
}

View File

@@ -6,6 +6,8 @@
#include <emscripten/bind.h>
#include <emscripten/val.h>
#include "Constants.hpp"
#include "creeps/harvester.hpp"
#include "structures/spawn.hpp"
EMSCRIPTEN_KEEPALIVE
@@ -13,14 +15,22 @@ extern "C" void loop()
{
Screeps::Context::update();
EM_ASM({ console.log('Starting loop...'); });
auto spawnManager = SpawnManager();
spawnManager.process();
// Structures
for (auto& spawn_entry : Screeps::Game.spawns())
{
auto spawn = DouwcoHivemind::Spawn(&spawn_entry.second);
spawn.process();
}
// Creeps
auto creeps = Screeps::Game.creeps();
for (auto& creep : creeps)
creep.second.say("screepsxx");
for (auto& creep : creeps){
if (creep.second.memory()["role"] == DouwcoHivemind::ROLE_HARVESTER)
{
auto harvester = DouwcoHivemind::HarvesterRole(&creep.second);
harvester.process();
}
}
}
EMSCRIPTEN_BINDINGS(loop)

View File

@@ -1,18 +1,24 @@
#include <nlohmann/json.hpp>
#include <Screeps/JS.hpp>
#include <Screeps/Game.hpp>
#include <Screeps/Room.hpp>
#include <Screeps/StructureSpawn.hpp>
#include <emscripten.h>
#include "Constants.hpp"
#include "structures/spawn.hpp"
void SpawnManager::process()
void DouwcoHivemind::Spawn::process()
{
for (auto& spawn : Screeps::Game.spawns())
{
int creepcount = spawn.second.room().find(Screeps::FIND_MY_CREEPS, nullptr).size();
// EM_ASM({ console.log('creepcount: ' + $0); }, creepcount);
if (creepcount >= 3) continue;
int resp = spawn.second.spawnCreep({"work", "carry", "move"}, "harvester" + std::to_string(creepcount + 1));
}
int creepcount = structure->room().find(Screeps::FIND_MY_CREEPS).size();
if (creepcount > 10) return;
JSON opts;
opts["memory"]["role"] = DouwcoHivemind::ROLE_HARVESTER;
int resp = structure->spawnCreep(
{"work", "carry", "move"},
"harvester" + std::to_string(Screeps::Game.time()),
opts
);
}