]> jfr.im git - irc/rizon/acid.git/commit
changes which had been mdae:
authorBob <redacted>
Fri, 18 Sep 2015 12:52:03 +0000 (15:52 +0300)
committerBob <redacted>
Fri, 18 Sep 2015 12:52:03 +0000 (15:52 +0300)
commit1b0c327b5f47c56ae47b8239d6d29fee1eaaa5ce
tree6b08932aa2c88db0fc3f75eed0353332c472c9fa
parent59ae8bdad890b286b263c1242f967bd6a2aba8e9
changes which had been mdae:
citizen.py
  from_name function
     added the ability to get info from all of the 4 main servers, (primera, secura,suna, and europa) instead of 2 (primera and secura)
     also all of the searching in the e-sim api will be made in lowcase thus no matter what the user is typing it will look directly at  lowercase from the api

  citizen class
     added eco skill boost - will be shown only if citizen got equipment which is boosting his eco skill
     added premium days left - will be shown only if citizen has more then 0
     added current region the citizen is located in
     added active status - citizen status active / banned / inactive
     changed the rank option to get the info from the api

utils.py
  region array
     added about 700+ new regions grown from 276 yo 990+

cmd_user.py
  all functions added the ability to get info from all 4 servers

    command_citizen_info(
       added eco skill boost - will be shown only if citizen got equipment which is boosting his eco skill
       added premium days left - will be shown only if citizen has more then 0
       added current region the citizen is located in
       added active status - citizen status active / banned / inactive
       temp removed the Fight Calculator function since it's not valid any more [about 2 years so far]
pyva/pyva/src/main/python/esim/api/citizen.py
pyva/pyva/src/main/python/esim/api/utils.py
pyva/pyva/src/main/python/esim/cmd_user.py