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

[WIP] Remove beatmap and beatgrid #2861

Closed
wants to merge 162 commits into from

Commits on Nov 6, 2019

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

Commits on Nov 20, 2019

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

Commits on Dec 9, 2019

  1. Added Signature class

    JaviVilarroig committed Dec 9, 2019
    Configuration menu
    Copy the full SHA
    dc8fbe7 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2019

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

Commits on Dec 17, 2019

  1. Merge branch 'bars_phrases_and_variable_BPM_in_beats_class' of https:…

    …//github.com/JaviVilarroig/mixxx into bars_phrases_and_variable_BPM_in_beats_class
    JaviVilarroig committed Dec 17, 2019
    Configuration menu
    Copy the full SHA
    05a4720 View commit details
    Browse the repository at this point in the history
  2. Fix repo

    JaviVilarroig committed Dec 17, 2019
    Configuration menu
    Copy the full SHA
    2d38e75 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2019

  1. Merge remote-tracking branch 'upstream/master' into bars_phrases_and_…

    …variable_BPM_in_beats_class
    JaviVilarroig committed Dec 19, 2019
    Configuration menu
    Copy the full SHA
    c1428f0 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2020

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

Commits on Jan 16, 2020

  1. BeatGrid/BeatMap Signature support

    Added support in BeatGrid and some minor fixes in BeatMap.
    JaviVilarroig committed Jan 16, 2020
    Configuration menu
    Copy the full SHA
    b2c9eca View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0084ddc View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2020

  1. - Added button in Tango skin for setting bar beat

    - Added Beats.setBar
    
    The skin work is just a placeholder. I'm not so good in design.
    JaviVilarroig committed Feb 17, 2020
    Configuration menu
    Copy the full SHA
    c8b8ae4 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2020

  1. Presentaion of Bar beats in Waveform for BeatMap.

    - Extended BeatIterator for Bar and Phrase(partial) support.
    - Extended BeatMap for Bar and Phrase(partial) management.
    - Waveformrendererbeat extended to include the definition of the bar
    beat color in the XML skin files.
    - Tango Skin modified to include a button for marking bar beats.
    JaviVilarroig committed Feb 22, 2020
    Configuration menu
    Copy the full SHA
    fa68e2d View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'upstream/master' into bars_phrases_and_…

    …variable_BPM_in_beats_class
    JaviVilarroig committed Feb 22, 2020
    Configuration menu
    Copy the full SHA
    87cc607 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2020

  1. Configuration menu
    Copy the full SHA
    01583e8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b533ac4 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2020

  1. Fixes in TimeSignature class.

    - Filename renamed to match class name
    - Property names improved
    - UItility constants renamed to fit variable coding rules
    JaviVilarroig committed Feb 26, 2020
    Configuration menu
    Copy the full SHA
    72e030a View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2020

  1. Configuration menu
    Copy the full SHA
    9d652ca View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    91c9930 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2020

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

