title | subtitle | author | date | |
---|---|---|---|---|
TODO.md |
Document future work |
Reinaldo Molina |
rmolin88 at gmail dot com |
Fri Jun 01 2018 03:26 |
- general: Finish all the tutorials with the challenges
- general: Make so that you can configure a build order.
- Example: At 15 build rack, 16 CC, 8 vespene gas.
- config: Add a default value to
GetValue
. - config: Stop if
LoadSettings
returns false. Load it first. - coordinator: Ask
renderer
for settings and set them up.
- Use a schema validator for the json config. See here
- Support renderer (Optional through Configuration).
- Support recording of replays (Optional through Configuration).
- Add configuration file path as a cmd line option.
- Add path to executable to the configuration file.
- Follow tutorials present at the
sc2api
repo. - Bring back
sc2api
as a gitmodule. - Make all dependencies optional.
- Add tests for all requirements.
- Make cmake copy
compile_commands.json
to the proper folder. - Use
doxygen
. - Use clang compiler.