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

config dl gimxfile rebase #636

Open
wants to merge 57 commits into
base: gimxfile
Choose a base branch
from
Open

config dl gimxfile rebase #636

wants to merge 57 commits into from

Commits on Aug 14, 2018

  1. Now prints to terminal. Needs fix for downloading as config download …

    …status returns -3
    Zac committed Aug 14, 2018
    Configuration menu
    Copy the full SHA
    92825a7 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from CodeOhms/gimxDownloader

    Now prints to terminal. Needs fix for downloading as config download …
    CodeOhms authored Aug 14, 2018
    Configuration menu
    Copy the full SHA
    a47ab99 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2018

  1. Can now download list of config files

    Zac committed Sep 10, 2018
    Configuration menu
    Copy the full SHA
    f80e384 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    576a24e View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2018

  1. Fixed selection menu window

    Zac committed Sep 12, 2018
    Configuration menu
    Copy the full SHA
    56624e0 View commit details
    Browse the repository at this point in the history
  2. Grab updates from main project

    Zac committed Sep 12, 2018
    Configuration menu
    Copy the full SHA
    bb7d697 View commit details
    Browse the repository at this point in the history
  3. Added basic debugging options for Makedefs

    Zac committed Sep 12, 2018
    Configuration menu
    Copy the full SHA
    119a325 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d567cf8 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2018

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

Commits on Sep 15, 2018

  1. Fixed selection menu. Added page number top right. Added functionalit…

    …y to browse truncated strings using left and right arrow keys.
    Zac committed Sep 15, 2018
    Configuration menu
    Copy the full SHA
    f7fc42d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    79a5056 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2018

  1. Selection menu now 100% complete. Now need to use returned info to do…

    …wnload correct files.
    Zac committed Sep 16, 2018
    Configuration menu
    Copy the full SHA
    e71b264 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2018

  1. Configuration menu
    Copy the full SHA
    3306d1f View commit details
    Browse the repository at this point in the history
  2. Merge updates for gimxFileDownloader

    Zac committed Sep 17, 2018
    Configuration menu
    Copy the full SHA
    61edab3 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2018

  1. Progress bar now works. Also added download percentage. Soon a help m…

    …enu needs to be implemented, to show the user which buttons to use to navigate this tool. Fixed a fatal mistake where local copy of ttyProgressDialog was being used again for config dl despite going out of scope.
    Zac committed Sep 20, 2018
    Configuration menu
    Copy the full SHA
    7456c81 View commit details
    Browse the repository at this point in the history
  2. Merge recent TUI polishes and bugfixes.

    Zac committed Sep 20, 2018
    Configuration menu
    Copy the full SHA
    adb287f View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2018

  1. Merge branch 'master' of https://github.com/matlo/GIMX

    merge updates
    CodeOhms committed Oct 27, 2018
    Configuration menu
    Copy the full SHA
    92316ec View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2019

  1. Refactored TUI to use less memory and better OOP design, and added he…

    …lp menu.
    CodeOhms committed Apr 14, 2019
    Configuration menu
    Copy the full SHA
    7b735e8 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2019

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

Commits on Apr 17, 2019

  1. Add autoConfig() functionality, but requires testing once I have cont…

    …rollers
    CodeOhms committed Apr 17, 2019
    Configuration menu
    Copy the full SHA
    815eefd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    151363c View commit details
    Browse the repository at this point in the history
  3. clean

    CodeOhms committed Apr 17, 2019
    Configuration menu
    Copy the full SHA
    80ac729 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2019

  1. Configuration menu
    Copy the full SHA
    0adfd2a View commit details
    Browse the repository at this point in the history
  2. Fixed crash upon exiting help screen

    Zac committed Aug 9, 2019
    Configuration menu
    Copy the full SHA
    b5ccccb View commit details
    Browse the repository at this point in the history
  3. Changed the name of program to 'gimx-fetchconfig'. Now also resides i…

    …n folder called 'fetchconfig'. Finally, added program to master Makefile - meaning the program can be built with the rest of the Gimx suite from the root folder.
    Zac committed Aug 9, 2019
    Configuration menu
    Copy the full SHA
    3061a39 View commit details
    Browse the repository at this point in the history
  4. Fix typos

    CodeOhms committed Aug 9, 2019
    Configuration menu
    Copy the full SHA
    2651165 View commit details
    Browse the repository at this point in the history
  5. Added -std=c++11 compiler flag for picky Mr Travis Cli, works on all …

    …my machines.
    CodeOhms committed Aug 9, 2019
    Configuration menu
    Copy the full SHA
    620eef0 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2019

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

Commits on Aug 11, 2019

  1. Refactored argument parsing. Replaced stray tabs with spaces. Removed…

    … outdated commented code.
    Zac committed Aug 11, 2019
    Configuration menu
    Copy the full SHA
    7f361ff View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bc6842b View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2019

  1. Fixed a bunch of issues. Program now uses much simpler and more stabl…

    …e system for handling input text. This means it can handle almost any custom terminal size. Also removed accidentally included binary file.
    Zac committed Aug 19, 2019
    Configuration menu
    Copy the full SHA
    7dad208 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2019

  1. Merge branch 'master' into gimxfile

    Zac committed Sep 19, 2019
    Configuration menu
    Copy the full SHA
    8795d34 View commit details
    Browse the repository at this point in the history
  2. Grab updates for submodules from upstream

    Zac committed Sep 19, 2019
    Configuration menu
    Copy the full SHA
    fdb612d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9af4500 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2019

  1. new stuff

    Zac committed Sep 20, 2019
    Configuration menu
    Copy the full SHA
    ed7f59f View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2019

  1. Merge upstream updates

    Zac committed Sep 26, 2019
    Configuration menu
    Copy the full SHA
    3a5df76 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0ee8677 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2019

  1. Merge submodule updates

    Zac committed Oct 7, 2019
    Configuration menu
    Copy the full SHA
    4c64aad View commit details
    Browse the repository at this point in the history
  2. Merge upstream updates to gimxfile branch

    Zac committed Oct 7, 2019
    Configuration menu
    Copy the full SHA
    db3d413 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2019

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

Commits on Oct 9, 2019

  1. From GCC 8, new warnings have been added. Two cropped up related to b…

    …uffer size, in macros.c and btds4.c. I have marked them with comments and temporary warning exceptions. Unfortunately, I am not experienced enough to fix these issues.
    Zac committed Oct 9, 2019
    Configuration menu
    Copy the full SHA
    cb76b7d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5808781 View commit details
    Browse the repository at this point in the history
  3. Clean up code

    Zac committed Oct 9, 2019
    Configuration menu
    Copy the full SHA
    31cb193 View commit details
    Browse the repository at this point in the history
  4. Clean up

    Zac committed Oct 9, 2019
    Configuration menu
    Copy the full SHA
    599e737 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2019

  1. Configuration menu
    Copy the full SHA
    d4d4be4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6c51491 View commit details
    Browse the repository at this point in the history
  3. Finish moving autoConfig() code from gimx-launcher to shared lib. Bot…

    …h gimx-launcher and fetchconfig use this library now.
    Zac committed Oct 10, 2019
    Configuration menu
    Copy the full SHA
    650410c View commit details
    Browse the repository at this point in the history
  4. Add -std=c++14 to gimxlauncher Makefile for Travis CI. Currently am s…

    …earching for simpler substitute for std::function as this is the cause for this modification. Probably will just use function pointer.
    Zac committed Oct 10, 2019
    Configuration menu
    Copy the full SHA
    be0e182 View commit details
    Browse the repository at this point in the history
  5. Fix typos, silly me

    Zac committed Oct 10, 2019
    Configuration menu
    Copy the full SHA
    fdf5b31 View commit details
    Browse the repository at this point in the history
  6. No longer using std::function. Using templates instead, which allowed…

    … me to remove unnessessary -stdc++=14 CPPFLAG option. Also, clean up code.
    Zac committed Oct 10, 2019
    Configuration menu
    Copy the full SHA
    9c7ee38 View commit details
    Browse the repository at this point in the history
  7. Fix build failure on Travis CI

    Zac committed Oct 10, 2019
    Configuration menu
    Copy the full SHA
    437c525 View commit details
    Browse the repository at this point in the history
  8. Fix options parsing.

    Zac committed Oct 10, 2019
    Configuration menu
    Copy the full SHA
    53ab6a8 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    7b0543d View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    df15ec9 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2019

  1. Configuration menu
    Copy the full SHA
    cd3b33e View commit details
    Browse the repository at this point in the history
  2. Fix merge mistake

    Zac committed Oct 15, 2019
    Configuration menu
    Copy the full SHA
    8d38f6f View commit details
    Browse the repository at this point in the history
  3. Did not merge core/macros.c properly

    Zac committed Oct 15, 2019
    Configuration menu
    Copy the full SHA
    3b34f02 View commit details
    Browse the repository at this point in the history