Commits on Mar 5, 2020

  1. Multiple small fixes on Beats. Added default value to TimeSignature

    protobuff, improvement in some tooltips and name changes in some methods
    and properties.
    JaviVilarroig committed Mar 5, 2020
    Configuration menu
    Copy the full SHA
    26b358f View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2020

  1. BeatGrid removal and BeatMap consolidation into Beats

    - BeatMap functionality moved to Beats class
    - BeatGrid class removed
    - BeatsFactory only creates Beats
    - BeatGridTest removed
    - Beats class moved to mixxx namespace
    - Beats class uses frame number instead of sample number
      The original methods still exists. They transform sample into frames
      and call a method with the same name with "New" sufix. This is
      temporary until the rest of the code is adapted to use frames
    - BeatsTest adapted to new Beats class
    JaviVilarroig committed Apr 19, 2020
    Configuration menu
    Copy the full SHA
    f97cd1e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    48ec71b View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2020

  1. Merge commit 'f1e13f93ad35dc1de34a6e8741f369cbb95bc71e' into bars_phr…

    …ases_and_variable_BPM_in_beats_class3
    daschuer committed Jun 13, 2020
    Configuration menu
    Copy the full SHA
    1b4a0d8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    769e922 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3647af9 View commit details
    Browse the repository at this point in the history
  4. Document Beats class for Doxygen

    JaviVilarroig authored and daschuer committed Jun 13, 2020
    Configuration menu
    Copy the full SHA
    fcdc116 View commit details
    Browse the repository at this point in the history
  5. Fix if's without closing brackets.

    JaviVilarroig authored and daschuer committed Jun 13, 2020
    Configuration menu
    Copy the full SHA
    4c54b7c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    dccf044 View commit details
    Browse the repository at this point in the history
  7. Improvements in Timesignature

    JaviVilarroig authored and daschuer committed Jun 13, 2020
    Configuration menu
    Copy the full SHA
    331ef5a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0a7baad View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    04d89ea View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    800adf6 View commit details
    Browse the repository at this point in the history
  11. Remove ascii art from Beats header

    JaviVilarroig authored and daschuer committed Jun 13, 2020
    Configuration menu
    Copy the full SHA
    a7cf0d0 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    865caf5 View commit details
    Browse the repository at this point in the history
  13. Adapt comment to clang-format

    JaviVilarroig authored and daschuer committed Jun 13, 2020
    Configuration menu
    Copy the full SHA
    730abaa View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    7f857a6 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    9f1039d View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    b3ecb4e View commit details
    Browse the repository at this point in the history
  17. Fixes in BeatIterator

    - SIGSEV when using a BeatIterator created with a range outside the
    Beats
    - Last beat in was never reached
    JaviVilarroig authored and daschuer committed Jun 13, 2020
    Configuration menu
    Copy the full SHA
    1485e8a View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    58dbf80 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    49e3d09 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    c628235 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    1b90cc3 View commit details
    Browse the repository at this point in the history
  22. Change name of method toByteArray to toProtobuff

    This is a requested improvement to increase readability.
    JaviVilarroig authored and daschuer committed Jun 13, 2020
    Configuration menu
    Copy the full SHA
    3512947 View commit details
    Browse the repository at this point in the history
  23. Fix in indentation

    JaviVilarroig authored and daschuer committed Jun 13, 2020
    Configuration menu
    Copy the full SHA
    20cd34c View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    d663f04 View commit details
    Browse the repository at this point in the history
  25. BeatTrtanslateTest is now OK.

    Minor fixes in Beats.
    Improvements in BeatsTest
    Improvements on BeatTranslateTest
    JaviVilarroig authored and daschuer committed Jun 13, 2020
    Configuration menu
    Copy the full SHA
    cbdba12 View commit details
    Browse the repository at this point in the history
  26. Beats to use Bpm type

    - Changes in Beats to use Bpm
    - Changes in tests to use Bpm
    - Added some operators in Bpm
    JaviVilarroig authored and daschuer committed Jun 13, 2020
    Configuration menu
    Copy the full SHA
    22d6d19 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2020

  1. Merge commit '18e6e1ed60af1fc9a39bda7302f48743085d8844' into bars_phr…

    …ases_and_variable_BPM_in_beats_class3
    daschuer committed Jun 14, 2020
    Configuration menu
    Copy the full SHA
    f81f1fd View commit details
    Browse the repository at this point in the history
  2. Fix segfault during tests

    daschuer committed Jun 14, 2020
    Configuration menu
    Copy the full SHA
    b7c8f7b View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2020

  1. fix some tests

    daschuer committed Jun 15, 2020
    Configuration menu
    Copy the full SHA
    dde8b8f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    85c85f5 View commit details
    Browse the repository at this point in the history
  3. Beats: Fix build

    - Add missing forward declarations
    - Add missing #include directives
    - Fix trivial warnings
    uklotzde authored and daschuer committed Jun 15, 2020
    Configuration menu
    Copy the full SHA
    10715cd View commit details
    Browse the repository at this point in the history
  4. Fix dependency ordering issues

    uklotzde authored and daschuer committed Jun 15, 2020
    Configuration menu
    Copy the full SHA
    0ef78f3 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2020

  1. Configuration menu
    Copy the full SHA
    03afb56 View commit details
    Browse the repository at this point in the history
  2. beats.h: make class final

    hacksdump authored and uklotzde committed Jun 16, 2020
    Configuration menu
    Copy the full SHA
    f432e59 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0dc057d View commit details
    Browse the repository at this point in the history
  4. remove adapter for calculateBpm

    hacksdump authored and uklotzde committed Jun 16, 2020
    Configuration menu
    Copy the full SHA
    51fdd42 View commit details
    Browse the repository at this point in the history
  5. remove adapter for setGrid

    hacksdump authored and uklotzde committed Jun 16, 2020
    Configuration menu
    Copy the full SHA
    0f8009b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2a4bffb View commit details
    Browse the repository at this point in the history
  7. use single f in protobuf

    hacksdump authored and uklotzde committed Jun 16, 2020
    Configuration menu
    Copy the full SHA
    56e9051 View commit details
    Browse the repository at this point in the history
  8. remove all adapters from main source

    hacksdump authored and uklotzde committed Jun 16, 2020
    Configuration menu
    Copy the full SHA
    8e6625a View commit details
    Browse the repository at this point in the history
  9. adapt tests to frame class

    hacksdump authored and uklotzde committed Jun 16, 2020
    Configuration menu
    Copy the full SHA
    ec62228 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    91eb3d8 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    f9fd333 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    9b962d7 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    480f7f7 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    65a0d84 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    a49ebe0 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    3e4664e View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    a7b6d01 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    919e1b9 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    84d689c View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2020

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

Commits on Jun 18, 2020

  1. Configuration menu
    Copy the full SHA
    8957a08 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e6b0383 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b156cd5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e67686f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    eab8bb0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    43acd8f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    df01cce View commit details
    Browse the repository at this point in the history
  8. fix typo

    hacksdump committed Jun 18, 2020
    Configuration menu
    Copy the full SHA
    bff9917 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    754ecfe View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    4b515f2 View commit details
    Browse the repository at this point in the history
  11. beats: define iterator

    hacksdump committed Jun 18, 2020
    Configuration menu
    Copy the full SHA
    a1dc778 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    e32a19c View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    454ba2c View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2020

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

