Erlang Game Server
Go to file
Loïc Hoguin 8a94ae7771 game: Use the existing 1006 function for abort mission.
Also remove an already done @todo.
2010-06-10 22:50:32 +02:00
conf Updated MOTD, redirect people to the forums for information. 2010-06-08 16:05:31 +02:00
data maps: Add a counters folder and move all counters there. 2010-06-08 19:20:14 +02:00
ebin Initial commit. Server capable of handling a few lobbies. 2010-05-13 17:05:25 +02:00
include maps: Wrong mission name. 2010-06-08 23:59:52 +02:00
p game: Improved mission start handling. 2010-06-08 19:09:54 +02:00
save Initial commit. Server capable of handling a few lobbies. 2010-05-13 17:05:25 +02:00
src game: Use the existing 1006 function for abort mission. 2010-06-10 22:50:32 +02:00
ssl Initial commit. Server capable of handling a few lobbies. 2010-05-13 17:05:25 +02:00
.gitignore Initial commit. Server capable of handling a few lobbies. 2010-05-13 17:05:25 +02:00
Emakefile cron: New module for keepalive packet handling and other cron jobs. 2010-05-20 23:50:56 +02:00
LICENSE.txt Initial commit. Server capable of handling a few lobbies. 2010-05-13 17:05:25 +02:00
Makefile Copyright notice: gasetools -> EGS. Whoops! Thanks. 2010-05-15 01:55:23 +02:00
README Initial commit. Server capable of handling a few lobbies. 2010-05-13 17:05:25 +02:00

EGS is a GPLv3 Erlang Game Server for AOTI. See LICENSE.txt for details.

 * This is a work in progress!
 * Server files are not included.

Use 'make' to compile, 'make run' to run and 'make fclean' to cleanup.