marauroa 2.2 (Default branch) |
|
|
Marauroa is a multiplayer online game framework
server. It uses a multithreaded server
architecture with a UDP oriented network protocol,
a MySQL based persistence engine, and a flexible
game system. The game system is totally expandable
and modifiable by game developers and is able to
run Python scripts defining the game's rules.
Marauroa is based on a design philosophy called
Action/Perception. Marauroa is totally game
agnostic and makes very little assumptions about
what are you trying to do, allowing a great
freedom to create any game type.
License: GNU General Public License (GPL)
Changes:
A close method has been added to IDatabase. A problem when querying for null at Attributes.has has been fixed, as well as a problem when messages were less than 4 bytes. CreateCharacter now works in a similar way to CreateAccount, and a comodification problem has been removed.
|