Commits on Jun 20, 2020

  1. Configuration menu
    Copy the full SHA
    9c981fb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4329021 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2020

  1. Configuration menu
    Copy the full SHA
    1356ccb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9e04891 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    43e16c1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f46860f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ea4447a View commit details
    Browse the repository at this point in the history
  6. change control name

    hacksdump committed Jun 21, 2020
    Configuration menu
    Copy the full SHA
    33b6a4f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    79ecd2a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c013576 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    0576be8 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    cbc7977 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    d255364 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    397b338 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    a0ff6d9 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    cf75244 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    074a921 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    136060b View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    86b834a View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2020

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

Commits on Jun 24, 2020

  1. beatstest: fix BpmAround

    The comparison double constants had to be changed since earlier
    beats used int but now we have increased precision.
    This means every beat is a bit further away by some fraction.
    The bpm in turn becomes slightly less.
    hacksdump committed Jun 24, 2020
    Configuration menu
    Copy the full SHA
    a9707f8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    33bf4c9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    34c35d7 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2020

  1. beats: cleaner debug output

    hacksdump committed Jun 25, 2020
    Configuration menu
    Copy the full SHA
    fe266d0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4d8f2f2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0534db3 View commit details
    Browse the repository at this point in the history
  4. beats: rename method

    hacksdump committed Jun 25, 2020
    Configuration menu
    Copy the full SHA
    915a671 View commit details
    Browse the repository at this point in the history
  5. beats: remove copy to self

    hacksdump committed Jun 25, 2020
    Configuration menu
    Copy the full SHA
    ca4425a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    540c749 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2020

  1. Configuration menu
    Copy the full SHA
    c00da80 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5f0ce46 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fa86f2a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    38555e0 View commit details
    Browse the repository at this point in the history
  5. frame: use C++ style limits

    hacksdump committed Jun 26, 2020
    Configuration menu
    Copy the full SHA
    7f89649 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2020

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

Commits on Jun 29, 2020

  1. Configuration menu
    Copy the full SHA
    c19d2f2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    55d7784 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1fff80c View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2020

  1. Configuration menu
    Copy the full SHA
    4f28348 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8506d0b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    71bf183 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3933e76 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2020

  1. remove unused functions

    hacksdump committed Jul 1, 2020
    Configuration menu
    Copy the full SHA
    85e75c9 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2020

  1. Configuration menu
    Copy the full SHA
    425c7fd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2ca2be4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0710437 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    006cd74 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cd80c28 View commit details
    Browse the repository at this point in the history
  6. move frameadapter to util

    hacksdump committed Jul 2, 2020
    Configuration menu
    Copy the full SHA
    bcd32c1 View commit details
    Browse the repository at this point in the history
  7. use frameadapter in track

    hacksdump committed Jul 2, 2020
    Configuration menu
    Copy the full SHA
    a7a7edd View commit details
    Browse the repository at this point in the history
  8. fix scons build

    hacksdump committed Jul 2, 2020
    Configuration menu
    Copy the full SHA
    6268b30 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b2a9bcf View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    792c682 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    8452657 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2020

  1. Configuration menu
    Copy the full SHA
    8134eae View commit details
    Browse the repository at this point in the history
  2. simplify copy constructor

    hacksdump committed Jul 7, 2020
    Configuration menu
    Copy the full SHA
    a60beee View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9a08d05 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    13538d3 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2020

  1. Configuration menu
    Copy the full SHA
    0a5fba3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    274c9fa View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2020

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

Commits on Jul 12, 2020

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

Commits on Jul 13, 2020

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

Commits on Jul 14, 2020

  1. beats: add migration code

    hacksdump committed Jul 14, 2020
    Configuration menu
    Copy the full SHA
    79f5b2a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6a52cab View commit details
    Browse the repository at this point in the history
  3. update comments

    hacksdump committed Jul 14, 2020
    Configuration menu
    Copy the full SHA
    abf9694 View commit details
    Browse the repository at this point in the history
  4. revert all UI changes

    hacksdump committed Jul 14, 2020
    Configuration menu
    Copy the full SHA
    7302922 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2020

  1. Configuration menu
    Copy the full SHA
    77c8d82 View commit details
    Browse the repository at this point in the history
  2. change section message

    hacksdump committed Jul 16, 2020
    Configuration menu
    Copy the full SHA
    1e2565a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cc0d8ef View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    de26dd4 View commit details
    Browse the repository at this point in the history
  5. add debug asserts

    hacksdump committed Jul 16, 2020
    Configuration menu
    Copy the full SHA
    e76bfc3 View commit details
    Browse the repository at this point in the history
  6. add placeholder parameters

    hacksdump committed Jul 16, 2020
    Configuration menu
    Copy the full SHA
    1967c0f View commit details
    Browse the repository at this point in the history