2.4.6 game vm. Text added.

This commit is contained in:
Kallfaktorn 2011-05-02 16:08:57 +02:00
parent fd08e75388
commit c05978efb1

View file

@ -4020,6 +4020,20 @@ After a crash in a table process, the entire table must be rebuilt and the
The game virtual machine module
\end_layout
\begin_layout Standard
This module is holds the game logic of a game and is responsible for the
vm associated with each game.
It consists the state of the vm and a table token associated with a running
game.
The game token is given to game vm during initialization.
This will create a new vm instance and various objects associated to the
vm instance.
Then the source code of a game is loaded into the vm and the game is ready
for startup.
This module does not affect game runtime but evaluates a new game state
and handles communication between the game and the players.
\end_layout
\begin_layout Subsection
The database module
\begin_inset CommandInset label