Erlang Game Server
Go to file
Loïc Hoguin 7e67dfbc6d game: Counter doesn't seem to send the location IDs.
This makes Leave Counter send a command 0812, which is halfway fixing it.
2010-06-04 23:02:45 +02:00
conf Updated MOTD. 2010-06-01 23:42:58 +02:00
data game: Initial mission and mission counter support. 2010-05-31 18:24:26 +02:00
ebin Initial commit. Server capable of handling a few lobbies. 2010-05-13 17:05:25 +02:00
include game: Fix crashes related to missions. Don't broadcast if not in the same instance. 2010-05-31 21:15:39 +02:00
p proto: Send all working NPCs cards to everyone. 2010-06-04 02:03:43 +02:00
save Initial commit. Server capable of handling a few lobbies. 2010-05-13 17:05:25 +02:00
src game: Counter doesn't seem to send the location IDs. 2010-06-04 23:02:45 +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.