$Date: 2005/10/28 16:47:31 $
$Revision: 1.36 $
-- create highscore
-- (From EM_LOCAL_HIGHSCORE)
-- create highscore with additional keys
-- (From EM_LOCAL_HIGHSCORE)
-- create highscore
-- (From EM_LOCAL_HIGHSCORE)
-- create highscore with additional keys
-- (From EM_LOCAL_HIGHSCORE)
-- EiffelMedia network subsystem is
-- (From EM_SHARED_SUBSYSTEMS)
-- (From EM_LOCAL_HIGHSCORE)
-- (From EM_LOCAL_HIGHSCORE)
-- data structure with local highscore in it
-- (From EM_LOCAL_HIGHSCORE)
-- desired number of entries in local highscore
-- (From EM_LOCAL_HIGHSCORE)
-- desired number of entries in remote highscore
-- data structure with remote highscore in it
-- url to synchronize highscore with
-- set path for highscore file
-- (From EM_LOCAL_HIGHSCORE)
-- Set num_of_local_entries to a_num_of_local_entries.
-- (From EM_LOCAL_HIGHSCORE)
-- Set num_of_remote_entries to a_num_of_remote_entries.
-- set url to synchronize highscore
-- crop remote highscore to 'nb_elements'
-- sort remote highscore by key (sorting alphabetically)
-- sort remote highscore by name
-- sort remote highscore by score
-- Event to indicate that the connection closed
-- Event to indicate that the connection is established
-- Event to indicate that the connection failed
-- send local highscore to server, receive remote highscore
-- set the checksum generator
-- (if you want to use your own checksum generator)
-- (From EM_LOCAL_HIGHSCORE)
-- crop local highscore to 'nb_elements'
-- (From EM_LOCAL_HIGHSCORE)
-- sort local highscore by a key (alphabetical sorting)
-- (From EM_LOCAL_HIGHSCORE)
-- sort local highscore by name
-- (From EM_LOCAL_HIGHSCORE)
-- sort local highscore by score
-- (From EM_LOCAL_HIGHSCORE)
-- add entry to local highscore
-- (From EM_LOCAL_HIGHSCORE)
-- add extended entry to local highscore
-- (From EM_LOCAL_HIGHSCORE)
-- add or update entry depending on if it's already present or not
-- (From EM_LOCAL_HIGHSCORE)
-- add or update extended entry depending of it's already present or not
-- (From EM_LOCAL_HIGHSCORE)
-- check if name is in local highscore
-- (From EM_LOCAL_HIGHSCORE)
-- check if 'a_score' of 'a_name' is better than the one already in highscore
-- (From EM_LOCAL_HIGHSCORE)
-- check if character is valid (isn't special character)
-- (From EM_LOCAL_HIGHSCORE)
-- check if string is valid (doesn't contain special characters
-- (From EM_LOCAL_HIGHSCORE)
-- update entry in local highscore
-- (From EM_LOCAL_HIGHSCORE)
-- update extended in local highscore
-- (From EM_LOCAL_HIGHSCORE)
-- read highscore from a local file
-- (From EM_LOCAL_HIGHSCORE)
-- write local highscore to disc
-- (From EM_LOCAL_HIGHSCORE)
-- Application ID singleton.
-- (From EM_SHARED_APPLICATION_ID)
Extension to local highscore which can send local highscore to the server
and receive a remote highscore.