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

Added deconstruction function and other fixes #118

Merged
merged 7 commits into from
Aug 27, 2021
Merged

Added deconstruction function and other fixes #118

merged 7 commits into from
Aug 27, 2021

Commits on Aug 24, 2021

  1. Some modifications to __init__.py

    Added deconstruct function. Now you can deconstruct buildings level by level
    Fixed spyreports' ugliness. More elegant, compact and smart
    Fixed stuff like missing spaces and quotation marks
    
    Fixed friendly_fleet and hostile_fleet crash on id casting
    brodo97 authored Aug 24, 2021
    Configuration menu
    Copy the full SHA
    1ed87e7 View commit details
    Browse the repository at this point in the history
  2. Update test.py

    Added deconstruct test
    brodo97 authored Aug 24, 2021
    Configuration menu
    Copy the full SHA
    be5a49c View commit details
    Browse the repository at this point in the history
  3. Update README.md

    Added deconstruct explanation
    brodo97 authored Aug 24, 2021
    Configuration menu
    Copy the full SHA
    25a675b View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2021

  1. New cancel function and some fixes

    Added cancel_building function to cancel construction/deconstruction of buildings and cancel_research to cancel the ongoing research. (Didn't test with commander)
    Fixed celestial function temperature extraction. Instead of trying a list of possible regex we can extract the two numbers in the textContent[3] var using another regex.
    brodo97 authored Aug 27, 2021
    Configuration menu
    Copy the full SHA
    08c8c43 View commit details
    Browse the repository at this point in the history
  2. Less stuff, less problems

    brodo97 authored Aug 27, 2021
    Configuration menu
    Copy the full SHA
    93a11cc View commit details
    Browse the repository at this point in the history
  3. Added cancel function testing

    Should I also add the research test?
    brodo97 authored Aug 27, 2021
    Configuration menu
    Copy the full SHA
    c51c123 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    960c01c View commit details
    Browse the repository at this point in the history