0
I Use This!
Inactive

Commits : Listings

Analyzed about 16 hours ago. based on code collected about 21 hours ago.
Apr 30, 2023 — Apr 30, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
egs_users: Introduce broadcast_all/1 to broadcast messages to all online users. More... about 13 years ago
egs_users: Replace read({pid, Pid}) calls by the new find_by_pid/1 function. More... about 13 years ago
egs_game_server: Make sure the egs_users:read can't fail in on_exit. More... about 13 years ago
egs_login_server: Remove the unused on_exit/1. More... about 13 years ago
egs_game: The egs_users:read/1 call can't fail. Simplify the cast/3 function. More... about 13 years ago
egs_users: Remove broadcast_unspawn/2 in favor of broadcast/2. More... about 13 years ago
egs_users: Remove broadcast_spawn/2 in favor of broadcast/2. More... about 13 years ago
egs_users: Remove select({neighbors, User}). Use egs_zones for broadcasting. More... about 13 years ago
egs_users: Remove the unused select(all) function. More... about 13 years ago
egs_game: Counter zone data is just many 0s. Don't use a file for that. More... about 13 years ago
Merge a few .gitignore into the top-level one and update it. More... about 13 years ago
egs_users: Remove mnesia from users handling. Convert to a gen_server. More... about 13 years ago
Fix dependency handling in start.sh. More... about 13 years ago
egs_accounts: Fix the type spec for #state.accounts. More... about 13 years ago
Use ex_reloader instead of reloader. Include it as a rebar dependency. More... about 13 years ago
egs_accounts: Add tmp_gid/0. Remove the table/record counters. More... about 13 years ago
egs_accounts: Remove mnesia for accounts handling. Convert to a gen_server. More... about 13 years ago
Remove all references to the unused psu_object record/table. More... about 13 years ago
reloader: Update to the latest HEAD version. More... about 13 years ago
egs_network: Match as binary instead of bits to avoid calculating the bit size. More... about 13 years ago
egs_prs: Replace an exit call by the more appropriate erlang:nif_error/1. More... about 13 years ago
Cleanup: Replace a lot of 'little-unsigned-integer' by 'little' for binaries. More... about 13 years ago
egs_game_server: Properly leave the zone when the user is disconnecting. More... about 13 years ago
Create the user at character selection rather than login. More... about 13 years ago
Properly handle the LID per player and per zone. Remove related hacks. More... about 13 years ago
Do not load the quest or zone nbl unless we actually need to send it. More... about 13 years ago
users: Remove the setid property. Sets are fully handled by the zone now. More... about 13 years ago
psu_game: Load the players already in the zone on zone change. More... about 13 years ago
egs_zones: Broadcast spawn/unspawn directly from enter/leave. More... about 13 years ago
egs_game: Leave the lobby's zone when entering a counter. More... about 13 years ago