graph: save narrow places to file, so, bump graph version.
graph: allow saving / loading graph manually on dedicated server. config: fix parsing for difficulty.cfg fixes #142 fix: restore fakeclient bit on entity flags every frame.
This commit is contained in:
parent
f51d3bf13b
commit
2d3078f851
8 changed files with 65 additions and 20 deletions
|
|
@ -70,7 +70,7 @@ cdata.set ('commitCount', run_command ('git', 'rev-list', '--count', 'HEAD').std
|
|||
cdata.set ('commitAuthor', run_command ('git', 'log', '--pretty="%ae"', '-1').stdout ().strip ())
|
||||
|
||||
cdata.set ('buildVersion', buildVersion)
|
||||
cdata.set ('buildMachine', run_command ('hostname').stdout ().strip ())
|
||||
cdata.set ('buildMachine', run_command ('hostname', '-f').stdout ().strip ())
|
||||
cdata.set ('buildCompiler', compilerId + ' ' + compilerVersion)
|
||||
|
||||
configure_file (input: 'inc/version.h.in', output: 'version.build.h', configuration: cdata)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue