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

Regionmarkers - Xuri, please just benchmark two ways, see notes #192

Closed
wants to merge 5 commits into from
Closed

Regionmarkers - Xuri, please just benchmark two ways, see notes #192

wants to merge 5 commits into from

Commits on Aug 28, 2023

  1. Stream replacement

    This changes all routine calls that wanted a specific type of stream ifstream/ofstream to the generic istream/ostream.  So you can use stringstream, or other derived types.
    OldFoolAgain committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    e2cfe01 View commit details
    Browse the repository at this point in the history
  2. Resource loading/saveing modernized

    Modernizes the way LoadResource and SaveResource works in regions.
    
    Added a missing forward declare in MultiMul.h
    OldFoolAgain committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    ae21f51 View commit details
    Browse the repository at this point in the history
  3. Missed a LoadResource change. Since every entry gets updated, one can…

    … just reinitialize the entire vector, based on the default values, and then just update the values that are in the file.
    OldFoolAgain committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    b52bde2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0c551e2 View commit details
    Browse the repository at this point in the history
  5. Prep for switch to binary thread save

    Removed region markers
    OldFoolAgain committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    1e3a7c6 View commit details
    Browse the repository at this point in the history