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
|
|
@ -20,7 +20,7 @@
|
|||
CR_NAMESPACE_BEGIN
|
||||
|
||||
// see https://github.com/encode84/ulz/
|
||||
class ULZ final : DenyCopying {
|
||||
class ULZ final : public Singleton <ULZ> {
|
||||
public:
|
||||
enum : int32 {
|
||||
Excess = 16,
|
||||
|
|
@ -314,4 +314,7 @@ private:
|
|||
}
|
||||
};
|
||||
|
||||
// expose global ulz object
|
||||
CR_EXPOSE_GLOBAL_SINGLETON (ULZ, ulz);
|
||||
|
||||
CR_NAMESPACE_END
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue