2020-12-21

  • Released version 0.2.0 of MaxCop. This fixes a couple of minor bugs and adds rules to check for empty control structures.

2020-11-30

  • Released version 0.1.1 of blam. Allows blam to load configuraion files from a variety of places.

2020-05-10

2020-04-15

  • Added comment support to blitzmax-mode, so it can now use comment-region etc.

2020-03-10

  • blitzmax-mode is now on Melpa.

2020-01-23

2020-01-12

  • Rebuilt all of the sodaware.net game pages to use yaml data instead of manualy adding html to the page. Should make adding new games easier, assuming I ever get around to doing that.

2020-01-06

  • Wrote a little tool in Ruby using Watir to scrape game info from BMT Micro. Couldn’t use my usual method of curl as the pages are built using JS. Watir can call a headless browser and then save the content as a html file. Pretty neat.