Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes for launcher.config XML changes and version bump to 0.2.2 #4

Open
wants to merge 29 commits into
base: master
Choose a base branch
from

Commits on Nov 25, 2014

  1. Configuration menu
    Copy the full SHA
    ebc3ab7 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2014

  1. Configuration menu
    Copy the full SHA
    8011cd2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d0111c1 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2016

  1. Update certificate chain.

    The old chain has been broken as of yesterday (01-13-2016) or
    possibly earlier.
    clinew committed Jan 15, 2016
    Configuration menu
    Copy the full SHA
    514ff90 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2016

  1. Fix localization support.

    Turbine has removed the client local files for each language. Now each language has a separate subdirectory. If the client local file is not found then I pick languages based on those subdirectories
    hcjiv1 authored and Arek75 committed Feb 5, 2016
    Configuration menu
    Copy the full SHA
    49511b9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    88d2f37 View commit details
    Browse the repository at this point in the history
  3. Change default news language back from "" to "en".

    With or without this, PyLotro in Lotro mode lists "English" twice, but
    without it PyLotro doesn't display news by default.  I would very much
    welcome a better fix here.
    Arek75 committed Feb 5, 2016
    Configuration menu
    Copy the full SHA
    1bb3eb3 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #2 from Arek75/localization-changes

    Localization changes from hcjiv1 and Arek75
    nwestfal committed Feb 5, 2016
    Configuration menu
    Copy the full SHA
    7c52180 View commit details
    Browse the repository at this point in the history
  5. Fixes for unicode errors on Python 3.x for Windows.

    Python 3.x was throwing a UnicodeDecodeError when attempting to write
    turbine-supplied config files.  This fixes that by opening the files in
    utf-8 mode.
    Arek75 committed Feb 5, 2016
    Configuration menu
    Copy the full SHA
    493c829 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2016

  1. Fix previous fix for Python 2.x

    The previous fix works fine on Python 3.x, but breaks on 2.x because of
    differences in unicode support.  This change makes the fix so it is now
    only used when Python 3.x is in use.
    Arek75 committed Feb 6, 2016
    Configuration menu
    Copy the full SHA
    07cbccd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e5c4167 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5735524 View commit details
    Browse the repository at this point in the history
  4. Fixed uopen definition.

    That was embarrasing.  I forgot to make sure that the 2 open functions had
    compatible signatures or that I was using them in a compatible way.  My
    wrapper now fixes that, but doesn't expose the full functionality of
    open(), only what's used here.
    Arek75 committed Feb 6, 2016
    Configuration menu
    Copy the full SHA
    b83e4d3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    54ae99d View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2016

  1. Configuration menu
    Copy the full SHA
    5178e90 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #3 from Arek75/repo-nwestfal

    Fix for unicode errors on Python 3.x for Windows
    nwestfal committed Feb 7, 2016
    Configuration menu
    Copy the full SHA
    5fb0cae View commit details
    Browse the repository at this point in the history
  3. Merge pull request #4 from Arek75/repo-clinew

    Update certificate chain.
    nwestfal committed Feb 7, 2016
    Configuration menu
    Copy the full SHA
    f5d1b61 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e91608f View commit details
    Browse the repository at this point in the history
  5. Merge branch 'localization-changes' of https://github.com/Arek75/pylotro

     into localization-changes
    Arek75 committed Feb 7, 2016
    Configuration menu
    Copy the full SHA
    bc34bbc View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7f1c66c View commit details
    Browse the repository at this point in the history
  7. Removed some debugging code.

    Arek75 committed Feb 7, 2016
    Configuration menu
    Copy the full SHA
    e8f6c52 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #5 from Arek75/localization-changes

    Fix language list displaying non-languages in list.
    nwestfal committed Feb 7, 2016
    Configuration menu
    Copy the full SHA
    666090f View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2016

  1. typo

    nwestfal committed Feb 9, 2016
    Configuration menu
    Copy the full SHA
    1587627 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2016

  1. Configuration menu
    Copy the full SHA
    00821cd View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2016

  1. Configuration menu
    Copy the full SHA
    20254cc View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2017

  1. Added code to handle local game client override in TurbineLauncher.ex…

    …e.config in game directory
    nwestfal committed Jun 2, 2017
    Configuration menu
    Copy the full SHA
    3eba1b8 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2018

  1. Configuration menu
    Copy the full SHA
    a9c9640 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2020

  1. Configuration menu
    Copy the full SHA
    77ae254 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2021

  1. Configuration menu
    Copy the full SHA
    19c0609 View commit details
    Browse the repository at this point in the history