GNU social JP
  • FAQ
  • Login
GNU social JPは日本のGNU socialサーバーです。
Usage/ToS/admin/test/Pleroma FE
  • Public

    • Public
    • Network
    • Groups
    • Featured
    • Popular
    • People

Conversation

Notices

  1. Embed this notice
    Colin McMillen (colin_mcmillen@piaille.fr)'s status on Friday, 28-Feb-2025 21:01:53 JST Colin McMillen Colin McMillen

    Level 2, what do you think?

    #RetroComputing #SubtleMessages

    In conversation about 3 months ago from piaille.fr permalink

    Attachments


    1. https://static.piaille.fr/media_attachments/files/114/077/722/368/660/956/original/623509b6ad9f0297.png
    • Embed this notice
      Colin McMillen (colin_mcmillen@piaille.fr)'s status on Friday, 28-Feb-2025 21:01:51 JST Colin McMillen Colin McMillen
      in reply to

      The commit with the cool new graphics for the three first levels of Glider for Apple II is pushed!
      Now, if somewhere here on Mastodon, someone who likes black and white pixel art and/or the Glider game is interested, I will gladly take contributions for the levels!
      (If you are, there's no need to do a pull request or anything if you're not comfortable with that, just send me the xcf files and a description of what dynamics elements (bonuses, traps) should be and where!)
      You can find the files at https://github.com/colinleroy/a2tools/tree/master/src/glider/assets/levels

      Retrocomputing people, feel free to RT if you think of people that would like that in your TL

      #RetroComputing #PixelArt #BlackAndWhite

      In conversation about 3 months ago permalink

      Attachments


      1. https://static.piaille.fr/media_attachments/files/114/077/901/743/750/653/original/0c974829eaea9ff1.png

      2. https://static.piaille.fr/media_attachments/files/114/077/903/399/620/023/original/3074284bef67e360.png

      3. https://static.piaille.fr/media_attachments/files/114/077/904/495/132/715/original/5d74b0194cb9e0c3.png

    • Embed this notice
      Colin McMillen (colin_mcmillen@piaille.fr)'s status on Friday, 28-Feb-2025 21:01:52 JST Colin McMillen Colin McMillen
      in reply to

      Third level done!

      #RetroComputing

      In conversation about 3 months ago permalink

      Attachments


      1. https://static.piaille.fr/media_attachments/files/114/077/881/526/717/590/original/6c2525ea1a71878b.png
      13 barn owls in a trenchcoat repeated this.
    • Embed this notice
      Colin McMillen (colin_mcmillen@piaille.fr)'s status on Sunday, 16-Mar-2025 22:02:01 JST Colin McMillen Colin McMillen
      in reply to

      I implemented time bonus. Each second not used from an allocated 10s per level is now counted as score.
      How to keep track of seconds on an Apple II? With the mouse interrupts, which come at 60 or 50Hz depending on the country.
      How to know the frequency of the interrupts? Easy, calibrate by counting the number of loops between two mouse interrupts.

      Commit: https://github.com/colinleroy/a2tools/commit/1a4fc760c12f27d3c25bbc26ece4ca3f7aad3f74

      #RetroComputing #Apple2

      In conversation about 3 months ago permalink

      Attachments


      1. Domain not in remote thumbnail source whitelist: opengraph.githubassets.com
        Add time bonus (10s per level) · colinleroy/a2tools@1a4fc76
        Stuff I write for my Apple //c. Contribute to colinleroy/a2tools development by creating an account on GitHub.
    • Embed this notice
      Colin McMillen (colin_mcmillen@piaille.fr)'s status on Sunday, 16-Mar-2025 22:02:02 JST Colin McMillen Colin McMillen
      in reply to
      • Santiago Lema :amiga:

      Level 4 is done ! @santiago you wanted to see real phosphor so here you are 🙂

      #retrocomputing #apple2

      In conversation about 3 months ago permalink

      Attachments


    • Embed this notice
      Colin McMillen (colin_mcmillen@piaille.fr)'s status on Sunday, 16-Mar-2025 22:02:03 JST Colin McMillen Colin McMillen
      in reply to

      Done. Back to level design!
      https://bugs.launchpad.net/ubuntu/+source/gimp/+bug/2100703

      In conversation about 3 months ago permalink

      Attachments

      1. Domain not in remote thumbnail source whitelist: bugs.launchpad.net
        Bug #2100703 “Gimp crashes copying a 40x1 zone” : Bugs : gimp package : Ubuntu
        Very small copies with a large aspect ratio get a preview rounded to 0 pixels when the Patterns dialog is visible, making Gimp crash. The fix is already upstream at https://gitlab.gnome.org/GNOME/gimp/-/commit/64f45df6ce6 Steps to reproduce: - Open an image - Open the patterns Dockable (Windows / Dockable Dialogs / Patterns) - Select a 40x1 zone - Copy it (Edit / Copy, or Ctrl-C).
    • Embed this notice
      Colin McMillen (colin_mcmillen@piaille.fr)'s status on Sunday, 16-Mar-2025 22:02:04 JST Colin McMillen Colin McMillen
      in reply to

      It happens only when the Patterns dialog is visible, and it's because the preview of a 40x1 copy buffer is scaled down to 16x0, and it's indeed fixed upstream (https://gitlab.gnome.org/GNOME/gimp/-/commit/64f45df6ce6)

      In conversation about 3 months ago permalink

      Attachments

      1. Domain not in remote thumbnail source whitelist: gitlab.gnome.org
        app: make sure pattern previews always have non-zero dimensions, (64f45df6) · Commits · GNOME / GIMP · GitLab
        even if the pattern has an insane aspect ratio.
    • Embed this notice
      Colin McMillen (colin_mcmillen@piaille.fr)'s status on Sunday, 16-Mar-2025 22:02:05 JST Colin McMillen Colin McMillen
      in reply to

      The side quest of the day is to figure out why Gimp crashes when I copy thin bands of pixels, patch it, figure out it's already fixed upstream, and provide an Ubuntu package patch.

      In conversation about 3 months ago permalink
    • Embed this notice
      Colin McMillen (colin_mcmillen@piaille.fr)'s status on Sunday, 16-Mar-2025 22:02:06 JST Colin McMillen Colin McMillen
      in reply to

      Full write-up on how to use my sound player in a#cc65 Apple II binary.

      https://www.colino.net/wordpress/en/archives/2025/03/01/apple-ii-a-simple-way-to-play-sound-samples/

      #RetroComputing #Apple2

      In conversation about 3 months ago permalink
    • Embed this notice
      Colin McMillen (colin_mcmillen@piaille.fr)'s status on Sunday, 16-Mar-2025 22:02:07 JST Colin McMillen Colin McMillen
      in reply to

      I went off a tangent and cleaned up my sound player/samples generator.

      It is fully configurable and allows one to play sound clips from .wav files in an Apple II program.

      From a otherwise very small program, it is able to play a 4kHz, ten seconds file from memory.

      Maybe it will be of use to other people.

      #RetroComputing #Apple2

      In conversation about 3 months ago permalink

      Attachments

      1. No result found on File_thumbnail lookup.
        https://generator.it/

    • Embed this notice
      Colin McMillen (colin_mcmillen@piaille.fr)'s status on Sunday, 16-Mar-2025 22:02:08 JST Colin McMillen Colin McMillen
      in reply to

      Let's start the weekend with a little animation on crash. It's a mix of hacky and clean and I like how I did it, so there's that!

      Commit: https://github.com/colinleroy/a2tools/commit/c51ff3f98a23c2734fd25dd1dad229d178508fa9

      #RetroComputing #Apple2

      In conversation about 3 months ago permalink

      Attachments


      1. Domain not in remote thumbnail source whitelist: opengraph.githubassets.com
        Animate plane crash · colinleroy/a2tools@c51ff3f
        Stuff I write for my Apple //c. Contribute to colinleroy/a2tools development by creating an account on GitHub.
    • Embed this notice
      Colin McMillen (colin_mcmillen@piaille.fr)'s status on Sunday, 16-Mar-2025 22:02:25 JST Colin McMillen Colin McMillen
      in reply to

      Previously, but I forgot to post, I have, as you've seen from the previous video, implemented a interstitial screen between levels, showing your score and the next level.
      It required completing my font, and a little bit of code: https://github.com/colinleroy/a2tools/commit/4f227989ad474025d5a041ca61556b6cd665354d

      In conversation about 3 months ago permalink

      Attachments

      1. Domain not in remote thumbnail source whitelist: opengraph.githubassets.com
        Complete font and add inter-level screen · colinleroy/a2tools@4f22798
        Stuff I write for my Apple //c. Contribute to colinleroy/a2tools development by creating an account on GitHub.

Feeds

  • Activity Streams
  • RSS 2.0
  • Atom
  • Help
  • About
  • FAQ
  • TOS
  • Privacy
  • Source
  • Version
  • Contact

GNU social JP is a social network, courtesy of GNU social JP管理人. It runs on GNU social, version 2.0.2-dev, available under the GNU Affero General Public License.

Creative Commons Attribution 3.0 All GNU social JP content and data are available under the Creative Commons Attribution 3.0 license.