.. |
objects
|
egs_zones: Build a list of indexed and target objects, saved in the state.
|
2011-02-17 20:12:45 +01:00 |
psu
|
psu_proto: Move send_1113 to psu_proto without reviewing it.
|
2011-02-26 18:36:28 +01:00 |
egs_accounts.erl
|
egs_accounts: Fix the type spec for #state.accounts.
|
2011-02-20 17:39:02 +01:00 |
egs_app.erl
|
egs_users: Remove mnesia from users handling. Convert to a gen_server.
|
2011-02-20 20:00:04 +01:00 |
egs_char_select.erl
|
Rename the client state record #state into #client for clarity.
|
2011-02-26 17:00:41 +01:00 |
egs_conf.erl
|
Introduce egs_conf for system-wide configuration. Removes network.hrl.
|
2010-10-07 18:03:13 +02:00 |
egs_counters_db.erl
|
Rename egs_counters to egs_counters_db.
|
2010-11-06 03:24:55 +01:00 |
egs_exit_mon.erl
|
egs_game_server: Separate the general game server handling into this new module.
|
2010-09-18 21:37:48 +02:00 |
egs_files.erl
|
Cleanup area loading code. Remove myroom, mission and spaceport support.
|
2011-02-13 18:06:25 +01:00 |
egs_game_server.erl
|
Rename the client state record #state into #client for clarity.
|
2011-02-26 17:00:41 +01:00 |
egs_game.erl
|
psu_proto: Move send_1113 to psu_proto without reviewing it.
|
2011-02-26 18:36:28 +01:00 |
egs_items_db.erl
|
egs_items_db: Add a function to return an item's description.
|
2010-10-08 17:33:49 +02:00 |
egs_login_server.erl
|
Rename the client state record #state into #client for clarity.
|
2011-02-26 17:00:41 +01:00 |
egs_login.erl
|
egs_login: Use pattern matching for system_client_version_info.
|
2011-02-26 17:16:42 +01:00 |
egs_network.erl
|
Rename the client state record #state into #client for clarity.
|
2011-02-26 17:00:41 +01:00 |
egs_npc_db.erl
|
egs_accounts: Add tmp_gid/0. Remove the table/record counters.
|
2011-02-20 02:42:40 +01:00 |
egs_patch_files_db.erl
|
patch: Add a fully working patch server and replace the old hack with it.
|
2010-12-27 22:16:06 +01:00 |
egs_patch_server.erl
|
patch: Add a fully working patch server and replace the old hack with it.
|
2010-12-27 22:16:06 +01:00 |
egs_prs.erl
|
egs_prs: Replace an exit call by the more appropriate erlang:nif_error/1.
|
2011-02-20 00:20:23 +01:00 |
egs_quests_db.erl
|
egs_quests_db: Fix crash when trying to load the set configuration file.
|
2011-02-16 21:59:33 +01:00 |
egs_quests_sup.erl
|
Universes start lobby quests automatically which in turn start their zones.
|
2011-02-15 01:15:28 +01:00 |
egs_quests.erl
|
egs_quests: Add the function zone_pid to retrieve a quest's zone pid.
|
2011-02-17 23:35:27 +01:00 |
egs_script_compiler.erl
|
scripts: Big update to the scripts lexer, parser and compilers.
|
2010-12-11 14:38:13 +01:00 |
egs_script_lexer.xrl
|
egs_script_lexer: Add 4 syscalls for retrieving current questid, areaid, zoneid and mapid.
|
2010-12-12 01:18:52 +01:00 |
egs_script_parser.yrl
|
scripts: Big update to the scripts lexer, parser and compilers.
|
2010-12-11 14:38:13 +01:00 |
egs_seasons.erl
|
Introduce egs_seasons for season handling. Review and move the code there.
|
2010-10-07 20:09:08 +02:00 |
egs_servers_sup.erl
|
Add egs_servers_sup to properly handle dependencies on egs_conf at startup.
|
2011-02-15 02:46:11 +01:00 |
egs_shops_db.erl
|
Introduce egs_shops_db for shops listing management.
|
2010-10-08 20:56:48 +02:00 |
egs_sup.erl
|
egs_users: Remove mnesia from users handling. Convert to a gen_server.
|
2011-02-20 20:00:04 +01:00 |
egs_universes.erl
|
egs_universes: Add the function lobby_pid to retrieve a uni's lobby pid.
|
2011-02-17 23:17:11 +01:00 |
egs_users.erl
|
egs_users: Rename stateu into state.
|
2011-02-26 17:03:25 +01:00 |
egs_zones_sup.erl
|
Universes start lobby quests automatically which in turn start their zones.
|
2011-02-15 01:15:28 +01:00 |
egs_zones.erl
|
egs_users: Remove broadcast_unspawn/2 in favor of broadcast/2.
|
2011-02-21 00:07:37 +01:00 |
egs.app.src
|
egs_users: Remove mnesia from users handling. Convert to a gen_server.
|
2011-02-20 20:00:04 +01:00 |
egs.erl
|
egs_users: Introduce broadcast_all/1 to broadcast messages to all online users.
|
2011-02-21 02:30:39 +01:00 |