]> git.tdb.fi Git - libs/game.git/commit
Enforce no creation or destruction of objects during tick
authorMikko Rasa <tdb@tdb.fi>
Mon, 28 Nov 2022 12:08:29 +0000 (14:08 +0200)
committerMikko Rasa <tdb@tdb.fi>
Mon, 28 Nov 2022 12:08:29 +0000 (14:08 +0200)
commit48051ee2bab13f65e48c371e453b9ea65920921e
tree19c0b089354591926043281bd2bc945341b3ece3
parentcb4e8bbe06dc64aff932784541a29493723fc03e
Enforce no creation or destruction of objects during tick
source/game/accessguard.cpp [new file with mode: 0644]
source/game/accessguard.h [new file with mode: 0644]
source/game/director.cpp
source/game/director.h
source/game/owned.h
source/game/stage.cpp