Downloads
Latest Stable Release (1.1c) (Sep 5 2008)
This version contains maintenance updates to the codebase that
have accumulated in the SVN trunk since 1.1b. These updates make
sure that the project can be compiled cleanly with newer versions
of popular C++ compilers and that the most recent version of
CryptoPP (version 5.5.2 at the time of writing) can be used. The
project has been verified to build and run successfuly with GCC 3.4
and GCC 4.3 as well as MSVC 7.1, 8 and 9. No installers are
provided for 1.1c because no functional changes were made to the
Demo. If you want to see the Demo, download the 1.1 version. The
updated 1.1c sources can be downloaded directly from ObjectWeb
Forge.
Version 1.1b (Oct 11 2004)
This is a version 1.1 licensed under LGPL. Since there were no
changes in the functionality of both the core library and the Demo
since 1.1 we did not make installers for this version. If you want
to see the Demo, download the 1.1 version. The new 1.1b sources can
be downloaded directly from ObjectWeb
Forge.
Version 1.1 (Jun 30 2004)
Version 1.1 is the first official release of the Massiv and an
exemplary application, "the Demo". The Demo can be downloaded from
ObjectWeb
Forge as a set of Win32 installers. The first one deploys the
simulation to selected servers,
the other installs individual clients.
Since there are still no official servers on the Internet that
clients can connect to, you will have to setup your own server(s)
first. Please follow the installation wizard and/or consult the
documention (user
guide, unfortunatelly in Czech).
You can build the Demo yourself from the sources as well (and
this is the only way how to deploy the simulation to Unix servers).
In that case you will need the core
library and the demo sources, the
Demo application data and optionally initial
archives holding the state of the precreated exemplary "world".
Note that the archives need not be downloaded separately if the
simulation is deployed using the Win32 installer. The actual build
procedure is the same as if the sources were downloaded directly
from the SVN.
Building the Demo from the SVN repository
The SVN repository consists of three modules:
- massiv (sources of the Core library and the Demo,
documentation)
- demo_data (data for the Demo)
- demo_install (Win32 installers and initial
archives).
In order to build and run the Demo you will have to checkout
both the massiv and demo_data. Consult the programmer's
guide, chapter Compilation, to get exact build instructions. To
replace the initial archives created by the builder tool and use
the precreated "factory" world, simply unpack
demo_install/win32/simulation/server/archive/archive.zip to
the archive directories of the installed server(s).
Documentation and Presentation
There is a separate package
containing the documentation of the Core library and the Demo, the
introductory presentation, simple user's guide for the Demo and
doxygen-generated reference guides.