Tyrian had a rerelease in 1999, titled Tyrian 2000; and due to a litany of differences between the original version and its rerelease, OpenTyrian has never properly supported it.
OpenTyrian2000 aims to correct this, by finally adding in support for everything that was added and changed in Tyrian 2000, allowing it to be playable on modern machines without having to resort to DOSBox. This took a surprisingly significant amount of work to accomplish; because OpenTyrian had kept its focus exclusively on the original game and excluded the rerelease, not much was known about exactly what was changed between the two versions.
OpenTyrian2000's source is available on GitHub, and Windows builds are also available there.
As a free, open-source project, I have submitted multiple accepted patches to the repository; and what doesn't get accepted to the main repository usually goes into one of the closely related forks. The source code for the project as a whole is available on GitHub. For specific major change sets that I have worked on, there's the Direct Messages timeline feature which was added in mainline and featured prominently in the release announcement for version 2.4.0, and the Monologuing fork for automatically handling extended length messages which I use on my personal instance.
SRB2 is the start of where I consider myself a 'serious' programmer, rather than a programmer-to-be still learning the ropes. I was brought onto the project in 2009, after I had made some modifications of my own for the game. Due to the extensive amount of time I've spent working on SRB2, there is almost nothing in the game that I haven't touched in some form; this includes physics programming, enemy and object AI, rendering, level design, and even to a minor extent graphic design.
If I had to pick one single thing I feel most proud of, however, it would be introducing a one-button GIF saving option which allows anyone to start a GIF recording at any time; taking advantage of the fact that the game still uses a 256-color palette as a stylistic choice. The GIFs that this feature saves are automatically optimized for being uploaded to the web to a service like imgur or gfycat. To say the least, being able to see concepts in motion as they're implemented (instead of just static screenshots) greatly helped us as a development team, and having members of the public be able to submit them along with bug reports also assisted debugging.
The main website for this project is SRB2.org, and its source code is available on GitHub.
Because of the modular nature of this bot, the source code is split into multiple repositories. The source for the main IRC bot as well as all the modules I had programmed myself, the channel moderation module and the Fortune game module, are all available on GitHub.
The source code for SignPrintf can be found on GitHub.