Skip to content

Releases: sander1095/DnDCombatTracker

Support for Reactions has been added

19 Oct 17:20
Compare
Choose a tag to compare

This update adds the option to set if your reaction was already used or not.

Thanks @jeroenekkelkamp for implementing this during Hacktoberfest!

If you experience any bugs or if you want to request new features or improvements, send an email my way or create an issue in this repo! If you are a programmer and want to submit new features, check out the Issues tab and send a pull request!

An updater has been added!

20 Mar 19:14
Compare
Choose a tag to compare

Summary

This update adds an auto-updater!
Download the .zip file and install the software! You will never miss out on new releases again!

Whenever you start the application with an active internet connection, the software will check if there is a new update available. If so, it'll ask you if you want to install the update.

Detailed description

This updater works thanks to the Click-Once installer and Github. I got all the information I needed from here.

I'm sorry I abandoned the project for more than a month! I have been very busy with my graduation and I haven't really had the time, energy or motivation to work on this project in the meantime. But a new version is finally here and I hope you enjoy it!

If you experience any bugs or if you want to request new features or improvements, send an email my way, PM me on Reddit or create an issue in this repo! If you are a programmer and want to submit new features, check out the Issues tab and send a pull request!

I know the versioning is kinda wonky but it is what it is!

Icons, Shortcuts and a Reddit release!

07 Feb 07:51
Compare
Choose a tag to compare

(This update fixes the CultureNotFound error)

Hooray, a new version!

This is a new version that I released after I posted about my program on Reddit!

This new version contains a couple of new things.

A few things you, as a user, will see:

  • A desktop shortcut when installing this application.
  • A correct icon in your taskbar.
  • A correct name for the application (It used to be Initiative Tracker, now it is Combat Tracker).

A few things the programmer should notice:

  • The namespaces have been changed from InitiativeTracker to CombatTracker
  • I created a manifest file. I don't know the consequences of this but it happened when I set the icon file for the program
  • Removed unnecessary usings

I hope you all have a good day, and keep checking this repo regularly for new releases! Soon™ there will be a feature that will introduce a pop-up in the program when a new feature is out. For now you'll just have to check the page.

If you experience any bugs or if you want to request new features or improvements, send an email my way, PM me on Reddit, create an issue in this repo or find the magical yellow owl in your garden and command it to tell me to do a better job. I don't know why it's there but for bug reporting it is quite convenient.

Have fun and happy DM'ing!

PS:
Pull requests are always welcome! Check the issues tab for things that you can add!

Icons, Shortcuts and a Reddit release!

06 Feb 20:16
Compare
Choose a tag to compare

(Hotfix!)

Hooray, a new version!

This is a new version that I released after I posted about my program on Reddit!

This new version contains a couple of new things.

A few things you, as a user, will see:

  • A desktop shortcut when installing this application.
  • A correct icon in your taskbar.
  • A correct name for the application (It used to be Initiative Tracker, now it is Combat Tracker).

A few things the programmer should notice:

  • The namespaces have been changed from InitiativeTracker to CombatTracker
  • I created a manifest file. I don't know the consequences of this but it happened when I set the icon file for the program
  • Removed unnecessary usings

I hope you all have a good day, and keep checking this repo regularly for new releases! Soon™ there will be a feature that will introduce a pop-up in the program when a new feature is out. For now you'll just have to check the page.

If you experience any bugs or if you want to request new features or improvements, send an email my way, PM me on Reddit, create an issue in this repo or find the magical yellow owl in your garden and command it to tell me to do a better job. I don't know why it's there but for bug reporting it is quite convenient.

Have fun and happy DM'ing!

PS:
Pull requests are always welcome! Check the issues tab for things that you can add!

Complete new version

27 Dec 18:40
Compare
Choose a tag to compare

This new version has been rebuilt from the ground up. The design now allows you to edit everything in 1 screen, meaning that you do not need to open different modal dialogs or other stuff like that. This version is easier to use, faster and just plain better.

Please NOTE that the code quality is absolutely atrocious. I was going to implement some kind of MVVM pattern using INotifyPropertyChanged , but I quickly gave up doing that because it wasn't working and I couldn't make myself care enough to actually make it work.
(If you are looking at my Github Profile to see if I'd be a good fit for a big programming project, don't judge me on the code I have written in this Repo, I know... it makes my eyes bleed, too...)

If you feel like making this pile of garbage a lot better, please fork the repo and submit a Pull Request!

In the next release, if one will come out, I want to implement some sort of import/export of characters so that you can set up stuff like your (N)PC's quickly when running on a different computer or when restarting the program. We'll see how badly I can get that to work!

Anyway, enjoy!

New feature

08 Dec 12:27
Compare
Choose a tag to compare

The result list now sorts in descending order!

In the upcoming release you'll be able to modify the characters in the initiative list more quickly!

First release of the Tracker

02 Dec 23:22
Compare
Choose a tag to compare

This release is the first version of the program.

Keep in mind that the code is horribly written and it will make you puke 💩 . I hacked this together for fun in 1 evening and if new features are requested I will probably rewrite it all.

Have fun! If you find any bugs, please report them using the issues tab