demoth / jake2

Quake 2 java port
GNU General Public License v2.0
59 stars 9 forks source link

Create Cvar, Cmd and Cbuf registry specific to game instance #29

Closed demoth closed 3 years ago

demoth commented 4 years ago

cvars, commands and execution buffer should be specific to game instance (at the moment this is GameImportsImpl) and not interfere with other instances

demoth commented 4 years ago

cvar and cmd registries could be potentially hierarchical?

demoth commented 4 years ago

Cbuf is actually not used very much only for gamemap and menu_loadgame So not much use to keep a local version of a Cbuf