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

New and updated Scott Adams-related interpreters #691

Merged
merged 15 commits into from
Dec 16, 2022

Commits on Dec 9, 2022

  1. Add TaylorMade and Plus interpreters

    And sync with Spatterlight ScottFree code.
    angstsmurf committed Dec 9, 2022
    Configuration menu
    Copy the full SHA
    e99c7da View commit details
    Browse the repository at this point in the history
  2. sysmac.mm: Fix lock-up on frequent timer events

    This makes keyboard input work in Rebel Planet and similar.
    angstsmurf committed Dec 9, 2022
    Configuration menu
    Copy the full SHA
    cf07f08 View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2022

  1. Configuration menu
    Copy the full SHA
    1dbc1f5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7c8b69b View commit details
    Browse the repository at this point in the history
  3. Merge pull request #3 from cspiegel/saga-cspiegel

    CMake updates
    angstsmurf committed Dec 10, 2022
    Configuration menu
    Copy the full SHA
    190f7c2 View commit details
    Browse the repository at this point in the history
  4. Fix leak and potential double free in c64diskimage.c

    The image member is just a pointer to the original data from the caller
    and should not be freed by the function. Would it make sense to make it a
    copy instead?
    angstsmurf committed Dec 10, 2022
    Configuration menu
    Copy the full SHA
    c072119 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f07cb76 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4399d65 View commit details
    Browse the repository at this point in the history
  7. SCOTT: Add some more C64 SAGA variants

    We don't support the graphics in these two (Pirate Adventure and Voodoo Castle) yet.
    Also make DecrunchC64() slightly less confusing.
    angstsmurf committed Dec 10, 2022
    Configuration menu
    Copy the full SHA
    d510ba5 View commit details
    Browse the repository at this point in the history
  8. SCOTT: Allow for variable file extension length

    The companion file name generation was hard-coded for three-letter
    file extensions, which breaks when the extension is "saga" or "plus".
    angstsmurf committed Dec 10, 2022
    Configuration menu
    Copy the full SHA
    421b54d View commit details
    Browse the repository at this point in the history
  9. SCOTT: Don't draw on negative x value

    The code tries to shrink the image if it doesn't fit, but if it can't,
    it might try to draw outside the window, which causes all kinds of problems.
    angstsmurf committed Dec 10, 2022
    Configuration menu
    Copy the full SHA
    62fe275 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2022

  1. SCOTT: Add three C64 disk games

    The Time Machine, Claymorgue UK and Claymorgue US.
    Found on Internet Archive.
    angstsmurf committed Dec 11, 2022
    Configuration menu
    Copy the full SHA
    c0c4f6d View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2022

  1. PLUS: Fix parameter order

    angstsmurf committed Dec 15, 2022
    Configuration menu
    Copy the full SHA
    a8ba6fb View commit details
    Browse the repository at this point in the history
  2. Remove all traces of UNP64

    angstsmurf committed Dec 15, 2022
    Configuration menu
    Copy the full SHA
    ff1561d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d884aaf View commit details
    Browse the repository at this point in the history